From bc89bd6a60c2509b6eea0ae8ed0460e8c18899b3 Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 26 Feb 2011 09:57:02 -0500 Subject: kill wiki_list_pages feature, and simply use p_wiki_list_pages permission, the way it should be --- admin/admin_wiki_inc.php | 4 ---- admin/schema_inc.php | 1 - 2 files changed, 5 deletions(-) (limited to 'admin') 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'), -- cgit v1.3