Files | Admin

Notes:

Release Name: 0.6.9 Etch

Notes:
Radiant 0.6.9 "Etch" fixes bugs present in the 0.6.8 release. Namely:

* The inherit attribute on <r:unless_content> now correctly defaults to false.
* Strange stack overflow and class-loading errors no longer occur in 
development mode.
* The radiant:freeze:edge task will now correctly freeze without the TAG, 
BRANCH, or REVISION options.
* config/environment.rb will be correctly updated when running the 
radiant:update:configs task.
* You will no longer receive random "authenticity token" errors when using the 
cookie session store (the default).
* script/extension will have the executable bit set on Unix-like filesystems.

It also adds one feature:

* <r:random> will now accept dynamically generated options.


Changes: * Make <r:random> accept dynamically generated options. [Jim Gay, Sean Cribbs] * Correctly set default 'inherit' to false on <r:unless_content> [Mark A. Yoon] * Correct authenticity token errors when using cookie session store [Sean Cribbs] * Make script/extension executable. [Sean Cribbs] * Correct bugs in radiant:freeze:edge task. [Sean Cribbs] * Fix strange Page subclass loading errors in development mode. [Sean Cribbs] * Fix typo in if_content description. [Jim Gay] * Correct error in radiant:update:configs task. [Sean Cribbs]