summaryrefslogtreecommitdiffstats
path: root/app/models/repository/cvs.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails 3.1 compatibility (order declared on association takes precedence).Jean-Philippe Lang2012-02-261-3/+2
* Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* human_attribute_name accepts optional argument.Jean-Philippe Lang2011-12-181-2/+2
* scm: subversion: code clean up model.Toshi MARUYAMA2011-05-121-14/+14
* scm: cvs: use i18n string at 'CVSROOT' and 'Module' setting.Toshi MARUYAMA2011-04-231-5/+7
* scm: use i18n string at commit log encoding setting (#1735).Toshi MARUYAMA2011-04-231-1/+0
* scm: cvs: fix mistake human attribute names of root_url and url.Toshi MARUYAMA2011-04-231-2/+2
* scm: cvs: convert author encoding with log encoding setting.Toshi MARUYAMA2011-04-141-1/+1
* scm: cvs: fix parsing revisions if author is not ASCII.Toshi MARUYAMA2011-04-141-1/+2
* scm: cvs: code clean up model.Toshi MARUYAMA2011-04-131-25/+26
* scm: cvs: model entries returns nil if revision is not stored in database.Toshi MARUYAMA2011-04-121-2/+6
* scm: cvs: override annotate() in model.Toshi MARUYAMA2011-04-111-2/+11
* scm: cvs: cat returns nil if revision does not exist at model.Toshi MARUYAMA2011-04-111-1/+5
* scm: cvs: code clean up model.Toshi MARUYAMA2011-04-111-4/+4
* scm: cvs: code clean up app/models/repository/cvs.rb.Toshi MARUYAMA2011-04-091-18/+21
* scm: cvs: fix missing author, revision and comment in tree view (#4270).Toshi MARUYAMA2011-03-111-3/+3
* scm: cvs: code clean up model.Toshi MARUYAMA2011-03-111-5/+7
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-011-1/+2
* scm: add scm specific human_attribute_name for input validation.Toshi MARUYAMA2011-03-011-0/+8
* scm: ignore log encoding setting in Subversion and Mercurial (#7597).Toshi MARUYAMA2011-02-281-1/+2
* scm: add scm command and version methods at repository models (#4273).Toshi MARUYAMA2011-02-141-3/+3
* scm: cvs: generate pseudo scmid for auto issue close text (#6706).Toshi MARUYAMA2011-02-071-3/+8
* scm: cvs: change temporary revision number from "_N" to "tmpN" (#996, #3761, ...Toshi MARUYAMA2011-02-071-3/+6
* scm: cvs: code clean up.Toshi MARUYAMA2011-02-021-4/+5
* Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659).Jean-Philippe Lang2008-08-261-1/+1
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-151-3/+8
* Fixed: unexpected nil when viewing differences on CVS (#1444).Jean-Philippe Lang2008-06-141-1/+2
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-2/+2
* CVS duplicate key violation fix (#996, #1098).Jean-Philippe Lang2008-04-241-4/+10
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-061-1/+2
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-21/+19
* Fixed a bug in CVS model (clash when 2 projects point to the same repository)Jean-Philippe Lang2007-08-011-1/+1
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-0/+150