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
*
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
*
scm: mercurial: code clean up unit model test.
Toshi MARUYAMA
2011-03-14
1
-2
/
+4
*
scm: mercurial: add test of non ASCII named branch in unit adapter test (#7246).
Toshi MARUYAMA
2011-03-14
1
-0
/
+6
*
scm: mercurial: add test of non ASCII tag in unit adapter test (#1981).
Toshi MARUYAMA
2011-03-14
1
-0
/
+6
*
scm: mercurial: prepare test of wrapping revision of cat and annotate with UR...
Toshi MARUYAMA
2011-03-14
1
-3
/
+10
*
Check for a valid time entry if comments have been entered when updating an i...
Jean-Philippe Lang
2011-03-13
1
-3
/
+22
*
scm: mercurial: remove unused parameters from "nodes_in_branch()" method in a...
Toshi MARUYAMA
2011-03-13
1
-4
/
+4
*
Fixed: mail handler keywords are not removed when updating issues (#7785).
Jean-Philippe Lang
2011-03-13
1
-0
/
+4
*
Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular ...
Jean-Philippe Lang
2011-03-13
1
-0
/
+12
*
scm: mercurial: add tests for "nodes_in_branch()" method in adapter (#7246, #...
Toshi MARUYAMA
2011-03-13
1
-0
/
+30
*
Fixed: Wiki headings containing backslash followed by a digit are not display...
Jean-Philippe Lang
2011-03-12
1
-3
/
+9
*
Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...
Jean-Philippe Lang
2011-03-12
2
-4
/
+12
*
Fixed: wiki page with backslash in title can not be found (#7589).
Jean-Philippe Lang
2011-03-12
1
-1
/
+4
*
Fixes diff test regarding r5094.
Jean-Philippe Lang
2011-03-12
1
-2
/
+2
*
Fixes diff test regarding r5094.
Jean-Philippe Lang
2011-03-12
1
-4
/
+4
*
Highlight changes inside diff lines (#7139).
Jean-Philippe Lang
2011-03-11
2
-1
/
+104
*
scm: cvs: fix missing author, revision and comment in tree view (#4270).
Toshi MARUYAMA
2011-03-11
1
-0
/
+12
*
scm: mercurial: remove duplicates tests in unit model test.
Toshi MARUYAMA
2011-03-11
1
-7
/
+0
*
scm: mercurial: fix unit model test fails on MySQL and remove duplicates tests.
Toshi MARUYAMA
2011-03-11
1
-31
/
+16
*
scm: cvs: fix age column on repository view is off by timezone delta (#7827).
Toshi MARUYAMA
2011-03-11
1
-0
/
+8
*
scm: cvs: code clean up functional test.
Toshi MARUYAMA
2011-03-11
1
-15
/
+15
*
Gantt: do not ignore project filter (#7000, #7352), do not display empty proj...
Jean-Philippe Lang
2011-03-10
1
-31
/
+41
*
scm: git: fix newlines of test/unit/repository_git_test.rb.
Toshi MARUYAMA
2011-03-10
1
-5
/
+5
*
scm: git: add tests for previous and next versions in unit model test (#7821,...
Toshi MARUYAMA
2011-03-10
1
-0
/
+40
*
scm: git: unit model latin-1 path encoding test passes on Japanese Windows (#...
Toshi MARUYAMA
2011-03-09
1
-3
/
+9
*
scm: git: unit adapter latin-1 path encoding test passes on Japanese Windows ...
Toshi MARUYAMA
2011-03-09
1
-5
/
+12
*
scm: git: fix PortgreSQL functional test fails (#5251).
Toshi MARUYAMA
2011-03-09
1
-1
/
+5
*
scm: git: change core.quotepath to false in test repository config (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+0
*
scm: git: add reverse log test in unit adapter test (#5357).
Toshi MARUYAMA
2011-03-08
1
-1
/
+15
*
scm: git: add latin-1 encoding directory test in unit model test (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+14
*
scm: git: add latin-1 encoding directory test in unit adapter test (#5251).
Toshi MARUYAMA
2011-03-08
1
-1
/
+15
*
scm: git: add latin-1 encoding directory to test repository (#5251).
Toshi MARUYAMA
2011-03-08
3
-5
/
+5
*
scm: mercurial: add latin-1 encoding directory to test repository (#2664).
Toshi MARUYAMA
2011-03-08
4
-14
/
+18
*
scm: git: add latest changesets path encoding test in unit model test (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+14
[next]