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
/
changeset_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Adds the repository identifier to Changeset#text_tag (#779).
Jean-Philippe Lang
2012-03-24
1
-0
/
+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
*
Adds a setting that allows to reference/fix issues of all projects (#3087).
Jean-Philippe Lang
2012-02-02
1
-0
/
+30
*
scm: use save instead of scan_comment_for_issue_ids at test_commit_referencin...
Toshi MARUYAMA
2011-08-29
1
-2
/
+1
*
scm: add dummy revision at test_commit_referencing_a_parent_project_issue of ...
Toshi MARUYAMA
2011-08-29
1
-2
/
+2
*
scm: use save instead of scan_comment_for_issue_ids at test_commit_referencin...
Toshi MARUYAMA
2011-08-29
1
-2
/
+1
*
scm: add dummy revision at test_commit_referencing_a_subproject_issue of unit...
Toshi MARUYAMA
2011-08-29
1
-1
/
+2
*
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_allo...
Toshi MARUYAMA
2011-08-29
1
-2
/
+1
*
scm: add dummy revision at test_ref_keywords_allow_brackets_around_multiple_i...
Toshi MARUYAMA
2011-08-29
1
-2
/
+2
*
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_allo...
Toshi MARUYAMA
2011-08-29
1
-2
/
+1
*
scm: add dummy revision at test_ref_keywords_allow_brackets_around_a_issue_nu...
Toshi MARUYAMA
2011-08-29
1
-2
/
+2
*
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_any_...
Toshi MARUYAMA
2011-08-29
1
-2
/
+1
*
scm: add dummy revision at test_ref_keywords_any_line_start of unit changeset...
Toshi MARUYAMA
2011-08-29
1
-2
/
+2
*
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_any_...
Toshi MARUYAMA
2011-08-29
1
-2
/
+1
*
scm: add dummy revision at test_ref_keywords_any_only of unit changeset test.
Toshi MARUYAMA
2011-08-29
1
-2
/
+2
*
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords of u...
Toshi MARUYAMA
2011-08-29
1
-2
/
+1
*
scm: add dummy revision at test_ref_keywords of unit changeset test.
Toshi MARUYAMA
2011-08-29
1
-2
/
+2
*
scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_any ...
Toshi MARUYAMA
2011-08-29
1
-2
/
+1
*
scm: add dummy revision at test_ref_keywords_any of unit changeset test.
Toshi MARUYAMA
2011-08-29
1
-1
/
+2
*
scm: remove trailing white-spaces from unit changeset test.
Toshi MARUYAMA
2011-05-25
1
-7
/
+7
*
scm: fix indents of test/unit/changeset_test.rb.
Toshi MARUYAMA
2011-05-09
1
-13
/
+13
*
scm: remove trailing white-spaces in unit changeset test.
Toshi MARUYAMA
2011-05-05
1
-5
/
+5
*
scm: fix invalid UTF-8 tests fail on Windows Ruby 1.8.
Toshi MARUYAMA
2011-05-05
1
-4
/
+4
*
scm: add missing fixtures when running tests from scratch in unit changeset t...
Toshi MARUYAMA
2011-04-22
1
-3
/
+7
*
scm: add unit test of preventing PostgreSQL or Ruby 1.9 errors if paths is in...
Toshi MARUYAMA
2011-04-16
1
-0
/
+29
*
scm: code clean up unit changeset test.
Toshi MARUYAMA
2011-04-16
1
-138
/
+142
*
scm: add test of empty committer at unit changeset test.
Toshi MARUYAMA
2011-04-15
1
-4
/
+7
*
scm: add test of committer nil at unit changeset test.
Toshi MARUYAMA
2011-04-15
1
-4
/
+6
*
scm: add test of invalid utf8 sequences in committer at unit changeset test.
Toshi MARUYAMA
2011-04-15
1
-3
/
+7
*
scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby...
Toshi MARUYAMA
2011-04-09
1
-19
/
+13
*
scm: fix log converting error in Ruby 1.9 and add more tests.
Toshi MARUYAMA
2011-04-09
1
-0
/
+24
*
scm: more strict log converting test in Ruby 1.9.
Toshi MARUYAMA
2011-04-09
1
-3
/
+9
*
scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests.
Toshi MARUYAMA
2011-04-09
1
-0
/
+36
*
scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby...
Toshi MARUYAMA
2011-04-09
1
-2
/
+2
*
scm: code clean up test/unit/changeset_test.rb.
Toshi MARUYAMA
2011-04-09
1
-5
/
+10
*
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: code clean up test/unit/changeset_test.rb.
Toshi MARUYAMA
2011-03-01
1
-4
/
+3
*
scm: add feature of per project repository log encoding setting (#1735).
Toshi MARUYAMA
2011-03-01
1
-10
/
+11
*
scm: code clean up at test/unit/changeset_test.rb.
Toshi MARUYAMA
2011-03-01
1
-1
/
+0
*
scm: refactor scm log encoding test (#1735, #3396, #7597).
Toshi MARUYAMA
2011-02-28
1
-5
/
+28
*
Fixes syntax for time logging in commit messages (#7630, #7718).
Jean-Philippe Lang
2011-02-26
1
-18
/
+34
*
scm: for log in Ruby 1.9, replace invalid UTF-8 to '?' instead of removing.
Toshi MARUYAMA
2011-02-22
1
-2
/
+7
*
scm: Ruby 1.9 compatibility for log.
Toshi MARUYAMA
2011-02-22
1
-0
/
+19
*
scm: fix unit changeset_test.rb test methods calls randomly.
Toshi MARUYAMA
2011-02-22
1
-3
/
+5
*
Changing revision label and identifier at SCM adapter level (#3724, #6092)
Toshi MARUYAMA
2011-01-02
1
-0
/
+5
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Fixes Changeset#text_tag for numeric scmid (#6681).
Jean-Philippe Lang
2010-12-11
1
-3
/
+7
*
Automatic spent time logging from commit messages (#4155).
Jean-Philippe Lang
2010-12-05
1
-0
/
+81
[next]