silverstripe-framework/admin/code
2012-02-27 23:52:48 +01: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 MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00
CMSMenu.php MINOR Reduced unnecessary autoloading 2011-12-23 10:31:35 +01:00
CMSMenuItem.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02: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
GroupImportForm.php Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
LeftAndMain.php MINOR Moved some CMS-specific template config into GridFieldPopupForms, to make the external API easier to use, and make specific configs less dependent on the instanciation context, and more tuned to the actual execution controller context 2012-02-27 23:52:48 +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 Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
MemberTableField.php MINOR Replaced calls to deprecated FormField->Name() with getName() 2011-10-29 13:27:11 +02:00
ModelAdmin.php MINOR Fixed usage of FieldSet->insertFirst() in ModelAdmin, no longer present in FieldList 2011-12-18 18:19:28 +01:00
SecurityAdmin.php MINOR Don't require controller on instanciation of GridFieldPopupForms, as it can't be reliably determined e.g. during a getCMSFields() call. Should use existing FormField/Form API to retrieve controller when its required. 2012-02-27 23:52:48 +01:00