summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fixes require path in test.Jean-Philippe Lang2011-11-271-1/+1
* reset Attachment.storage_path at the end of attachment testsToshi MARUYAMA2011-11-241-0/+1
* code layout clean up test/unit/helpers/application_helper_test.rbToshi MARUYAMA2011-11-241-7/+5
* add unit application helper test to use latest image file (#3261)Toshi MARUYAMA2011-11-241-0/+25
* fix inconsistent image filename extensions (#9638)Toshi MARUYAMA2011-11-231-0/+53
* Wiki links for news and forums (#9600).Jean-Philippe Lang2011-11-191-1/+11
* move repositories helper to_utf8 tests to new CodesetUtilTest (#2371)Toshi MARUYAMA2011-11-181-116/+0
* Don't escape already parsed wiki link title (#9471).Etienne Massip2011-10-291-0/+4
* Fix failing test (#4264).Etienne Massip2011-10-081-1/+1
* Update CodeRay version to 1.0 final (#4264).Etienne Massip2011-10-081-1/+1
* Make sure that anchor names generated for headings fully match wiki links (#7...Etienne Massip2011-10-021-0/+10
* Prepend page title to anchor in single page wiki HTML export to make links mo...Etienne Massip2011-10-021-0/+29
* Fix generation of blank local link when no title is specified in wiki link.Etienne Massip2011-10-021-0/+20
* Use local links in wiki pages when possible (#3276).Etienne Massip2011-10-021-0/+27
* Rails3: replace "all" fixtures at test/unit/helpers/issues_helper_test.rbToshi MARUYAMA2011-09-241-1/+8
* Rails3: replace "all" fixtures at test/unit/helpers/projects_helper_test.rbToshi MARUYAMA2011-09-231-1/+9
* 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