]> source.dussan.org Git - redmine.git/commit
Adds an application configuration file: config/configuration.yml (#7408).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Jan 2011 10:22:00 +0000 (10:22 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Jan 2011 10:22:00 +0000 (10:22 +0000)
commit4cefae0aaadfadae71d695b17468fca2dfe74541
treeaeceb744a0d9c38c17f0408d953baf614497bf6a
parente173f7e72dff82dfe55656a0ea0b7cf25f0c45de
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
56 files changed:
app/models/mailer.rb
config/configuration.yml.example [new file with mode: 0644]
config/email.yml.example [deleted file]
config/environment.rb
config/initializers/40-email.rb [deleted file]
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/en.yml
config/locales/es.yml
config/locales/eu.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mk.yml
config/locales/mn.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sr-YU.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml
doc/INSTALL
doc/UPGRADING
lib/redmine/configuration.rb [new file with mode: 0644]
test/fixtures/configuration/default.yml [new file with mode: 0644]
test/fixtures/configuration/empty.yml [new file with mode: 0644]
test/fixtures/configuration/no_default.yml [new file with mode: 0644]
test/fixtures/configuration/overrides.yml [new file with mode: 0644]
test/unit/lib/redmine/configuration_test.rb [new file with mode: 0644]