]> source.dussan.org Git - redmine.git/commit
Adds a configuration setting to enable sudo mode, disabled by default (#19851).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 19 Jun 2015 19:42:49 +0000 (19:42 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 19 Jun 2015 19:42:49 +0000 (19:42 +0000)
commite12322dac3baf3c31ea1487884f3b9c3273466ba
treedea21182473f3ce451b352fde3df33ea9a1ff15a
parent854177554905159506220cd88aa765fca47bf756
Adds a configuration setting to enable sudo mode, disabled by default (#19851).

git-svn-id: http://svn.redmine.org/redmine/trunk@14336 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
config/configuration.yml.example
lib/redmine/sudo_mode.rb
test/functional/auth_sources_controller_test.rb
test/functional/email_addresses_controller_test.rb
test/functional/groups_controller_test.rb
test/functional/members_controller_test.rb
test/functional/my_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/roles_controller_test.rb
test/functional/settings_controller_test.rb
test/functional/users_controller_test.rb
test/integration/admin_test.rb
test/integration/sudo_test.rb
test/test_helper.rb