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
...
*
not use assert_not_nil in Errors#[]
Toshi MARUYAMA
2013-07-30
5
-10
/
+10
*
add missing fixture to test/unit/issue_relation_test.rb
Toshi MARUYAMA
2013-07-30
1
-1
/
+2
*
Use the default project when receiving an email with an invalid project keywo...
Jean-Philippe Lang
2013-07-29
1
-0
/
+9
*
Filtering issues on "related to" may ignore other filters (#14401).
Jean-Philippe Lang
2013-07-28
1
-0
/
+15
*
Additional status transitions for assignees do not work if assigned to a grou...
Jean-Philippe Lang
2013-07-28
1
-3
/
+23
*
Adds a helper for building h2 tags and setting html_title (#14517).
Jean-Philippe Lang
2013-07-28
1
-0
/
+34
*
fix diff of CJK(Chinese/Japanese/Korean) is broken on Ruby 1.8 (#14562)
Toshi MARUYAMA
2013-07-28
1
-0
/
+48
*
CVS root_url not recognized when connection string does not include port (#14...
Jean-Philippe Lang
2013-07-15
1
-2
/
+13
*
Use AR callbacks instead of observers (removed in Rails4) for notifications.
Jean-Philippe Lang
2013-07-14
1
-1
/
+3
*
Adds a test for CvsAdapter#root_url_path (#14422).
Jean-Philippe Lang
2013-07-13
1
-0
/
+5
*
Don't notify users about relations that are not visible (#1005).
Jean-Philippe Lang
2013-07-13
1
-0
/
+16
*
Fixed that relations to issues that are not visible are displayed in the issu...
Jean-Philippe Lang
2013-07-13
1
-0
/
+19
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
5
-32
/
+136
*
Log email delivery errors (#14403).
Jean-Philippe Lang
2013-07-13
1
-0
/
+23
*
Adds 'assigned-to-my-group' css class to issues that are assigned to a user's...
Jean-Philippe Lang
2013-07-11
1
-0
/
+12
*
Issue-notes Redmine links: append actual note reference to rendered links (#1...
Jean-Philippe Lang
2013-07-11
1
-2
/
+4
*
Role based custom queries (#1019).
Jean-Philippe Lang
2013-07-11
2
-2
/
+68
*
gender neutral source comment at test/unit/journal_test.rb
Toshi MARUYAMA
2013-07-06
1
-2
/
+2
*
gender neutral source comment at test/unit/issue_test.rb
Toshi MARUYAMA
2013-07-06
1
-2
/
+2
*
remove trailing white-space from test/unit/issue_test.rb
Toshi MARUYAMA
2013-07-05
1
-8
/
+8
*
Fixed tests broken by r11965.
Jean-Philippe Lang
2013-06-12
1
-0
/
+2
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
10
-30
/
+26
*
Adds Watcher.any_watched? to check if at least one object of a collection is ...
Jean-Philippe Lang
2013-06-11
1
-0
/
+17
*
Adds a test for User.try_to_login with active_only set to false.
Jean-Philippe Lang
2013-06-09
1
-26
/
+31
*
Splits tests (#1005).
Jean-Philippe Lang
2013-06-06
1
-10
/
+16
*
Prepends issue numbers with a number sign (#1005).
Jean-Philippe Lang
2013-06-06
1
-8
/
+8
*
Fixed that journal details about issue relations may disclose issues that are...
Jean-Philippe Lang
2013-06-06
1
-0
/
+20
*
remove redundant empty lines from PluginTest
Toshi MARUYAMA
2013-06-06
1
-12
/
+0
*
Don't validate start date when updating an issue without changing it (#14086).
Jean-Philippe Lang
2013-06-05
1
-0
/
+21
*
Really adjusts error message in tests (#14086).
Jean-Philippe Lang
2013-06-04
1
-1
/
+1
*
Adjusts error message in tests (#14086).
Jean-Philippe Lang
2013-06-04
1
-1
/
+1
*
Fixed that project name is not properly escaped in issue filters (#14186).
Jean-Philippe Lang
2013-05-31
1
-0
/
+10
*
gantt: sort versions by start date (#7335)
Toshi MARUYAMA
2013-05-21
1
-0
/
+25
*
gantt: sort issues by start date (#7335)
Toshi MARUYAMA
2013-05-21
1
-0
/
+47
*
upgrade mocha 0.14 and remove deprecation warning
Toshi MARUYAMA
2013-05-21
6
-6
/
+6
*
remove "del" tag from deleted issue relation (#1005)
Toshi MARUYAMA
2013-05-19
1
-2
/
+2
*
add journal after creating/deleting issue relation (#1005)
Toshi MARUYAMA
2013-05-19
2
-0
/
+77
*
code layout clean up VersionTest
Toshi MARUYAMA
2013-05-19
1
-5
/
+10
*
remove empty setup method from VersionTest
Toshi MARUYAMA
2013-05-19
1
-3
/
+0
*
replace non ASCII literal to hexadecimal at ApplicationHelperTest
Toshi MARUYAMA
2013-05-18
1
-3
/
+11
*
include Redmine::I18n in ApplicationHelperTest
Toshi MARUYAMA
2013-05-18
1
-0
/
+1
*
backout r11875 ApplicationHelperTest change
Toshi MARUYAMA
2013-05-18
1
-4
/
+3
*
Include Redmine::I18n in helpers tests.
Jean-Philippe Lang
2013-05-18
8
-3
/
+11
*
Adds markings to emails generated by private comments (#12888).
Jean-Philippe Lang
2013-05-18
1
-0
/
+11
*
fix unit VersionTest failure
Toshi MARUYAMA
2013-05-18
1
-6
/
+6
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
4
-176
/
+146
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
3
-74
/
+48
*
gantt: add test to sort issues by current logic (#7335)
Toshi MARUYAMA
2013-05-17
1
-0
/
+20
*
Fixed that filtering may return unwanted blank values (#14051).
Jean-Philippe Lang
2013-05-16
1
-0
/
+14
*
move filter order tests from helper to model.
Toshi MARUYAMA
2013-05-16
2
-32
/
+28
[prev]
[next]