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
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
29
-71
/
+70
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
4
-6
/
+8
*
Load RMagick before the gantt helper (#12097).
Jean-Philippe Lang
2012-12-02
1
-6
/
+6
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
10
-26
/
+29
*
Removed unused instance variable.
Jean-Philippe Lang
2012-12-02
1
-3
/
+0
*
Fixed dependency loading for when running in dev mode (#12097).
Jean-Philippe Lang
2012-12-02
1
-3
/
+4
*
Makes User.current thread safe (#12097).
Jean-Philippe Lang
2012-12-02
1
-2
/
+2
*
Make the tests pass when config.threadsafe! is enabled (#12097).
Jean-Philippe Lang
2012-12-02
4
-1
/
+14
*
Explicitly load dependencies for when running with config.threadsafe! (#12097).
Jean-Philippe Lang
2012-12-02
3
-6
/
+49
*
Set version to 2.2.0.
Jean-Philippe Lang
2012-12-02
1
-2
/
+2
*
Fixed find_issues logic.
Jean-Philippe Lang
2012-12-02
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-12-02
3
-26
/
+16
*
Code cleanup.
Jean-Philippe Lang
2012-12-01
2
-6
/
+9
*
Code cleanup.
Jean-Philippe Lang
2012-12-01
1
-8
/
+2
*
Moved duplicate #options_for_membership_project_select to ApplicationHelper.
Jean-Philippe Lang
2012-12-01
3
-18
/
+9
*
Don't load all helpers.
Jean-Philippe Lang
2012-12-01
1
-0
/
+3
*
Removes textarea resizer in favour of built-in browser support.
Jean-Philippe Lang
2012-11-30
2
-3
/
+3
*
Fixed that roles API should accept API auth for when authentication is requir...
Jean-Philippe Lang
2012-11-30
1
-0
/
+1
*
fix comment of RMagcik font configuration (#4787)
Toshi MARUYAMA
2012-11-28
1
-1
/
+1
*
remove trailing white-spaces from app/models/repository.rb
Toshi MARUYAMA
2012-11-28
1
-2
/
+2
*
add configuration of RMagcik font for CJK (Chinese, Japanese and Korean) (#4787)
Toshi MARUYAMA
2012-11-28
2
-0
/
+23
*
code layout cleanup app/models/issue_relation.rb
Toshi MARUYAMA
2012-11-28
1
-17
/
+33
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-3
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
3
-7
/
+8
*
Use 8+ characters long passwords in tests.
Jean-Philippe Lang
2012-11-27
7
-42
/
+42
*
Fixed that #extract_macro_options should not be greedy (#12451).
Jean-Philippe Lang
2012-11-27
2
-1
/
+20
*
Set the default minimum password length to 8.
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Validate email only if changed.
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-8
/
+8
*
Fixed the behaviour for when rescheduling a parent task (#4590).
Jean-Philippe Lang
2012-11-24
1
-1
/
+9
*
Fixed that autolinks and textile links ending with cyrilic characters are bro...
Jean-Philippe Lang
2012-11-24
3
-3
/
+25
*
Precede-Follow relation should move following issues earlier when reschedulin...
Jean-Philippe Lang
2012-11-24
2
-4
/
+43
*
Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...
Jean-Philippe Lang
2012-11-24
2
-1
/
+17
*
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
[next]