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: 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
*
scm: mercurial: code cleanup.
Toshi MARUYAMA
2011-02-19
1
-1
/
+0
*
scm: darcs: override client_available method (#4273).
Toshi MARUYAMA
2011-02-19
1
-0
/
+4
*
scm: darcs: space cleanup in adapter.
Toshi MARUYAMA
2011-02-19
1
-4
/
+4
*
scm: mercurial: fix exception operation in adapter all methods using xml and ...
Toshi MARUYAMA
2011-02-18
1
-3
/
+9
*
scm: mercurial: simplify fixing exception operation in adapter "summary" meth...
Toshi MARUYAMA
2011-02-18
1
-3
/
+1
*
scm: mercurial: fix exception operation in adapter "summary" method (#4455).
Toshi MARUYAMA
2011-02-18
1
-2
/
+9
*
scm: mercurial: support named branches at adapter (#7246).
Toshi MARUYAMA
2011-02-18
1
-0
/
+12
*
scm: mercurial: support tags at adapter (#1981).
Toshi MARUYAMA
2011-02-18
1
-0
/
+12
*
scm: space cleanup of lib/redmine/scm/adapters/abstract_adapter.rb.
Toshi MARUYAMA
2011-02-18
1
-8
/
+8
*
scm: mercurial: fix Ruby 1.9 "hg diff" test fails (#7518).
Toshi MARUYAMA
2011-02-16
1
-2
/
+5
*
scm: mercurial: add identifier to entry.lastrev (#3724, #3421).
Toshi MARUYAMA
2011-02-16
1
-0
/
+1
*
scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...
Toshi MARUYAMA
2011-02-16
1
-20
/
+23
*
scm: mercurial: rewrite MercurialAdapter#diff by using helper extension (#445...
Toshi MARUYAMA
2011-02-16
1
-17
/
+9
*
scm: mercurial: rewrite MercurialAdapter#revisions as an iterator (#4455).
Toshi MARUYAMA
2011-02-16
1
-45
/
+43
*
scm: mercurial: change identifier to revision in fetching revisions.
Toshi MARUYAMA
2011-02-16
1
-2
/
+2
*
scm: mercurial: rewrite MercurialAdapter#info by using helper extention (#4455).
Toshi MARUYAMA
2011-02-16
1
-12
/
+4
*
scm: mercurial: add "summary" method in adapter (#4455).
Toshi MARUYAMA
2011-02-16
1
-0
/
+7
*
scm: mercurial: switch root_url or url in "hg" method (#4455).
Toshi MARUYAMA
2011-02-16
1
-1
/
+2
*
scm: mercurial: refactor "cat" by using hg helper method (#4455).
Toshi MARUYAMA
2011-02-16
1
-8
/
+4
*
scm: mercurial: refactor "annotate" by using hg helper method (#4455).
Toshi MARUYAMA
2011-02-16
1
-7
/
+3
*
scm: mercurial: add "hgtarget" method (#4455).
Toshi MARUYAMA
2011-02-16
1
-0
/
+6
*
scm: mercurial: change "--cwd" option to "-R" for running "hg" (#4455).
Toshi MARUYAMA
2011-02-16
1
-1
/
+1
*
scm: cvs: set client available if cvs version above 1.12.
Toshi MARUYAMA
2011-02-15
1
-1
/
+1
*
scm: mercurial: add Mercurial helper extension (#4455).
Toshi MARUYAMA
2011-02-15
2
-2
/
+170
*
scm: cvs: add methods of getting cvs version and add unit lib test (#4273).
Toshi MARUYAMA
2011-02-15
1
-0
/
+19
*
scm: bazaar: add methods of getting bazaar version and add unit lib test (#42...
Toshi MARUYAMA
2011-02-15
1
-0
/
+19
*
scm: mercurial: add new method 'hg' to wrap shellout (#4455).
Toshi MARUYAMA
2011-02-15
1
-0
/
+17
*
scm: git: add methods of getting git version and add unit lib test (#4273).
Toshi MARUYAMA
2011-02-15
1
-0
/
+15
*
scm: mercurial: switch shell quote revision with argument.
Toshi MARUYAMA
2011-02-15
1
-9
/
+11
*
scm: subversion: change newlines LF to CRLF at lib/redmine/scm/adapters/subve...
Toshi MARUYAMA
2011-02-15
1
-12
/
+13
*
scm: subversion: refactor getting svn version and add lib test (#4273).
Toshi MARUYAMA
2011-02-15
1
-10
/
+12
*
scm: git: remove localtime (#6346).
Toshi MARUYAMA
2011-02-14
1
-1
/
+1
*
scm: use shell quote for scm command at adapter level (#7517, #4273).
Toshi MARUYAMA
2011-02-14
8
-89
/
+168
*
scm: cvs: fix most binary files become corrupted on Windows (#6090).
Toshi MARUYAMA
2011-02-12
1
-0
/
+1
*
scm: change gunzip to tar -z option for scm repository setup in lib/tasks/tes...
Toshi MARUYAMA
2011-02-11
1
-1
/
+2
*
scm: cvs: code clean up.
Toshi MARUYAMA
2011-02-11
1
-24
/
+24
*
scm: change key name of configurable command name (#7517, #6159, #7047).
Toshi MARUYAMA
2011-02-04
6
-6
/
+6
*
scm: add a feature of configurable path of executable for scm adapters (#7517).
Toshi MARUYAMA
2011-02-04
6
-6
/
+6
*
scm: cvs: use localtime at cvs rlog -d option (#996, #3761).
Toshi MARUYAMA
2011-02-02
1
-1
/
+7
*
Update for 1.1.1 release.
Jean-Philippe Lang
2011-01-30
1
-1
/
+1
*
Reverted r4780 that broke gantt tests (#7280).
Jean-Philippe Lang
2011-01-30
1
-5
/
+5
*
Removed issue subjects wrapping in gantt (#7280).
Jean-Philippe Lang
2011-01-30
1
-5
/
+5
*
Prevent error when Mantis version.date_order is nil (#7476).
Jean-Philippe Lang
2011-01-28
1
-1
/
+1
[next]