Commit
commit 7a6c5813d4f3f953dc95a9efe0c976096f587779 Author: Jan DankertDate: Sat Mar 6 03:42:38 2021 +0100 New: Better permission checks. modules/cms/action/ObjectAction.class.php | 12 ++- modules/cms/action/PageelementAction.class.php | 12 ++- modules/cms/action/ProjectAction.class.php | 19 ++++- modules/cms/action/ProjectlistAction.class.php | 2 - modules/cms/action/file/FilePubAction.class.php | 7 +- modules/cms/action/file/FileRemoveAction.class.php | 8 +- modules/cms/action/file/FileUploadAction.class.php | 8 +- .../action/folder/FolderCreatefileAction.class.php | 7 +- .../folder/FolderCreatefolderAction.class.php | 7 +- .../folder/FolderCreateimageAction.class.php | 7 +- .../action/folder/FolderCreatelinkAction.class.php | 6 ++ .../action/folder/FolderCreatepageAction.class.php | 8 +- .../action/folder/FolderCreatetextAction.class.php | 7 +- .../action/folder/FolderCreateurlAction.class.php | 7 +- .../cms/action/folder/FolderOrderAction.class.php | 6 +- .../cms/action/folder/FolderPubAction.class.php | 7 +- .../cms/action/folder/FolderRemoveAction.class.php | 6 ++ modules/cms/action/image/ImageSizeAction.class.php | 5 ++ modules/cms/action/link/LinkRemoveAction.class.php | 8 +- modules/cms/action/link/LinkValueAction.class.php | 8 +- .../action/object/ObjectAclformAction.class.php | 5 ++ .../cms/action/object/ObjectCopyAction.class.php | 5 ++ .../cms/action/object/ObjectDelaclAction.class.php | 6 ++ .../action/object/ObjectInheritAction.class.php | 6 ++ .../cms/action/object/ObjectPropAction.class.php | 7 ++ .../cms/action/object/ObjectRightsAction.class.php | 3 +- modules/cms/action/page/PageAllAction.class.php | 7 +- .../action/page/PageChangetemplateAction.class.php | 7 +- ...ageChangetemplateselectelementsAction.class.php | 8 +- modules/cms/action/page/PageFormAction.class.php | 5 +- modules/cms/action/page/PageNameAction.class.php | 7 +- modules/cms/action/page/PagePubAction.class.php | 6 +- modules/cms/action/page/PageRemoveAction.class.php | 6 ++ .../pageelement/PageelementPubAction.class.php | 6 ++ .../pageelement/PageelementReleaseAction.class.php | 7 ++ .../pageelement/PageelementRestoreAction.class.php | 7 ++ .../pageelement/PageelementValueAction.class.php | 8 +- .../cms/action/project/ProjectEditAction.class.php | 4 + .../action/project/ProjectHistoryAction.class.php | 16 +++- .../projectlist/ProjectlistAddAction.class.php | 9 +-- .../projectlist/ProjectlistEditAction.class.php | 32 ++++---- .../projectlist/ProjectlistHistoryAction.class.php | 17 ++++- modules/cms/action/text/TextValueAction.class.php | 8 +- modules/cms/action/url/UrlRemoveAction.class.php | 8 +- modules/cms/action/url/UrlValueAction.class.php | 7 +- .../cms/ui/action/index/IndexShowAction.class.php | 88 ---------------------- .../ui/themes/default/html/views/index/show.php | 2 +- .../default/html/views/index/show.tpl.src.xml | 3 +- .../default/html/views/projectlist/history.php | 2 +- .../html/views/projectlist/history.tpl.src.xml | 2 +- 50 files changed, 313 insertions(+), 148 deletions(-)