summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/cvs_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* scm: cvs: add -q option at rls.Toshi MARUYAMA2011-04-111-1/+1
* scm: cvs: add -q option at rlog.Toshi MARUYAMA2011-04-111-1/+1
* scm: cvs: add -q option at cat.Toshi MARUYAMA2011-04-111-1/+1
* scm: cvs: use scm_cmd() in cat.Toshi MARUYAMA2011-04-111-5/+6
* scm: cvs: use scm_cmd() for diff.Toshi MARUYAMA2011-04-111-3/+7
* scm: cvs: code clean up adapter.Toshi MARUYAMA2011-04-111-9/+9
* scm: cvs: code clean up adapter.Toshi MARUYAMA2011-04-101-37/+34
* scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.Toshi MARUYAMA2011-04-101-23/+19
* scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.Toshi MARUYAMA2011-04-091-16/+16
* scm: cvs: fix age column on repository view is off by timezone delta (#7827).Toshi MARUYAMA2011-03-111-1/+11
* scm: cvs: use "-D time_to_cvstime_rlog(identifier)" in adapter entries().Toshi MARUYAMA2011-03-111-1/+1
* scm: cvs: code clean up adapter entries().Toshi MARUYAMA2011-03-111-13/+17
* scm: cvs: use scm_cmd() in adapter revisions().Toshi MARUYAMA2011-03-111-4/+6
* scm: cvs: use scm_cmd() in adapter entries().Toshi MARUYAMA2011-03-111-5/+6
* scm: cvs: add new method 'scm_cmd' to wrap shellout.Toshi MARUYAMA2011-03-111-1/+15
* scm: fix unit tests fails in Ruby 1.9.Toshi MARUYAMA2011-03-031-1/+1
* scm: update adapter initialize() to use path encoding (#2664, #2274).Toshi MARUYAMA2011-02-241-1/+2
* scm: cvs: fix CVS diffs do not handle new files properly (#7615).Toshi MARUYAMA2011-02-241-1/+5
* scm: Ruby 1.9 compatibility in getting scm version (#4273).Toshi MARUYAMA2011-02-221-0/+3
* scm: cvs: set client available if cvs version above 1.12.Toshi MARUYAMA2011-02-151-1/+1
* scm: cvs: add methods of getting cvs version and add unit lib test (#4273).Toshi MARUYAMA2011-02-151-0/+19
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-141-10/+20
* scm: cvs: fix most binary files become corrupted on Windows (#6090).Toshi MARUYAMA2011-02-121-0/+1
* 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-041-1/+1
* scm: add a feature of configurable path of executable for scm adapters (#7517).Toshi MARUYAMA2011-02-041-1/+1
* scm: cvs: use localtime at cvs rlog -d option (#996, #3761).Toshi MARUYAMA2011-02-021-1/+7
* ruby1.9 compatibilityJean-Philippe Lang2011-01-011-0/+2
* Fixed: cvs diff broken by r4539 (#7176).Jean-Philippe Lang2010-12-291-1/+1
* Fixed that some arguments where not properly escaped in scm adapters.Jean-Philippe Lang2010-12-181-6/+6
* Fixed: CVS browser should not show dead revisions (deleted files) (#2319).Jean-Philippe Lang2008-12-141-1/+1
* Fixed: CVS connexion string may not contain @.Jean-Philippe Lang2008-12-061-2/+8
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-151-1/+3
* CVS: add support for modules names with spaces (#1434).Jean-Philippe Lang2008-06-141-5/+5
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-2/+2
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-271-9/+0
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-061-1/+3
* Fixed: CVS repository doesn't work if port is used in the url (#653).Jean-Philippe Lang2008-02-161-2/+2
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-151-10/+0
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-021-1/+19
* Fixed (CVS adapter): changes not recorded when using :pserver string.Jean-Philippe Lang2007-11-161-1/+2
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-0/+352