summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* Ignore statuses if workflow only defines identity transition (#37636).Go MAEDA2022-09-172-0/+3
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Consider only roles with either add_issues or edit_issues permissions for ↵Go MAEDA2022-09-171-4/+7
| | | | | | | | | any status transitions (#37635). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21817 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename Repository#supports_all_revisions? to Repository#supports_history? ↵Go MAEDA2022-09-155-6/+11
| | | | | | | | | (#37657). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails UJS to 6.1.7 (#37647).Marius Balteanu2022-09-141-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery to 3.6.1 (#37647).Marius Balteanu2022-09-141-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.13.2 (#37492).Go MAEDA2022-09-132-2/+2
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show "History" tab for content in Filesystem repository (#37585).Go MAEDA2022-09-071-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add description field to custom fields API (#37617).Go MAEDA2022-09-011-0/+1
| | | | | | | Patch by Holger Just and Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21793 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove extra call of Attachment#thumbnailable? in ↵Go MAEDA2022-08-301-1/+1
| | | | | | | | | AttachmentsController#thumbnail (#37599). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't create two thumbnails of different resolutions for a single image ↵Go MAEDA2022-08-281-2/+3
| | | | | | | | | (#37597). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21784 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Check visibility for passed user in IssueQuery.default (#37499, #37608).Go MAEDA2022-08-261-1/+1
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the classes whitelist configured in application.rb instead of hardcoded ↵Go MAEDA2022-08-251-1/+1
| | | | | | | | | classes (#37476). Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21777 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-245-3/+13
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* POST Requests to repository WS fail with "Can't verify CSRF token ↵Go MAEDA2022-08-101-0/+3
| | | | | | | | | authenticity" (#37562). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add default spent time activity per role (#29286).Go MAEDA2022-08-096-7/+53
| | | | | | | Patch by Marius BALTEANU and Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21763 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace JQuery `.focus()` method with HTML `autofocus` attribute (#37482).Go MAEDA2022-08-062-10/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21762 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS class for relation type to related issues list (#37532).Go MAEDA2022-08-051-1/+1
| | | | | | | Patch by salman mp and Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21757 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default query should not be applied if the query is not allowed to be set as ↵Go MAEDA2022-07-312-7/+12
| | | | | | | | | the default (#37499). Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21748 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't load changesets when IssuesController#show processes API requests ↵Go MAEDA2022-07-311-3/+5
| | | | | | | | | without "include=changesets" (#37528). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Normalize HTML in settings/_users, and remove broken CSS left over from the ↵Go MAEDA2022-07-281-8/+7
| | | | | | | | | old times (#37507). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21743 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Repository tab is not displayed if no repository is set as the main ↵Go MAEDA2022-07-271-1/+1
| | | | | | | | | repository (#33953). Patch by Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@21741 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Better validation error message when the domain of email is not allowed ↵Go MAEDA2022-07-271-1/+9
| | | | | | | | | (#35450). Patch by Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@21739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Open Help in a separate tab (#1069).Go MAEDA2022-07-221-1/+1
| | | | | | | Contributed by Vijay Kiran. git-svn-id: https://svn.redmine.org/redmine/trunk@21737 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSV export of issues report (#37362).Go MAEDA2022-07-213-0/+41
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Psych::DisallowedClass exception when loading default plugin settings ↵Go MAEDA2022-07-211-1/+1
| | | | | | | | | (#37450, #37476). Contributed by Dmitry Makurin. git-svn-id: https://svn.redmine.org/redmine/trunk@21725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use YAML.unsafe_load (#37450).Go MAEDA2022-07-201-2/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-175-1/+19
| | | | | | | Patch by Marius BALTEANU. git-svn-id: https://svn.redmine.org/redmine/trunk@21713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make the only enabled activity in a project the default one for time entry ↵Go MAEDA2022-07-173-5/+11
| | | | | | | | | (#10314). Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21709 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantParentheses (#36919).Go MAEDA2022-07-161-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21707 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Information text on sudo password entry (#33660).Go MAEDA2022-07-102-0/+4
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@21699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Lint/NonAtomicFileOperation (#36919).Go MAEDA2022-06-301-3/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve wording on password change form (#36908).Go MAEDA2022-06-291-1/+1
| | | | | | | Contributed by Vu Nguyen. git-svn-id: https://svn.redmine.org/redmine/trunk@21692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix chained custom field filter doesn't work for User fields (#36940).Marius Balteanu2022-06-271-1/+1
| | | | | | | | Patch by Thomas Löber. git-svn-id: https://svn.redmine.org/redmine/trunk@21686 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert undesired change (#37349).Marius Balteanu2022-06-271-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix filter for chained User custom fields returns 500 internal server error ↵Marius Balteanu2022-06-271-2/+2
| | | | | | when filtering after a float value (#37349). git-svn-id: https://svn.redmine.org/redmine/trunk@21684 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor @TimeEntryActivity.default()@ method (#33914).Marius Balteanu2022-06-201-2/+3
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21669 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix time entry activity is not set as default when the default activity ↵Marius Balteanu2022-06-202-1/+10
| | | | | | | | | exists as project specific activity (#33914). Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21668 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix rubocop warning (Add empty line after guard clause).Marius Balteanu2022-06-171-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.31.1 (#37256).Marius Balteanu2022-06-162-2/+2
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Respect field visibility when filtering/sorting by associated issue fields ↵Marius Balteanu2022-06-162-2/+6
| | | | | | | | | (#37255). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Respect field visibility when showing associated issue fields (#37255).Marius Balteanu2022-06-162-2/+5
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21645 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Setting @--no-permission-check@ in the mail receiver should not allow ↵Marius Balteanu2022-06-161-3/+17
| | | | | | | | | creating issues in closed and archived projects (#37187). Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@21641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improved @fixed_version_id@ validation (#37171).Marius Balteanu2022-06-161-2/+2
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21638 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure @category_id@ is valid within the issue's project (#37171).Marius Balteanu2022-06-161-0/+6
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21637 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The done ratio of a parent issue may not be 100% even if all subtasks have a ↵Go MAEDA2022-06-081-6/+7
| | | | | | | | | done ratio of 100% (#37151). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make "Project" label translatable in ↵Go MAEDA2022-06-061-1/+1
| | | | | | | | | app/views/projects/bulk_destroy.html.erb (#36691, #37210). Patch by Robert Korulczyk. git-svn-id: https://svn.redmine.org/redmine/trunk@21624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reduce extra queries in @ProjectQuery.default@ (#37135).Marius Balteanu2022-05-281-3/+6
| | | | | | | Patch by Dmitry Makurin. git-svn-id: https://svn.redmine.org/redmine/trunk@21614 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue#last_notes fallback does not respect notes visibility (#37155).Marius Balteanu2022-05-281-1/+1
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix internal server error when trying to retrieve AnonymousUser's ↵Marius Balteanu2022-05-271-1/+1
| | | | | | | | | information via Users API (#37157). Patch by Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@21606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki notation `attachment:file_name` cannot make a link to a file attached ↵Go MAEDA2022-05-261-1/+5
| | | | | | | | | to other journals (#35462). Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21605 e93f8b46-1217-0410-a6f0-8f06a7374b81