summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-0/+4
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-0/+12
* Sanitize image links and handle nils in the toc formatter. #5445Eric Davis2010-06-241-1/+5
* Display the link name when external links are used in the toc macro. #5445Eric Davis2010-06-191-0/+2
* Fixes broken test.Jean-Philippe Lang2010-03-281-1/+1
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-241-1/+5
* Accept issue links inside brackets (#4418).Jean-Philippe Lang2010-03-171-1/+1
* Close unclosed pre/code tags (#4265).Jean-Philippe Lang2010-03-151-0/+14
* Do not parse redmine links inside pre/code tags (#1288).Jean-Philippe Lang2010-03-151-0/+27
* Fixed closing tags in syntax highlighting tests.Jean-Philippe Lang2010-03-151-2/+2
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Optimization: load attachments when needed.Jean-Philippe Lang2010-03-141-0/+8
* Added unit tests for IssuesHelper#show_detailEric Davis2010-03-081-0/+159
* Fixed: Pound (#) followed by number with leading zero (0) removes leading zer...Jean-Philippe Lang2010-02-181-0/+2
* Adds projects links (#4812).Jean-Philippe Lang2010-02-131-2/+9