diff --git a/code/AssetAdmin.php b/code/AssetAdmin.php index 86e33e13..4fd7c1f6 100755 --- a/code/AssetAdmin.php +++ b/code/AssetAdmin.php @@ -45,8 +45,6 @@ class AssetAdmin extends LeftAndMain { 'getsubtree', 'movemarked', 'removefile', - 'save', - 'savefile', 'uploadiframe', 'UploadForm', 'deleteUnusedThumbnails' => 'ADMIN' diff --git a/code/CMSMain.php b/code/CMSMain.php index 8145881c..984f95da 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -28,13 +28,10 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr static $allowed_actions = array( 'addmember', - 'addpage', 'buildbrokenlinks', 'canceldraftchangesdialog', 'compareversions', 'createtranslation', - 'delete', - 'deletefromlive', 'deleteitems', 'dialog', 'duplicate', @@ -43,12 +40,8 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr 'getversion', 'publishall', 'publishitems', - 'restore', - 'revert', - 'rollback', 'sidereport', 'submit', - 'unpublish', 'versions', 'EditForm', 'AddPageOptionsForm', diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 9777c0a3..4b008e08 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -43,7 +43,6 @@ class LeftAndMain extends Controller { 'getsubtree', 'myprofile', 'printable', - 'save', 'show', 'Member_ProfileForm', 'EditorToolbar',