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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
scm: git: convert path encoding in "git log" (#5251).
Toshi MARUYAMA
2011-03-08
1
-2
/
+4
*
scm: git: add instance variable for path encoding in adapter (#5251).
Toshi MARUYAMA
2011-03-08
1
-0
/
+1
*
scm: git: code clean up adapter.
Toshi MARUYAMA
2011-03-08
1
-8
/
+6
*
scm: git: remove "core.quotepath = true" to run git command (#5251).
Toshi MARUYAMA
2011-03-07
1
-1
/
+1
*
scm: git: use core.quotepath = true to run git command for database safety (#...
Toshi MARUYAMA
2011-03-07
1
-1
/
+0
*
scm: git: change core.quotepath = true temporarily to run git command (#5251).
Toshi MARUYAMA
2011-03-07
1
-1
/
+2
*
scm: git: add core.quotepath = false to run git command (#5251).
Toshi MARUYAMA
2011-03-07
1
-1
/
+1
*
Updates for 1.1.2 release.
Jean-Philippe Lang
2011-03-06
1
-1
/
+1
*
Adds email notifications support for news comments (#2074).
Jean-Philippe Lang
2011-03-04
1
-0
/
+1
*
scm: mercurial: convert copied file path encoding (#2664).
Toshi MARUYAMA
2011-03-03
1
-1
/
+3
*
scm: mercurial: remove localtime from adapter (#4455).
Toshi MARUYAMA
2011-03-03
1
-1
/
+1
*
scm: Ruby 1.9 compatibility for XML UTF-8 parsing.
Toshi MARUYAMA
2011-03-03
2
-3
/
+27
*
scm: fix unit tests fails in Ruby 1.9.
Toshi MARUYAMA
2011-03-03
6
-6
/
+6
*
scm: mercurial: wrap revison, tag and branch with URL encoding for entries (#...
Toshi MARUYAMA
2011-03-02
2
-2
/
+2
*
Stringify avatar to prevent "can't convert nil into String" errors on gantt (...
Jean-Philippe Lang
2011-02-28
1
-1
/
+1
*
scm: git: use --encoding=UTF-8 in "git log" (#3396).
Toshi MARUYAMA
2011-02-28
1
-2
/
+2
*
scm: git: refactor lastrev() in adapter.
Toshi MARUYAMA
2011-02-28
1
-8
/
+9
*
scm: git: move saving changesets from adapter to model (#3396).
Toshi MARUYAMA
2011-02-28
1
-21
/
+0
*
Keep track of issue description changes (#746).
Jean-Philippe Lang
2011-02-27
1
-1
/
+1
*
Fixes wiki diff rendering.
Jean-Philippe Lang
2011-02-27
1
-1
/
+1
*
Extracts a diff helper from the WikiDiff class.
Jean-Philippe Lang
2011-02-27
1
-0
/
+72
*
Adds support for SCM/LDAP passwords encryption in the database (#7411).
Jean-Philippe Lang
2011-02-26
2
-0
/
+130
*
Adds a method to temporarily override configuration settings.
Jean-Philippe Lang
2011-02-25
1
-0
/
+10
*
scm: git: add flag of disable showing last commit in repository tree (#7047).
Toshi MARUYAMA
2011-02-24
1
-1
/
+9
*
scm: update adapter initialize() to use path encoding (#2664, #2274).
Toshi MARUYAMA
2011-02-24
5
-13
/
+17
*
scm: cvs: fix CVS diffs do not handle new files properly (#7615).
Toshi MARUYAMA
2011-02-24
1
-1
/
+5
*
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
*
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: 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
1
-1
/
+1
*
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: mercurial: log and entries path encoding support in adapter (#2664).
Toshi MARUYAMA
2011-02-22
1
-5
/
+9
*
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
*
Extracts gantt subjects styles to css (#7280).
Jean-Philippe Lang
2011-02-21
1
-1
/
+1
*
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
1
-1
/
+4
*
scm: filesystem: refactor for path encoding (#2274).
Toshi MARUYAMA
2011-02-21
1
-23
/
+36
*
scm: add "scm_iconv" method for repository path encoding in abstract_adapter....
Toshi MARUYAMA
2011-02-21
1
-1
/
+12
*
scm: mercurial: add 'rhcat' function using URL encoding in mercurial helper e...
Toshi MARUYAMA
2011-02-21
1
-0
/
+6
*
Ruby 1.9 compatibility of unified_diff.rb.
Toshi MARUYAMA
2011-02-21
1
-2
/
+10
*
Fixed: date part of the time default format doesn't respect the date format (...
Jean-Philippe Lang
2011-02-20
1
-2
/
+2
*
scm: git: move "--no-color" option from scm_cmd() to revision().
Toshi MARUYAMA
2011-02-20
1
-2
/
+1
*
scm: git: fix wrong commit range in git log command on Windows (#7657).
Toshi MARUYAMA
2011-02-20
1
-12
/
+13
*
scm: git: add new method 'scm_cmd' to wrap shellout.
Toshi MARUYAMA
2011-02-20
1
-3
/
+19
*
scm: git: add --no-color option to run "git --version".
Toshi MARUYAMA
2011-02-20
1
-1
/
+1
[prev]
[next]