summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Set the minimum required version of ROTP gem to 5.0.0 (#36795).Go MAEDA2022-03-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Database migration from Redmine 0.8.7 or earlier fails (#36766).Go MAEDA2022-03-181-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21461 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show a custom field description as a placeholder (#14275).Go MAEDA2022-03-173-0/+14
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21460 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use a variable to reference a CustomField object (#14275).Go MAEDA2022-03-171-5/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix to use a correct exception class ActiveRecord::IrreversibleMigration in ↵Go MAEDA2022-03-176-6/+6
| | | | | | migrations (#36770). git-svn-id: http://svn.redmine.org/redmine/trunk@21458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Comments for Textile text formatting (#20511).Go MAEDA2022-03-173-1/+37
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21457 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).Go MAEDA2022-03-143-13/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21456 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 6.1.4.7 (#29914).Go MAEDA2022-03-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21453 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.26 (#35136).Go MAEDA2022-03-102-171/+171
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#35136).Go MAEDA2022-03-101-22/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21451 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Polish translation update (#36493).Go MAEDA2022-03-071-124/+87
| | | | | | | Patch by Robert Korulczyk. git-svn-id: http://svn.redmine.org/redmine/trunk@21450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reorder keys in pl.yml to the same order with en.yml (#36493).Go MAEDA2022-03-071-1068/+1012
| | | | | | | Patch by Robert Korulczyk. git-svn-id: http://svn.redmine.org/redmine/trunk@21449 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Lazy load locales (#36728).Marius Balteanu2022-03-061-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@21448 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve performance of adding or removing members of a group (#36696).Go MAEDA2022-03-052-27/+24
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21447 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Chart.js to 3.7.1 (#36701).Go MAEDA2022-03-034-28/+42
| | | | | | | Patch by Maciej Pankanin. git-svn-id: http://svn.redmine.org/redmine/trunk@21446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* IssuesControllerTest randomly fails (#36716).Go MAEDA2022-03-031-1/+1
| | | | | | | Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@21445 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add habtm relation between roles and queries_roles (#36416).Marius Balteanu2022-02-282-0/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21444 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix rubocop offense (#36416).Marius Balteanu2022-02-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21443 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update roadie-rails to 3.0 (#36355).Go MAEDA2022-02-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21442 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update API test to use token based authentication when twofa is enabled for ↵Marius Balteanu2022-02-251-2/+7
| | | | | | user (#35001). git-svn-id: http://svn.redmine.org/redmine/trunk@21441 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add class @user-mention@ to user classes when user is linked using @ ↵Marius Balteanu2022-02-242-8/+8
| | | | | | | | | (#36699, #13919). git-svn-id: http://svn.redmine.org/redmine/trunk@21440 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2022-02-242-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21439 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add migration to delete orphaned time entry activities (#36416).Marius Balteanu2022-02-241-0/+9
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@21438 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Destroy overridden time entry activities and rows from the habtm join table ↵Marius Balteanu2022-02-242-2/+12
| | | | | | | | | | @queries_roles@ on project deletion (#36416). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@21437 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable API authentication with username and password when two-factor ↵Marius Balteanu2022-02-242-1/+17
| | | | | | | | | authentication is enabled for the user (#35001). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21436 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-2316-29/+469
| | | | | | | | | | * the user must have add watchers permission on that object in order to mention other users * mentioned user will receive a notification email * only visible users who can view the object can be mentioned git-svn-id: http://svn.redmine.org/redmine/trunk@21435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 4.2.4 release.Marius Balteanu2022-02-202-1/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21430 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix gantt PNG export ignores imagemagick_convert_command (#35027).Marius Balteanu2022-02-201-0/+3
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21427 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix time entries of sub-projects are not listed when activity is specified ↵Marius Balteanu2022-02-202-1/+25
| | | | | | | | | in filters (#36248). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21423 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix import with issue relations and invalid issues hangs without any error ↵Marius Balteanu2022-02-203-1/+33
| | | | | | message in UI (#35656). git-svn-id: http://svn.redmine.org/redmine/trunk@21422 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#36606).Go MAEDA2022-02-201-4/+3
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@21417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update I18n to 1.10 (#36564).Go MAEDA2022-02-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21416 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix code copying in common browsers (#36580).Go MAEDA2022-02-1910-36/+54
| | | | | | | Patch by Vitaly vit9696. git-svn-id: http://svn.redmine.org/redmine/trunk@21415 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix WikiContentVersion API returns 500 if author is nil (#36494).Marius Balteanu2022-02-182-1/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21414 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-183-6/+8
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21413 e93f8b46-1217-0410-a6f0-8f06a7374b81