index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove trailing white-spaces from test/unit/helpers/application_helper_test.rb.
Toshi MARUYAMA
2011-08-31
1
-4
/
+4
*
remove trailing white-spaces from test/unit/helpers/timelog_helper_test.rb.
Toshi MARUYAMA
2011-08-30
1
-7
/
+7
*
remove trailing white-spaces from test/unit/helpers/sort_helper_test.rb.
Toshi MARUYAMA
2011-08-30
1
-15
/
+15
*
remove trailing white-spaces from test/unit/helpers/search_helper_test.rb.
Toshi MARUYAMA
2011-08-30
1
-7
/
+7
*
remove trailing white-spaces from test/unit/helpers/custom_fields_helper_test...
Toshi MARUYAMA
2011-08-28
1
-7
/
+7
*
remove trailing white-spaces from test/unit/helpers/projects_helper_test.rb.
Toshi MARUYAMA
2011-08-22
1
-6
/
+6
*
Adds a optgroup for groups in users/groups select tags.
Jean-Philippe Lang
2011-07-23
1
-0
/
+23
*
Fixes version url.
Jean-Philippe Lang
2011-07-06
2
-4
/
+4
*
back out r6117. use ActionView::TestCase instead of HelperTestCase at IssuesH...
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
use ActionView::TestCase instead of HelperTestCase at issues_helper_test.rb.
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
use ActionView::TestCase instead of HelperTestCase at timelog_helper_test.rb.
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
use ActionView::TestCase instead of HelperTestCase at sort_helper_test.rb.
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
use ActionView::TestCase instead of HelperTestCase at search_helper_test.rb.
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
use ActionView::TestCase instead of HelperTestCase at projects_helper_test.rb.
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
use ActionView::TestCase instead of HelperTestCase at custom_fields_helper_te...
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
scm: use ActionView::TestCase instead of HelperTestCase at repository_helper_...
Toshi MARUYAMA
2011-06-22
1
-3
/
+3
*
remove trailing white-spaces excluding here-documents from unit application h...
Toshi MARUYAMA
2011-05-18
1
-53
/
+53
*
remove trailing white-spaces from unit issues helper test.
Toshi MARUYAMA
2011-05-16
1
-7
/
+7
*
Warn about subtasks before deleting a parent issue (#6562).
Jean-Philippe Lang
2011-04-17
1
-0
/
+19
*
Adds a helper for issue heading (#7647).
Jean-Philippe Lang
2011-04-12
1
-1
/
+5
*
scm: additional test of replacing invalid utf-8 sequences instead of strippin...
Toshi MARUYAMA
2011-04-12
1
-0
/
+13
*
scm: replace invalid utf-8 sequences instead of stripping in displaying repos...
Toshi MARUYAMA
2011-04-12
1
-3
/
+1
*
scm: more strict to_utf8() test in repository helper on Ruby 1.9.
Toshi MARUYAMA
2011-04-11
1
-1
/
+3
*
Fixed: unknown custom field format causes error when editing/bulk editing (#7...
Jean-Philippe Lang
2011-03-24
1
-1
/
+18
*
scm: add unit test of invalid utf8 sequences should be stripped in repository...
Toshi MARUYAMA
2011-03-19
1
-0
/
+14
*
scm: to_utf8() in repositories_helper always returns UTF-8 in Ruby 1.9.
Toshi MARUYAMA
2011-03-19
1
-1
/
+17
*
scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale.
Toshi MARUYAMA
2011-03-17
1
-3
/
+8
*
Use names instead of ids for wiki anchors (#6905).
Jean-Philippe Lang
2011-03-14
1
-0
/
+7
*
Moved text formatting tests from application_helper tests to formatter tests.
Jean-Philippe Lang
2011-03-14
1
-105
/
+0
*
scm: add feature of per project repository log encoding setting (#1735).
Toshi MARUYAMA
2011-03-01
1
-1
/
+3
*
scm: add unit RepositoryHelper test for Ruby 1.9 compatibility.
Toshi MARUYAMA
2011-02-23
1
-0
/
+68
*
Moves link_to_message to ApplicationHelper to make it available to redmine li...
Jean-Philippe Lang
2011-01-23
1
-1
/
+1
*
Adds support for cross project Redmine links (#7409).
Jean-Philippe Lang
2011-01-23
1
-0
/
+29
*
scm: mercurial: add "commit:xxx" and "rNN" link test for mercurial (#3724).
Toshi MARUYAMA
2011-01-11
1
-0
/
+33
*
scm: fix indents in "commit:xxx" unit test.
Toshi MARUYAMA
2011-01-11
1
-10
/
+12
*
scm: add compatible "commit:xxx" link test for git and darcs.
Toshi MARUYAMA
2011-01-11
1
-2
/
+49
*
Make sure en is the current locale when running the test (#7266).
Jean-Philippe Lang
2011-01-10
1
-0
/
+1
*
Fixed: partial toc when text contains pre tags (#7172).
Jean-Philippe Lang
2010-12-29
1
-2
/
+6
*
Adds tests for class attribute parsing on pre/code tags.
Jean-Philippe Lang
2010-12-18
1
-0
/
+3
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
7
-7
/
+7
*
Fixed: class attribute with spaces on pre tags truncated (#7033).
Jean-Philippe Lang
2010-12-05
1
-0
/
+3
*
Render TOC as nested lists (#1857).
Jean-Philippe Lang
2010-11-06
1
-13
/
+26
*
Extract headings and TOC parsing from the textile formatter.
Jean-Philippe Lang
2010-11-06
1
-1
/
+23
*
Makes textile formatter accept 2 letters acronym (#6591).
Jean-Philippe Lang
2010-11-06
1
-14
/
+0
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
1
-2
/
+2
*
Fixed: auto links ending with right angle bracket shouldn't include the brack...
Jean-Baptiste Barth
2010-10-23
1
-0
/
+2
*
Revert part of r4064.
Eric Davis
2010-10-15
1
-9
/
+0
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
1
-1
/
+1
*
Change link_to_if_authorized to allow url paths. (Fixes #6195)
Eric Davis
2010-09-06
1
-0
/
+29
*
Use the built in Rails ActionView::TestCase for testing helpers.
Eric Davis
2010-09-06
1
-4
/
+1
[next]