]> source.dussan.org Git - redmine.git/commit
Adds a role setting for controlling visibility of users: all or members of visible...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 11 Nov 2014 13:08:52 +0000 (13:08 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 11 Nov 2014 13:08:52 +0000 (13:08 +0000)
commitbdd3ccf8e52c69d2b6e16e7230a1b8f9a6c69e60
tree1571b147765d42bccab602cdd9a79499829de612
parent140ca9532c1c12b7ff710c076c6985dce18500e4
Adds a role setting for controlling visibility of users: all or members of visible projects (#11724).

git-svn-id: http://svn.redmine.org/redmine/trunk@13584 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 files changed:
app/controllers/users_controller.rb
app/controllers/watchers_controller.rb
app/models/issue_query.rb
app/models/principal.rb
app/models/role.rb
app/models/time_entry_query.rb
app/models/user.rb
app/views/roles/_form.html.erb
config/locales/en.yml
config/locales/fr.yml
db/migrate/20141109112308_add_roles_users_visibility.rb [new file with mode: 0644]
lib/redmine/default_data/loader.rb
test/fixtures/roles.yml
test/functional/users_controller_test.rb
test/functional/watchers_controller_test.rb
test/unit/principal_test.rb