silverstripe-cms/tests
Sean Harvey 8089e04879 BUGFIX #6291 Remove rollback action from CMSMain allowed_actions and rely on form action_rollback instead which is safer (from r115440)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@115919 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 17:48:30 +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 #6291 Remove rollback action from CMSMain allowed_actions and rely on form action_rollback instead which is safer (from r115440) 2011-02-02 17:48:30 +13: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
FilesystemPublisherTest.php MINOR Added test for FilesystemPublisher::__construct() to ensure DataObject::defineMethods() doesn't break, even when FilesystemPublisher is disabled 2011-02-02 17:48:26 +13:00
LeftAndMainTest.php MINOR: Added additional tests for LeftAndMain and ModelAdmin 2011-02-02 17:48:19 +13:00
ModelAdminTest.php API CHANGE: Made ModelAdmin's configuration statics public rather than protected, so that they can be accessed with Object::get_static() 2011-02-02 17:48:19 +13:00
ModelAdminTest.yml MINOR: Added additional tests for LeftAndMain and ModelAdmin 2011-02-02 17:48:19 +13:00
SecurityAdminTest.php BUGFIX Fixed SecurityAdminTest to work with i18n enabled 2008-11-01 13:55:47 +00:00