summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Wraps changeset creation inside a single transation.Jean-Philippe Lang2010-02-211-9/+11
* Fixed: Subversion password visible in development logs (#4448).Jean-Philippe Lang2009-12-261-1/+1
* Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).Jean-Philippe Lang2009-10-241-1/+1
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-151-1/+32
* Capture scm CLI stderr to log/scm.stderr.log when running in dev environmentJean-Philippe Lang2008-12-121-0/+4
* More detailed error message in log when scm command fails (#1682).Jean-Philippe Lang2008-08-251-1/+1
* Fixes method name in AbstractAdapter.Jean-Philippe Lang2008-08-251-2/+2
* Fixes platform determination under JRuby (#1804).Jean-Philippe Lang2008-08-251-2/+2
* Fixes nil error when svn binary version is unknown (#1607).Jean-Philippe Lang2008-07-121-4/+13
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-051-1/+27
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-160/+1
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-081-0/+10
* Mercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux).Jean-Philippe Lang2008-06-071-1/+6
* Fixed: SVN errors lead to svn username/password being displayed to end users ...Jean-Philippe Lang2008-06-061-3/+14
* Fixed: new line at the end of a file is not displayed in diff.Jean-Philippe Lang2008-06-021-1/+0
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-271-2/+11
* SCM AbstractAdapter use shell_quote to more properly escape path (closes #838...Jean-Philippe Lang2008-03-121-3/+3
* Show explicit error message when the scm command failed (eg. when svn binary ...Jean-Philippe Lang2008-01-231-1/+1
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs comm...Jean-Philippe Lang2008-01-031-1/+1
* Ignore empty diffs.Jean-Philippe Lang2007-12-191-1/+2
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-151-3/+9
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-021-3/+29
* Quote subversion username and password in svn commands.Jean-Philippe Lang2007-10-191-0/+8
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-151-1/+1
* Added Darcs basic support.Jean-Philippe Lang2007-06-241-2/+6
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-0/+341