]> source.dussan.org Git - redmine.git/commit
Split "Manage documents" permission into create, edit and delete permissions (#12401).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Jan 2013 11:38:20 +0000 (11:38 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Jan 2013 11:38:20 +0000 (11:38 +0000)
commit48fb02e3839c30667733e59415d98c373467876b
treee7fbabd25d1f5e1c2cc3a55d1c5bddc45dcc70e1
parent26016cdc086ad61075512414e72b3f3b9b6d8069
Split "Manage documents" permission into create, edit and delete permissions (#12401).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11206 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/document.rb
app/views/documents/index.html.erb
app/views/documents/show.html.erb
db/migrate/20130110122628_split_documents_permissions.rb [new file with mode: 0644]
lib/redmine.rb
test/fixtures/roles.yml
test/unit/user_test.rb