Commit Graph

15 Commits

Author SHA1 Message Date
Toshi MARUYAMA 13b13089ea replace GMail configuration guide url
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9247 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-03-20 22:37:30 +00:00
Jean-Philippe Lang a1bb968e8d Adds enable_starttls_auto option to gmail example (#9586).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7833 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-11-18 17:22:25 +00:00
Jean-Philippe Lang c38cddf995 Adds a warning about tabs in configuration file (#9586).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7832 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-11-18 17:10:30 +00:00
Toshi MARUYAMA 4ee0ccda2e scm: add comment that configuration of SCM executable command does not work if contains spaces path to configuration.yml.example (#7517, #8825).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6447 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-08-16 00:10:35 +00:00
Toshi MARUYAMA 38187ef952 remove trailing white-spaces from config/configuration.yml.example.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6418 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-08-11 23:54:04 +00:00
Jean-Philippe Lang a78d565959 Adds support for SCM/LDAP passwords encryption in the database (#7411).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4950 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-02-26 13:09:25 +00:00
Jean-Philippe Lang 496f22e422 Moves scm path configuration examples in comments.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4917 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-02-21 17:40:54 +00:00
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
Toshi MARUYAMA fcdeb1613a scm: add scm_cvs_command at config/configuration.yml.example (#7517).
I forgot to add it.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4798 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-02-05 00:57:41 +00:00
Toshi MARUYAMA 3ee203ef0c scm: change key name of configurable command name (#7517, #6159, #7047).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4797 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-02-04 10:24:10 +00:00
Toshi MARUYAMA c1ec8c5ea3 scm: use "e.g." for "for example" at config/configuration.yml.example (#7517).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4796 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-02-04 05:30:14 +00:00
Toshi MARUYAMA 0ffe328c0a scm: add a feature of configurable path of executable for scm adapters (#7517).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4795 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-02-04 04:28:39 +00:00
Jean-Philippe Lang 55acbcb560 Makes the autologin cookie configurable (#1763).
The cookie attributes (name, path, secure) can now be set in config/configuration.yml.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4756 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-01-23 11:20:46 +00:00
Jean-Philippe Lang 7dd464c577 Makes the folder for attachments storage configurable in config/configuration.yml (#1236).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4755 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-01-23 10:41:43 +00:00
Jean-Philippe Lang 4cefae0aaa Adds an application configuration file: config/configuration.yml (#7408).
Email delivery settings that were stored in config/email.yml should be moved to this new configuration file.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4752 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-01-23 10:22:00 +00:00