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
Commit message (
Expand
)
Author
Age
Files
Lines
*
scm: darcs: remove duplicate test from functional test.
Toshi MARUYAMA
2011-03-22
1
-10
/
+0
*
scm: filesystem: add test of no extension file whose content is only ASCII ca...
Toshi MARUYAMA
2011-03-22
1
-1
/
+11
*
scm: git: remove duplicate test from functional test.
Toshi MARUYAMA
2011-03-22
1
-12
/
+0
*
scm: filesystem: add functional test.
Toshi MARUYAMA
2011-03-22
1
-0
/
+61
*
scm: code clean up test/unit/repository_test.rb.
Toshi MARUYAMA
2011-03-22
1
-12
/
+36
*
scm: code clean up test/functional/repositories_controller_test.rb.
Toshi MARUYAMA
2011-03-22
1
-11
/
+24
*
scm: filesystem: change project id of unit model test from 1 to 3.
Toshi MARUYAMA
2011-03-22
1
-1
/
+1
*
scm: filesystem: code clean up unit model test.
Toshi MARUYAMA
2011-03-22
1
-6
/
+7
*
scm: filesystem: code clean up unit adapter test.
Toshi MARUYAMA
2011-03-22
1
-10
/
+6
*
scm: cvs: check assign changesets in root directory showing of functional test.
Toshi MARUYAMA
2011-03-22
1
-0
/
+3
*
scm: cvs: remove duplicate test in functional test.
Toshi MARUYAMA
2011-03-22
1
-10
/
+0
*
Fixed: atom links on wiki index broken by r4266.
Jean-Philippe Lang
2011-03-21
1
-0
/
+8
*
Fixed: Simultaneous wiki updates cause internal error (#7939).
Jean-Philippe Lang
2011-03-21
1
-0
/
+36
*
Fix typo in test/test_helper.rb.
Toshi MARUYAMA
2011-03-20
1
-1
/
+1
*
Adds an option to view issues count by status on the version page (#7921).
Jean-Philippe Lang
2011-03-20
1
-3
/
+9
*
Fixed: news comments not deleted when deleting a project (#7904).
Jean-Philippe Lang
2011-03-20
1
-1
/
+1
*
Fixes subversion tests not running on win32.
Jean-Philippe Lang
2011-03-20
4
-12
/
+18
*
Fixed: children projects are deleted instead of being destroyed when destroyi...
Jean-Philippe Lang
2011-03-20
1
-2
/
+37
*
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: git: strict Ruby 1.9 string test in unit adapter test.
Toshi MARUYAMA
2011-03-17
1
-2
/
+2
*
scm: git: strict Ruby 1.9 string test in unit model test.
Toshi MARUYAMA
2011-03-17
1
-1
/
+1
*
scm: subversion: code clean up unit model test.
Toshi MARUYAMA
2011-03-17
1
-6
/
+9
*
scm: code clean up unit model changeset test.
Toshi MARUYAMA
2011-03-17
1
-4
/
+8
*
scm: strict Ruby 1.9 string test in unit model test.
Toshi MARUYAMA
2011-03-17
1
-2
/
+2
*
scm: subversion: simplify Ruby 1.9 string test in unit model test.
Toshi MARUYAMA
2011-03-17
1
-9
/
+5
*
scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale.
Toshi MARUYAMA
2011-03-17
1
-3
/
+8
*
Do not actually try to fetch changesets from the subversion repository.
Jean-Philippe Lang
2011-03-16
1
-2
/
+5
*
Adds a test for AuthSourcesController#destroy with users.
Jean-Philippe Lang
2011-03-16
1
-3
/
+15
*
Removes a space before argument parentheses.
Jean-Philippe Lang
2011-03-16
1
-1
/
+1
*
Adds a Group filter on the admin users list (#7893).
Jean-Philippe Lang
2011-03-16
1
-3
/
+12
*
scm: bazaar: add changesets order test in unit model test.
Toshi MARUYAMA
2011-03-16
1
-0
/
+28
*
Adds a visible scope to the Journal model.
Jean-Philippe Lang
2011-03-15
1
-4
/
+44
*
Changed the way the visibility SQL statement is built.
Jean-Philippe Lang
2011-03-15
1
-0
/
+17
*
Use names instead of ids for wiki anchors (#6905).
Jean-Philippe Lang
2011-03-14
1
-0
/
+7
*
Fixed: line breaks are ignored in quoted text (#6148).
Jean-Philippe Lang
2011-03-14
1
-1
/
+1
*
Moved text formatting tests from application_helper tests to formatter tests.
Jean-Philippe Lang
2011-03-14
2
-105
/
+109
*
scm: mercurial: add tag test in functional test (#1981).
Toshi MARUYAMA
2011-03-14
1
-0
/
+18
*
scm: mercurial: add named branch test in functional test (#7246).
Toshi MARUYAMA
2011-03-14
1
-0
/
+21
*
scm: mercurial: add test of latest changesets support named branch in unit mo...
Toshi MARUYAMA
2011-03-14
1
-0
/
+7
*
scm: mercurial: add latest changesets supporting tag test in unit model test ...
Toshi MARUYAMA
2011-03-14
1
-0
/
+13
*
scm: mercurial: add latest changesets improvement test in unit model test.
Toshi MARUYAMA
2011-03-14
1
-0
/
+18
*
scm: mercurial: add latest changesets improvement test in functional test.
Toshi MARUYAMA
2011-03-14
1
-4
/
+2
*
scm: mercurial: latest changesets improvement and supporting tag (#1981).
Toshi MARUYAMA
2011-03-14
1
-1
/
+1
*
scm: mercurial: check changesets size is greater than 0 in browse test in fun...
Toshi MARUYAMA
2011-03-14
1
-0
/
+15
*
scm: git: add browsing tag test in functional test.
Toshi MARUYAMA
2011-03-14
1
-0
/
+17
*
scm: git: check entries and changesets size are greater than 0 in browse test...
Toshi MARUYAMA
2011-03-14
1
-0
/
+20
*
scm: git: code clean up functional test.
Toshi MARUYAMA
2011-03-14
1
-5
/
+5
*
scm: mercurial: prepare tests of named branch and tag in functional test (#19...
Toshi MARUYAMA
2011-03-14
1
-0
/
+6
*
scm: mercurial: prepare tests of named branch and tag in unit model test (#19...
Toshi MARUYAMA
2011-03-14
1
-0
/
+6
[next]