silverstripe-cms/code/controllers
2012-03-02 20:45:44 +01:00
..
AssetAdmin.php ENHANCEMENT Refactored AssetAdmin to use SearchContext for filtering records, rather than relying on GridFieldFilter - less coupling to one view (we also have gallery and tree views), and more flexible filtering on columns/criteria which are not present in GridField 2012-03-02 20:45:34 +01:00
CMSFileAddController.php BUGFIX Fixed CMSFileAddController upload in custom folders 2012-03-02 15:43:22 +01:00
CMSMain.php MINOR Moved CMSMain.GridField.js logic into LeftAndMain.js (applies to all CMS interfaces), fixed event bugs with GridField overloading in AssetAdmin.js 2012-03-01 00:19:34 +01:00
CMSPageAddController.php ENHANCEMENT Allowing to add pages from main interface, in addition to dialog triggered from admin/pages (through CMSPageAddController) 2011-12-20 17:45:07 +01:00
CMSPageEditController.php ENHANCEMENT Using new "tools" panel architecture to render CMS templates, which e.g. allows CMSPageEditController to reload the form without the tree in the side-by-side display variation, and hence avoids slowing down the loading and saving process 2012-02-15 14:28:07 +01:00
CMSPageHistoryController.php MINOR Using <button> tags for CMS UI, and new 'data-icon' HTML5 attribute to denote icons 2012-02-17 15:30:37 +01:00
CMSPagesController.php MINOR Unsetting any current record state in CMSPagesController, as it doesn't deal with records (and it wrongly highlights the current tree node) 2012-02-14 16:00:48 +01:00
CMSPageSettingsController.php ENHANCEMENT: implemented CMSPageHistoryController with comparsion view, single version view into new CMSMain API. 2011-09-19 17:30:46 +02:00
CMSSettingsController.php MINOR Fixed breadcrumbs for CMSSettingsController 2012-03-02 20:45:44 +01:00
CMSSiteTreeFilter.php ENHANCEMENT: implemented CMSPageHistoryController with comparsion view, single version view into new CMSMain API. 2011-09-19 17:30:46 +02:00
ContentController.php MINOR: Use Deprecation class to indicated deprecated methods in cms. 2011-10-29 17:41:06 +13:00
ModelAsController.php BUGFIX: Fix bugs introduced by the expectation of having a DataModel. 2011-10-07 08:51:54 +02:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
ReportAdmin.php MINOR Combining CSS in CMS, added AssetAdmin styles 2012-02-23 23:15:37 +01:00
RootURLController.php ENHANCEMENT Allow the homepage to have a different URL 2012-02-03 03:24:00 +00:00
SilverStripeNavigator.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
StaticExporter.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00