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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Log return code if error.
Etienne Massip
2011-12-15
1
-0
/
+1
*
Fixed OpenID URL field width in user account page.
Etienne Massip
2011-12-15
1
-1
/
+1
*
use same human_attribute_name logic with SCM models at group model (#9795)
Toshi MARUYAMA
2011-12-15
1
-2
/
+6
*
add unit test of group blank name in French (#9795)
Toshi MARUYAMA
2011-12-15
1
-0
/
+9
*
use set_language_if_valid instead of I18n.locale at unit group test (#9795)
Toshi MARUYAMA
2011-12-15
1
-2
/
+3
*
Patch for ruby1.9.3 compatibility.
Jean-Philippe Lang
2011-12-15
1
-0
/
+4
*
Asserts that objects are not nil before getting their ids (test still fails w...
Jean-Philippe Lang
2011-12-15
1
-0
/
+2
*
Set locale in test.
Jean-Philippe Lang
2011-12-15
1
-0
/
+2
*
Fixed: Unrelated error message when creating a group with an invalid name (#9...
Jean-Philippe Lang
2011-12-15
2
-0
/
+10
*
test: replace "should_route" of "roles" to "assert_routing" at integration/ro...
Toshi MARUYAMA
2011-12-15
1
-7
/
+25
*
Code cleanup.
Jean-Philippe Lang
2011-12-15
1
-24
/
+7
*
Code cleanup.
Jean-Philippe Lang
2011-12-15
1
-2
/
+0
*
Display issue form fields according to permissions.
Jean-Philippe Lang
2011-12-15
6
-23
/
+162
*
Do not change settings in tests.
Jean-Philippe Lang
2011-12-15
1
-0
/
+4
*
Do not change settings in tests.
Jean-Philippe Lang
2011-12-15
1
-29
/
+12
*
Do not change settings in tests.
Jean-Philippe Lang
2011-12-15
1
-18
/
+11
*
test: replace "should_route" of "messages" to "assert_routing" at integration...
Toshi MARUYAMA
2011-12-15
1
-9
/
+34
*
test: replace "should_route" of "issues" form update to "assert_routing" at i...
Toshi MARUYAMA
2011-12-15
1
-10
/
+29
*
test: replace "should_route" of "groups" to "assert_routing" at integration/r...
Toshi MARUYAMA
2011-12-15
1
-4
/
+11
*
test: replace "should_route" of "documents" to "assert_routing" at integratio...
Toshi MARUYAMA
2011-12-15
1
-11
/
+33
*
test: replace "should_route" of "issues" REST actions to "assert_routing" at ...
Toshi MARUYAMA
2011-12-15
1
-15
/
+61
*
test: replace "should_route" of "issue reports" to "assert_routing" at integr...
Toshi MARUYAMA
2011-12-15
1
-3
/
+10
*
test: replace "should_route" of "members" to "assert_routing" at integration/...
Toshi MARUYAMA
2011-12-15
1
-2
/
+5
*
test: replace "should_route" of "wikis (plural, admin setup)" to "assert_rout...
Toshi MARUYAMA
2011-12-15
1
-5
/
+13
*
test: replace "should_route" of "test_custom_fields" to "assert_routing" at i...
Toshi MARUYAMA
2011-12-15
1
-7
/
+25
*
Removed dependency with monkey-patched rubytree.
Jean-Philippe Lang
2011-12-14
16
-3943
/
+101
*
Restores migration broken by r8182 and removes default scope on Role (#9800).
Jean-Philippe Lang
2011-12-14
3
-5
/
+5
*
Save an @Issue#save@.
Etienne Massip
2011-12-14
3
-15
/
+15
*
Fixed broken issues context tests (#9794).
Etienne Massip
2011-12-14
1
-11
/
+11
*
Added encoding comment to helpers (#9792).
Jean-Philippe Lang
2011-12-14
38
-0
/
+93
*
Fixed that _revision_graph.html.erb breaks window load events (#9775).
Jean-Philippe Lang
2011-12-14
1
-2
/
+2
*
Fixed time entries context menu activity update link.
Etienne Massip
2011-12-14
1
-2
/
+2
*
Fixed issues context menu attributes update links (#9794).
Etienne Massip
2011-12-14
1
-10
/
+10
*
Removed code duplicated in lib.
Etienne Massip
2011-12-14
1
-6
/
+0
*
test: replace "should_route" of "boards" to "assert_routing" at integration/r...
Toshi MARUYAMA
2011-12-14
1
-11
/
+36
*
test: replace "should_route" of "administration panel" to "assert_routing" at...
Toshi MARUYAMA
2011-12-14
1
-2
/
+5
*
test: replace "should_route" of "welcome" to "assert_routing" at integration/...
Toshi MARUYAMA
2011-12-14
1
-2
/
+5
*
test: replace "should_route" of "attachments" to "assert_routing" at integrat...
Toshi MARUYAMA
2011-12-14
1
-7
/
+27
*
test: replace "should_route" of "activities" to "assert_routing" at integrati...
Toshi MARUYAMA
2011-12-14
1
-3
/
+9
*
Code cleanup.
Jean-Philippe Lang
2011-12-13
5
-8
/
+30
*
Moved fields specific to new issues to the new issue form.
Jean-Philippe Lang
2011-12-13
2
-15
/
+14
*
Code cleanup.
Jean-Philippe Lang
2011-12-13
1
-7
/
+6
*
Use safe_attributes for issue watchers assignment.
Jean-Philippe Lang
2011-12-13
2
-7
/
+7
*
Added missing repository route
Etienne Massip
2011-12-13
1
-0
/
+1
*
Fixed broken issue form update when changing tracker.
Jean-Philippe Lang
2011-12-12
4
-1
/
+15
*
Adds /search to robots.txt.
Jean-Philippe Lang
2011-12-12
1
-0
/
+1
*
Adds a hook before the new issue form.
Jean-Philippe Lang
2011-12-12
1
-0
/
+2
*
Fixed error on project creation due to unrecognized route.
Jean-Philippe Lang
2011-12-12
2
-1
/
+5
*
Rails3: model: replace deprecated before_validation method at CustomField model
Toshi MARUYAMA
2011-12-11
1
-1
/
+2
*
add unit test of CustomField model before_validation
Toshi MARUYAMA
2011-12-11
1
-0
/
+10
[next]