summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2011-02-26 09:57:02 -0500
committerspiderr <spider@viovio.com>2011-02-26 09:57:02 -0500
commitbc89bd6a60c2509b6eea0ae8ed0460e8c18899b3 (patch)
tree9a9296ffbf74af5a914f716fe673ea7af90edfee /admin
parentb3c56a4c5350ab46763c3b06d86f9bfee28b051b (diff)
downloadwiki-bc89bd6a60c2509b6eea0ae8ed0460e8c18899b3.tar.gz
wiki-bc89bd6a60c2509b6eea0ae8ed0460e8c18899b3.tar.bz2
wiki-bc89bd6a60c2509b6eea0ae8ed0460e8c18899b3.zip
kill wiki_list_pages feature, and simply use p_wiki_list_pages permission, the way it should be
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_wiki_inc.php4
-rw-r--r--admin/schema_inc.php1
2 files changed, 0 insertions, 5 deletions
diff --git a/admin/admin_wiki_inc.php b/admin/admin_wiki_inc.php
index 9e08557..325a0d8 100644
--- a/admin/admin_wiki_inc.php
+++ b/admin/admin_wiki_inc.php
@@ -91,10 +91,6 @@ $formWikiFeatures = array(
'label' => 'History',
'note' => 'Allow access to the page\'s history.',
),
- "wiki_list_pages" => array(
- 'label' => 'List Pages',
- 'note' => 'Allow access to a listing of all wikipages.',
- ),
"wiki_list_orphans" => array(
'label' => 'List Orphans',
'note' => 'Allow access to a listing of all orphaned wikipages.',
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index beed09a..2ff7a00 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -94,7 +94,6 @@ $gBitInstaller->registerPreferences( WIKI_PKG_NAME, array(
array( WIKI_PKG_NAME, 'wiki_list_links','y'),
array( WIKI_PKG_NAME, 'wiki_list_name','y'),
array( WIKI_PKG_NAME, 'wiki_list_orphans','y'),
- array( WIKI_PKG_NAME, 'wiki_list_pages','y'),
array( WIKI_PKG_NAME, 'wiki_list_size','y'),
array( WIKI_PKG_NAME, 'wiki_list_status','y'),
array( WIKI_PKG_NAME, 'wiki_list_user','y'),