| 252 |
252 |
|
| 253 |
253 |
=== [Wiki]
|
| 254 |
254 |
|
| 255 |
|
* Feature #7652: Ability to add watchers to Wiki pages
|
| 256 |
|
== 2022-03-28 v5.0.0
|
| 257 |
|
|
| 258 |
|
=== [Accounts / authentication]
|
| 259 |
|
|
| 260 |
|
* Feature #30998: Add an rake task to prune registered users after a certain number of days
|
| 261 |
|
* Feature #31920: Require 2FA only for certain user groups
|
| 262 |
|
* Feature #33345: Include an authentication method name in LDAP connection error messages
|
| 263 |
|
* Feature #35001: Disable API authentication with username and password when two-factor authentication is enabled for the user
|
| 264 |
|
* Feature #35439: Option to require 2FA only for users with administration rights
|
| 265 |
|
* Feature #36825: Increase email address length limit from 60 to 254
|
| 266 |
|
|
| 267 |
|
=== [Administration]
|
| 268 |
|
|
| 269 |
|
* Defect #35421: Unhandled exception when a YAML syntax error is detected in configuration.yml
|
| 270 |
|
* Feature #32116: Add configured theme to Redmine::Info
|
| 271 |
|
* Feature #35562: Show warning in admin/info when there are pending migrations
|
| 272 |
|
* Feature #35934: Show 2FA status in users list from administration with option to filter
|
| 273 |
|
* Feature #36391: Change the default value for "Time span format" from "decimal" to "minutes"
|
| 274 |
|
|
| 275 |
|
=== [Attachments]
|
| 276 |
|
|
| 277 |
|
* Defect #35539: Race condition (possible filename collision) in Attachment.disk_filename
|
| 278 |
|
* Feature #32898: PDF thumbnails support on Windows
|
| 279 |
|
* Feature #35462: Download all attachments in a journal
|
| 280 |
|
|
| 281 |
|
=== [Code cleanup/refactoring]
|
| 282 |
|
|
| 283 |
|
* Defect #31132: Remove unused column trackers.is_in_chlog
|
| 284 |
|
* Defect #36149: Typo in CSS class for lists expander icon
|
| 285 |
|
* Defect #36361: IssueRelationsControllerTest#test_bulk_create_should_show_errors randomly fails
|
| 286 |
|
* Defect #36394: Avoid passing ActionController::Parameters outside of MailHandlerController
|
| 287 |
|
* Feature #34337: Remove jQuery Migrate
|
| 288 |
|
* Feature #35259: Output test coverage report to the console
|
| 289 |
|
* Feature #35671: Move subtasks section on issues show view into a separate partial
|
| 290 |
|
* Patch #15118: Deprecate and rename rss_* methods to atom_* methods
|
| 291 |
|
* Patch #31035: Remove redefinition of ActionMailer::LogSubscriber#deliver which is no longer necessary because of the removal of Setting.bcc_recipients
|
| 292 |
|
* Patch #32922: Reload detached attachments
|
| 293 |
|
* Patch #33079: Remove unused argument from Redmine::Helpers::TimeReport
|
| 294 |
|
* Patch #33337: Clean-up workflows controller
|
| 295 |
|
* Patch #34976: Add missing fixtures to TimeEntryCustomFieldTest
|
| 296 |
|
* Patch #35024: System test fails in Windows due to "/" path separator
|
| 297 |
|
* Patch #35026: Remove rake task check_parsing_by_psych
|
| 298 |
|
* Patch #35031: Remove deprecated code that are supposed to be removed in Redmine 5
|
| 299 |
|
* Patch #35075: Use named routes in base layout and account sidebar
|
| 300 |
|
* Patch #35076: Menu manager - generate correct URLs when rendering from a namespaced controller
|
| 301 |
|
* Patch #35208: Use `Time.use_zone` instead of `Time.zone=`
|
| 302 |
|
* Patch #35230: Fix typo in ApplicationHelper.html_title comment
|
| 303 |
|
* Patch #35396: Use base_scope for issue query results
|
| 304 |
|
* Patch #35466: Rename test/fixtures/configuration/*.yml.example to test/fixtures/files/configuration/*.yml
|
| 305 |
|
* Patch #35610: Cleanups after Wiki tab removal from project settings (#26579)
|
| 306 |
|
* Patch #35727: Add missing fixtures to Redmine::ProjectJumpBoxTest
|
| 307 |
|
* Patch #35773: Move sidebar content on versions index view (roadmap) into a separate partial
|
| 308 |
|
* Patch #35952: Explicitly specify text formatting in the test suite
|
| 309 |
|
* Patch #35975: Add missing fixtures to UserTest
|
| 310 |
|
* Patch #36005: Adopt 2FA emails to new Mailer interface
|
| 311 |
|
* Patch #36241: MenuManagerTest randomly fails
|
| 312 |
|
* Patch #36347: Add missing fixture to IssuesHelperTest
|
| 313 |
|
* Patch #36358: Use File.exist? instead of deprecated File.exists?
|
| 314 |
|
* Patch #36379: Update copyright year in source files to 2022
|
| 315 |
|
* Patch #36716: IssuesControllerTest randomly fails
|
| 316 |
|
* Patch #36730: Replace Member.find_or_new with ActiveRecord's find_or_initialize_by
|
| 317 |
|
* Patch #36770: Fix to use a correct exception class ActiveRecord::IrreversibleMigration in migrations
|
| 318 |
|
|
| 319 |
|
=== [Custom fields]
|
| 320 |
|
|
| 321 |
|
* Defect #32977: Remove references to deleted user from "user"-Format CustomFields
|
| 322 |
|
* Feature #14275: Add hinting to custom fields
|
| 323 |
|
|
| 324 |
|
=== [Database]
|
| 325 |
|
|
| 326 |
|
* Feature #35073: Escape values in LIKE statements to prevent injection of placeholders (_ or %)
|
| 327 |
|
* Patch #36416: Cleanup more dependent objects on project delete
|
| 328 |
|
|
| 329 |
|
=== [Documentation]
|
| 330 |
|
|
| 331 |
|
* Feature #33859: Add a list of supported languages by the code highlighter to the help
|
| 332 |
|
* Feature #34978: Add the list of supported browsers to docs and drop support for IE 11
|
| 333 |
|
|
| 334 |
|
=== [Documents]
|
| 335 |
|
|
| 336 |
|
* Patch #17924: Structured Document list for more flexible UI design with CSS
|
| 337 |
|
|
| 338 |
|
=== [Email notifications]
|
| 339 |
|
|
| 340 |
|
* Defect #32199: Security notification is not sent when an admin changes the password of a user
|
| 341 |
|
* Defect #35017: X-Redmine-Issue-Assignee email header field is empty when the assignee of an issue is a group
|
| 342 |
|
* Defect #36393: Mailer.with_synched_deliveries doesn't correctly detect other async Queue adapters
|
| 343 |
|
* Feature #13919: Mention user on issues and wiki pages using @user with autocomplete
|
| 344 |
|
* Feature #30820: Drop setting "Blind carbon copy recipients (bcc)"
|
| 345 |
|
|
| 346 |
|
=== [Filters]
|
| 347 |
|
|
| 348 |
|
* Defect #36389: Filter parameters of Query string do not work when default query is enabled
|
| 349 |
|
* Feature #5893: Filter issues by notes
|
| 350 |
|
* Feature #34715: Filter issues by file description
|
| 351 |
|
* Feature #35764: Multiple search terms in the "contains" operator of text filters
|
| 352 |
|
* Patch #35312: Gracefully handle invalid operators and associations requested in queries
|
| 353 |
|
|
| 354 |
|
=== [Gantt]
|
| 355 |
|
|
| 356 |
|
* Defect #33381: Possible double includes in issue query in gantt helper
|
| 357 |
|
|
| 358 |
|
=== [Gems support]
|
| 359 |
|
|
| 360 |
|
* Patch #35000: Update SimpleCov to 0.21
|
| 361 |
|
* Patch #35025: Update capybara to 3.36
|
| 362 |
|
* Patch #35136: Update RuboCop to 1.25
|
| 363 |
|
* Patch #35142: Update RuboCop Performance to 1.13
|
| 364 |
|
* Patch #35207: Update RuboCop Rails to 2.14
|
| 365 |
|
* Patch #35361: Update CSV to 3.2
|
| 366 |
|
* Patch #35691: Update Nokogiri to 1.13
|
| 367 |
|
* Patch #36325: Update Rouge to 3.28
|
| 368 |
|
* Patch #36355: Update roadie-rails to 3.0
|
| 369 |
|
* Patch #36564: Update I18n to 1.10
|
| 370 |
|
|
| 371 |
|
=== [Groups]
|
| 372 |
|
|
| 373 |
|
* Feature #12795: View group members by non-admin users
|
| 374 |
|
|
| 375 |
|
=== [Hook requests]
|
| 376 |
|
|
| 377 |
|
* Defect #34743: Hooks for queries helper
|
| 378 |
|
|
| 379 |
|
=== [I18n]
|
| 380 |
|
|
| 381 |
|
* Defect #36396: Custom I18n Pluralization rules are not applied correctly
|
| 382 |
|
* Feature #36728: Reintroduce lazy loading of i18n files
|
| 383 |
|
|
| 384 |
|
=== [Importers]
|
| 385 |
|
|
| 386 |
|
* Defect #36377: Encoding drop-down in the import settings defaults to US-ASCII instead of general_csv_encoding in Korean, Thai, and Shimplified Chinese
|
| 387 |
|
* Feature #34718: Auto guess file encoding when importing CSV file
|
| 388 |
|
* Feature #35137: Reject CSV file without data row when importing
|
| 389 |
|
* Feature #35365: Allow sending account information when importing users
|
| 390 |
|
|
| 391 |
|
=== [Issues]
|
| 392 |
|
|
| 393 |
|
* Defect #15634: Add watching users to a ticket should switch "watch" link to "unwatch" if own user was added
|
| 394 |
|
* Defect #33521: Use issue path instead of bulk update issues path when using the context menu with only one issue selected
|
| 395 |
|
* Defect #34641: When editing an issue, the Log time and/or Add notes does not show or hide dynamically
|
| 396 |
|
* Feature #4347: Contributing to an issue should automatically add the user to the watchers list
|
| 397 |
|
* Feature #6033: Allow addition/removal of subtasks to show in parent's history
|
| 398 |
|
* Feature #7360: Issue custom query: default query per instance, project and user
|
| 399 |
|
* Feature #13099: Issue Summary: add statistics about issues without assignee, version or category
|
| 400 |
|
* Feature #29076: Add button to "Create and follow" when adding a subtask from the parent issue
|
| 401 |
|
* Feature #31278: Change Delete button name to Delete issue
|
| 402 |
|
* Feature #35559: Query links for related issues on issue page
|
| 403 |
|
|
| 404 |
|
=== [Issues list]
|
| 405 |
|
|
| 406 |
|
* Feature #34932: "Copy link" feature for issues list
|
| 407 |
|
|
| 408 |
|
=== [OpenID]
|
| 409 |
|
|
| 410 |
|
* Feature #35755: Drop OpenID support
|
| 411 |
|
|
| 412 |
|
=== [PDF export]
|
| 413 |
|
|
| 414 |
|
* Feature #35683: PDF rendering improvements when exporting an issue or a list of issues
|
| 415 |
|
|
| 416 |
|
=== [Performance]
|
| 417 |
|
|
| 418 |
|
* Feature #29041: Update session token only once per minute
|
| 419 |
|
* Feature #35324: Preload principal and roles in members#index
|
| 420 |
|
* Feature #35374: Reduce amount of work on projects show API
|
| 421 |
|
* Feature #36294: Lazy load inline images
|
| 422 |
|
* Feature #36505: Reduce database queries when rendering Custom fields box in the project settings tab
|
| 423 |
|
* Feature #36696: Improve performance of adding or removing members of a group
|
| 424 |
|
|
| 425 |
|
=== [Permissions and roles]
|
| 426 |
|
|
| 427 |
|
* Defect #34029: 403 Forbidden error when non-member try to upload a file
|
| 428 |
|
|
| 429 |
|
=== [Plugin API]
|
| 430 |
|
|
| 431 |
|
* Defect #35455: Require redmine/sort_criteria globally
|
| 432 |
|
|
| 433 |
|
=== [Project settings]
|
| 434 |
|
|
| 435 |
|
* Defect #13199: "Edit" misaligned in project members view
|
| 436 |
|
* Defect #36318: Saving time tracking activities without any change may turn a system activity into a project activity
|
| 437 |
|
|
| 438 |
|
=== [Projects]
|
| 439 |
|
|
| 440 |
|
* Feature #35795: Settings for global and user default custom ProjectQuery
|
| 441 |
|
|
| 442 |
|
=== [REST API]
|
| 443 |
|
|
| 444 |
|
* Feature #10171: Updating journal notes via REST API
|
| 445 |
|
* Feature #15855: Add information about whether an issue is open or closed to Issues API response
|
| 446 |
|
* Feature #24976: Include new statuses allowed by workflow in Issues REST API
|
| 447 |
|
* Feature #34766: Better error message when no API format is recognised
|
| 448 |
|
* Feature #34857: Add total estimated hours, spent hours, total spent hours for issues to issue list API
|
| 449 |
|
* Feature #35420: API to archive/unarchive projects
|
| 450 |
|
* Feature #35505: Add enabled core fields to /trackers API response
|
| 451 |
|
* Feature #35507: API to close/reopen projects
|
| 452 |
|
* Feature #36303: Include avatar URL in Users API
|
| 453 |
|
|
| 454 |
|
=== [Rails support]
|
| 455 |
|
|
| 456 |
|
* Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading
|
| 457 |
|
* Feature #35030: Allow parallel testing
|
| 458 |
|
* Patch #35081: Update config/environments/*.rb for Rails 6.1
|
| 459 |
|
* Patch #36317: Set default protect from forgery true
|
| 460 |
|
|
| 461 |
|
=== [Roadmap]
|
| 462 |
|
|
| 463 |
|
* Feature #6432: Allow unchecking all trackers in Roadmap view sidebar
|
| 464 |
|
|
| 465 |
|
=== [Ruby support]
|
| 466 |
|
|
| 467 |
|
* Feature #31128: Drop Ruby < 2.5 support
|
| 468 |
|
* Feature #34992: Ruby 3.0 support
|
| 469 |
|
* Feature #36205: Ruby 3.1 support
|
| 470 |
|
|
| 471 |
|
=== [SCM]
|
| 472 |
|
|
| 473 |
|
* Feature #5242: Display source project for cross-project associated revisions for issues
|
| 474 |
|
* Feature #16849: Render Textile and Markdown files in the repository browser
|
| 475 |
|
|
| 476 |
|
=== [Text formatting]
|
| 477 |
|
|
| 478 |
|
* Defect #36580: Fix code copying in common browsers
|
| 479 |
|
* Feature #20511: Comments for Textile text formatting
|
| 480 |
|
* Feature #32424: CommonMark Markdown Text Formatting
|
| 481 |
|
* Feature #35677: Preserve leading white space when quoting using the JS toolbar
|
| 482 |
|
* Feature #35742: Enable task list items for CommonMark text formatting
|
| 483 |
|
* Patch #35104: Code blocks - consistent rendering and retaining user-supplied language name in rendered HTML
|
| 484 |
|
|
| 485 |
|
=== [Third-party libraries]
|
| 486 |
|
|
| 487 |
|
* Feature #36701: Update Chart.js to 3.7.1
|
| 488 |
|
* Patch #35729: Update jQuery to 3.6.0
|
| 489 |
|
|
| 490 |
|
=== [Time tracking]
|
| 491 |
|
|
| 492 |
|
* Defect #21056: Project specific TimeEntryActivity name not updating properly
|
| 493 |
|
|
| 494 |
|
=== [UI]
|
| 495 |
|
|
| 496 |
|
* Defect #36524: Query Links on Issues and Time Logs Import Sidebars broken
|
| 497 |
|
* Feature #34494: Rename the save, edit and delete buttons on the query form to clarify the scope
|
| 498 |
|
* Feature #35770: Change "Edit" label in the context menu to "Bulk Edit" when multiple issues are selected
|
| 499 |
|
* Patch #30448: Remove wrapper2 and wrapper3 wrapping containers
|
| 500 |
|
* Patch #36429: Make issue tabs DOM more consistent
|
| 501 |
|
|
| 502 |
|
=== [Wiki]
|
| 503 |
|
|
| 504 |
255 |
* Feature #7652: Ability to add watchers to Wiki pages
|
| 505 |
256 |
|
| 506 |
257 |
== 2022-02-20 v4.2.4
|