silverstripe-cms/code/controllers
Ingo Schommer 2592d62a4c Merge pull request #94 from silverstripe-big-o/report-fixes
ENHANCEMENT: replacing ReportAdmin report listing paginator with a new f...
2012-04-12 05:14:30 -07:00
..
AssetAdmin.php BUGFIX Fixed broken test LeftAndMain caused by createTag being called 2012-04-12 13:04:01 +12:00
CMSFileAddController.php MINOR Using SS_HTTPRequest->isAjax() instead of deprecated RequestHandler API 2012-04-05 14:45:26 +02:00
CMSMain.php MINOR Fixed stray newline at the top of CMSMain 2012-04-12 09:46:26 +12:00
CMSPageAddController.php ENHANCEMENT: Flyout menu to directly choose the pagetype one wants to add. 2012-04-09 21:08:15 +02:00
CMSPageEditController.php MINOR Fixed "Pages" breadcrumbs not to include root node, since its already in the tree panel 2012-03-12 11:52:39 +01:00
CMSPageHistoryController.php BUGFIX Moved 'rollback' logic back from CMSPageHistoryController to CMSMain (used in edit mode as well), removed unnecessary performRollback(), and introduced PJAX response handling to ensure the edit view is loaded correctly regardless of context (edit or history mode) (fixes #7108) 2012-04-11 10:19:54 +02:00
CMSPagesController.php MINOR Implemented "Add new" link in CMSPagesController 2012-03-08 18:24:35 +01:00
CMSPageSettingsController.php MINOR Fixed "Pages" breadcrumbs not to include root node, since its already in the tree panel 2012-03-12 11:52:39 +01:00
CMSSettingsController.php MINOR Fixes to method arguments in cms classes for E_STRICT support. 2012-03-27 21:42:54 +13:00
CMSSiteTreeFilter.php BUGFIX: SSF-124 filter on a value only if this value is not an empty string 2012-04-11 12:12:57 +12:00
ContentController.php Merge branch 'master' into integration 2012-04-09 21:08:37 +02:00
ModelAsController.php BUGFIX Removed double check of find_old_page() in ModelAsController 2012-04-11 14:51:33 +12:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
ReportAdmin.php Merge pull request #94 from silverstripe-big-o/report-fixes 2012-04-12 05:14:30 -07:00
RootURLController.php Merge pull request #80 from halkyon/e_strict_support 2012-03-28 02:48:17 -07:00
SilverStripeNavigator.php MINOR Using late static binding instead of Object::create() calls 2012-04-04 18:29:11 +02:00
StaticExporter.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00