Radiant v0.6.3 Release Notes

Release Date: 2007-10-06 // over 16 years ago
    • โž• Add generic public/ copy task to generated extensions. [Sean Cribbs]
    • ๐Ÿ›  Fix typo in StandardTags. [oli]
    • โž• Added db:remigrate:extensions task. [Sean Cribbs]
    • ๐Ÿšš Show all child pages on remove confirmation, regardless of sitemap expansion. [Sean Cribbs]
    • ๐Ÿ‘‰ Make LoginSystem store user ids in session rather than whole user objects. [Sean Cribbs]
    • ๐Ÿ”Œ Plugins included in an extension's vendor/plugins directory will automatically be loaded before the extension is activated. Plugins included in more than one extension will be loaded only once according to the extension load order. [Sean Cribbs]
    • ๐Ÿ‘ Allow subclassing of FileNotFoundPage. [Daniel Sheppard]
    • should not return FileNotFoundPage. [Daniel Sheppard]
    • ๐Ÿ”„ Change test for tabs to just check dupes and for the requested tab rather than a specific list (test was breaking if a real extension added a tab). [Daniel Sheppard]
    • โœ… Ensure test extensions are loaded in the test environment. [Daniel Sheppard]
    • โœ… Prevent ExtensionInitializationTest from unloading real extensions. [Daniel Sheppard]
    • Expire the old URL from the cache when the page slug changes. [Daniel Sheppard]
    • ๐Ÿ›  Fix failing tests in instance mode. [Daniel Sheppard]
    • ๐Ÿšš Move difference assertions upstream from forms extension into a test helper. [Sean Cribbs]
    • ๐Ÿš€ Update Prototype to 1.5.0 final release. [Sean Cribbs]
    • ๐Ÿ‘ Allow specification of extension loading order in environment.rb [Daniel Sheppard]
    • Fix bugs in assert_global_tag_defined and assert_tag_defined of ExtensionTagTestHelper. [Sean Cribbs]
    • ๐Ÿ’… Make sure included stylesheets and javascripts are only linked to once in . [Sean Cribbs]
    • ๐Ÿ›  Fix navigation tag tests. [vitali]
    • 0๏ธโƒฃ Suppress errors about missing default helper by providing a blank helper. [Sean Cribbs]
    • ๐Ÿ›  Fix mis-alignment of "Clear cache" button when homepage not present. [Sean Cribbs]
    • ๐Ÿ›  Fix issues with misnesting of modules in fixture loading extension and test suites running randomly from dispatchers. [Sean Cribbs]
    • โœ‚ Remove invalid image alignment. [tolbrino]
    • Display not_found.rhtml on standard 'not found'-like exceptions. [Sean Cribbs]
    • ๐Ÿ‘‰ Make sitemap.js use relative URLs. [Earl Chew]
    • ๐Ÿ‘ Preliminary support for active_record sessions. [John Long]