silverstripe-subsites/code/extensions
Matt Peel 083194857e Allow ‘ADMIN’ and ‘CMS_ACCESS_LeftAndMain’ access to CMS. Fixes CWPBUG-113.
Previously, only the global ‘ADMIN’ permission was allowing users to bypass the
stricter Permission check. We also need to allow the ‘CMS_ACCESS_LeftAndMain’
permission to bypass this check, as otherwise a user who is in a Group with the
‘Access to all CMS sections’ permission set (which only sets the
CMS_ACCESS_LeftAndMain permission code and no others) would be denied access to
the CMS for that sub site.
2014-01-09 17:12:47 +13:00
..
CMSPageAddControllerExtension.php BUG Fixing "Add new" not adding the page to the correct subsite 2013-05-28 12:17:16 +12:00
ControllerSubsites.php BUG: Modifying the module to work with SS 3.0 2012-07-16 11:18:38 +12:00
ErrorPageSubsite.php Extension and config fixes for 3.1 2013-04-04 15:10:22 +13:00
FileSubsites.php More globalisation 2013-10-30 13:44:06 +01:00
GroupSubsites.php More globalisation 2013-10-30 13:44:06 +01:00
LeftAndMainSubsites.php Allow ‘ADMIN’ and ‘CMS_ACCESS_LeftAndMain’ access to CMS. Fixes CWPBUG-113. 2014-01-09 17:12:47 +13:00
SiteConfigSubsites.php BUG: Subsite save SiteConfig overwrites MainSite SiteConfig (Issue #15) 2013-05-24 16:26:57 +12:00
SiteTreeSubsites.php More globalisation 2013-10-30 13:44:06 +01:00
SubsiteMenuExtension.php API: Subsite support for menu of cms (hide admins that don't declare support) (fixes #101 and #89 ) 2013-08-22 13:02:46 +12:00