summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers/issues_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r15238.Jean-Philippe Lang2016-03-131-1/+1
* Fixed rendering of multivalued custom fields in the issue history (#19225).Jean-Philippe Lang2015-03-081-0/+37
* Fixed Stack level too deep error when calling #find_name_by_reflection for mi...Jean-Philippe Lang2015-02-141-0/+4
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-0/+13
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* The descendant count in the issues delete confirmation message is wrong if is...Jean-Philippe Lang2014-12-301-0/+10
* Removed that quote in a fixture subject.Jean-Philippe Lang2014-12-201-4/+4
* Rails4: replace hard-coded html with class at IssuesHelperTestToshi MARUYAMA2014-02-111-3/+7
* use escaped "Can't" constant at IssuesHelperTestToshi MARUYAMA2014-02-061-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded including ApplicationHelper from helper testsToshi MARUYAMA2013-12-261-1/+0
* 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
* 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
* 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
* Include Redmine::I18n in helpers tests.Jean-Philippe Lang2013-05-181-0/+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
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-1/+0
* Removing shoulda context.Jean-Philippe Lang2013-02-031-138/+106
* Accommodates fixtures for databases with case sensitive sort.Jean-Philippe Lang2013-01-231-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* partial backout r10263Toshi MARUYAMA2012-10-221-9/+11
* backout r10253Toshi MARUYAMA2012-10-221-9/+11
* code cleanup test_with_a_start_date_attribute_* of unit IssuesHelperTestToshi MARUYAMA2012-09-011-10/+10
* replace shoulder "with a due_date attribute" context of unit IssuesHelperTest...Toshi MARUYAMA2012-09-011-5/+17
* use date_format setting at unit IssuesHelperTest test_with_a_start_date_attri...Toshi MARUYAMA2012-09-011-2/+6
* replace shoulder "with a start_date attribute" context of test/unit/helpers/i...Toshi MARUYAMA2012-09-011-9/+17
* html5 compliance.Jean-Philippe Lang2012-07-291-2/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* No need to save journal details.Jean-Philippe Lang2012-04-221-11/+11
* Additional tests for IssuesHelper#show_detail.Jean-Philippe Lang2012-04-221-23/+50
* No need to save the record.Jean-Philippe Lang2012-03-041-10/+10
* test: include ERB::Util at test/unit/helpers/issues_helper_test.rbToshi MARUYAMA2011-12-221-0/+1
* Code cleanup.Jean-Philippe Lang2011-12-181-1/+0
* Makes tests inherit from ActionView::TestCase.Jean-Philippe Lang2011-12-181-29/+11
* Rails3: replace "all" fixtures at test/unit/helpers/issues_helper_test.rbToshi MARUYAMA2011-09-241-1/+8
* back out r6117. use ActionView::TestCase instead of HelperTestCase at IssuesH...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at issues_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* remove trailing white-spaces from unit issues helper test.Toshi MARUYAMA2011-05-161-7/+7
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-171-0/+19
* Adds a helper for issue heading (#7647).Jean-Philippe Lang2011-04-121-1/+5
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Added unit tests for IssuesHelper#show_detailEric Davis2010-03-081-0/+159