silverstripe-cms/code/Controllers
Benjamin Blake fa1c6ae3db Created a batch action extension for LeftAndMain
+ Created an extension to add the `BatchActionParameters` fields from CMSMain to the `BatchActionsForm` in LeftAndMain
+ Applied the extension to LeftAndMain using YAML
2022-07-06 22:49:24 -06:00
..
CMSMain.php CMSMain - Added HTML class attribute for styling 2022-07-06 22:45:50 -06:00
CMSPageAddController.php ENH PHP 8.1 compatibility 2022-04-13 17:07:59 +12:00
CMSPageEditController.php Use short array syntax across the module's codebase 2020-04-19 16:18:01 +12:00
CMSPageHistoryController.php ENH Replace E_USER_ERROR errors with exceptions 2020-09-24 17:06:31 -07:00
CMSPageSettingsController.php BUG Fix inconsistent breadcrumbs in CMS section 2017-08-28 13:03:56 +12:00
CMSPagesController.php ENH PHP 8.1 compatibility 2022-04-13 17:07:59 +12:00
CMSSiteTreeFilter.php ENH PHP 8.1 compatibility 2022-04-13 17:07:59 +12:00
CMSSiteTreeFilter_ChangedPages.php MINOR Do not assume SiteTree's table will always be call SiteTree. 2019-05-17 13:40:15 +12:00
CMSSiteTreeFilter_DeletedPages.php MINOR Simplify i18n keys 2018-02-21 10:32:13 +13:00
CMSSiteTreeFilter_PublishedPages.php BUG: Published pages filter correction (missing default filter) 2020-04-15 13:31:02 +12:00
CMSSiteTreeFilter_Search.php MINOR Simplify i18n keys 2018-02-21 10:32:13 +13:00
CMSSiteTreeFilter_StatusDeletedPages.php MINOR Simplify i18n keys 2018-02-21 10:32:13 +13:00
CMSSiteTreeFilter_StatusDraftPages.php MINOR Simplify i18n keys 2018-02-21 10:32:13 +13:00
CMSSiteTreeFilter_StatusRemovedFromDraftPages.php MINOR Simplify i18n keys 2018-02-21 10:32:13 +13:00
ContentController.php ENH PHP 8.1 compatibility 2022-04-13 17:07:59 +12:00
LeftAndMainBatchActionsExtension.php Created a batch action extension for LeftAndMain 2022-07-06 22:49:24 -06:00
LeftAndMainPageIconsExtension.php BUG Cache page icons (#2493) 2019-11-13 10:21:52 +13:00
ModelAsController.php ENH PHP 8.1 compatibility 2022-04-13 17:07:59 +12:00
OldPageRedirector.php ENH PHP 8.1 compatibility 2022-04-13 17:07:59 +12:00
RootURLController.php ENH PHP 8.1 compatibility 2022-04-13 17:07:59 +12:00
SilverStripeNavigator.php ENH PHP 8.1 compatibility 2022-04-13 17:07:59 +12:00
SilverStripeNavigatorItem.php Keep a more shared understanding of Archived 2019-09-09 07:50:10 +12:00
SilverStripeNavigatorItem_ArchiveLink.php FIX Allow empty PreviewURLs for CMSPreviewable objects 2022-05-06 14:37:35 +12:00
SilverStripeNavigatorItem_CMSLink.php Ran upgrader for lang files 2017-04-27 11:43:04 +12:00
SilverStripeNavigatorItem_LiveLink.php FIX Allow empty PreviewURLs for CMSPreviewable objects 2022-05-06 14:37:35 +12:00
SilverStripeNavigatorItem_StageLink.php FIX Allow empty PreviewURLs for CMSPreviewable objects 2022-05-06 14:37:35 +12:00
SilverStripeNavigatorItem_Unversioned.php FIX Ensure unstaged versioned objects can be previewed. 2022-05-11 13:58:47 +12:00