ORIENT/modules/cms/classes
Sam Georges 200615f310 CMS Render partial now supports not throwing an exception.
Components without default partials do not throw errors when used on the page, they simply fail gracefully.
2014-07-29 13:52:01 +10:00
..
asset Widgets no longer need to pass their config via options: 2014-06-20 22:00:23 +10:00
content Widgets no longer need to pass their config via options: 2014-06-20 22:00:23 +10:00
layout Widgets no longer need to pass their config via options: 2014-06-20 22:00:23 +10:00
page Implemented the hidden page flag. Closes #34. Closes #88. 2014-07-03 17:40:44 +11:00
partial Widgets no longer need to pass their config via options: 2014-06-20 22:00:23 +10:00
Asset.php Minor 2014-06-13 20:09:06 +10:00
CmsCompoundObject.php Fixed the unknown component caching problem. Added the unknown component handling to the back-end. AJAX request can now be stopped with preventing default action in the oc.beforeRequest event. Fixes #46. 2014-06-26 17:09:25 +11:00
CmsException.php Improve CMS Exception handler. 2014-06-24 14:58:46 +10:00
CmsObject.php Rewind RecursiveIteratorIterator before use 2014-06-15 16:27:15 +02:00
CmsObjectCollection.php Class `CmsPropertyHelper` has been deprecated 2014-05-23 19:36:22 +10:00
CmsObjectQuery.php Me again 2014-05-30 22:12:35 +10:00
CmsPropertyHelper.php Convert all boolean table columnns to use is_ prefix 2014-06-06 21:39:20 +10:00
CodeBase.php Added new layout and page method `onInit()` called after components are initialized and before AJAX requests are processed. 2014-07-07 17:39:22 +10:00
CodeParser.php Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
CombineAssets.php Fixes #254 add Laravel helper functions to Twig environment 2014-07-16 10:30:39 +10:00
ComponentBase.php Added new layout and page method `onInit()` called after components are initialized and before AJAX requests are processed. 2014-07-07 17:39:22 +10:00
ComponentHelpers.php Component properties can now be translated 2014-06-12 15:53:15 +10:00
ComponentManager.php Fixed the unknown component caching problem. Added the unknown component handling to the back-end. AJAX request can now be stopped with preventing default action in the oc.beforeRequest event. Fixes #46. 2014-06-26 17:09:25 +11:00
ComponentPartial.php Components now support a shared /components/partials directory used as a fallback when a partial is not found. 2014-06-24 16:08:02 +10:00
Content.php Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
Controller.php CMS Render partial now supports not throwing an exception. 2014-07-29 13:52:01 +10:00
FileHelper.php Fixes validation of requested partial names VS. partial names on file system 2014-07-06 12:42:08 +10:00
Layout.php Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
LayoutCode.php Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
ObjectMemoryCache.php Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
Page.php Add utility function to Page cms object 2014-07-11 18:50:29 +10:00
PageCode.php Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
Partial.php Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
Router.php Fixes empty pages from routing as home (/) 2014-07-23 08:35:53 +10:00
SectionParser.php Fixed typos 2014-05-17 18:08:01 +02:00
Theme.php Fixes unit tests 2014-07-29 13:14:54 +10:00
UnknownComponent.php Fixed the unknown component caching problem. Added the unknown component handling to the back-end. AJAX request can now be stopped with preventing default action in the oc.beforeRequest event. Fixes #46. 2014-06-26 17:09:25 +11:00