summaryrefslogtreecommitdiffstats
path: root/test/fixtures/wiki_pages.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-04 15:05:38 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-04 15:05:38 +0000
commit04766697357b29521515e7c71ae5139e04dd5ba2 (patch)
treee51f4c5770517801ee3772dfaf3d5bfb93b00a24 /test/fixtures/wiki_pages.yml
parent556df99456bf579057213157eb593c6a0dea0676 (diff)
downloadredmine-04766697357b29521515e7c71ae5139e04dd5ba2.tar.gz
redmine-04766697357b29521515e7c71ae5139e04dd5ba2.zip
Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).
New permission added: protect wiki pages. Once a page is protected, it can be edited/renamed/deleted only by users who have this permission. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1415 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/wiki_pages.yml')
-rw-r--r--test/fixtures/wiki_pages.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/wiki_pages.yml b/test/fixtures/wiki_pages.yml
index f89832e44..ef7242430 100644
--- a/test/fixtures/wiki_pages.yml
+++ b/test/fixtures/wiki_pages.yml
@@ -4,19 +4,23 @@ wiki_pages_001:
title: CookBook_documentation
id: 1
wiki_id: 1
+ protected: true
wiki_pages_002:
created_on: 2007-03-08 00:18:07 +01:00
title: Another_page
id: 2
wiki_id: 1
+ protected: false
wiki_pages_003:
created_on: 2007-03-08 00:18:07 +01:00
title: Start_page
id: 3
wiki_id: 2
+ protected: false
wiki_pages_004:
created_on: 2007-03-08 00:18:07 +01:00
title: Page_with_an_inline_image
id: 4
wiki_id: 1
+ protected: false
\ No newline at end of file