ORIENT/modules/cms/classes
Samuel Georges 63f65a3f25 Add XSRF to backend, simplify CMS controller run() method
runInternal has been removed because we do not want to blanket our response logic over every single response, only the happy path. This is because it is impossible to remove. So it is better to take the inverted approach, where if you want the CMS' headers in your custom response, add them yourself. This becomes easy via the new makeResponse() method
2019-11-02 19:14:45 +11:00
..
asset Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
content Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
layout Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
page Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
partial Use tabs cssClass definition instead of JS 2017-06-05 17:33:37 +10:00
theme Revise #2426 - Rename preview to previewImage 2017-01-29 09:13:01 +11:00
Asset.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
AutoDatasource.php Fix minor spelling errors and inconsistencies (#4543) 2019-08-15 11:39:26 +08:00
CmsCompoundObject.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
CmsController.php >= PHP7.0 refactoring (#3343) 2018-01-12 00:23:20 -06:00
CmsException.php Replace deprecated Twig class references, refs: #4209. 2019-03-27 13:15:17 -06:00
CmsObject.php Minor Formatting Corrections in Usage Comments (#4541) 2019-08-15 09:14:54 -06:00
CmsObjectCollection.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
CodeBase.php Update __isset function to comply with the same checks as __get (#4514) 2019-08-04 19:56:15 +08:00
CodeParser.php Replace deprecated Twig class references, refs: #4209. 2019-03-27 13:15:17 -06:00
ComponentBase.php Minor Formatting Corrections in Usage Comments (#4541) 2019-08-15 09:14:54 -06:00
ComponentHelpers.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
ComponentManager.php Minor Formatting Corrections in Usage Comments (#4541) 2019-08-15 09:14:54 -06:00
ComponentPartial.php Check both instances to fix #1854 2017-07-01 12:26:55 +10:00
Content.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
Controller.php Add XSRF to backend, simplify CMS controller run() method 2019-11-02 19:14:45 +11:00
Layout.php Remove stub method 2018-10-01 10:29:03 +10:00
LayoutCode.php Code dusting (#2826) 2017-04-24 21:38:19 +10:00
MediaLibrary.php Code formatting changes (#3363) 2018-03-22 10:55:13 -06:00
MediaLibraryItem.php >= PHP7.0 refactoring (#3343) 2018-01-12 00:23:20 -06:00
MediaViewHelper.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
Meta.php Fix menus not being displayed with database templates (#4362) 2019-06-06 21:05:38 +08:00
ObjectMemoryCache.php Updating modules/cms/classes 2014-10-11 01:22:03 +02:00
Page.php Remove stub method 2018-10-01 10:29:03 +10:00
PageCode.php Updating modules/cms/classes 2014-10-11 01:22:03 +02:00
Partial.php >= PHP7.0 refactoring (#3343) 2018-01-12 00:23:20 -06:00
PartialCode.php Added support for components in partials 2014-10-29 22:12:42 -07:00
PartialStack.php Remove "null" assignments 2018-08-15 18:33:24 +02:00
Router.php Allow for URL parameter to be zero (#4657) 2019-10-08 09:04:52 +08:00
Theme.php Optimize theme recognition (#3220) 2019-09-25 12:26:54 -06:00
ThemeManager.php Remove theme data on theme deletion (#4529) 2019-08-15 11:41:03 +08:00