Radiant v0.6.4 Release Notes

Release Date: 2007-11-10 // over 16 years ago
    • ✅ Extract Archive pages into a core extension. Add automatic testing of core extensions from default test task. [Sean Cribbs]
    • Add and tags. [Andrew Neil]
    • ➕ Add HTML labels to role checkboxes in user edit template. [zilkey]
    • Cleanup whitespace and line-endings in environment.rb. [Bjørn Arild Mæland]
    • 🛠 Fix various SQL Server issues via Rails ticket #8886. [Mark Gallop]
    • 🔨 Refactor locals from _node.rhtml into Admin::NodeHelper. [Sean Cribbs]
    • 🛠 Fix XHTML validation errors in view templates. [Bjørn Arild Mæland]
    • 🚀 Update Prototype and script.aculo.us to 1.6 and 1.8 releases. [Sean Cribbs]
    • 🛠 Fix edge case in tabcontrol.js where tab label is incorrect. [Sean Cribbs]
    • ✂ Remove duplication in admin.js. [Sean Cribbs]
    • ✅ Factor TimeZone stuff out of Radiant::Config into a module, fix failing tests. [Sean Cribbs]
    • Add has_part?, inherits_part?, and has_or_inherits_part? methods to Page. [ana]
    • 👍 Allow setting of local timezone via Radiant::Config and auto-adjustment of times in admin UI and tag. [Bodhi Philpot]
    • 🔨 Update to latest Prototype and script.aculo.us and refactor and extract inline Javascript into external files. [Mislav Marohnić]
    • 👻 Narrow scope of exception to only throw on missing fixture files, allowing invalid yaml errors through. [Daniel Sheppard]
    • ➕ Added tests to ensure that response_cache stays within the cache dir. [Daniel Sheppard]
    • Add assert_requires_login to LoginTestHelper. [Sean Cribbs]
    • 👻 Make sure tag binding stack is popped when an exception occurs. [[email protected]]
    • Clean up some apparent cruft in page.rb [Daniel Sheppard]
    • ➕ Add logout method to LoginTestHelper. [Sean Cribbs]
    • ✅ Run single extension tests with rake test:extensions EXT= [Brian Skahan]
    • Update Javascript libraries to Prototype 1.6.0_rc1 and script.aculo.us 1.8.0_pre1. [Mislav Marohnić]
    • 🛠 Fixed tag to escape the uri [Daniel Sheppard]
    • 👍 Allow parts to be accessed by name from Page#part before they are saved. [Sean Cribbs]
    • Disambiguate namespace of ActionMailer::Part. [Sean Cribbs]
    • 🛠 Fix namespacing problem with ActionController::RoutingError. [Sean Cribbs]
    • ⚡️ Update Rails to 1.2.5. [John Long]
    • Ensured that the request and response are passed along to other pages that are rendered within the same context. [John Long]
    • Added and tags. [Peter Berkenbosch]
    • ✂ Removed session stringification patch in test helper. [Sean Cribbs]
    • ⚡️ Update Rails to 1.2.4. [Sean Cribbs]
    • ➕ Add extensions paths to the standard $LOAD_PATH so requires work properly. [Sean Cribbs]
    • 🛠 Fixed some loading issues for plugins that are included in extensions. [Sean Cribbs]