2014-05-24 16:35:54 +10:00
* **Build 91** (2014-05-24)
- Components can now be dragged from the side navigation directly on to the page.
- Asset maker functions (addJs, addCss, addRss) now use an optional build code, either *core* or a plugin code. This is converted to a version number to ensure updates are not affected by cached assets.
2014-05-23 19:35:56 +10:00
* **Build 90** (2014-05-23)
- Class `CmsPropertyHelper` has been deprecated, will be removed year > 2014.
- Cms Objects now support basic queries that return a collection. Eg: `Page::sortBy('title')->lists('title', 'baseFileName')`
2014-05-22 20:27:44 +10:00
* **Build 89** (2014-05-22)
- Components have a new override method `onRender()` called before a component is rendered.
2014-05-22 22:16:57 +10:00
- The `{% component %}` tag now supports passing parameters that override the component properties when they are rendered.
2014-05-22 20:27:44 +10:00
- Calling `addJs()` and `addCss()` in components without a starting slash (/) will now reference the component directory, instead of the theme.
2014-05-21 16:36:05 +10:00
* **Build 87** (2014-05-21)
- Plugins can now be disabled manually by config (see config cms.disablePlugins).
2014-05-22 22:18:03 +10:00
- Plugins with missing dependencies are disabled by the system.
2014-05-21 10:43:43 +10:00
- Fixes an issue where paid plugins could not be downloaded.
2014-05-20 15:43:05 +10:00
* **Build 84** (2014-05-20)
2014-05-20 16:26:20 +10:00
- A temporary directory can now be specified in config (see config cms.tempDir).
2014-05-20 15:43:05 +10:00
- Default AJAX error message can now be overridden (see `ajaxErrorMessage` jQuery event).
- SQLite support has be en improved using new `October\Rain\Database\Dongle` class.
- Included `doctrine/dbal` for supporting SQLite.
* **Build 82** (2014-05-19)
- Line endings can be automatically converted when saving a CMS template (see config cms.convertLineEndings).
- Updated Font-Autumn library to include 71 new icons.
* **Build 80** (2014-05-18)
- Dashboard now displays warnings about system configuration item that need attention.
- Newly created files will now have a default permission mask set (see config cms.defaultMask).
* **Build 64** (2014-05-15)
- OctoberCMS released to the wild in Beta status.