index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
repository
/
cvs.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r15238.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
fix code indent at app/models/repository/cvs.rb
Toshi MARUYAMA
2015-01-18
1
-1
/
+1
*
use "where" instead of find_by_ at Repository::Cvs class
Toshi MARUYAMA
2015-01-18
1
-3
/
+3
*
revert r13901
Toshi MARUYAMA
2015-01-18
1
-10
/
+3
*
workaround unit cvs test failure on sqlite3
Toshi MARUYAMA
2015-01-18
1
-3
/
+10
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Adds configuration settings to limit valid repository path (#1415).
Jean-Philippe Lang
2014-11-08
1
-0
/
+8
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
fix typo of app/models/repository/cvs.rb
Toshi MARUYAMA
2014-05-03
1
-1
/
+1
*
replace tabs to spaces at app/models/repository/cvs.rb
Toshi MARUYAMA
2014-04-15
1
-3
/
+3
*
fix source indent of Repository::Cvs model
Toshi MARUYAMA
2014-02-13
1
-1
/
+1
*
scm: split Repository#entries (#14361)
Toshi MARUYAMA
2014-02-02
1
-2
/
+2
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-12
/
+9
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Makes repository url read-only after saving.
Jean-Philippe Lang
2012-06-20
1
-1
/
+2
*
Safe attributes for repositories.
Jean-Philippe Lang
2012-06-19
1
-0
/
+2
*
Adds a method to load changesets for repository entries.
Jean-Philippe Lang
2012-06-10
1
-0
/
+1
*
Renamed #changes association to #filechanges (clash with AR::Base.changes tha...
Jean-Philippe Lang
2012-06-03
1
-4
/
+4
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Rails 3.1 compatibility (order declared on association takes precedence).
Jean-Philippe Lang
2012-02-26
1
-3
/
+2
*
Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
human_attribute_name accepts optional argument.
Jean-Philippe Lang
2011-12-18
1
-2
/
+2
*
scm: subversion: code clean up model.
Toshi MARUYAMA
2011-05-12
1
-14
/
+14
*
scm: cvs: use i18n string at 'CVSROOT' and 'Module' setting.
Toshi MARUYAMA
2011-04-23
1
-5
/
+7
*
scm: use i18n string at commit log encoding setting (#1735).
Toshi MARUYAMA
2011-04-23
1
-1
/
+0
*
scm: cvs: fix mistake human attribute names of root_url and url.
Toshi MARUYAMA
2011-04-23
1
-2
/
+2
*
scm: cvs: convert author encoding with log encoding setting.
Toshi MARUYAMA
2011-04-14
1
-1
/
+1
*
scm: cvs: fix parsing revisions if author is not ASCII.
Toshi MARUYAMA
2011-04-14
1
-1
/
+2
*
scm: cvs: code clean up model.
Toshi MARUYAMA
2011-04-13
1
-25
/
+26
*
scm: cvs: model entries returns nil if revision is not stored in database.
Toshi MARUYAMA
2011-04-12
1
-2
/
+6
*
scm: cvs: override annotate() in model.
Toshi MARUYAMA
2011-04-11
1
-2
/
+11
*
scm: cvs: cat returns nil if revision does not exist at model.
Toshi MARUYAMA
2011-04-11
1
-1
/
+5
*
scm: cvs: code clean up model.
Toshi MARUYAMA
2011-04-11
1
-4
/
+4
*
scm: cvs: code clean up app/models/repository/cvs.rb.
Toshi MARUYAMA
2011-04-09
1
-18
/
+21
*
scm: cvs: fix missing author, revision and comment in tree view (#4270).
Toshi MARUYAMA
2011-03-11
1
-3
/
+3
*
scm: cvs: code clean up model.
Toshi MARUYAMA
2011-03-11
1
-5
/
+7
*
scm: add feature of per project repository log encoding setting (#1735).
Toshi MARUYAMA
2011-03-01
1
-1
/
+2
*
scm: add scm specific human_attribute_name for input validation.
Toshi MARUYAMA
2011-03-01
1
-0
/
+8
*
scm: ignore log encoding setting in Subversion and Mercurial (#7597).
Toshi MARUYAMA
2011-02-28
1
-1
/
+2
*
scm: add scm command and version methods at repository models (#4273).
Toshi MARUYAMA
2011-02-14
1
-3
/
+3
*
scm: cvs: generate pseudo scmid for auto issue close text (#6706).
Toshi MARUYAMA
2011-02-07
1
-3
/
+8
*
scm: cvs: change temporary revision number from "_N" to "tmpN" (#996, #3761, ...
Toshi MARUYAMA
2011-02-07
1
-3
/
+6
*
scm: cvs: code clean up.
Toshi MARUYAMA
2011-02-02
1
-4
/
+5
*
Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659).
Jean-Philippe Lang
2008-08-26
1
-1
/
+1
*
Fixed: view file at given revision with CVS.
Jean-Philippe Lang
2008-06-15
1
-3
/
+8
*
Fixed: unexpected nil when viewing differences on CVS (#1444).
Jean-Philippe Lang
2008-06-14
1
-1
/
+2
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
1
-2
/
+2
*
CVS duplicate key violation fix (#996, #1098).
Jean-Philippe Lang
2008-04-24
1
-4
/
+10
*
Fix repository browsing at given revision for various scm and add tests for t...
Jean-Philippe Lang
2008-04-06
1
-1
/
+2
[next]