summaryrefslogtreecommitdiffstats
path: root/test/helpers/application_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* HTML-escape the entire tag content of escaped HTML tags in textile (#38807).Go MAEDA2023-09-181-2/+3
* 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-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix mentioning users with certain characters renders incorrectly (#37755).Marius Balteanu2022-12-031-0/+10
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-261-3/+3
* Don't create two thumbnails of different resolutions for a single image (#375...Go MAEDA2022-08-281-1/+1
* Render mentioned users with leading @ and highlight (#36699, #13919).Marius Balteanu2022-03-191-7/+7
* Comments for Textile text formatting (#20511).Go MAEDA2022-03-171-1/+0
* Add class @user-mention@ to user classes when user is linked using @ (#36699,...Marius Balteanu2022-02-241-7/+7
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-221-105/+197
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Lazy load inline images (#36294).Go MAEDA2021-12-141-15/+15
* Download all attachments in a journal (#35462).Go MAEDA2021-11-221-0/+16
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-071-5/+17
* Fix that test_link_to_principal_should_link_to_user does not actually test an...Go MAEDA2021-08-311-1/+2
* Unify code block and add "data-language" attribute with the user-supplied lan...Marius Balteanu2021-08-151-2/+2
* Inline image in Textile is not displayed if the image URL contains ampersands...Go MAEDA2021-07-281-0/+2
* Set "icon icon-group" CSS classes in _members_box.html.erb instead of Applica...Go MAEDA2021-07-201-1/+1
* Add link from group name to group page on project overview page (#12795).Go MAEDA2021-07-191-0/+11
* Fix user link using @ not working at the end of line (#34894).Go MAEDA2021-04-131-0/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove redundant 'return' from ApplicationHelperTestToshi MARUYAMA2020-12-171-1/+1
* shorten long line of ApplicationHelperTestToshi MARUYAMA2020-12-121-14/+30
* shorten long line of ApplicationHelperTestToshi MARUYAMA2020-12-101-34/+71
* shorten long line of ApplicationHelperTestToshi MARUYAMA2020-12-031-14/+22
* shorten long line of ApplicationHelperTestToshi MARUYAMA2020-11-301-10/+22
* fix source indent of ApplicationHelperTestToshi MARUYAMA2020-10-261-12/+13
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-241-4/+4
* fix source indent of ApplicationHelperTestToshi MARUYAMA2020-09-241-164/+218
* remove spaces inside {} of ApplicationHelperTestToshi MARUYAMA2020-09-211-21/+22
* remove spaces inside {} of ApplicationHelperTest#test_html_tagsToshi MARUYAMA2020-07-151-1/+1
* remove spaces inside {} of ApplicationHelperTest#test_allowed_html_tagsToshi MARUYAMA2020-07-151-1/+1
* remove spaces inside {} of ApplicationHelperTest#test_text_formattingToshi MARUYAMA2020-07-151-1/+1
* remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchyToshi MARUYAMA2020-07-151-1/+1
* remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchy_w...Toshi MARUYAMA2020-07-151-1/+1
* remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchy_w...Toshi MARUYAMA2020-07-151-1/+1
* fix source indent of ApplicationHelperTest#test_due_date_distance_in_wordsToshi MARUYAMA2020-07-151-8/+9
* remove spaces inside {} of ApplicationHelperTest#test_principals_check_box_ta...Toshi MARUYAMA2020-07-121-1/+1
* Some tests in ApplicationHelperTest are declared as private (#33562).Go MAEDA2020-06-091-16/+16
* Import user accounts from CSV file (#33102).Go MAEDA2020-05-301-0/+10
* ##123 syntax for linking to issues: Title cannot be distinguished from follow...Jean-Philippe Lang2020-04-051-13/+10
* Display avatar on add watchar dialog (#32976).Go MAEDA2020-03-311-0/+26
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Move duplicated back_url method from ApplicationHelper to ApplicationControll...Jean-Philippe Lang2020-02-021-5/+0
* cleanup: rubocop: fix Layout/EmptyLines in test/helpers/application_helper_te...Toshi MARUYAMA2019-11-231-1/+0
* cleanup: rubocop: fix Layout/SpaceInsideParens in test/helpers/application_he...Toshi MARUYAMA2019-11-231-7/+5