silverstripe-cms/tests
Ingo Schommer d9e9e5f348 ENHANCEMENT Using LeftAndMain->canView() in LeftAndMain->init() - if current admin interface can't be viewed, iterate over remaining interfaces until we find a valid one. This only includes admin interfaces with a valid controller, so it should fix the obnoxious redirect to userhelp.silverstripe.com when a website-user tries to access the CMS.
ENHANCEMENT Added LeftAndMain->canView() to check for logged-in member and CMS_ACCESS_* permissions in a testable way
ENHANCEMENT Don't show "Reports" admin section if no subclasses of SSReport are found (or none of the existing subclasses returns a valid canView())
ENHANCEMENT Added CMSMenu::get_viewable_menu_items() and using it in LeftAndMain->MainMenu()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@68460 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 17:47:46 +13:00
..
test_windmill Windmill test - whacked up timeout on CMS load for slow build slave 2008-08-27 10:56:55 +00:00
CMSMainTest.php BUGFIX Fixed CMSMainTest to check for translated entities to avoid failing tests with i18n enabled 2008-11-01 13:42:19 +00:00
CMSMainTest.yml ENHANCEMENT Using LeftAndMain->canView() in LeftAndMain->init() - if current admin interface can't be viewed, iterate over remaining interfaces until we find a valid one. This only includes admin interfaces with a valid controller, so it should fix the obnoxious redirect to userhelp.silverstripe.com when a website-user tries to access the CMS. 2011-02-02 17:47:46 +13:00
CMSMenuTest.php API CHANGE: Revamped CMSMenu system to not instantiate any objects, so that _config.php doesn't get fskd 2011-02-02 17:47:38 +13:00
LeftAndMainTest.php ENHANCEMENT Using LeftAndMain->canView() in LeftAndMain->init() - if current admin interface can't be viewed, iterate over remaining interfaces until we find a valid one. This only includes admin interfaces with a valid controller, so it should fix the obnoxious redirect to userhelp.silverstripe.com when a website-user tries to access the CMS. 2011-02-02 17:47:46 +13:00
SecurityAdminTest.php BUGFIX Fixed SecurityAdminTest to work with i18n enabled 2008-11-01 13:55:47 +00:00