| .. |
|
asset
|
Widgets no longer need to pass their config via options:
|
2014-06-20 22:00:23 +10:00 |
|
content
|
Minor changes in the back-end UI. The front-end router now triggers an event allowing to override the default routes. The CMS back-end UI now supports view bags in content files.
|
2014-09-03 19:58:21 -07: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
|
Fixes in the rich editor, improved the content block rendering code, minor fixes in the popover and form styling.
|
2014-09-27 23:28:38 -07:00 |
|
CmsException.php
|
private -> protected
|
2014-08-01 14:54:16 +10:00 |
|
CmsObject.php
|
Improvements in the CMS objects and back-end UI.
|
2014-09-18 20:34:24 -07: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
|
Components and variables can now be accessed in the page code section via `$this->foo` in addition to `$this['foo']`.
|
2014-08-21 20:04:41 +10:00 |
|
CodeParser.php
|
private -> protected
|
2014-08-01 14:54:16 +10:00 |
|
CombineAssets.php
|
Moved the PathMaker trait functionality to Filesystem class (see October Rain)
|
2014-09-29 12:32:07 +10:00 |
|
ComponentBase.php
|
Throw ApplicationException when AJAX handler not found
|
2014-08-13 07:52:47 +10:00 |
|
ComponentHelpers.php
|
Component properties can now be translated
|
2014-06-12 15:53:15 +10:00 |
|
ComponentManager.php
|
Implemented the view bag. Minor UX fix.
|
2014-08-06 22:42:09 +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
|
Updated the treeview control, updated Redactor scripts, the CMS Content is now a compound object
|
2014-08-22 18:45:05 +11:00 |
|
Controller.php
|
Merge branch 'develop' into misc-tmp
|
2014-09-27 23:29:41 -07:00 |
|
FileHelper.php
|
Improvements in the CMS objects and back-end UI.
|
2014-09-18 20:34:24 -07: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
|
Fixes in the rich editor, improved the content block rendering code, minor fixes in the popover and form styling.
|
2014-09-27 23:28:38 -07: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
|
Improvements in the CMS objects and back-end UI.
|
2014-09-18 20:34:24 -07:00 |
|
SectionParser.php
|
Fixed typos
|
2014-05-17 18:08:01 +02:00 |
|
Theme.php
|
Improvements in the CMS objects and back-end UI.
|
2014-09-18 20:34:24 -07: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 |
|
ViewBag.php
|
Implemented the view bag. Minor UX fix.
|
2014-08-06 22:42:09 +11:00 |