silverstripe-framework/admin/code
2012-03-09 15:23:20 -08:00
..
CMSBatchAction.php MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00
CMSBatchActionHandler.php BUGFIX Convert pages from DataList to ArrayList in CMSBatchActionHandler to avoid problems on merge() 2012-03-09 09:28:20 +01:00
CMSMenu.php MINOR: Fix typographical errors. 2012-03-09 17:00:25 +13:00
CMSMenuItem.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
CMSPreviewable.php ENHANCEMENT New CMSPreviewable interface class to standardize metadata making a record previewable by the CMS. 2011-08-12 17:05:50 +02:00
CMSProfileController.php BUGFIX Restored old permission code model, broken due to new controller structure. Introduced LeftAndMain::$required_permission_codes as a way to control permissions independently of subclasses, and "cluster" multiple classes under a single code. 2012-03-05 17:41:49 +01:00
GroupImportForm.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
LeftAndMain.php MINOR Moved LeftAndMain->doAdd() and AddForm() to subclasses where they're actually used (no possible through a combination of architectural and UI changes) 2012-03-10 00:04:51 +01:00
LeftAndMainDecorator.php MINOR: Use Deprecation class to indicate deprecated methods in core. 2011-10-29 17:34:31 +13:00
LeftAndMainExtension.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
MemberImportForm.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
ModelAdmin.php ENHANCEMENT Allowing to override importer instances in ModelAdmin (fixes #2982) 2012-03-09 15:33:24 +01:00
SecurityAdmin.php API CHANGE: Renaming of gridfield components #6921 2012-03-09 12:54:02 +13:00