summaryrefslogtreecommitdiffstats
path: root/config/configuration.yml.example
Commit message (Collapse)AuthorAgeFilesLines
* fix comment of RMagcik font configuration (#4787)Toshi MARUYAMA2012-11-281-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add configuration of RMagcik font for CJK (Chinese, Japanese and Korean) (#4787)Toshi MARUYAMA2012-11-281-0/+22
| | | | | | Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10890 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed TLS configuration in example (#11034).Jean-Philippe Lang2012-09-091-1/+0
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10340 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-0/+4
| | | | | | This behaviour can be turned on/off in Settings -> Display (off by default). Thumbnail size can be configured there too. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9933 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let the secret token be set in configuration.yml.Jean-Philippe Lang2012-04-281-0/+9
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9567 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restores plugin assets mirroring on startup, but it can now be disabled in ↵Jean-Philippe Lang2012-04-281-0/+6
| | | | | | configuration.yml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9561 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace GMail configuration guide urlToshi MARUYAMA2012-03-201-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9247 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds enable_starttls_auto option to gmail example (#9586).Jean-Philippe Lang2011-11-181-0/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7833 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a warning about tabs in configuration file (#9586).Jean-Philippe Lang2011-11-181-0/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7832 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: add comment that configuration of SCM executable command does not work ↵Toshi MARUYAMA2011-08-161-1/+9
| | | | | | 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
* remove trailing white-spaces from config/configuration.yml.example.Toshi MARUYAMA2011-08-111-6/+6
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6418 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds support for SCM/LDAP passwords encryption in the database (#7411).Jean-Philippe Lang2011-02-261-0/+14
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4950 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves scm path configuration examples in comments.Jean-Philippe Lang2011-02-211-6/+13
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-141-1/+1
| | | | | | | | | | | "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
* scm: add scm_cvs_command at config/configuration.yml.example (#7517).Toshi MARUYAMA2011-02-051-0/+1
| | | | | | I forgot to add it. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: change key name of configurable command name (#7517, #6159, #7047).Toshi MARUYAMA2011-02-041-5/+5
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4797 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: use "e.g." for "for example" at config/configuration.yml.example (#7517).Toshi MARUYAMA2011-02-041-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4796 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: add a feature of configurable path of executable for scm adapters (#7517).Toshi MARUYAMA2011-02-041-0/+9
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4795 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes the autologin cookie configurable (#1763).Jean-Philippe Lang2011-01-231-0/+8
| | | | | | 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
* Makes the folder for attachments storage configurable in ↵Jean-Philippe Lang2011-01-231-0/+10
| | | | | | config/configuration.yml (#1236). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an application configuration file: config/configuration.yml (#7408).Jean-Philippe Lang2011-01-231-0/+98
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