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
/
lib
/
redmine
/
scm
/
adapters
/
abstract_adapter.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
scm: code clean up abstract_adapter.rb.
Toshi MARUYAMA
2011-04-11
1
-8
/
+8
*
scm: move :identifier from to attr_accessor in AbstractAdapter::Revision class.
Toshi MARUYAMA
2011-04-11
1
-8
/
+3
*
scm: code clean up lib/redmine/scm/adapters/abstract_adapter.rb.
Toshi MARUYAMA
2011-04-10
1
-3
/
+3
*
scm: git: move saving changesets from adapter to model (#3396).
Toshi MARUYAMA
2011-02-28
1
-21
/
+0
*
scm: update adapter initialize() to use path encoding (#2664, #2274).
Toshi MARUYAMA
2011-02-24
1
-7
/
+8
*
scm: use "ASCII-8BIT" in IO.popen() in Ruby 1.9.
Toshi MARUYAMA
2011-02-24
1
-1
/
+6
*
scm: add "scm_iconv" method for repository path encoding in abstract_adapter....
Toshi MARUYAMA
2011-02-21
1
-1
/
+12
*
scm: space cleanup of lib/redmine/scm/adapters/abstract_adapter.rb.
Toshi MARUYAMA
2011-02-18
1
-8
/
+8
*
scm: use shell quote for scm command at adapter level (#7517, #4273).
Toshi MARUYAMA
2011-02-14
1
-10
/
+22
*
Changing revision label and identifier at SCM adapter level (#3724, #6092)
Toshi MARUYAMA
2011-01-02
1
-1
/
+12
*
Wraps changeset creation inside a single transation.
Jean-Philippe Lang
2010-02-21
1
-9
/
+11
*
Fixed: Subversion password visible in development logs (#4448).
Jean-Philippe Lang
2009-12-26
1
-1
/
+1
*
Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).
Jean-Philippe Lang
2009-10-24
1
-1
/
+1
*
Added branch and tag support to the git repository viewer. (#1406)
Eric Davis
2009-08-15
1
-1
/
+32
*
Capture scm CLI stderr to log/scm.stderr.log when running in dev environment
Jean-Philippe Lang
2008-12-12
1
-0
/
+4
*
More detailed error message in log when scm command fails (#1682).
Jean-Philippe Lang
2008-08-25
1
-1
/
+1
*
Fixes method name in AbstractAdapter.
Jean-Philippe Lang
2008-08-25
1
-2
/
+2
*
Fixes platform determination under JRuby (#1804).
Jean-Philippe Lang
2008-08-25
1
-2
/
+2
*
Fixes nil error when svn binary version is unknown (#1607).
Jean-Philippe Lang
2008-07-12
1
-4
/
+13
*
Display svn properties in the browser, svn >= 1.5.0 only (#1581).
Jean-Philippe Lang
2008-07-05
1
-1
/
+27
*
Move unified diff parser out of the scm abstract adapter so it can be reused ...
Jean-Philippe Lang
2008-06-08
1
-160
/
+1
*
Adds Filesystem adapter (patch #1393 by Paul R).
Jean-Philippe Lang
2008-06-08
1
-0
/
+10
*
Mercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux).
Jean-Philippe Lang
2008-06-07
1
-1
/
+6
*
Fixed: SVN errors lead to svn username/password being displayed to end users ...
Jean-Philippe Lang
2008-06-06
1
-3
/
+14
*
Fixed: new line at the end of a file is not displayed in diff.
Jean-Philippe Lang
2008-06-02
1
-1
/
+0
*
Fixed: Links to repository directories don't work (#1119).
Jean-Philippe Lang
2008-04-27
1
-2
/
+11
*
SCM AbstractAdapter use shell_quote to more properly escape path (closes #838...
Jean-Philippe Lang
2008-03-12
1
-3
/
+3
*
Show explicit error message when the scm command failed (eg. when svn binary ...
Jean-Philippe Lang
2008-01-23
1
-1
/
+1
*
Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs comm...
Jean-Philippe Lang
2008-01-03
1
-1
/
+1
*
Ignore empty diffs.
Jean-Philippe Lang
2007-12-19
1
-1
/
+2
*
SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.
Jean-Philippe Lang
2007-12-15
1
-3
/
+9
*
Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.
Jean-Philippe Lang
2007-12-02
1
-3
/
+29
*
Quote subversion username and password in svn commands.
Jean-Philippe Lang
2007-10-19
1
-0
/
+8
*
Added syntax highlightment for repository files (using CodeRay).
Jean-Philippe Lang
2007-08-15
1
-1
/
+1
*
Added Darcs basic support.
Jean-Philippe Lang
2007-06-24
1
-2
/
+6
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
1
-0
/
+341