silverstripe-cms/code/controller
2011-08-12 17:06:29 +02:00
..
AssetAdmin.php MINOR Using Form->forTemplate() to include <form> tags in controller actions on AssetAdmin and CMSMain (underlying clientside logic has changed) 2011-07-08 15:36:30 +02:00
CMSMain.php MINOR Fall back to homepage record for CMSMain->PreviewLink() 2011-07-08 15:36:30 +02:00
CMSPageEditController.php MINOR Adding temporary preview view to CMSPageEditController->getEditForm() 2011-05-02 11:45:27 +12:00
CMSPageHistoryController.php MINOR Added CMSPageHistoryController, CMSPageReportsController, marked placeholders for new functionality in AssetAdmin 2011-04-30 16:49:36 +12:00
CMSPageReportsController.php MINOR Added CMSPageHistoryController, CMSPageReportsController, marked placeholders for new functionality in AssetAdmin 2011-04-30 16:49:36 +12:00
CMSPagesController.php MINOR Redirecting page links in CMSPagesController to CMSPageEditController (admin/pages/show/99 to admin/page/show/99) 2011-07-08 15:36:30 +02:00
CMSPageSettingsController.php ENHANCEMENT Splitting up CMSMain into CMSPageEditController and CMSPageSettingsController 2011-04-28 22:49:32 +12:00
CMSSettingsController.php ENHANCEMENT Changing CMSMain->RootForm() (edits SiteConfig record) from being invoked on the tree root node to having its own section called "Settings" in the CMS menu (through a new CMSSettingsController class) 2011-07-08 15:36:31 +02:00
CMSSiteTreeFilter.php ENHANCEMENT Showing full CMS search form (instead of toggling fields individually), removing metadata search fields (limiting to fields applicable in new designs) 2011-04-28 22:49:34 +12:00
ContentController.php ENHANCEMENT Removed automatic redirection to admin URLs in ContentController, too counter-intuitive and hard to implement consistently, while still allowing linkage of pages without CMS around them. 2011-08-12 17:06:29 +02:00
ModelAsController.php API CHANGE: Renamed SiteTreeDecorator to SiteTreeExtension. 2011-04-15 19:37:15 +10:00
NestedController.php MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
ReportAdmin.php MINOR Changed ReportAdmin to new ReportAdmin_Content template, viewing available reports as unordered list instead of a tree (they can't be nested anyway) 2011-04-28 22:49:33 +12:00
RootURLController.php MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00
SilverStripeNavigator.php API CHANGE Refactored SilverStripeNavigator and SilverStripeNavigatorItem to instance-based utility classes, which take a DataObject record in the constructor rather than all of their methods (increasing template flexibility and code isolation). 2011-08-12 14:28:17 +02:00
StaticExporter.php MINOR Moved files into a more logical structure in cms/code 2011-03-30 20:03:44 +13:00