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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use subclasses method instead of class variable.
Jean-Philippe Lang
2012-02-24
1
-0
/
+11
*
scm: cvs: add test to override human_attribute_name
Toshi MARUYAMA
2012-02-24
1
-0
/
+60
*
scm: filesystem: add test to override human_attribute_name of "Root directory"
Toshi MARUYAMA
2012-02-24
1
-0
/
+27
*
scm: mercurial: remove unnecessary log_encoding from overriding human_attribu...
Toshi MARUYAMA
2012-02-24
1
-3
/
+2
*
scm: git: remove unnecessary log_encoding from overriding human_attribute_nam...
Toshi MARUYAMA
2012-02-24
1
-3
/
+2
*
scm: mercurial: add test to override human_attribute_name of "path to reposit...
Toshi MARUYAMA
2012-02-24
1
-0
/
+29
*
scm: git: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
2012-02-24
1
-0
/
+28
*
scm: mercurial: split unit model test setup whether repository required or not
Toshi MARUYAMA
2012-02-24
1
-19
/
+21
*
scm: git: split unit model test setup whether repository required or not
Toshi MARUYAMA
2012-02-24
1
-13
/
+15
*
scm: bazaar: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
2012-02-24
1
-0
/
+28
*
scm: darcs: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
2012-02-24
1
-0
/
+28
*
code layout cleanup test/unit/repository_test.rb
Toshi MARUYAMA
2012-02-24
1
-2
/
+10
*
scm: add test to override human_attribute_name of log_encoding
Toshi MARUYAMA
2012-02-24
1
-0
/
+26
*
use English as default language at "test_reminders_should_not_include_closed_...
Toshi MARUYAMA
2012-02-22
1
-7
/
+11
*
Fixed magic link in the note added when closing an issue by a commit from a s...
Jean-Philippe Lang
2012-02-20
1
-0
/
+38
*
use assert_select instead of include? at "test_register" of unit mailer test
Toshi MARUYAMA
2012-02-20
1
-1
/
+5
*
Don't use auth_sources fixtures when not needed.
Jean-Philippe Lang
2012-02-19
1
-1
/
+1
*
Disabled on the fly registration for auth_source fixture.
Jean-Philippe Lang
2012-02-19
2
-0
/
+2
*
Do not recognize invalid textile attributes.
Jean-Philippe Lang
2012-02-17
1
-1
/
+1
*
scm: git: replace "write_attribute" at unit model test for database order con...
Toshi MARUYAMA
2012-02-17
1
-2
/
+5
*
scm: git: replace "order" at unit model test of fetching from scratch (#5357)
Toshi MARUYAMA
2012-02-17
1
-3
/
+2
*
Adds a rake test that removes old unattached uploads (#10253).
Jean-Philippe Lang
2012-02-16
1
-0
/
+10
*
Better handling of attachments when issue validation fails (#10253).
Jean-Philippe Lang
2012-02-16
1
-0
/
+4
*
Moved redmine links escaping assertions to their own test.
Jean-Philippe Lang
2012-02-15
1
-11
/
+17
*
Adds support for "Magic links" to notes (#2715).
Jean-Philippe Lang
2012-02-15
1
-0
/
+7
*
Fixed that partial diffs are done against html instead of original code (#9143).
Jean-Philippe Lang
2012-02-15
1
-0
/
+23
*
Makes user autocompleters work with firstname and lastname.
Jean-Philippe Lang
2012-02-14
1
-1
/
+16
*
Fixed: {{toc}} uses identical anchors for subsections with the same name (#81...
Jean-Philippe Lang
2012-02-14
1
-0
/
+27
*
Fixed: error when creating a project with a version format custom field (#102...
Jean-Philippe Lang
2012-02-13
1
-0
/
+7
*
Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).
Jean-Philippe Lang
2012-02-12
1
-0
/
+13
*
Fixed potential error when sorting members without role (#10053).
Jean-Philippe Lang
2012-02-12
1
-0
/
+17
*
Updated test against r8860.
Jean-Philippe Lang
2012-02-12
1
-2
/
+1
*
Allows custom styles in textile formatting using a white list of styles (#2416).
Jean-Philippe Lang
2012-02-12
1
-0
/
+44
*
scm: git: use default branch from HEAD (#10207)
Toshi MARUYAMA
2012-02-12
1
-0
/
+10
*
scm: git: update test repository (#10207)
Toshi MARUYAMA
2012-02-12
2
-9
/
+14
*
Adds a test for changeset/issue relations deletion.
Jean-Philippe Lang
2012-02-11
1
-0
/
+9
*
Fixed that changesets parents associations are not deleted when deleting a re...
Jean-Philippe Lang
2012-02-11
1
-0
/
+9
*
Fixed: wrong section edit links when a heading contains inline code (#10199).
Jean-Philippe Lang
2012-02-11
1
-0
/
+45
*
scm: git: call "git log" only once instead of per branch in fetching revision...
Toshi MARUYAMA
2012-02-11
1
-30
/
+36
*
scm: git: raise exception if "git log" is error and block is given in lib rev...
Toshi MARUYAMA
2012-02-10
1
-11
/
+19
*
scm: git: clarify the purpose of the unit model test to fetch history editing...
Toshi MARUYAMA
2012-02-10
1
-13
/
+17
*
scm: git: add explicit :excludes option to calling revision method in "test_r...
Toshi MARUYAMA
2012-02-09
1
-1
/
+2
*
scm: git: add test of get revisions from disjointed histories to unit lib tes...
Toshi MARUYAMA
2012-02-09
1
-0
/
+17
*
scm: git: update test repository (#8857)
Toshi MARUYAMA
2012-02-09
2
-12
/
+14
*
scm: git: remove redundant comma from test_revisions_includes_master_two_revs...
Toshi MARUYAMA
2012-02-09
1
-1
/
+1
*
scm: git: code cleanup "test_branches" of unit lib test
Toshi MARUYAMA
2012-02-09
1
-12
/
+16
*
scm: git: add lib test to get master branch revisions from origin (#8857)
Toshi MARUYAMA
2012-02-09
1
-0
/
+12
*
scm: git: add model method to get heads from extra_info branches hash (#8857)
Toshi MARUYAMA
2012-02-09
1
-0
/
+16
*
scm: git: add includes and excludes options to lib revisions method (#8857)
Toshi MARUYAMA
2012-02-08
1
-0
/
+56
*
scm: git: remove unused "--all" option of "git log" in lib revisions method
Toshi MARUYAMA
2012-02-08
1
-11
/
+0
[next]