summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm/adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* code cleanup scm_iconv (#12228)Toshi MARUYAMA2012-10-281-1/+1
* fix scm_iconv local variable name (#12228)Toshi MARUYAMA2012-10-281-1/+1
* use String#encode at scm_iconv on Ruby 1.9 (#12228)Toshi MARUYAMA2012-10-281-5/+15
* Don't repeat revision on annotate view.Jean-Philippe Lang2012-07-281-0/+12
* Extract code from view.Jean-Philippe Lang2012-06-101-0/+8
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-101-1/+2
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removes the XML declaration that breaks the parser with JRuby.Jean-Philippe Lang2012-04-261-0/+7
* scm: git: use stdin instead of command line in "git log" (#10470)Toshi MARUYAMA2012-03-281-4/+4
* Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope...Toshi MARUYAMA2012-03-281-5/+2
* Backout 8239.Etienne Massip2011-12-151-1/+0
* Log return code if error.Etienne Massip2011-12-151-0/+1
* Handle spaces in development scm stderr log file path.Etienne Massip2011-12-081-1/+1
* scm: lib: add Branch class to abstract adapter (#5501)Toshi MARUYAMA2011-10-281-0/+4
* scm: lib: add parents attribute to Revision class of abstract adapter (#5501)Toshi MARUYAMA2011-10-281-1/+3
* scm: add new method "shell_quote_command" at abstract adapter (#8825).Toshi MARUYAMA2011-07-151-0/+8
* scm: catch all exceptions at adapter shellout() to fork scm command (#8510, #...Toshi MARUYAMA2011-07-101-1/+5
* scm: replace RAILS_DEFAULT_LOGGER to Rails.logger at abstract adapter.Toshi MARUYAMA2011-06-221-1/+1
* scm: replace RAILS_ROOT to Rails.root at lib/redmine/scm/adapters/abstract_ad...Toshi MARUYAMA2011-06-171-1/+1
* scm: add log message of config/configuration.yml if scm command raise Errno::...Toshi MARUYAMA2011-06-081-2/+3
* scm: code clean up abstract adapter.Toshi MARUYAMA2011-06-081-2/+9
* scm: switch to use shell quote with parameter in abstract adapter target().Toshi MARUYAMA2011-05-251-2/+6
* scm: move ScmCommandAborted class from git and cvs adapter to abstract adapter.Toshi MARUYAMA2011-05-251-0/+4
* scm: add "path_encoding" method in abstract adapter (#2274, #3462, #2664, #52...Toshi MARUYAMA2011-05-211-0/+4
* scm: remove trailing white-spaces from abstract adapter source.Toshi MARUYAMA2011-05-061-18/+18
* scm: add "options" parameter in adapter entries().Toshi MARUYAMA2011-05-041-1/+1
* scm remove trailing white-spaces in abstract adapter.Toshi MARUYAMA2011-05-041-8/+8
* scm: code clean up abstract_adapter.rb.Toshi MARUYAMA2011-04-111-8/+8
* scm: move :identifier from to attr_accessor in AbstractAdapter::Revision class.Toshi MARUYAMA2011-04-111-8/+3
* scm: code clean up lib/redmine/scm/adapters/abstract_adapter.rb.Toshi MARUYAMA2011-04-101-3/+3
* scm: git: move saving changesets from adapter to model (#3396).Toshi MARUYAMA2011-02-281-21/+0
* scm: update adapter initialize() to use path encoding (#2664, #2274).Toshi MARUYAMA2011-02-241-7/+8
* scm: use "ASCII-8BIT" in IO.popen() in Ruby 1.9.Toshi MARUYAMA2011-02-241-1/+6
* scm: add "scm_iconv" method for repository path encoding in abstract_adapter....Toshi MARUYAMA2011-02-211-1/+12
* scm: space cleanup of lib/redmine/scm/adapters/abstract_adapter.rb.Toshi MARUYAMA2011-02-181-8/+8
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-141-10/+22
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-1/+12
* 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