summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-2013-16/+16
* Disable RuboCop Style/RedundantParentheses (#39887).Go MAEDA2023-12-201-0/+3
* Update Rails UJS to 7.1.2 (#36320).Marius Balteanu2023-12-202-731/+615
* Run plugin tests only if test files exist (#39803, #36320).Marius Balteanu2023-12-201-12/+30
* Fixes that @redmine:plugins:test@ should run plugins unit, functional, integr...Marius Balteanu2023-12-201-4/+7
* Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#36320, #39834).Go MAEDA2023-12-191-0/+1
* Adds test for plugin autoload issue (#36320, #39834).Marius Balteanu2023-12-176-1/+47
* Fixes random failing test by using @async_count@ in order to avoid query cach...Marius Balteanu2023-12-141-1/+1
* Revert r22514 (#36320).Marius Balteanu2023-12-141-1/+0
* Replaces @config.cache_classes@ which the new option @config.enable_reloadin...Marius Balteanu2023-12-123-3/+3
* Fix NoMethodError: undefined method `rake_run' for Rails::TestUnit::Runner:Cl...Marius Balteanu2023-12-122-8/+8
* Update integration test for plugin routes after r22515 (#36320, #39803).Marius Balteanu2023-12-121-0/+19
* Reverts r22507, r22508 and r22510 (#36320, #39803).Marius Balteanu2023-12-126-17/+6
* Block @rack-session@ gem version to 1 in order to stick with Rack 2 (#36320).Marius Balteanu2023-12-111-0/+1
* Refactor integration test for plugins routing (added in r22328) in order to u...Marius Balteanu2023-12-117-73/+33
* Change the default notification option from `only_my_events` to `only_assigne...Go MAEDA2023-12-115-6/+18
* Revert r22504 that missing a necessary file (#39500).Go MAEDA2023-12-114-6/+6
* Remove unnecessary line that changes the @PluginLoader@ directory inside @plu...Marius Balteanu2023-12-111-2/+0
* Fix failing API tests on Ruby 2.7 after migration to Rails 7.1 (#36320, #39760).Marius Balteanu2023-12-101-1/+3
* Adds test for plugin autoloading plugins issue (#36320).Marius Balteanu2023-12-102-0/+7
* Allows configure plugins directory path in order to change the default locati...Marius Balteanu2023-12-105-4/+10
* Fix typo (#36320).Marius Balteanu2023-12-102-2/+2
* Fix autoloading of plugins fails in Rails 7.1.2 (#36320).Marius Balteanu2023-12-101-1/+1
* Change the default notification option from `only_my_events` to `only_assigne...Go MAEDA2023-12-084-6/+6
* Code cleanup: unnecessary use of instance variables in UserTest (#39500).Go MAEDA2023-12-081-4/+4
* Russian translation update (#39782).Go MAEDA2023-12-081-1/+1
* Russian translation update for 5.1-stable (#39782).Go MAEDA2023-12-081-13/+12
* Persian translation update for 5.1-stable (#39781).Go MAEDA2023-12-081-69/+57
* Fix CommonMark Markdown help page to reflect user's language setting (#39755).Go MAEDA2023-12-062-7/+45
* Remove useless method #run_in_request? from db/migrate/20221214173537_add_sel...Go MAEDA2023-12-051-2/+0
* Fix typo (#39110).Marius Balteanu2023-12-041-1/+1
* Fix deprecation warnings regarding the use of ActiveSupport::Deprecation.beha...Go MAEDA2023-12-011-6/+6
* Tamil jstoolbar translation update for 5.1-stable (#39751).Go MAEDA2023-12-011-1/+1
* Tamil translation update for 5.1-stable (#39751).Go MAEDA2023-12-011-183/+140
* Update RuboCop target Rails version to 7.1 (#36320).Go MAEDA2023-11-301-1/+1
* Revert r21883 which was an workaround for #37626 (#37732, #36320).Marius Balteanu2023-11-291-2/+1
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-2719-114/+124
* Updates for 5.1.1 release.Marius Balteanu2023-11-272-1/+38
* Add missing copyrights (#37730).Marius Balteanu2023-11-2646-7/+757
* Add test for #39714.Marius Balteanu2023-11-261-0/+12
* Fix query grouping filter not working for custom field relations (#39714).Marius Balteanu2023-11-261-3/+3
* Add @transaction_isolation@ variable to database.yml.example (#39592, #39737).Marius Balteanu2023-11-261-0/+10
* Update database versions and MySQL related documentation to include the worka...Marius Balteanu2023-11-261-2/+22
* Workaround to fix a random failing test on MySQL 8 caused by the removal of i...Marius Balteanu2023-11-261-1/+1
* Remove @request_store@ gem (#39110).Marius Balteanu2023-11-211-1/+0
* Replace request_store with ActiveSupport::CurrentAttributes (#39110).Marius Balteanu2023-11-217-11/+58
* Add data-text-formatting attribute for selected markup language to body tag (...Go MAEDA2023-11-212-1/+11
* CI server: disable ssl connexion to mysql server.Jean-Philippe Lang2023-11-201-1/+2
* Adds support for environment variable for CI mysql host.Jean-Philippe Lang2023-11-201-1/+1
* Adds support for environment variable for CI postgresql host.Jean-Philippe Lang2023-11-201-1/+1