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
*
Updates for 2.1.4 release.
Jean-Philippe Lang
2012-11-24
2
-1
/
+11
*
Removed duplicated test.
Jean-Philippe Lang
2012-11-23
1
-17
/
+0
*
Use Project.rebuild_tree! instead of .rebuild! in migration.
Jean-Philippe Lang
2012-11-23
2
-1
/
+2
*
Adds a Project.rebuild_tree! method to force the rebuild of the nested set.
Jean-Philippe Lang
2012-11-23
2
-0
/
+18
*
Fixed that Project.rebuild! sorts projects by id instead of name (#12431).
Jean-Philippe Lang
2012-11-23
2
-1
/
+8
*
Do not create projects in alphabetical order in nested set tests (#12431).
Jean-Philippe Lang
2012-11-23
1
-6
/
+6
*
scm: git: change extra_report_last_commit type at unit test to string (#12409)
Toshi MARUYAMA
2012-11-21
1
-2
/
+2
*
Upgrade to Rails 3.2.9 (#12393).
Jean-Philippe Lang
2012-11-21
1
-1
/
+1
*
scm: git: fix tests fail when extra_info is nil (#12409)
Toshi MARUYAMA
2012-11-21
1
-0
/
+1
*
scm: git: fix changesets aren't read after clear_changesets call (#12409)
Toshi MARUYAMA
2012-11-21
3
-0
/
+48
*
svn propset svn:eol-style native to fixtures (#12399)
Toshi MARUYAMA
2012-11-21
4
-106
/
+106
*
fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...
Toshi MARUYAMA
2012-11-21
6
-1
/
+198
*
remove trailing white-space from app/controllers/trackers_controller.rb
Toshi MARUYAMA
2012-11-18
1
-1
/
+1
*
Fixed that MailHandler raises an error when email has no subject header (#123...
Jean-Philippe Lang
2012-11-18
3
-2
/
+22
*
Adds copyright.
Jean-Philippe Lang
2012-11-18
1
-0
/
+17
*
Symbols can not be sorted with ruby1.8.
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Adds english names for several languages.
Jean-Philippe Lang
2012-11-18
5
-5
/
+5
*
Cache languages names to avoid loading all translations files.
Jean-Philippe Lang
2012-11-18
3
-2
/
+22
*
Adds a custom i18n backend that lazily loads translations files.
Jean-Philippe Lang
2012-11-18
2
-3
/
+71
*
Code cleanup.
Jean-Philippe Lang
2012-11-18
2
-11
/
+17
*
Eager-load authors.
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Pins mysql gem to ~> 2.8.1.
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Removed unused i18n string (#8373).
Jean-Philippe Lang
2012-11-18
47
-47
/
+0
*
Removed the limit of 75 pages when exporting wiki pages (#12274).
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Fixed that repository identifier may not be displayed in project settings (#1...
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Fixed context menu for IE 7/8 (#12298).
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Updates for 2.1.3 release.
Jean-Philippe Lang
2012-11-17
2
-1
/
+20
*
'None' grouped issue list section should be translated (#12358).
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
Fixes #requires_redmine comments (#12299).
Jean-Philippe Lang
2012-11-17
1
-0
/
+2
*
Makes Plugin#requires_redmine accept a range of versions (#12299).
Jean-Philippe Lang
2012-11-17
2
-18
/
+52
*
Makes Plugin#requires_redmine accept only major and minor version (#12299).
Jean-Philippe Lang
2012-11-17
2
-1
/
+13
*
Rewrites requires_redmine tests.
Jean-Philippe Lang
2012-11-17
1
-17
/
+19
*
Issue "Update" link broken focus (#12356).
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
replace non ASCII characters to hexadecimals at unit mail handler test
Toshi MARUYAMA
2012-11-16
1
-1
/
+3
*
svn propset svn:eol-style native to fixtures (#12375)
Toshi MARUYAMA
2012-11-16
0
-0
/
+0
*
fix receiving mail subject broken which does not begin with encoding name (#1...
Toshi MARUYAMA
2012-11-16
3
-1
/
+20
*
add test of receiving mail subject begins with encoding name (#12375)
Toshi MARUYAMA
2012-11-16
2
-0
/
+18
*
Fixed version date validation (#12359).
Jean-Philippe Lang
2012-11-15
2
-1
/
+14
*
Fixed new issue form rendering with IE8.
Jean-Philippe Lang
2012-11-15
1
-3
/
+5
*
Gemfile: remove rake
Toshi MARUYAMA
2012-11-13
1
-1
/
+0
*
Code cleanup.
Jean-Philippe Lang
2012-11-13
1
-4
/
+4
*
Adds table name to the SQL clause used by Principale.like scope.
Jean-Philippe Lang
2012-11-13
1
-2
/
+3
*
Code cleanup.
Jean-Philippe Lang
2012-11-13
1
-3
/
+3
*
Fixed that Principal#like scope does not work with cyrillic characters and Po...
Jean-Philippe Lang
2012-11-13
2
-3
/
+12
*
Unpin rake version.
Jean-Philippe Lang
2012-11-13
1
-1
/
+1
*
Gemfile: pin rake version 0.9.2.2
Toshi MARUYAMA
2012-11-13
1
-1
/
+1
*
Gemfile: pin rake version 0.9
Toshi MARUYAMA
2012-11-13
1
-0
/
+1
*
remove trailing white-space from app/controllers/timelog_controller.rb
Toshi MARUYAMA
2012-11-13
1
-1
/
+1
*
Adds a div that wraps everything except the footer.
Jean-Philippe Lang
2012-11-08
1
-0
/
+2
*
Make sure that attachments are created in the same order they were selected (...
Jean-Philippe Lang
2012-11-07
2
-1
/
+27
[next]