Notes:
Radiant 0.6.8 "Incise" adds a number of new features that enhance support for
extensions and complete the project's move to github. Of special note are:
* Extension installer/uninstaller scripts (script/extension) and a global
'extension registry' at http://ext.radiantcms.org
* Support for freezing edge Radiant using 'git'
* Remember-me functionality for the admin UI
This should be a seamless upgrade for users of 0.6.7 and should require only
minor adjustments for versions 0.6.5+.
Changes:
* Hide page publish date selector unless page.edit.published_date? config is
set. [Sean Cribbs]
* Add <r:yield /> tag to support snippets that accept blocks. [Andrew Neil]
* Fix bug with FileNotFoundPage subclasses and draft status. [cradle]
* Update radiant:freeze:edge task to support BRANCH, TAG, and REVISION. [John
Muhl]
* Update to Haml 2.0.1. [Jim Gay]
* Fix radiant:update:configs task to properly evaluate environment.rb
[Sean Cribbs]
* Fix page subclass loading issues. [Sean Cribbs]
* Add <r:unless_ancestor_or_self> and <r:unless_self> tags. [Tim Gossett]
* Add specific installation modes for gzip and bzip2 compression. [Sean Cribbs]
* Added extension installation scripts. [Sean Cribbs]
* Added find attr to r:if_content and r:unless_content to expand based on
finding 'any' or 'all' specified parts [Jim Gay]
* Added inherit attr to r:if_content and r:unless_content to search for parts
independently in the page tree. [Jim Gay]
* Update radiant:freeze:edge task to use git and GitHub. [John Muhl]
* Update login page layout from prototype. [Sean Cribbs]
* Change order of extension paths to prefer project extensions over Radiant's.
[John Muhl]
* Switch default session store to cookies [Josh French]
* Add remember-me function to login [Josh French]
* Allow an inclusive list of parts in r:if_content and r:unless_content [Jim Gay]
* Added a defaults.page.filter config setting for setting a default page
filter. [Alex Wayne]
* Fix Users fixtures for extensions that still use test/unit. [Nick Plante]
* Don't search for missing Page subclasses before bootstrap. [Sean Cribbs]
* Added tolerance for missing Page class definitions. [Loren Johnson]
* Don't require an authenticity token check on the login action. [Sean Cribbs]
* Make sure region sets are reloaded when activating extensions in development
mode. [Sean Cribbs]
* Fix Haml rendering errors. [Thomas Watson Steen]
|