summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* scm: mercurial: add 'rhcat' function using URL encoding in mercurial helper e...Toshi MARUYAMA2011-02-211-0/+6
* Ruby 1.9 compatibility of unified_diff.rb.Toshi MARUYAMA2011-02-211-2/+10
* Fixed: date part of the time default format doesn't respect the date format (...Jean-Philippe Lang2011-02-201-2/+2
* scm: git: move "--no-color" option from scm_cmd() to revision().Toshi MARUYAMA2011-02-201-2/+1
* scm: git: fix wrong commit range in git log command on Windows (#7657).Toshi MARUYAMA2011-02-201-12/+13
* scm: git: add new method 'scm_cmd' to wrap shellout.Toshi MARUYAMA2011-02-201-3/+19
* scm: git: add --no-color option to run "git --version".Toshi MARUYAMA2011-02-201-1/+1
* scm: mercurial: code cleanup.Toshi MARUYAMA2011-02-191-1/+0
* scm: darcs: override client_available method (#4273).Toshi MARUYAMA2011-02-191-0/+4
* scm: darcs: space cleanup in adapter.Toshi MARUYAMA2011-02-191-4/+4
* scm: mercurial: fix exception operation in adapter all methods using xml and ...Toshi MARUYAMA2011-02-181-3/+9
* scm: mercurial: simplify fixing exception operation in adapter "summary" meth...Toshi MARUYAMA2011-02-181-3/+1
* scm: mercurial: fix exception operation in adapter "summary" method (#4455).Toshi MARUYAMA2011-02-181-2/+9
* scm: mercurial: support named branches at adapter (#7246).Toshi MARUYAMA2011-02-181-0/+12
* scm: mercurial: support tags at adapter (#1981).Toshi MARUYAMA2011-02-181-0/+12
* scm: space cleanup of lib/redmine/scm/adapters/abstract_adapter.rb.Toshi MARUYAMA2011-02-181-8/+8
* scm: mercurial: fix Ruby 1.9 "hg diff" test fails (#7518).Toshi MARUYAMA2011-02-161-2/+5
* scm: mercurial: add identifier to entry.lastrev (#3724, #3421).Toshi MARUYAMA2011-02-161-0/+1
* scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...Toshi MARUYAMA2011-02-161-20/+23
* scm: mercurial: rewrite MercurialAdapter#diff by using helper extension (#445...Toshi MARUYAMA2011-02-161-17/+9
* scm: mercurial: rewrite MercurialAdapter#revisions as an iterator (#4455).Toshi MARUYAMA2011-02-161-45/+43
* scm: mercurial: change identifier to revision in fetching revisions.Toshi MARUYAMA2011-02-161-2/+2
* scm: mercurial: rewrite MercurialAdapter#info by using helper extention (#4455).Toshi MARUYAMA2011-02-161-12/+4
* scm: mercurial: add "summary" method in adapter (#4455).Toshi MARUYAMA2011-02-161-0/+7
* scm: mercurial: switch root_url or url in "hg" method (#4455).Toshi MARUYAMA2011-02-161-1/+2
* scm: mercurial: refactor "cat" by using hg helper method (#4455).Toshi MARUYAMA2011-02-161-8/+4
* scm: mercurial: refactor "annotate" by using hg helper method (#4455).Toshi MARUYAMA2011-02-161-7/+3
* scm: mercurial: add "hgtarget" method (#4455).Toshi MARUYAMA2011-02-161-0/+6
* scm: mercurial: change "--cwd" option to "-R" for running "hg" (#4455).Toshi MARUYAMA2011-02-161-1/+1
* scm: cvs: set client available if cvs version above 1.12.Toshi MARUYAMA2011-02-151-1/+1
* scm: mercurial: add Mercurial helper extension (#4455).Toshi MARUYAMA2011-02-152-2/+170
* scm: cvs: add methods of getting cvs version and add unit lib test (#4273).Toshi MARUYAMA2011-02-151-0/+19
* scm: bazaar: add methods of getting bazaar version and add unit lib test (#42...Toshi MARUYAMA2011-02-151-0/+19
* scm: mercurial: add new method 'hg' to wrap shellout (#4455).Toshi MARUYAMA2011-02-151-0/+17
* scm: git: add methods of getting git version and add unit lib test (#4273).Toshi MARUYAMA2011-02-151-0/+15
* scm: mercurial: switch shell quote revision with argument.Toshi MARUYAMA2011-02-151-9/+11
* scm: subversion: change newlines LF to CRLF at lib/redmine/scm/adapters/subve...Toshi MARUYAMA2011-02-151-12/+13
* scm: subversion: refactor getting svn version and add lib test (#4273).Toshi MARUYAMA2011-02-151-10/+12
* scm: git: remove localtime (#6346).Toshi MARUYAMA2011-02-141-1/+1
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-148-89/+168
* scm: cvs: fix most binary files become corrupted on Windows (#6090).Toshi MARUYAMA2011-02-121-0/+1
* scm: change gunzip to tar -z option for scm repository setup in lib/tasks/tes...Toshi MARUYAMA2011-02-111-1/+2
* scm: cvs: code clean up.Toshi MARUYAMA2011-02-111-24/+24
* scm: change key name of configurable command name (#7517, #6159, #7047).Toshi MARUYAMA2011-02-046-6/+6
* scm: add a feature of configurable path of executable for scm adapters (#7517).Toshi MARUYAMA2011-02-046-6/+6
* scm: cvs: use localtime at cvs rlog -d option (#996, #3761).Toshi MARUYAMA2011-02-021-1/+7
* Update for 1.1.1 release.Jean-Philippe Lang2011-01-301-1/+1
* Reverted r4780 that broke gantt tests (#7280).Jean-Philippe Lang2011-01-301-5/+5
* Removed issue subjects wrapping in gantt (#7280).Jean-Philippe Lang2011-01-301-5/+5
* Prevent error when Mantis version.date_order is nil (#7476).Jean-Philippe Lang2011-01-281-1/+1