]> source.dussan.org Git - redmine.git/commit
Send a notification when security settings are changed (#21421).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 5 Feb 2016 08:50:21 +0000 (08:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 5 Feb 2016 08:50:21 +0000 (08:50 +0000)
commitb5366eb3079c46f4fcfbe8a4172732f2abeeed96
treed358339c3245fa0d4a4f0d886ffa55d958344f20
parentc46c0e7452a1792d11a186d1059bef52a4867cf4
Send a notification when security settings are changed (#21421).

git-svn-id: http://svn.redmine.org/redmine/trunk@15148 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/settings_controller.rb
app/models/mailer.rb
app/models/setting.rb
app/views/mailer/settings_updated.html.erb [new file with mode: 0644]
app/views/mailer/settings_updated.text.erb [new file with mode: 0644]
config/locales/en.yml
config/locales/fr.yml
config/settings.yml
test/functional/settings_controller_test.rb