silverstripe-cms/tests/controller
Ingo Schommer e13537e0a7 API CHANGE Refactored SilverStripeNavigator and SilverStripeNavigatorItem to instance-based utility classes, which take a DataObject record in the constructor rather than all of their methods (increasing template flexibility and code isolation).
ENHANCEMENT Added SilverStripeNavigatorItem->canView() for flexible permission control
MINOR Fixed duplicate priority overrides in SilverStripeNavigator
MINOR Removed unnecessary inline styling from SilverStripeNavigator HTML generation
2011-08-12 14:28:17 +02:00
..
CMSMainTest.php MINOR Using post() instead of submitForm() in CMSMainTest to work around SimpleTest issues 2011-07-08 15:36:31 +02:00
CMSMainTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
CMSSiteTreeFilterTest.php MINOR Relative $fixture_file links in cms/tests to facilitate moving files 2011-03-30 20:04:31 +13:00
CMSSiteTreeFilterTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
ContentControllerPermissionsTest.php ENHANCEMENT Redirecting to cms preview in ContentController if user is logged in 2011-07-08 15:36:30 +02:00
ContentControllerSearchExtensionTest.php MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
ContentControllerTest.php MINOR Relative $fixture_file links in cms/tests to facilitate moving files 2011-03-30 20:04:31 +13:00
ContentControllerTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
ModelAsControllerTest.php MINOR Relative $fixture_file links in cms/tests to facilitate moving files 2011-03-30 20:04:31 +13:00
ModelAsControllerTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
RootURLControllerTest.php MINOR Relative $fixture_file links in cms/tests to facilitate moving files 2011-03-30 20:04:31 +13:00
RootURLControllerTest.yml MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
SilverStripeNavigatorTest.php API CHANGE Refactored SilverStripeNavigator and SilverStripeNavigatorItem to instance-based utility classes, which take a DataObject record in the constructor rather than all of their methods (increasing template flexibility and code isolation). 2011-08-12 14:28:17 +02:00