summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update RuboCop Rails to 2.12 (#35207).Go MAEDA2021-12-112-531/+314
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21305 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Performance to 1.12 (#35142).Go MAEDA2021-12-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21304 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/ClosingParenthesisIndentation (#35136).Go MAEDA2021-12-101-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21303 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.23 (#35136).Go MAEDA2021-12-102-6/+49
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21302 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#35136).Go MAEDA2021-12-101-22/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21301 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix redmine:plugins:assets rake task fails (#36287, #32938).Go MAEDA2021-12-083-3/+21
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21300 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#36280).Go MAEDA2021-12-051-2/+1
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@21299 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a list of supported languages by the code highlighter to the help (#33859).Go MAEDA2021-12-05198-197/+1028
| | | | | | | Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21298 e93f8b46-1217-0410-a6f0-8f06a7374b81
* MenuManagerTest randomly fails (#36241).Go MAEDA2021-11-291-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21297 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ruby 3.1: net-smtp, net-imap, and net-pop are now bundled gems (#36205).Go MAEDA2021-11-271-0/+3
| | | | | | | Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@21296 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix plugin assets are no longer copied under plugin name (#36218, #29914, ↵Marius Balteanu2021-11-253-3/+53
| | | | | | #32938). git-svn-id: http://svn.redmine.org/redmine/trunk@21295 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Psych 4: Psych::DisallowedClass exception when unserializing a setting value ↵Go MAEDA2021-11-251-1/+2
| | | | | | | | | (#36226). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21294 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Capybara to 3.36 (#35025).Go MAEDA2021-11-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21293 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Download all attachments in a journal (#35462).Go MAEDA2021-11-227-3/+46
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#36221).Go MAEDA2021-11-211-5/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21291 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#36196).Go MAEDA2021-11-211-1/+1
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@21290 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates .rubocop_todo.yml (#29914, #32938).Marius Balteanu2021-11-171-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21289 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove invalid require (#29914, #32938).Marius Balteanu2021-11-171-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-179-21/+37
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21287 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load core plugins using require (#29914, #32938).Marius Balteanu2021-11-171-12/+7
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21286 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add core extensions in prepare method (#29914, #32938).Marius Balteanu2021-11-174-11/+7
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21285 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move preparation code to redmine/preparation.rb (#29914, #32938).Marius Balteanu2021-11-178-421/+417
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21284 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract Redmine::PluginLoader from Redmine::Plugin (#32938).Marius Balteanu2021-11-173-89/+150
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21283 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#35795).Marius Balteanu2021-11-1548-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21282 e93f8b46-1217-0410-a6f0-8f06a7374b81
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-1515-4/+161
| | | | | | | * App-level: Administration > Projects > Default query (Projects list defaults section) * User-level: My account > Default project query git-svn-id: http://svn.redmine.org/redmine/trunk@21281 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Migrate @setting_default_issue_query@ locale key to @label_default_query@ ↵Marius Balteanu2021-11-1550-50/+53
| | | | | | (#7360). git-svn-id: http://svn.redmine.org/redmine/trunk@21280 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adopt 2FA emails to new Mailer interface (#36005).Go MAEDA2021-11-131-8/+8
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21279 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#36192).Go MAEDA2021-11-131-5/+4
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@21278 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixtures to UserTest (#35975).Go MAEDA2021-11-111-1/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21277 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#36163).Go MAEDA2021-11-091-1/+1
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@21276 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-0816-28/+28
| | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@21275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#6033).Go MAEDA2021-11-0848-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21274 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-087-29/+134
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21273 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Naming/MethodName due to r21269 (#29076).Go MAEDA2021-11-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#36151).Go MAEDA2021-11-081-4/+4
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@21271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#29076).Marius Balteanu2021-11-0648-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21270 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds button to "Create and follow" when adding a subtask from the parent ↵Marius Balteanu2021-11-064-0/+30
| | | | | | | | | | | | issue. Now the user have the following options: * Create: redirects the user to the parent task (existing behaviour) * Create and follow: redirects the user to the newly created subtask (new behaviour) * Create and add another: redirects the user to new subtask (existing behaviour). (#29076). git-svn-id: http://svn.redmine.org/redmine/trunk@21269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Close the flyout menu only when clicking on main (#30448).Marius Balteanu2021-11-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename CoreExtensions to CoreExt (#29914, #32938).Marius Balteanu2021-10-273-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21267 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix cursor no longer shown as pointer on whole wrapper when flyout menu is ↵Marius Balteanu2021-10-271-1/+1
| | | | | | | | active (#30448). Patch Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@21266 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add require to acts_as_tree (#29914, #32938).Marius Balteanu2021-10-271-0/+1
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21265 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use full full path for require (#29914, #32938).Marius Balteanu2021-10-272-2/+2
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21264 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove extra blank line (#29914, #32938).Marius Balteanu2021-10-271-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21263 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move @lib/diff.rb@ to @lib/redmine/string_array_diff@ and extract @Diffable@ ↵Marius Balteanu2021-10-277-290/+337
| | | | | | class to its own file (#29914, #32938). git-svn-id: http://svn.redmine.org/redmine/trunk@21262 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove extra blank line (#29914, #32938).Marius Balteanu2021-10-241-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract @Shell@ and @DateCalculation@ classes from @lib/redmine/utils.rb@ to ↵Marius Balteanu2021-10-243-81/+129
| | | | | | their own files (#29914, #32938). git-svn-id: http://svn.redmine.org/redmine/trunk@21260 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract @Diff@ and @DiffTable@ from @lib/redmine/unified_diff.rb@ to their ↵Marius Balteanu2021-10-244-242/+288
| | | | | | own files (#29914, #32938). git-svn-id: http://svn.redmine.org/redmine/trunk@21259 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move custom DateValidator from @lib/redmine/core_ext/active_record.rb@ to ↵Marius Balteanu2021-10-242-1/+1
| | | | | | @app/validators/date_validator.rb@ (#29914, #32938). git-svn-id: http://svn.redmine.org/redmine/trunk@21258 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Pin webdrivers gem to 4.6.1.Marius Balteanu2021-10-221-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21257 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Pin selenium-webdriver to 3.142.7.Marius Balteanu2021-10-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21256 e93f8b46-1217-0410-a6f0-8f06a7374b81