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
*
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
*
Merged Git support branch (r1200 to r1226).
Jean-Philippe Lang
2008-03-12
1
-21
/
+19
*
Fixed a bug in CVS model (clash when 2 projects point to the same repository)
Jean-Philippe Lang
2007-08-01
1
-1
/
+1
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
1
-0
/
+150