summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use escaped "Can't" constant at IssuesHelperTestToshi MARUYAMA2014-02-061-2/+2
* 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-2910-10/+10
* 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
* remove unneeded including ApplicationHelper from helper testsToshi MARUYAMA2013-12-261-1/+0
* make WatchersHelperTest passes when config.threadsafe! is enabled (#12097)Toshi MARUYAMA2013-12-211-0/+1
* make IssuesHelperTest passes when config.threadsafe! is enabled (#12097)Toshi MARUYAMA2013-12-211-0/+1
* Store relation type instead of i18n key in journals (#15704).Jean-Philippe Lang2013-12-151-6/+6
* Adds tests for custom field description.Jean-Philippe Lang2013-12-141-0/+12
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-2/+3
* Fixed test failure (#15182).Jean-Philippe Lang2013-10-261-2/+2
* Test broken by r12192 (#2199).Jean-Philippe Lang2013-09-301-1/+1
* 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
* Splits tests (#1005).Jean-Philippe Lang2013-06-061-10/+16
* Prepends issue numbers with a number sign (#1005).Jean-Philippe Lang2013-06-061-8/+8
* Fixed that journal details about issue relations may disclose issues that are...Jean-Philippe Lang2013-06-061-0/+20
* Fixed that project name is not properly escaped in issue filters (#14186).Jean-Philippe Lang2013-05-311-0/+10
* remove "del" tag from deleted issue relation (#1005)Toshi MARUYAMA2013-05-191-2/+2
* add journal after creating/deleting issue relation (#1005)Toshi MARUYAMA2013-05-191-0/+32
* replace non ASCII literal to hexadecimal at ApplicationHelperTestToshi MARUYAMA2013-05-181-3/+11
* include Redmine::I18n in ApplicationHelperTestToshi MARUYAMA2013-05-181-0/+1
* backout r11875 ApplicationHelperTest changeToshi MARUYAMA2013-05-181-4/+3
* Include Redmine::I18n in helpers tests.Jean-Philippe Lang2013-05-188-3/+11
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-23/+17
* move filter order tests from helper to model.Toshi MARUYAMA2013-05-161-32/+1
* Add missing unit tests for ApplicationHelper#link_to_if_authorized.Jean-Baptiste Barth2013-05-021-14/+20
* remove unused variable from QueriesHelperTestToshi MARUYAMA2013-04-191-1/+1
* remove redundant 'IssuesHelper#' from issues_helper_test contextToshi MARUYAMA2013-04-121-19/+19
* code layout clean up issues_helper_test.rbToshi MARUYAMA2013-04-121-25/+43