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
*
Make sure that #scm_iconv returns a string with the target encoding (#14534).
Jean-Philippe Lang
2015-01-18
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-20
/
+7
*
fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_traillin...
Toshi MARUYAMA
2014-01-31
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Don't load redcarpet with JRuby.
Jean-Philippe Lang
2013-12-23
1
-0
/
+1
*
Fixed uninitialized constant Redmine::Scm::Adapters::CommandFailed error when...
Jean-Philippe Lang
2013-11-11
1
-3
/
+0
*
Check that the SCM log file is writable before using it (#13541).
Jean-Philippe Lang
2013-04-03
1
-4
/
+25
*
Log SCM stderr when log level is set to debug only (#13541).
Jean-Philippe Lang
2013-03-22
1
-2
/
+2
*
Always log scm stderr and makes the log file path configurable.
Jean-Philippe Lang
2013-01-20
1
-4
/
+9
*
Don't use Iconv with ruby1.9 (#12787).
Jean-Philippe Lang
2013-01-12
1
-0
/
+4
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
code cleanup scm_iconv (#12228)
Toshi MARUYAMA
2012-10-28
1
-1
/
+1
*
fix scm_iconv local variable name (#12228)
Toshi MARUYAMA
2012-10-28
1
-1
/
+1
*
use String#encode at scm_iconv on Ruby 1.9 (#12228)
Toshi MARUYAMA
2012-10-28
1
-5
/
+15
*
Don't repeat revision on annotate view.
Jean-Philippe Lang
2012-07-28
1
-0
/
+12
*
Extract code from view.
Jean-Philippe Lang
2012-06-10
1
-0
/
+8
*
Adds a method to load changesets for repository entries.
Jean-Philippe Lang
2012-06-10
1
-1
/
+2
*
Fixed that Repository#entries returns an Array.
Jean-Philippe Lang
2012-06-10
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Removes the XML declaration that breaks the parser with JRuby.
Jean-Philippe Lang
2012-04-26
1
-0
/
+7
*
scm: git: use stdin instead of command line in "git log" (#10470)
Toshi MARUYAMA
2012-03-28
1
-4
/
+4
*
Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope...
Toshi MARUYAMA
2012-03-28
1
-5
/
+2
*
Backout 8239.
Etienne Massip
2011-12-15
1
-1
/
+0
*
Log return code if error.
Etienne Massip
2011-12-15
1
-0
/
+1
*
Handle spaces in development scm stderr log file path.
Etienne Massip
2011-12-08
1
-1
/
+1
*
scm: lib: add Branch class to abstract adapter (#5501)
Toshi MARUYAMA
2011-10-28
1
-0
/
+4
*
scm: lib: add parents attribute to Revision class of abstract adapter (#5501)
Toshi MARUYAMA
2011-10-28
1
-1
/
+3
*
scm: add new method "shell_quote_command" at abstract adapter (#8825).
Toshi MARUYAMA
2011-07-15
1
-0
/
+8
*
scm: catch all exceptions at adapter shellout() to fork scm command (#8510, #...
Toshi MARUYAMA
2011-07-10
1
-1
/
+5
*
scm: replace RAILS_DEFAULT_LOGGER to Rails.logger at abstract adapter.
Toshi MARUYAMA
2011-06-22
1
-1
/
+1
*
scm: replace RAILS_ROOT to Rails.root at lib/redmine/scm/adapters/abstract_ad...
Toshi MARUYAMA
2011-06-17
1
-1
/
+1
*
scm: add log message of config/configuration.yml if scm command raise Errno::...
Toshi MARUYAMA
2011-06-08
1
-2
/
+3
*
scm: code clean up abstract adapter.
Toshi MARUYAMA
2011-06-08
1
-2
/
+9
*
scm: switch to use shell quote with parameter in abstract adapter target().
Toshi MARUYAMA
2011-05-25
1
-2
/
+6
*
scm: move ScmCommandAborted class from git and cvs adapter to abstract adapter.
Toshi MARUYAMA
2011-05-25
1
-0
/
+4
*
scm: add "path_encoding" method in abstract adapter (#2274, #3462, #2664, #52...
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: remove trailing white-spaces from abstract adapter source.
Toshi MARUYAMA
2011-05-06
1
-18
/
+18
*
scm: add "options" parameter in adapter entries().
Toshi MARUYAMA
2011-05-04
1
-1
/
+1
*
scm remove trailing white-spaces in abstract adapter.
Toshi MARUYAMA
2011-05-04
1
-8
/
+8
*
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
[next]