summaryrefslogtreecommitdiffstats
path: root/app/models/repository/cvs.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r15238.Jean-Philippe Lang2016-03-131-1/+1
* fix code indent at app/models/repository/cvs.rbToshi MARUYAMA2015-01-181-1/+1
* use "where" instead of find_by_ at Repository::Cvs classToshi MARUYAMA2015-01-181-3/+3
* revert r13901Toshi MARUYAMA2015-01-181-10/+3
* workaround unit cvs test failure on sqlite3Toshi MARUYAMA2015-01-181-3/+10
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-081-0/+8
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* fix typo of app/models/repository/cvs.rbToshi MARUYAMA2014-05-031-1/+1
* replace tabs to spaces at app/models/repository/cvs.rbToshi MARUYAMA2014-04-151-3/+3
* fix source indent of Repository::Cvs modelToshi MARUYAMA2014-02-131-1/+1
* scm: split Repository#entries (#14361)Toshi MARUYAMA2014-02-021-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-12/+9
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Makes repository url read-only after saving.Jean-Philippe Lang2012-06-201-1/+2
* Safe attributes for repositories.Jean-Philippe Lang2012-06-191-0/+2
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-101-0/+1
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-4/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* 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