summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Render mentioned users with leading @ and highlight (#36699, #13919).Marius Balteanu2022-03-191-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add class @user-mention@ to user classes when user is linked using @ ↵Marius Balteanu2022-02-241-1/+1
| | | | | | | | | (#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-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21439 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-8/+16
| | | | | | | | | | * 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
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Lazy load inline images (#36294).Go MAEDA2021-12-141-2/+3
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21313 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Download all attachments in a journal (#35462).Go MAEDA2021-11-221-1/+5
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-071-3/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename the save, edit and delete buttons on the query form to clarify the ↵Go MAEDA2021-08-171-2/+2
| | | | | | | | | scope (#34494). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r21179 (#35729).Marius Balteanu2021-08-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2021-08-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21179 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render markdown attachments using markdown or common_mark based on the text ↵Marius Balteanu2021-08-111-0/+10
| | | | | | | | formatting setting (#32424). Patch by Marius BĂLTEANU and Martin Cizek. git-svn-id: http://svn.redmine.org/redmine/trunk@21165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link from assignee to group page (#12795).Go MAEDA2021-07-201-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21075 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set "icon icon-group" CSS classes in _members_box.html.erb instead of ↵Go MAEDA2021-07-201-1/+2
| | | | | | ApplicationHeler (#12795). git-svn-id: http://svn.redmine.org/redmine/trunk@21074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add link from group name to group page on project overview page (#12795).Go MAEDA2021-07-191-8/+19
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21073 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-151-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21002 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in ApplicationHelper.html_title comment (#35230).Go MAEDA2021-05-151-1/+1
| | | | | | | Patch by keineahnung2345. git-svn-id: http://svn.redmine.org/redmine/trunk@21001 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails UJS to 6.1.3.1 (#29914, #35003).Go MAEDA2021-04-131-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix user link using @ not working at the end of line (#34894).Go MAEDA2021-04-131-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20936 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove jQuery Migrate (#34337).Go MAEDA2021-03-291-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20871 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-181-0/+8
| | | | | | | 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
* 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
* 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
* 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
* 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
* 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
* Store inline autocomplete data sources in a JS variable (#34122).Go MAEDA2020-10-251-0/+16
| | | | | | | 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-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Hash#merge! with Hash#[]= (#34160).Go MAEDA2020-10-241-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at ApplicationHelperToshi MARUYAMA2020-10-111-5/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20141 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to ApplicationHelperToshi MARUYAMA2020-10-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20129 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to app/helpers/application_helper.rbToshi MARUYAMA2020-07-121-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19893 e93f8b46-1217-0410-a6f0-8f06a7374b81
* do not use spaces in lambda literals of ApplicationHelperToshi MARUYAMA2020-07-121-12/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always preserve the tree structure in the project jump box (#32944).Go MAEDA2020-07-061-8/+10
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent at ApplicationHelper#link_to_revisionToshi MARUYAMA2020-06-281-5/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19839 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent at ApplicationHelper#parse_redmine_linksToshi MARUYAMA2020-06-281-8/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19838 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent at ApplicationHelper#include_calendar_headers_tagsToshi MARUYAMA2020-06-281-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19837 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Table column sorting (#1718).Go MAEDA2020-06-241-1/+7
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19833 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line at app/helpers/application_helper.rbToshi MARUYAMA2020-06-161-3/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19825 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery to 3.5.1 without jQuery Migrate (#33383).Go MAEDA2020-06-031-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19803 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import user accounts from CSV file (#33102).Go MAEDA2020-05-301-0/+10
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19799 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Tribute to 5.1.3 (#33424).Go MAEDA2020-05-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19785 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.12.1 (#31887).Go MAEDA2020-05-181-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19769 (#31887).Go MAEDA2020-05-141-1/+1
| | | | | | | The change broke the Highlighted code button in the Wiki toolbar. git-svn-id: http://svn.redmine.org/redmine/trunk@19776 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.12.1 (#31887).Go MAEDA2020-05-091-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19769 e93f8b46-1217-0410-a6f0-8f06a7374b81
* ##123 syntax for linking to issues: Title cannot be distinguished from ↵Jean-Philippe Lang2020-04-051-2/+2
| | | | | | | | following text (#32765). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display avatar on add watchar dialog (#32976).Go MAEDA2020-03-311-1/+4
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81