summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from test/unit/helpers/application_helper_test.rb.Toshi MARUYAMA2011-08-311-4/+4
* remove trailing white-spaces from test/unit/helpers/timelog_helper_test.rb.Toshi MARUYAMA2011-08-301-7/+7
* remove trailing white-spaces from test/unit/helpers/sort_helper_test.rb.Toshi MARUYAMA2011-08-301-15/+15
* remove trailing white-spaces from test/unit/helpers/search_helper_test.rb.Toshi MARUYAMA2011-08-301-7/+7
* remove trailing white-spaces from test/unit/helpers/custom_fields_helper_test...Toshi MARUYAMA2011-08-281-7/+7
* remove trailing white-spaces from test/unit/helpers/projects_helper_test.rb.Toshi MARUYAMA2011-08-221-6/+6
* Adds a optgroup for groups in users/groups select tags.Jean-Philippe Lang2011-07-231-0/+23
* Fixes version url.Jean-Philippe Lang2011-07-062-4/+4
* 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
* use ActionView::TestCase instead of HelperTestCase at timelog_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at sort_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at search_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at projects_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at custom_fields_helper_te...Toshi MARUYAMA2011-06-221-1/+1
* scm: use ActionView::TestCase instead of HelperTestCase at repository_helper_...Toshi MARUYAMA2011-06-221-3/+3
* remove trailing white-spaces excluding here-documents from unit application h...Toshi MARUYAMA2011-05-181-53/+53
* 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
* scm: additional test of replacing invalid utf-8 sequences instead of strippin...Toshi MARUYAMA2011-04-121-0/+13
* scm: replace invalid utf-8 sequences instead of stripping in displaying repos...Toshi MARUYAMA2011-04-121-3/+1
* scm: more strict to_utf8() test in repository helper on Ruby 1.9.Toshi MARUYAMA2011-04-111-1/+3
* Fixed: unknown custom field format causes error when editing/bulk editing (#7...Jean-Philippe Lang2011-03-241-1/+18
* scm: add unit test of invalid utf8 sequences should be stripped in repository...Toshi MARUYAMA2011-03-191-0/+14
* scm: to_utf8() in repositories_helper always returns UTF-8 in Ruby 1.9.Toshi MARUYAMA2011-03-191-1/+17
* scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale.Toshi MARUYAMA2011-03-171-3/+8
* Use names instead of ids for wiki anchors (#6905).Jean-Philippe Lang2011-03-141-0/+7
* Moved text formatting tests from application_helper tests to formatter tests.Jean-Philippe Lang2011-03-141-105/+0
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-011-1/+3
* scm: add unit RepositoryHelper test for Ruby 1.9 compatibility.Toshi MARUYAMA2011-02-231-0/+68
* Moves link_to_message to ApplicationHelper to make it available to redmine li...Jean-Philippe Lang2011-01-231-1/+1
* Adds support for cross project Redmine links (#7409).Jean-Philippe Lang2011-01-231-0/+29
* scm: mercurial: add "commit:xxx" and "rNN" link test for mercurial (#3724).Toshi MARUYAMA2011-01-111-0/+33
* scm: fix indents in "commit:xxx" unit test.Toshi MARUYAMA2011-01-111-10/+12
* scm: add compatible "commit:xxx" link test for git and darcs.Toshi MARUYAMA2011-01-111-2/+49
* Make sure en is the current locale when running the test (#7266).Jean-Philippe Lang2011-01-101-0/+1
* Fixed: partial toc when text contains pre tags (#7172).Jean-Philippe Lang2010-12-291-2/+6
* Adds tests for class attribute parsing on pre/code tags.Jean-Philippe Lang2010-12-181-0/+3
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-127-7/+7
* Fixed: class attribute with spaces on pre tags truncated (#7033).Jean-Philippe Lang2010-12-051-0/+3
* Render TOC as nested lists (#1857).Jean-Philippe Lang2010-11-061-13/+26
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-061-1/+23
* Makes textile formatter accept 2 letters acronym (#6591).Jean-Philippe Lang2010-11-061-14/+0
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-2/+2
* Fixed: auto links ending with right angle bracket shouldn't include the brack...Jean-Baptiste Barth2010-10-231-0/+2
* Revert part of r4064.Eric Davis2010-10-151-9/+0
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-1/+1
* Change link_to_if_authorized to allow url paths. (Fixes #6195)Eric Davis2010-09-061-0/+29
* Use the built in Rails ActionView::TestCase for testing helpers.Eric Davis2010-09-061-4/+1