summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update Rails UJS to 6.1.7.6 (#39875).Marius Balteanu2023-12-201-1/+1
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-211-0/+17
* Use Commonmarker instead of Redcarpet by default when rendering Markdown atta...Go MAEDA2023-03-231-3/+3
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-1/+1
* Support for WebP images (#38168).Go MAEDA2023-01-161-1/+1
* Unreachable branch in ApplicationHelper#format_object due to the use of the d...Go MAEDA2023-01-121-14/+14
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-111-2/+2
* Add guard clause to time_tag method to handle nil time (#38139).Go MAEDA2023-01-021-0/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix shadowing variable in ApplicationHelper#textilizable (#15667).Go MAEDA2022-12-161-2/+2
* Fix mentioning users with certain characters renders incorrectly (#37755).Marius Balteanu2022-12-031-1/+1
* Issue ID field does not get focus when adding a related issue (#37473).Go MAEDA2022-09-281-1/+1
* Update Rails UJS to 6.1.7 (#37647).Marius Balteanu2022-09-141-1/+1
* Update jQuery to 3.6.1 (#37647).Marius Balteanu2022-09-141-1/+1
* Update jQuery UI to 1.13.2 (#37492).Go MAEDA2022-09-131-1/+1
* Don't create two thumbnails of different resolutions for a single image (#375...Go MAEDA2022-08-281-2/+3
* Fix rubocop warning (Add empty line after guard clause).Marius Balteanu2022-06-171-0/+1
* Update jQuery UI to 1.31.1 (#37256).Marius Balteanu2022-06-161-1/+1
* Respect field visibility when showing associated issue fields (#37255).Marius Balteanu2022-06-161-0/+1
* Wiki notation `attachment:file_name` cannot make a link to a file attached to...Go MAEDA2022-05-261-1/+5
* Fix that mentions not working after issue status is changed (#36909).Marius Balteanu2022-05-111-3/+1
* Render mentioned users with leading @ and highlight (#36699, #13919).Marius Balteanu2022-03-191-1/+2
* Add class @user-mention@ to user classes when user is linked using @ (#36699,...Marius Balteanu2022-02-241-1/+1
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2022-02-241-1/+1
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-8/+16
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Lazy load inline images (#36294).Go MAEDA2021-12-141-2/+3
* Download all attachments in a journal (#35462).Go MAEDA2021-11-221-1/+5
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-071-3/+4
* Rename the save, edit and delete buttons on the query form to clarify the sco...Go MAEDA2021-08-171-2/+2
* Revert r21179 (#35729).Marius Balteanu2021-08-151-1/+1
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2021-08-151-1/+1
* Render markdown attachments using markdown or common_mark based on the text f...Marius Balteanu2021-08-111-0/+10
* Link from assignee to group page (#12795).Go MAEDA2021-07-201-2/+2
* Set "icon icon-group" CSS classes in _members_box.html.erb instead of Applica...Go MAEDA2021-07-201-1/+2
* Add link from group name to group page on project overview page (#12795).Go MAEDA2021-07-191-8/+19
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-151-2/+2
* Fix typo in ApplicationHelper.html_title comment (#35230).Go MAEDA2021-05-151-1/+1
* Update Rails UJS to 6.1.3.1 (#29914, #35003).Go MAEDA2021-04-131-1/+1
* Fix user link using @ not working at the end of line (#34894).Go MAEDA2021-04-131-1/+1
* Remove jQuery Migrate (#34337).Go MAEDA2021-03-291-1/+0
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-181-0/+8
* Update JavaScript filename (#33906).Go MAEDA2021-03-151-1/+1
* Auto complete wiki page links (#33820).Go MAEDA2021-02-251-1/+2
* Make archived projects visually distinguishable in nested projects lists (#34...Go MAEDA2020-12-301-0/+1
* shorten long line of ApplicationHelperToshi MARUYAMA2020-12-111-60/+118
* Add jQuery Migrate (#33383).Go MAEDA2020-11-301-0/+1
* use the lambda method for multiline lambdas at ApplicationHelperToshi MARUYAMA2020-11-261-1/+1