Redmine/config
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
..
environments Replaced SessionStore :session_key with :key (#6887). 2010-11-14 15:14:19 +00:00
initializers Adds an application configuration file: config/configuration.yml (#7408). 2011-01-23 10:22:00 +00:00
locales Fixed various typos in french locale 2011-02-06 00:31:15 +00:00
additional_environment.rb.example Allow a config/additional_environment.rb file to customize the Rails::Initializer. 2009-11-08 02:16:42 +00:00
boot.rb Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#7013). 2010-12-17 08:34:29 +00:00
configuration.yml.example scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-02-14 06:14:34 +00:00
database.yml.example Ignores db/*.sqlite3. 2011-01-23 10:25:48 +00:00
environment.rb Adds an application configuration file: config/configuration.yml (#7408). 2011-01-23 10:22:00 +00:00
routes.rb Enable ability for administrators to delete users (#7296). 2011-01-16 15:23:11 +00:00
settings.yml Adds an application setting to limit the number of items that can be displayed on the gantt chart (#6276). 2010-12-15 21:18:06 +00:00