There was an error fetching the commit references. Please try again later.
Added the ability to destroy wiki pages (content and its history are deleted from the database).
This permission has to be explicitly given (Roles & Permissions -> Wiki pages/Delete). git-svn-id: http://redmine.rubyforge.org/svn/trunk@540 e93f8b46-1217-0410-a6f0-8f06a7374b81
Showing
- app/controllers/wiki_controller.rb 11 additions, 1 deletionapp/controllers/wiki_controller.rb
- app/models/permission.rb 1 addition, 0 deletionsapp/models/permission.rb
- app/views/wiki/show.rhtml 1 addition, 0 deletionsapp/views/wiki/show.rhtml
- db/migrate/049_add_wiki_destroy_page_permission.rb 9 additions, 0 deletionsdb/migrate/049_add_wiki_destroy_page_permission.rb
- lang/bg.yml 1 addition, 0 deletionslang/bg.yml
- lang/de.yml 1 addition, 0 deletionslang/de.yml
- lang/en.yml 1 addition, 0 deletionslang/en.yml
- lang/es.yml 1 addition, 0 deletionslang/es.yml
- lang/fr.yml 1 addition, 0 deletionslang/fr.yml
- lang/it.yml 1 addition, 0 deletionslang/it.yml
- lang/ja.yml 1 addition, 0 deletionslang/ja.yml
- lang/nl.yml 1 addition, 0 deletionslang/nl.yml
- lang/pt-br.yml 1 addition, 0 deletionslang/pt-br.yml
- lang/pt.yml 1 addition, 0 deletionslang/pt.yml
- lang/zh.yml 1 addition, 0 deletionslang/zh.yml
- test/unit/wiki_page_test.rb 10 additions, 1 deletiontest/unit/wiki_page_test.rb
Please register or sign in to comment