]> source.dussan.org Git - redmine.git/commit
Adds a permission 'view wiki edits' so that wiki history can be hidden to certain...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Sep 2008 16:45:01 +0000 (16:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Sep 2008 16:45:01 +0000 (16:45 +0000)
commit455abea32042a9e612b72cdf88d158fa72cb7144
tree4c1f313ed96bcf98817840520160cea1ad86b13e
parentcc643ce932b2abdc56c4d1933c02806ca57ddefa
Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users (#1154).
A migration automatically adds this permission to roles that were allowed to view wiki pages.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1815 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/wiki_controller.rb
app/models/role.rb
app/models/wiki_content.rb
app/views/wiki/show.rhtml
db/migrate/097_add_wiew_wiki_edits_permission.rb [new file with mode: 0644]
lib/redmine.rb
test/fixtures/roles.yml