silverstripe-subsites/code/model
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
..
Subsite.php BUGFIX: permissions to check the ‘CMS_ACCESS_LeftAndMain’ global permission. 2014-01-10 09:31:44 +13:00
SubsiteDomain.php Adding docblocks to SubsiteDomain 2013-11-15 09:50:21 +13:00