summaryrefslogtreecommitdiffstats
path: root/app/models/repository/cvs.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of app/models/repository/cvs.rbToshi MARUYAMA2020-11-261-18/+22
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in app/models/re...Toshi MARUYAMA2019-11-081-3/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/repository/cvs.rbToshi MARUYAMA2019-11-081-2/+3
* code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repos...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cv...Toshi MARUYAMA2019-09-201-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-2/+2
* Updates copyright for 2016.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