]> source.dussan.org Git - redmine.git/commit
Default configuration data can now be loaded from the administration screen.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 5 Jan 2008 11:33:49 +0000 (11:33 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 5 Jan 2008 11:33:49 +0000 (11:33 +0000)
commitc9fd7513edd0f594227fc681dcd654e41bd118e6
tree90f582a920c1bc017d2342b53f23ea91230bd586
parent8d9b04865bac785d12b0aac43fe0c62488c39fec
Default configuration data can now be loaded from the administration screen.
A message is automatically displayed on this screen if roles, trackers,... have not been configured yet.
The rake task is still available and the data loading code is wrapped in a transaction.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1040 e93f8b46-1217-0410-a6f0-8f06a7374b81
26 files changed:
app/controllers/admin_controller.rb
app/views/admin/_no_data.rhtml [new file with mode: 0644]
app/views/admin/index.rhtml
doc/INSTALL
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/he.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/zh-tw.yml
lang/zh.yml
lib/redmine/default_data/loader.rb
test/functional/admin_controller_test.rb