summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Set UTF-8 as the default CSV export encoding (#41202).Go MAEDA2024-09-011-3/+3
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-011-2/+2
* Removes extra spaces in icon classes introduced by r22988 (#23980).Marius Balteanu2024-08-311-2/+2
* Add icon to attachment link only when icon variable is passed.Marius Balteanu2024-08-301-3/+5
* Fix failing tests by including IconsHelper in ApplicationHelper (#23980). Marius Balteanu2024-08-301-0/+1
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-291-8/+11
* Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).Go MAEDA2024-08-251-1/+1
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-12/+12
* Replaces removed `ActiveSupport::Deprecation.warn` with custom deprecators (#...Marius Balteanu2024-08-201-1/+1
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-181-4/+9
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-181-3/+18
* Upgrade jQuery to 3.7.1 and jQuery UI to 1.13.3 (#40853, #40864).Go MAEDA2024-06-201-2/+3
* Fix duplicated alt and title attributes for attached images in Textile format...Go MAEDA2024-05-241-6/+17
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-231-1/+1
* Fix incorrect icon image path for DatePicker button (#40559, #39111).Marius Balteanu2024-04-161-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix failing tests related to favicon in themes after r22692 (#39111).Marius Balteanu2024-02-131-1/+1
* Includes favicon in assets pipeline (#39111).Marius Balteanu2024-02-071-2/+2
* Remove hardcoded version of rails-ujs and include the one provided by the ass...Marius Balteanu2024-01-251-1/+2
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-251-3/+3
* Use @image_url@ for @favicon_url@ (#40087).Marius Balteanu2024-01-231-4/+1
* Support localized decimal separators for hours in the web UI (#21677).Go MAEDA2024-01-041-1/+1
* Support localized decimal separators for float values (#22024).Go MAEDA2024-01-041-1/+1
* Fix hardcoded string "auto" on user preferences page (#39879).Marius Balteanu2023-12-221-1/+1
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-201-1/+1
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-3/+3
* Update Rails UJS to 7.1.2 (#36320).Marius Balteanu2023-12-201-1/+1
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-271-2/+2
* Deprecate unused ApplicationHelper#render_if_exist (#39527).Go MAEDA2023-11-191-0/+4
* 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