Redmine/lib
Toshi MARUYAMA 8b98c05879 scm: use shell quote for scm command at adapter level (#7517, #4273).
"C:\Program Files\TortoiseHg\hg.exe" can be used in config/configuration.yml.

In Ruby 1.9 IO.popen, if cmd is an Array of String,
it will be used as the subprocess‘s argv bypassing a shell.

See http://www.ruby-doc.org/core/classes/IO.html

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4821 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-02-14 06:14:34 +00:00
..
SVG Fixes SVG lib for ruby1.9. 2009-11-07 10:40:54 +00:00
generators Add example url and author url to the plugin generator. 2010-06-17 19:02:13 +00:00
redmine scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-02-14 06:14:34 +00:00
tasks scm: change gunzip to tar -z option for scm repository setup in lib/tasks/testing.rake. 2011-02-11 15:30:45 +00:00
ar_condition.rb Activity enhancements: 2008-03-11 19:33:38 +00:00
diff.rb Added branch and tag support to the git repository viewer. (#1406) 2009-08-15 22:41:40 +00:00
faster_csv.rb Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV. 2009-11-04 13:22:26 +00:00
redcloth3.rb Fixed: class attribute with spaces on pre tags truncated (#7033). 2010-12-05 10:09:18 +00:00
redmine.rb Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically. 2010-12-04 17:43:39 +00:00
tabular_form_builder.rb Exclude fields_for in the TabularFormBuilder, it has a different method 2010-06-20 19:03:09 +00:00