]> source.dussan.org Git - redmine.git/commit
Adds buit-in groups to give specific permissions to anonymous and non members users...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Sep 2014 14:51:08 +0000 (14:51 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Sep 2014 14:51:08 +0000 (14:51 +0000)
commit7e7ac5340a281ed767066af0b5f4dd45a3d7076f
tree891640b0548c0d3063daddb219006d120fa312c3
parent9a7fb0ad7be0ee3403f5b89eb0c16b68c991d519
Adds buit-in groups to give specific permissions to anonymous and non members users per project (#17976).

git-svn-id: http://svn.redmine.org/redmine/trunk@13417 e93f8b46-1217-0410-a6f0-8f06a7374b81
33 files changed:
app/controllers/groups_controller.rb
app/helpers/groups_helper.rb
app/helpers/users_helper.rb
app/models/group.rb
app/models/group_anonymous.rb [new file with mode: 0644]
app/models/group_builtin.rb [new file with mode: 0644]
app/models/group_non_member.rb [new file with mode: 0644]
app/models/issue_query.rb
app/models/principal.rb
app/models/project.rb
app/models/user.rb
app/views/groups/_form.html.erb
app/views/groups/_general.html.erb
app/views/groups/edit.html.erb
app/views/groups/index.api.rsb
app/views/groups/index.html.erb
app/views/groups/show.api.rsb
app/views/users/_groups.html.erb
config/locales/en.yml
config/locales/fr.yml
db/migrate/20140920094058_insert_builtin_groups.rb [new file with mode: 0644]
extra/svn/Redmine.pm
public/stylesheets/application.css
test/extra/redmine_pm/repository_subversion_test.rb
test/extra/redmine_pm/test_case.rb
test/fixtures/users.yml
test/integration/api_test/groups_test.rb
test/integration/issues_test.rb
test/unit/group_test.rb
test/unit/issue_test.rb
test/unit/principal_test.rb
test/unit/query_test.rb
test/unit/user_test.rb