summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Merged r22085 from trunk to 4.2-stable (#38217).Go MAEDA2023-02-031-4/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@22090 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0146-46/+46
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@22015 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r21937 from trunk to 4.2-stable (#37685).Go MAEDA2022-11-071-5/+11
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21954 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r21867 from trunk to 4.2-stable (#37473).Go MAEDA2022-09-281-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21869 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set Rails UJS version to 5.2.8.1 (#37647).Marius Balteanu2022-09-141-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21815 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Backported r21811 to 4.2-stable (#37647).Marius Balteanu2022-09-141-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.13.2 (#37492).Go MAEDA2022-09-131-1/+1
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r21645-r21646 and r21657 to 4.2-stable (#37255).Marius Balteanu2022-06-201-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery to 3.6.0 and jQuery UI to 1.13.1 (#37256).Marius Balteanu2022-06-171-1/+1
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r21085 to 4.2-stable (#35134).Marius Balteanu2021-07-271-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.2-stable@21092 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r20936 from trunk to 4.2-stable (#34894).Go MAEDA2021-04-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.2-stable@20942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-2546-46/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show project tree instead of subprojects in the project selector when you ↵Go MAEDA2021-03-251-1/+1
| | | | | | | | | create a new issue (#34798). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow selecting encoding when exporting permission reports as CSV (#13767).Go MAEDA2021-03-181-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show project ID instead of name in issue journal details if the project is ↵Go MAEDA2021-03-181-1/+2
| | | | | | | | | not visible for the current user (#33360). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20819 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-182-1/+11
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update JavaScript filename (#33906).Go MAEDA2021-03-151-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export permissions report to CSV (#13767).Go MAEDA2021-03-121-0/+27
| | | | | | | Patch by David Escala and Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The order of thumbnails in journals does not match the order of file name ↵Go MAEDA2021-03-091-1/+1
| | | | | | | | | list (#33459). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move some action links for issues and journals to the dropdown menu (#34714).Go MAEDA2021-03-071-8/+8
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20765 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto complete wiki page links (#33820).Go MAEDA2021-02-251-1/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Projects API should not return invisible trackers (#30121).Go MAEDA2021-02-231-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20753 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add an interface to filter activities by user (#33602).Go MAEDA2021-02-211-0/+7
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20752 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix project selector on global new issue page not showing all visible ↵Go MAEDA2021-02-011-1/+1
| | | | | | | | | projects (#33419). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20733 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show a warning message for watchers who cannot view the object (#33329).Go MAEDA2021-01-241-0/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Some fixes for r20321:Go MAEDA2021-01-181-0/+46
| | | | | | | | | | | | * Include only visible issues in subtasks stats * Get subtasks using only one query * Show all subtasks count as badge * Add tests Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add class 'error' to custom fields with validation errors (#32764, #34580).Go MAEDA2021-01-111-1/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20710 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show only valid projects on issue form when the issue is a subtask (#33419).Go MAEDA2021-01-011-0/+10
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20701 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make archived projects visually distinguishable in nested projects lists ↵Go MAEDA2020-12-301-0/+1
| | | | | | | | | (#34340). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk addition of related issues (#33418).Go MAEDA2020-12-251-0/+19
| | | | | | | Patch by Dmitry Makurin and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of ApplicationHelperToshi MARUYAMA2020-12-111-60/+118
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20622 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-1/+7
| | | | | | | Patch by Go MAEDA and Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of TimelogHelperToshi MARUYAMA2020-12-101-6/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20614 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of QueriesHelperToshi MARUYAMA2020-12-021-8/+51
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20545 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of IssuesHelperToshi MARUYAMA2020-11-301-7/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add jQuery Migrate (#33383).Go MAEDA2020-11-301-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20518 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of IssuesHelperToshi MARUYAMA2020-11-291-9/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20510 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use the lambda method for multiline lambdas at ApplicationHelperToshi MARUYAMA2020-11-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of SortHelperToshi MARUYAMA2020-11-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20392 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of AvatarsHelperToshi MARUYAMA2020-11-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20361 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include twofa_scheme (two-factor scheme) column when exporting users to CSV ↵Go MAEDA2020-11-131-1/+17
| | | | | | | | | (#34241). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20350 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move the "Private" badge next to the "Open/Closed" badge (#33832).Go MAEDA2020-11-111-3/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at MembersHelperToshi MARUYAMA2020-11-071-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20281 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to ProjectsHelperToshi MARUYAMA2020-11-041-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20251 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to WatchersHelperToshi MARUYAMA2020-11-031-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to SearchHelperToshi MARUYAMA2020-11-031-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20234 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to QueriesHelperToshi MARUYAMA2020-11-031-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20233 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to TimelogHelperToshi MARUYAMA2020-11-031-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20232 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Store inline autocomplete data sources in a JS variable (#34122).Go MAEDA2020-10-252-5/+19
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-243-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20176 e93f8b46-1217-0410-a6f0-8f06a7374b81