summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add test for #36932.Marius Balteanu2022-04-271-0/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21542 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handle nil return of Redmine::Themes.theme(Setting.ui_theme) in ↵Marius Balteanu2022-04-271-9/+6
| | | | | | | | | Redmine::Info.environment (#36932). Patch by Mischa The Evil. git-svn-id: https://svn.redmine.org/redmine/trunk@21541 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use closest form when copy image from clipboard (#36817).Marius Balteanu2022-04-271-1/+2
| | | | | | | Patch by Yazan Al aeddin. git-svn-id: https://svn.redmine.org/redmine/trunk@21540 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Nokogiri to 1.12.5 for Ruby < 2.6.0 and 1.13.4 for Ruby >= 2.6.0 ↵Marius Balteanu2022-04-271-1/+1
| | | | | | (#36912). git-svn-id: https://svn.redmine.org/redmine/trunk@21539 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 6.1.5.1 (#37045).Marius Balteanu2022-04-271-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21536 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation update (#36934).Go MAEDA2022-04-161-37/+37
| | | | | | | Patch by Vitaly vit9696. git-svn-id: https://svn.redmine.org/redmine/trunk@21534 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#36930).Go MAEDA2022-04-141-6/+5
| | | | | | | Patch by Ivan Cenov. git-svn-id: https://svn.redmine.org/redmine/trunk@21532 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.27 (#36919).Go MAEDA2022-04-102-4/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21527 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 6.1.5 (#36917).Go MAEDA2022-04-101-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21524 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that copy paste image from clipboard fails to generate a unique file ↵Marius Balteanu2022-04-051-1/+1
| | | | | | name (#36887). git-svn-id: https://svn.redmine.org/redmine/trunk@21523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow imported time entries to override the selected project with the actual ↵Marius Balteanu2022-04-032-2/+28
| | | | | | | | | project of their issue (#36823). Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21522 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing partial view (33422).Marius Balteanu2022-04-011-0/+16
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds context menu to admin projects list (#33422).Marius Balteanu2022-04-013-12/+35
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21520 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-0111-58/+211
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@21519 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing v4.2.5 section in Changelog (#36863).Go MAEDA2022-03-311-0/+30
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21518 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Delete duplicate v5.0.0 section in Changelog (#36862).Go MAEDA2022-03-311-249/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21517 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changelog for 5.0.0.Marius Balteanu2022-03-281-0/+499
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21512 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bump version to 5.0.0.Marius Balteanu2022-03-281-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21509 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add test for #34029.Marius Balteanu2022-03-271-0/+22
| | | | | | | Patch by Vincent Robert. git-svn-id: https://svn.redmine.org/redmine/trunk@21503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include roles of built-in "Non member users" and "Anonymous users" members ↵Marius Balteanu2022-03-271-0/+9
| | | | | | when user is not a member of the project. This fixes #34029. git-svn-id: https://svn.redmine.org/redmine/trunk@21502 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Rails/RefuteMethods (#36824, #30924).Go MAEDA2022-03-261-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) ↵Go MAEDA2022-03-261-2/+2
| | | | | | (#36824, #30924). git-svn-id: https://svn.redmine.org/redmine/trunk@21500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to filter issues by its version status with shared versions (#36824, ↵Marius Balteanu2022-03-242-2/+19
| | | | | | | | | #30924). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21499 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix Redmine::Plugin.assets_directory is not working after r21283 (#36835).Marius Balteanu2022-03-242-2/+7
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Increase email address length limit from 60 to 254 (#36825).Go MAEDA2022-03-231-1/+1
| | | | | | | Contributed by Brice Beaumesnil. git-svn-id: https://svn.redmine.org/redmine/trunk@21497 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for PUT API to journals (#10171).Go MAEDA2022-03-232-0/+97
| | | | | | | Patch by Mizuki ISHIKAWA . git-svn-id: https://svn.redmine.org/redmine/trunk@21496 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that Log time and/or Add notes sections from issue form page do not show ↵Marius Balteanu2022-03-225-13/+55
| | | | | | or hide dynamically based on user permission (#34641). git-svn-id: https://svn.redmine.org/redmine/trunk@21495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tasks to prune registered users after a certain number of days (#30998).Go MAEDA2022-03-223-0/+30
| | | | | | | Patch by Yuichi HARADA and Marius BALTEANU. git-svn-id: https://svn.redmine.org/redmine/trunk@21490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert undesired changes (#36593)Marius Balteanu2022-03-211-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21489 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Skip validation of required custom fields when creating a project if user ↵Marius Balteanu2022-03-213-2/+20
| | | | | | | | | does not have permissions to see those custom fields (#36593). Patch by mathieu-mbru. git-svn-id: https://svn.redmine.org/redmine/trunk@21488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#36815).Go MAEDA2022-03-211-2/+2
| | | | | | | Patch by ChunChang Lo. git-svn-id: https://svn.redmine.org/redmine/trunk@21487 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not fire a query to get user default query when user has no default query ↵Go MAEDA2022-03-211-1/+1
| | | | | | | | | set (#36503). Patch by Dmitry Makurin. git-svn-id: https://svn.redmine.org/redmine/trunk@21485 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r21480 (#36503).Go MAEDA2022-03-211-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21484 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove system test (#6432).Marius Balteanu2022-03-201-38/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that @tracker_ids[]@ field is rendered multiple time. Add some ↵Marius Balteanu2022-03-202-1/+4
| | | | | | assertions to @test_index@ (#6432). git-svn-id: http://svn.redmine.org/redmine/trunk@21482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Only check for @set_filter@ param when retriving the default query (#7360, ↵Marius Balteanu2022-03-202-2/+2
| | | | | | 35795, #36389). git-svn-id: http://svn.redmine.org/redmine/trunk@21481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not fire a query to get user default query when user has no default query ↵Marius Balteanu2022-03-201-1/+1
| | | | | | | | | | set (#36503). Patch by Dmitry Makurin. git-svn-id: http://svn.redmine.org/redmine/trunk@21480 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add Chromium to the list of supported browsers (#34978).Marius Balteanu2022-03-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add supported browsers to doc/INSTALL (#34978).Marius Balteanu2022-03-201-0/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop Rails to 2.14 (#35207).Go MAEDA2022-03-202-1/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#36813).Go MAEDA2022-03-201-2/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add locales (#4347).Marius Balteanu2022-03-1948-0/+96
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21471 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing partial (#4347).Marius Balteanu2022-03-191-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Automatically add the user to the watchers list after contributing to an ↵Marius Balteanu2022-03-198-1/+63
| | | | | | | | | issue (#4347). User can enable/disable this feature from My Account. Patch by Takenori TAKAKI and Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render mentioned users with leading @ and highlight (#36699, #13919).Marius Balteanu2022-03-194-9/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-1936-85/+114
| | | | | | | Patch by Mischa The Evil and Marius BĂLTEANU git-svn-id: http://svn.redmine.org/redmine/trunk@21467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix file drop feature not working in @documents#new@ (#36686).Marius Balteanu2022-03-191-6/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reindent code in documents/_form view (#36686).Marius Balteanu2022-03-191-13/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21465 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Avoid passing ActionController::Parameters outside of MailHandlerController ↵Marius Balteanu2022-03-182-1/+29
| | | | | | | | | | (#36394). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use @clipboardData.files@ instead of @clipboardData.items@ to get the images ↵Marius Balteanu2022-03-181-8/+6
| | | | | | from the clipboard (#36013). git-svn-id: http://svn.redmine.org/redmine/trunk@21463 e93f8b46-1217-0410-a6f0-8f06a7374b81