]> source.dussan.org Git - redmine.git/commit
Allow admins to edit user's email notifications and preferences. #3503
authorEric Davis <edavis@littlestreamsoftware.com>
Tue, 28 Sep 2010 22:13:06 +0000 (22:13 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Tue, 28 Sep 2010 22:13:06 +0000 (22:13 +0000)
commit437690119b0b1bd462d45f2367c1fe805e529972
treeacab2ce9db00d12e8ef9ae962234f0da341e00bc
parent26ef9da02b7ef7550712317ad050e5a2f31744c6
Allow admins to edit user's email notifications and preferences. #3503

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4223 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/users_controller.rb
app/models/user.rb
app/views/my/account.rhtml
app/views/users/_form.rhtml
app/views/users/_mail_notifications.html.erb [new file with mode: 0644]
app/views/users/_preferences.html.erb [new file with mode: 0644]
test/functional/users_controller_test.rb