All Versions
28
Latest Version
Avg Release Cycle
114 days
Latest Release
3838 days ago

Changelog History
Page 3

  • v0.6.4 Changes

    November 10, 2007
    • βœ… 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]
  • v0.6.3 Changes

    October 06, 2007
    • βž• 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]
  • v0.6.2 Changes

    June 23, 2007
    • βœ‚ Removed some of the database specific code from the ArchiveFinder [Daniel Sheppard]
    • πŸ›  Fixed typo in extension model generator documentation. [John Long]
    • Reworked the way the generator extension is loaded (closing #500) [Keita]
    • πŸ›  Fixed failing unit tests in instance mode [Daniel Sheppard]
    • Modified the page edit form to use multipart/form-data (useful for an upload extension) [Sean Cribbs]
  • v0.6.1 Changes

    May 05, 2007
    • πŸ›  Fixed a security vulnerability which caused passwords to appear in the logs [John Long]
    • πŸ›  Fixed a bug in the site map code which caused it to forget which rows were expanded [John Long]
    • The find_by_url method has been optimized to improve performance [Daniel Sheppard]
    • GET requests are now the only requests that are cached [Daniel Sheppard]
    • βž• Added rudimentary support for extension dependency specification through directory prefixing [Daniel Sheppard]
    • πŸ›  Fixed syntax error in fixture loading extension [Sean Cribbs]
    • πŸ“š Minor documentation fix for date tag [Sean Cribbs]
    • πŸ›  Fixed a bug in the migrations that prevented 0.5.x users from upgrading properly [Sean Cribbs]
  • v0.6.0 Changes

    April 24, 2007
    • βž• Added support for extensions--an extremely flexible way to extend radiant [John Long]
    • πŸ”€ Merged Behaviors into the Page class; subclass page now instead [John Long]
    • πŸ‘Œ Improved database support for Postgres and Sqlite [John Long]
    • πŸ‘ Limited support for SQL Server [John Long]
    • βœ… Exceptions from tags now bubble up during testing [John Long]
    • Page parts are now sorted by ID so the order that you create them in is preserved [Josh Ferguson]
    • πŸ“š Implemented tag documentation DSL and UI [Sean Cribbs]
    • Reworked the setup code [John Long]
    • πŸ“‡ Renamed script/setup_database to rake db:bootstrap [John Long]
    • ⬆️ Reworked the upgrade code to work around rake tasks [John Long]
    • βž• Added rake tasks for freezing and unfreezing radiant to the edge [John Long]
    • 0️⃣ r:children:each, r:children:first, and r:children:last now all accept the same ordering and limit attributes and have the same defaults [John Long]
    • πŸ“± Snippets are now responsive to global context via the r:page tag. This means that any tags inside r:page will refer to the page currently being rendered, i.e. the page requested, not the local contextual page via tags like r:children:each, etc. This is most relevant to recursive snippets like the sitemapper example [Sean Cribbs]
    • r:navigation now uses the pipe character ("|") to delimit URLs in the urls attribute rather than the semi-colon [John Long]
    • ⚑️ r:date now accepts a "for" attribute that specifies which attribute of the page to render. Valid values of the attribute are published_at, updated_at, created_at, and now. [John Long]
    • Created the r:cycle tag to make alternating tables and lists possible [John Long]
    • βž• Added popups for filter and tag documentation inside the page editing interface [John Long]
    • βž• Added support for optimistic locking for all models [Daniel Sheppard]
    • βž• Added support to Radiant::Config for boolean values [Sean Cribbs]
    • Caching no longer stores the headers and body in the same file [Daniel Sheppard]
    • βž• Added support for the X-Sendfile header that works in conjunction with caching to speed it up (by default X-Sendfile support is off) [Daniel Sheppard]
    • πŸ’… Moved the images and stylesheets into images/admin and stylesheets/admin respectively to make it easier for Radiant's assets to coexist easily with the site's assets [John Long]
    • πŸ‘Œ Improved the Javascript that automatically updates the slug and breadcrumb based off of the title so that it now response to all change events [John Long]
    • πŸ‘€ For the full scoop on what's changed see Sean Cribbs' detailed blog post: http://seancribbs.com/tech/2007/04/18/whats-new-in-radiant-0-6
  • v0.5.2 Changes

    August 10, 2006
    • πŸ”’ Upgraded Rails to 1.1.6 because of a security vulnerability in 1.1.5 [John Long]
  • v0.5.1 Changes

    August 10, 2006
    • πŸ”’ Upgraded Rails to 1.1.5 because of a security vulnerability in 1.1.4 [John Long]
    • βž• Added basic support for upgrades to the radiant command [John Long]
    • Gem now includes the .htaccess file (this should make Apache users happier) [John Long]
    • ⚑️ Updated icons for layouts [John Long]
    • 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 Sheppard]
    • 🚚 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 Sheppard]
    • πŸ›  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 tag was rendered with the inherit attribute set to true and the page part did not exist (closes ticket #155) [Bodhi Philpot]
  • v0.5.0 Changes

    June 28, 2006
    • πŸš€ First release. [John Long]