summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Rails 7.2.0 (#36320).Marius Balteanu2024-08-204-5/+5
* Add support for quoted arguments containing commas in wiki macros (#40014).Go MAEDA2024-08-202-2/+12
* Add filters for "User's group" and "User's role" to Spent time list (#41053).Go MAEDA2024-08-162-0/+122
* Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Lint/RedundantStringCoercion, one of the offenses enabled...Go MAEDA2024-08-124-10/+3
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-1210-168/+153
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-1215-46/+28
* Remove commented-out dead code and fix RuboCop offense Layout/LeadingCommentS...Go MAEDA2024-08-122-7/+0
* Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses en...Go MAEDA2024-08-1218-40/+0
* Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...Go MAEDA2024-08-128-19/+0
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-1217-38/+0
* Add test for r22947 (#41079).Go MAEDA2024-08-111-0/+15
* Fix incorrect sorting of users grouped by status in issue filters for adminis...Go MAEDA2024-08-111-3/+3
* Fix issue where minutes part of a time entry is displayed as 60 instead of be...Go MAEDA2024-08-082-3/+18
* Add SSL enforcement and Inline job adapter examples to config/additional_envi...Go MAEDA2024-07-261-1/+9
* Add project identifier to List-Id header in notification emails (#13359).Go MAEDA2024-07-262-9/+31
* Disable RuboCop Style/FormatString (#39887).Go MAEDA2024-07-222-13/+1
* Traditional Chinese translation update (#41045).Go MAEDA2024-07-221-2/+2
* Fix RuboCop offense Layout/EmptyLineBetweenDefs (#39887).Go MAEDA2024-07-192-6/+1
* Set default age parameter for User.prune method to 30 days (#41023).Go MAEDA2024-07-191-1/+1
* Japanese translation update (#41039).Go MAEDA2024-07-181-1/+1
* Update locales (#39997).Go MAEDA2024-07-1849-0/+49
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-186-5/+30
* Updated `number.format.delimiter` values in locale files based on rails-i18n ...Go MAEDA2024-07-1817-17/+17
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-187-10/+25
* Japanese translation update (#41027).Go MAEDA2024-07-161-1/+1
* Update users routing test to include assertions for bulk actions (delete, loc...Marius Balteanu2024-07-141-0/+4
* Adds test for bulk unlock users (#40913).Marius Balteanu2024-07-141-0/+16
* Fix tests for updated git repository (#40948).Marius Balteanu2024-07-142-21/+24
* Updates broken git repository archive introduced in r22910 (#40948).Marius Balteanu2024-07-141-0/+0
* Update locales (#36197).Go MAEDA2024-07-1449-0/+49
* Add configurable setting for copying attachments when copying an issue (#36197).Go MAEDA2024-07-147-5/+115
* Add bulk unlock to user list context menu (#40913).Marius Balteanu2024-07-133-5/+18
* Increases number of revisions and fileschanges in test/unit/repository_git_te...Marius Balteanu2024-07-131-2/+2
* Fix RuboCop offense Style/CollectionCompact (#39887).Go MAEDA2024-07-114-16/+6
* Update RuboCop to 1.65 (#39887).Go MAEDA2024-07-112-2/+2
* Fix RuboCop offense Style/MapCompactWithConditionalBlock (#39887).Go MAEDA2024-07-113-10/+10
* Fixes rubocop offenses (#40946). Marius Balteanu2024-07-081-5/+5
* Introduces @valid_watcher?@ check on watchables (@40946).Marius Balteanu2024-07-083-8/+17
* Permission check based on the type of @watchables@ (#40946).Marius Balteanu2024-07-082-0/+49
* Check view watchers permission when copying issues (#40946).Marius Balteanu2024-07-082-2/+22
* Improve watcher list permissions check to explicitly require @view_issue_watc...Marius Balteanu2024-07-087-1/+67
* Update all locales for @notice_invalid_watcher@ that are using the english tr...Marius Balteanu2024-07-0834-34/+34
* Improve english translation for @notice_invalid_watcher@ (#40950).Marius Balteanu2024-07-081-1/+1
* Truncate git authors to 255 characters (#40948).Marius Balteanu2024-07-084-3/+3
* Galician translation update (#40940).Go MAEDA2024-07-081-5/+5
* Disable RuboCop Style/PerlBackrefs (#39887).Go MAEDA2024-07-062-4/+3
* Add test for r22906 (#40716).Go MAEDA2024-07-061-0/+15
* Prevent issue links with double hash (##nnn) from being recognized as ATX hea...Go MAEDA2024-07-061-2/+2
* Fix RuboCop offense Style/RedundantRegexpEscape in lib/redmine/wiki_formattin...Go MAEDA2024-07-062-3/+2