silverstripe-subsites/code
Matt Peel fb5d791444 BUGFIX: permissions to check the ‘CMS_ACCESS_LeftAndMain’ global permission.
‘CMS_ACCESS_LeftAndMain’ is used by the PermissionCheckboxSetField to allow
applicable Members to access all CMS sections. There are then further
permissions to restrict the Members (e.g. ‘CMS_ACCESS_LeftAndMain’ will give you
access to the ‘Pages’ section, but you still need the ‘Edit any page’ permission
to actually edit anything).

This patch ensures that the subsites module follows those permissions, and
doesn’t unnecessarily deny permission to legitimate users.
2014-01-10 09:31:44 +13:00
..
extensions BUGFIX: permissions to check the ‘CMS_ACCESS_LeftAndMain’ global permission. 2014-01-10 09:31:44 +13:00
forms Less intrusive doSave() overwrite of GridFieldDetailForm 2013-07-10 16:15:04 +02:00
model BUGFIX: permissions to check the ‘CMS_ACCESS_LeftAndMain’ global permission. 2014-01-10 09:31:44 +13:00
tasks SubsiteCopyPagesTask 2013-01-03 14:10:14 +01:00
SubsiteAdmin.php BUG Move the SubsiteList PJAX request to a dedicated Controller. 2013-10-16 13:20:54 +13:00
SubsiteReportWrapper.php More globalisation 2013-10-30 13:44:06 +01:00
SubsitesVirtualPage.php More globalisation 2013-10-30 13:44:06 +01:00
SubsiteXHRController.php BUG Refactor the access checks and initial subsite redirections. 2013-12-04 17:34:27 +13:00