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
*
Do not do assertions on mail class.
Jean-Philippe Lang
2012-02-25
6
-10
/
+10
*
Fixed escaping issue with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Use content_tag for "no change" options.
Jean-Philippe Lang
2012-02-25
1
-4
/
+4
*
Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...
Toshi MARUYAMA
2012-02-25
3
-4
/
+10
*
Rails3: test: fix ordering functional/comments_controller_test.rb
Toshi MARUYAMA
2012-02-25
1
-1
/
+1
*
Fixed Version#issues_progress for Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-2
/
+2
*
Fixed escaping issues in #textilizable with Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-9
/
+10
*
Replace auto_link with link_to in email templates.
Jean-Philippe Lang
2012-02-24
4
-4
/
+4
*
Use fixture.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Use :joins instead of :include.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Potential test failure fixed.
Jean-Philippe Lang
2012-02-24
1
-2
/
+2
*
Round hours when reading TimeEntry attribute.
Jean-Philippe Lang
2012-02-24
1
-0
/
+9
*
Cleanup instance variables when reloading a project.
Jean-Philippe Lang
2012-02-24
1
-0
/
+13
*
Removed useless option.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Use subclasses method instead of class variable.
Jean-Philippe Lang
2012-02-24
2
-1
/
+12
*
Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: git: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: use .to_s for overriding human_attribute_name parameter at repos...
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: use .to_s for overriding human_attribute_name parameter at group model
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
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
*
Rails3: view: html_safe for auto_link of project homepage
Toshi MARUYAMA
2012-02-23
1
-2
/
+4
*
Fixes HTML.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Adds functional tests.
Jean-Philippe Lang
2012-02-23
1
-0
/
+19
*
Code cleanup.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Adds required fixtures back.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Removed dead code.
Jean-Philippe Lang
2012-02-23
2
-11
/
+1
*
Pass the message id when previewing in edit mode (#10275).
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Pass the topic objet to #textilizable (#10275).
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Adds functional tests.
Jean-Philippe Lang
2012-02-23
3
-0
/
+43
*
Adds functional tests.
Jean-Philippe Lang
2012-02-23
2
-0
/
+15
*
Removed dead code.
Jean-Philippe Lang
2012-02-23
1
-8
/
+1
*
Adds functional tests.
Jean-Philippe Lang
2012-02-23
1
-0
/
+16
*
Preserve uploaded files when on documents.
Jean-Philippe Lang
2012-02-23
2
-3
/
+3
*
Preserve uploaded files when on news.
Jean-Philippe Lang
2012-02-23
1
-2
/
+0
*
Preserve uploaded files when on news.
Jean-Philippe Lang
2012-02-23
2
-1
/
+3
[next]