]> source.dussan.org Git - redmine.git/commit
Admin settings screen split to tabs.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Jan 2008 20:24:26 +0000 (20:24 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Jan 2008 20:24:26 +0000 (20:24 +0000)
commita80dbc49b1670877aca09b11101d4a5b40ea58c2
treead81a0601a377471558b561c08be9956cd1b008a
parent78d9ae9754578cda4b72d7b28a4f707534c15c49
Admin settings screen split to tabs.
Email notification options moved to this view as a tab and LDAP list is accessible from the 'Authentication' tab.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1046 e93f8b46-1217-0410-a6f0-8f06a7374b81
33 files changed:
app/controllers/admin_controller.rb
app/controllers/settings_controller.rb
app/helpers/settings_helper.rb
app/views/admin/index.rhtml
app/views/admin/mail_options.rhtml [deleted file]
app/views/settings/_authentication.rhtml [new file with mode: 0644]
app/views/settings/_general.rhtml [new file with mode: 0644]
app/views/settings/_issues.rhtml [new file with mode: 0644]
app/views/settings/_notifications.rhtml [new file with mode: 0644]
app/views/settings/_repositories.rhtml [new file with mode: 0644]
app/views/settings/edit.rhtml
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
test/functional/admin_controller_test.rb
test/functional/settings_controller_test.rb [new file with mode: 0644]