Radiant v0.7.0 Release Notes

Release Date: 2009-02-07 // about 15 years ago
    • βž• Add Roasters template. [Paul du Coudray]
    • πŸ‘‰ Make ResponseCache spec insensitive to key order. [Sean Cribbs]
    • Adjust to use same options as . [Sean Cribbs]
    • Allowing for custom labels and other options in save_model_button. [Pat Allan]
    • Ignoring TextMate project files. [Pat Allan]
    • Present a more helpful error message when missing a mailer template. [Nikolay Karev]
    • Use ActiveRecord:Base#[] and ActiveRecord:Base#[]= instead of undocumented read_attribute and write_attribute. [August Lilleas]
    • πŸ‘‰ Make extension installer use git submodules when appropriate. [Sean Cribbs]
    • ⚑️ Ease extension updates by proxying deprecated named routes. [Sean Cribbs]
    • βž• Add support and specs for conditional GETs with ETags. [Sean Cribbs]
    • πŸŽ‰ Initialize and update submodules when freezing edge. [John Muhl]
    • βž• Add Nginx support to ResponseCache. [Sean Cribbs]
    • Changed (some) permissions examples not to use login_system_matcher. [Brandan Lennox]
    • βœ‚ Remove expensive grep of Rails log in spec. [Rick DeNatale]
    • πŸ‘‰ Make markdown filter specs be tolerant of RDiscount. [Sean Cribbs]
    • 🚚 Be more explicit about vendor libraries, move Textile requirement into core. [Sean Cribbs]
    • βž• Add tags. [Rick DeNatale]
    • πŸ‘‰ Use RDiscount's smart quotes instead of SmartyPants. [John Muhl]
    • ⚑️ Update extension generator to use new admin REST routing. [Jeroen Janssen]
    • ⚑️ Update Admin::ResourceController to overcome respond_to weaknesses by choosing HTML format by default. [Sean Cribbs]
    • βž• Add an IE-specific integration spec. [Jeroen Janssen]
    • ⚑️ Update dataset, spec_integration, and vizres plugins. [Sean Cribbs]
    • πŸ‘‰ Make specs and bootstrap work in instance mode. [Sean Cribbs]
    • Override spec:integration task and rescope some spec task options to RADIANT_ROOT. [Sean Cribbs]
    • πŸ‘Œ Improve rspec-1.1.12 compatibility. [Sean Cribbs]
    • βž• Add Ruby 1.8.7 compatibility patch. [Sean Cribbs]
    • πŸ›  Fix upgrade issue from 0.5.x where class_name is expected to be present. [Sean Cribbs]
    • βœ‚ Remove unneeded patch. [Sean Cribbs]
    • βž• Add some inline documentation to resource controller. [Sean Cribbs]
    • πŸ›  Fix some form problems on pages. [Sean Cribbs]
    • πŸ›  Fix form on snippets/remove. [Sean Cribbs]
    • πŸ‘― Make sure resourceful responses deeply clone on inheritance. [Sean Cribbs]
    • πŸ›  Fix broken Ajax children callback. [Sean Cribbs]
    • πŸ›  Fix broken URL in snippets/remove. [Sean Cribbs]
    • Correct assume_migrated_upto_version behavior in instance mode. [Sean Cribbs]
    • πŸ”§ Correct missing @@configuration variable in initializer. [John Muhl]
    • πŸ– Handle SQL special characters in extension names in migrations. [Erik Ostrom]
    • Converted extension migrations to use schema_migrations table instead of extension_meta. [Nathaniel Talbott, Sean Cribbs, Rick DeNatale]
    • Replaced scenarios with dataset. [Nathaniel Talbott, Adam Williams, Rick DeNatale]
    • πŸ›  Fix RSpec git submodules. [Nathaniel Talbott, Clinton Nixon]
    • Generate and fix gemspec for GitHub. [Sean Cribbs]
    • βž• Add support for newer Textile and Markdown libraries, with fallbacks on packaged libraries. [Sean Cribbs, Jason Garber]
    • πŸ‘‰ Make request parameters available to tags. [Brian Landau]
    • βž• Add URL method helpers to tags. [Brian Landau]
    • βž• Add some database indexes. [Yevgeny Smirnoff]
    • βž• Added notice to install RSpec if a certain database error occurs. [Sytse Sijbrandij]
    • πŸ”¨ Refactor LoginSystem to use filter-skipping instead of controller tracking. [Sean Cribbs]
    • βž• Add generator specs and more generators. [Brian Landau]
    • βž• Add initial integration specs. [Adam Williams, Mark Imbriaco]
    • πŸ”¨ Refactor admin controllers and views toward RESTful principles. [Sean Cribbs, Clinton Nixon, Rick DeNatale]
    • βœ‚ Remove RSpec from packaged libraries. [Sean Cribbs]
    • Correct CSS validation errors. [John Muhl]
    • βž• Add String#to_slug. [Andrew O'Brien]
    • πŸ†• New page parts should have the default filter_id. [Joe Van Dyk]
    • 0️⃣ Show draft children by default on dev host. [Sean Cribbs]
    • Correct db:schema:dump error when in instance mode. [Pat Allan, Sean Cribbs]
    • Simplify set_javascripts_and_stylesheets. [Sean Cribbs]
    • πŸ”Œ Cleanup boot.rb and allow generators from user-installed plugins. [Sean Cribbs]
    • βž• Added regions to user-preferences screen. [Jim Gay]
    • πŸš… Apply Rails redirect sanitization patch. [Sean Cribbs]
    • ⚑️ Updated to Rspec and Rspec-Rails 1.1.8 [Jim Gay]
    • βž• Added development dependency to INSTALL [Matt Henry]
    • βž• Added reference to sample database configuration files to INSTALL. [Keith Bennett]
    • βž• Added ZenTest development dependency to README. [Thomas Ingram]
    • βœ‚ Remove REXML expansion fix, included in Rails 2.1.1 [Sean Cribbs]
    • ⬆️ Upgrade to 2.1.1 [Sean Cribbs]
    • πŸ›  Fixed migrations for Rails 2.1 [Josh French]
    • πŸ›  Fixed final specs [Jim Gay]
    • πŸ›  Fixed up some specs for new Rails/RSpec [Josh French]
    • ⚑️ Updated timezone management [Josh French]
    • ⚑️ Update to Rails 2.1 [Jim Gay]
    • ⚑️ Update to RSpec 1.1.4 [Jim Gay]
    • πŸ‘‰ Make Git extension install method recognize submodules. [Sean Cribbs]
    • πŸ›  Fix malformed Textile in standard tag descriptions. [Jason Garber]
    • ⚑️ Update script/extension help output. [Jim Gay]
    • πŸ‘ Allow load_subclasses to work when multiple apps are on the same database. [Jim Gay]
    • βž• Add REXML expansion fix. [Sean Cribbs]
    • πŸ›  Fix filter_reference admin helper for filter names that have spaces in them. [Mislav MarohniΔ‡]
    • πŸ‘‰ Make script/extension more friendly, adding help and info commands. [Sean Cribbs]
    • βž• Added more render regions to layout, snippet, user, and extension views. [Sean Cribbs]
    • πŸ›  Fixed the radiant:update:scripts to find the proper directory [Jim Gay]
    • Factor out dev? functionality in StandardTags, allowing other tags to access it. [Sean Cribbs]