summaryrefslogtreecommitdiffstats
path: root/test/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fix failing test after r23230 (#23980).Marius Balteanu2024-11-101-1/+1
* @principal_icon@ method should accept a Principal as argument (#23980).Marius Balteanu2024-11-102-3/+5
* Fixes broken @link_to_principal@ helper test caused by r23222 (#41711, #23980).Marius Balteanu2024-11-101-2/+2
* Fixed duplicate "disabled" class in the context_menus_helper result (#23980, ...Go MAEDA2024-11-101-1/+1
* Added tests for context_menu_link helper (#23980, #41720).Go MAEDA2024-11-101-0/+41
* Fix RuboCop Layout/TrailingEmptyLines in test/helpers/icons_helper_test.rb (#...Go MAEDA2024-11-041-1/+1
* Adds tests for @IconsHelper@ (#23980).Marius Balteanu2024-11-031-0/+128
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-201-24/+10
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-192-5/+5
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-091-1/+1
* Merges fav and fav-off icons in only one icon and fill the collor from CSS (#...Marius Balteanu2024-09-291-3/+3
* Moves stroke, stroke-width and fill attributes from icons to CSS (#23980).Marius Balteanu2024-09-281-2/+2
* Fixes failing test (#23980).Marius Balteanu2024-09-281-2/+2
* Moves thumbnail title attribute from `a` to `img` (#41272).Go MAEDA2024-09-201-1/+1
* Add "Author / Previous assignee" group to assignee dropdown in issue form (#1...Go MAEDA2024-09-151-4/+25
* Replaces various icons with SVG icons (#23980).Marius Balteanu2024-09-081-1/+1
* Set UTF-8 as the default CSV export encoding (#41202).Go MAEDA2024-09-011-5/+3
* Fixes rubocop offenses introduced by r22991 (#23980).Marius Balteanu2024-08-301-2/+2
* Fixes more tests.Marius Balteanu2024-08-302-6/+8
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody (#36320).Go MAEDA2024-08-201-1/+0
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-2011-12/+0
* Fix issue where minutes part of a time entry is displayed as 60 instead of be...Go MAEDA2024-08-081-0/+15
* Add missing fixture journal_details to JournalsHelperTest (#40801).Go MAEDA2024-06-121-1/+2
* Fix duplicated alt and title attributes for attached images in Textile format...Go MAEDA2024-05-241-2/+2
* Add tests for current alt attribute behavior in images (#40650).Go MAEDA2024-05-241-0/+33
* Switches from MD5 to SHA256 when computing the hash for gravatar URL (#40652).Marius Balteanu2024-05-021-2/+2
* Remove redundant ApplicationHelper inclusions (#40506).Go MAEDA2024-04-022-2/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2620-20/+20
* Fix failing tests related to favicon after r22692 (#39111).Marius Balteanu2024-02-131-4/+4
* Fix tests after asset pipeline implementation (#39111).Marius Balteanu2024-01-252-10/+10
* Support localized decimal separators for hours in the web UI (#21677).Go MAEDA2024-01-041-0/+11
* Fix deprecation warnings regarding the use of ActiveSupport::Deprecation.beha...Go MAEDA2023-12-011-6/+6
* Add test for #39714.Marius Balteanu2023-11-261-0/+12
* Deprecate unused ApplicationHelper#render_if_exist (#39527).Go MAEDA2023-11-191-0/+12
* Fix typo in test names in application_helper_test.rb: Change "redner" to "ren...Go MAEDA2023-11-191-2/+2
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-211-0/+14
* HTML-escape the entire tag content of escaped HTML tags in textile (#38807).Go MAEDA2023-09-181-2/+3
* Add test for r22224 (#38458).Go MAEDA2023-05-051-0/+29
* Add a button to apply issues filter to search results (#38481).Go MAEDA2023-04-271-0/+32
* Group text filters in the filter select list (#38402).Go MAEDA2023-04-051-0/+10
* Use Commonmarker instead of Redcarpet by default when rendering Markdown atta...Go MAEDA2023-03-231-0/+14
* Update Rouge to 4.1 (#37236).Go MAEDA2023-02-151-1/+1
* Support for WebP images (#38168).Go MAEDA2023-01-161-0/+2
* Add guard clause to time_tag method to handle nil time (#38139).Go MAEDA2023-01-021-0/+16
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-0120-20/+20
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0120-20/+20
* Fix mentioning users with certain characters renders incorrectly (#37755).Marius Balteanu2022-12-031-0/+10
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-182-59/+1
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-162-1/+59
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-261-3/+3