silverstripe-subsites/code/extensions
Sean Harvey f35a42ec64 BUG LeftAndMainSubsites::Subsites() fails with limited CMS access
Users with non-ADMIN permissions won't see the dropdown of available
subsites, because LeftAndMainSubsites::Subsites() will check if
the user has a non-existent code CMS_ACCESS_CMSPagesController.

Fallback to checking required_permission_codes first, and failing
that, check for CMS_ACCESS_LeftAndMain
2013-05-08 15:36:18 +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 Fixing declaration of statics to private for 3.1+ compatibility 2013-05-06 22:21:09 +12:00
GroupSubsites.php Fixing declaration of statics to private for 3.1+ compatibility 2013-05-06 22:21:09 +12:00
LeftAndMainSubsites.php BUG LeftAndMainSubsites::Subsites() fails with limited CMS access 2013-05-08 15:36:18 +12:00
SiteConfigSubsites.php Fixing declaration of statics to private for 3.1+ compatibility 2013-05-06 22:21:09 +12:00
SiteTreeSubsites.php Fixing more statics that weren't private, and nested_urls deprecated usage 2013-05-06 22:32:40 +12:00