summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers/application_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Test broken by r15136 (#21593).Jean-Philippe Lang2016-01-301-2/+2
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-2/+2
* Fixed that #parse_redmine_links errors when given a link tag without attribut...Jean-Philippe Lang2015-10-311-0/+7
* Fixed unsafe call to #casecmp (#20369, #21000).Jean-Philippe Lang2015-10-151-0/+6
* Adds tracker name to Redmine issue link titles (#13946).Jean-Philippe Lang2015-09-211-4/+4
* remove trailing white spaces from test/unit/helpers/application_helper_test.rbToshi MARUYAMA2015-04-141-3/+3
* Don't run test if Redcarpet is not available (#19313).Jean-Philippe Lang2015-03-151-0/+2
* Attached inline images with non-ascii file name can not be seen when text for...Jean-Philippe Lang2015-03-141-0/+16
* Set proper locale.Jean-Philippe Lang2015-01-181-0/+2
* add missing fixturesToshi MARUYAMA2015-01-181-0/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-6/+7
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Removed that quote in a fixture subject.Jean-Philippe Lang2014-12-201-1/+1
* Fixed that Redmine links should not be parsed inside links (#18301).Jean-Philippe Lang2014-11-141-0/+6
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-32/+15
* add missing fixture to ApplicationHelperTestToshi MARUYAMA2014-06-021-0/+1
* Redmine links not working with html escpaed characters (#16668).Jean-Philippe Lang2014-04-261-0/+8
* fix typo at test/unit/helpers/application_helper_test.rbToshi MARUYAMA2014-04-161-1/+1
* Don't run the test if Redcarpet is not available (#16236).Jean-Philippe Lang2014-03-211-0/+2
* Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).Jean-Philippe Lang2014-03-211-0/+16
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki...Toshi MARUYAMA2014-02-131-17/+67
* fix source indent of ApplicationHelperTestToshi MARUYAMA2014-02-071-1/+1
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki...Toshi MARUYAMA2014-02-061-18/+52
* Rails4: add ApplicationHelper#truncate_single_line_raw method replacing trunc...Toshi MARUYAMA2014-02-061-3/+3
* add tests of ApplicationHelper#link_to_issue subject and titleToshi MARUYAMA2014-02-061-0/+35
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_pre_...Toshi MARUYAMA2014-02-061-2/+10
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link...Toshi MARUYAMA2014-02-061-1/+2
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link...Toshi MARUYAMA2014-02-061-1/+2
* do stricter ApplicationHelperTest#test_truncate_single_lineToshi MARUYAMA2014-02-061-2/+2
* add tests of ApplicationHelper#truncate_single_lineToshi MARUYAMA2014-02-061-0/+18
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki...Toshi MARUYAMA2014-02-051-12/+35
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link...Toshi MARUYAMA2014-02-051-1/+2
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link...Toshi MARUYAMA2014-02-051-1/+2
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_cros...Toshi MARUYAMA2014-02-051-2/+4
* code format clean up ApplicationHelperTest#test_cross_project_redmine_linksToshi MARUYAMA2014-02-051-7/+12
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_atta...Toshi MARUYAMA2014-02-051-4/+7
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_atta...Toshi MARUYAMA2014-02-051-3/+4
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki...Toshi MARUYAMA2014-02-051-6/+8
* use escaped "Can't" constant at ApplicationHelperTestToshi MARUYAMA2014-02-051-1/+1
* Rails4: replace hard-coded html with class at ApplicationHelperTest#test_redm...Toshi MARUYAMA2014-02-051-3/+4
* Rails4: use link_to instead of hard coded html at ApplicationHelperTest#test_...Toshi MARUYAMA2014-02-041-12/+27
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds #favicon_path and #favicon_url helpers.Jean-Philippe Lang2014-01-121-0/+22
* Rails4: replace deprecated Relation#update_all at application helper testToshi MARUYAMA2014-01-071-2/+1
* Fixed test failure (#15182).Jean-Philippe Lang2013-10-261-2/+2
* Adds a helper for building h2 tags and setting html_title (#14517).Jean-Philippe Lang2013-07-281-0/+34
* Issue-notes Redmine links: append actual note reference to rendered links (#1...Jean-Philippe Lang2013-07-111-2/+4
* Fixed that project name is not properly escaped in issue filters (#14186).Jean-Philippe Lang2013-05-311-0/+10
* replace non ASCII literal to hexadecimal at ApplicationHelperTestToshi MARUYAMA2013-05-181-3/+11