silverstripe-cms/tests
2011-02-02 17:48:29 +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 API CHANGE Fixed various controllers to enforce CSRF protection through Form_SecurityToken on GET actions that are not routed through Form->httpSubmission(): AssetAdmin, CMSBatchActionHandler, CMSMain, CommentTableField, LeftAndMain, MemberTableField, PageComment, PageComment_Controller (from r113282) 2011-02-02 17:48:29 +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