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: ignore log encoding setting in Subversion and Mercurial (#7597).
Toshi MARUYAMA
2011-02-28
6
-20
/
+53
*
scm: refactor scm log encoding test (#1735, #3396, #7597).
Toshi MARUYAMA
2011-02-28
1
-5
/
+28
*
scm: return if str.blank? in to_utf8(str).
Toshi MARUYAMA
2011-02-28
2
-0
/
+2
*
scm: git: move saving changesets from adapter to model (#3396).
Toshi MARUYAMA
2011-02-28
2
-22
/
+22
*
Fixes a failing test.
Jean-Philippe Lang
2011-02-27
1
-0
/
+2
*
scm: mercurial: change project id of unit app test from 1 to 3.
Toshi MARUYAMA
2011-02-27
1
-1
/
+1
*
scm: git: add utf-8 log test in app unit test (#3396).
Toshi MARUYAMA
2011-02-27
1
-0
/
+14
*
Adds new string to locales.
Jean-Philippe Lang
2011-02-27
42
-0
/
+42
*
Keep track of issue description changes (#746).
Jean-Philippe Lang
2011-02-27
13
-25
/
+113
*
Fixes wiki diff rendering.
Jean-Philippe Lang
2011-02-27
2
-2
/
+2
*
Extracts a diff helper from the WikiDiff class.
Jean-Philippe Lang
2011-02-27
4
-50
/
+81
*
Fixes syntax for time logging in commit messages (#7630, #7718).
Jean-Philippe Lang
2011-02-26
2
-20
/
+38
*
Adds support for SCM/LDAP passwords encryption in the database (#7411).
Jean-Philippe Lang
2011-02-26
9
-2
/
+269
*
Adds a method to temporarily override configuration settings.
Jean-Philippe Lang
2011-02-25
2
-0
/
+19
*
Bulgarian translation update by Ivan Cenov.
Jean-Philippe Lang
2011-02-24
1
-3
/
+3
*
Removes obsolete code from Opera pseudo right click (#7700).
Jean-Philippe Lang
2011-02-24
1
-1
/
+0
*
Do not responde with javascript on regular requests.
Jean-Philippe Lang
2011-02-24
1
-0
/
+8
*
scm: git: add flag of disable showing last commit in repository tree (#7047).
Toshi MARUYAMA
2011-02-24
1
-1
/
+9
*
scm: filesystem: fix mistake of respository select box on r4943 (#2274).
Toshi MARUYAMA
2011-02-24
1
-1
/
+1
*
scm: filesystem: add path encoding select item (#2274).
Toshi MARUYAMA
2011-02-24
1
-0
/
+2
*
scm: code clean up repositories_helper.rb.
Toshi MARUYAMA
2011-02-24
1
-11
/
+24
*
scm: update adapter initialize() to use path encoding (#2664, #2274).
Toshi MARUYAMA
2011-02-24
6
-18
/
+23
*
scm: add "path_encoding" column in repositories table (#2664, #2274).
Toshi MARUYAMA
2011-02-24
1
-0
/
+9
*
scm: cvs: fix CVS diffs do not handle new files properly (#7615).
Toshi MARUYAMA
2011-02-24
2
-1
/
+23
*
scm: use "ASCII-8BIT" in IO.popen() in Ruby 1.9.
Toshi MARUYAMA
2011-02-24
1
-1
/
+6
*
Adds tasks for locales maintenance.
Jean-Philippe Lang
2011-02-23
1
-0
/
+27
*
Adds random salt to user passwords (#7410).
Jean-Philippe Lang
2011-02-23
6
-13
/
+106
*
Fixed: Bulk editing menu non-functional in Opera browser (#3132).
Jean-Philippe Lang
2011-02-23
1
-3
/
+1
*
scm: mercurial: replace urllib.unquote to urllib.unquote_plus in helper (#4455).
Toshi MARUYAMA
2011-02-23
1
-4
/
+4
*
scm: mercurial: remove unused rhannotate command options in helper.
Toshi MARUYAMA
2011-02-23
1
-1
/
+1
*
scm: add unit RepositoryHelper test for Ruby 1.9 compatibility.
Toshi MARUYAMA
2011-02-23
1
-0
/
+68
*
scm: mercurial: annotate path encoding support in adapter (#2664).
Toshi MARUYAMA
2011-02-23
1
-1
/
+3
*
scm: mercurial: annotate path encoding support in helper (#2664).
Toshi MARUYAMA
2011-02-23
1
-0
/
+10
*
scm: fix diffs do not handle one line new files properly (#7618).
Toshi MARUYAMA
2011-02-23
2
-2
/
+33
*
scm: mercurial: path encoding support for "cat" in adapter (#2664).
Toshi MARUYAMA
2011-02-23
1
-1
/
+2
*
scm: mercurial: change some newlines in mercurial_adapter.rb CRLF to LF.
Toshi MARUYAMA
2011-02-22
1
-2
/
+2
*
scm: for log in Ruby 1.9, replace invalid UTF-8 to '?' instead of removing.
Toshi MARUYAMA
2011-02-22
2
-8
/
+21
*
scm: Ruby 1.9 compatibility for log.
Toshi MARUYAMA
2011-02-22
2
-7
/
+19
*
scm: fix unit changeset_test.rb test methods calls randomly.
Toshi MARUYAMA
2011-02-22
1
-3
/
+5
*
scm: mercurial: log and entries path encoding support in adapter (#2664).
Toshi MARUYAMA
2011-02-22
1
-5
/
+9
*
scm: Ruby 1.9 compatibility for diff, cat and blame (#2664).
Toshi MARUYAMA
2011-02-22
1
-2
/
+4
*
scm: Ruby 1.9 compatibility for browsing repository tree (#2664, #2274).
Toshi MARUYAMA
2011-02-22
2
-9
/
+18
*
scm: Ruby 1.9 compatibility in getting scm version (#4273).
Toshi MARUYAMA
2011-02-22
6
-0
/
+18
*
scm: mercurial: override initialize() for path encoding (#2664).
Toshi MARUYAMA
2011-02-22
1
-0
/
+5
*
scm: git: Ruby 1.9 compatibility of adapter test (#3396).
Toshi MARUYAMA
2011-02-22
1
-1
/
+12
*
Moves scm path configuration examples in comments.
Jean-Philippe Lang
2011-02-21
1
-6
/
+13
*
Extracts gantt subjects styles to css (#7280).
Jean-Philippe Lang
2011-02-21
2
-1
/
+2
*
Removed .settings folder (#7676).
Jean-Philippe Lang
2011-02-21
0
-0
/
+0
*
Adds full subject as gantt subject title (#7280).
Jean-Philippe Lang
2011-02-21
1
-4
/
+2
*
Prevent text wrap in gantt subjects (#7280).
Jean-Philippe Lang
2011-02-21
2
-2
/
+5
[next]