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
...
*
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
*
Do not check the request http method.
Jean-Philippe Lang
2012-02-23
1
-11
/
+9
*
Preserve uploaded files when creating a forum topic.
Jean-Philippe Lang
2012-02-23
2
-6
/
+8
*
i18n not working with russian gem (#10066).
Jean-Philippe Lang
2012-02-23
1
-2
/
+4
*
scm: mercurial: use to_s for revision in find_changeset_by_name method
Toshi MARUYAMA
2012-02-23
1
-5
/
+6
*
Better message for file size validation error.
Jean-Philippe Lang
2012-02-23
2
-1
/
+12
*
Rails3: test: scm: mercurial: use "repository_path_hash" for path param
Toshi MARUYAMA
2012-02-23
1
-17
/
+30
*
Rails3: test: scm: darcs: use "repository_path_hash" for path param
Toshi MARUYAMA
2012-02-23
1
-3
/
+5
*
Makes container_id and container_type columns nullables.
Jean-Philippe Lang
2012-02-23
1
-0
/
+13
*
Removed testing code.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
add vendor/cache to .hgignore and .gitignore
Toshi MARUYAMA
2012-02-23
2
-0
/
+2
*
scm: use to_s for revision in find_changeset_by_name method
Toshi MARUYAMA
2012-02-23
1
-2
/
+3
*
Rails3: test: scm: subversion: use "repository_path_hash" for path param
Toshi MARUYAMA
2012-02-23
1
-14
/
+28
*
Adds vendor/cache to svn:ignore.
Jean-Philippe Lang
2012-02-23
0
-0
/
+0
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
10
-19
/
+175
*
Rails3: test: scm: bazaar: use "repository_path_hash" for path param
Toshi MARUYAMA
2012-02-23
1
-7
/
+14
*
Rails3: test: scm: cvs: use "repository_path_hash" for path param
Toshi MARUYAMA
2012-02-23
1
-8
/
+16
*
Rails3: test: scm: filesystem: use "repository_path_hash" for path param
Toshi MARUYAMA
2012-02-23
1
-5
/
+9
*
Rails3: test: scm: git: use "repository_path_hash" for path param
Toshi MARUYAMA
2012-02-23
1
-13
/
+25
*
Rails3: test: scm: move "repository_path_hash" method in repositories routing...
Toshi MARUYAMA
2012-02-23
2
-9
/
+7
*
add ":id => nil" to "Overall activity" link_to
Toshi MARUYAMA
2012-02-22
1
-1
/
+3
*
code layout cleanup app/views/users/show.html.erb
Toshi MARUYAMA
2012-02-22
1
-1
/
+3
*
Rails3: use image_tag instead of hard-coded html tag to prevent escaping in g...
Toshi MARUYAMA
2012-02-22
1
-2
/
+2
*
Rails3: view: html_safe for common/_diff.html.erb
Toshi MARUYAMA
2012-02-22
1
-3
/
+3
*
use English as default language at "test_reminders_should_not_include_closed_...
Toshi MARUYAMA
2012-02-22
1
-7
/
+11
[prev]
[next]