Files | Admin

Notes:

Release Name: 0.5.1 Gemdust

Notes:
A security vulnerability has been discovered in Rails 1.1.5, therefore, it is highly recommended that you upgrade to this release. Apart from the Rails 1.1.5 upgrade, this release includes a number of other small enhancements which you can find documented in the CHANGELOG.

This release includes a handy upgrade utility. To upgrade an existing install, install the new gem and execute:

% radiant --upgrade .


Changes: * Upgraded Rails to 1.1.5 * Added basic support for upgrades to the `radiant` command * Gem now includes the .htaccess file (this should make Apache users happier) * Updated icons for layouts * Migrations are now repaired so that you can run `rake migrate` to create the initial database. (`script/setup_database` is still the recommended method.) (closes ticket #46) [Daniel Shepherd] * When you collapse a branch in the admin page tree view and move to another tab the collapsed status is now saved so that when you return, the collapsed status is preserved. Also the status of collapsed branches is preserved when collapsing and expanding parent nodes. (closes ticket #29) [Daniel Shepherd] * Fixed documentation problem in response_cache.rb (closes ticket #142) [Paul Smith] * Fixed problem with timezones on fixtures causing tests to fail in Japan (closes ticket #154) [Bodhi Philpot] * Fixed a problem with an error being thrown when the <r:context /> tag was rendered with the inherit attribute set to true and the page part did not exist (closes ticket #155) [Bodhi Philpot]