Radiant v0.6.5 Release Notes

Release Date: 2008-04-19 // almost 16 years ago
    • Convert StandardTags specs to nested describe blocks. [Sean Cribbs]
    • ✂ Remove test/unit tests - all RSpec now. [Sean Cribbs]
    • 🛠 Fix radiant:update:javascripts task. [Sean Cribbs]
    • 🛠 Fix problem in test fixtures. [Adam Keyes]
    • ➕ Add tag and appropriate fields to pages table. [Sean Cribbs]
    • 🚚 Move admin-related javascripts to admin/. [Bjørn Arild Mæland]
    • Add if_self and if_ancestor_or_self tags. [Marty Haught, Sean Cribbs]
    • ⚡️ Rename created_by and updated_by columns on standard models. [Sean Cribbs]
    • 🛠 Fix Dir glob for extension rake tasks. [Sean Cribbs]
    • 🔌 Respect view_paths set by plugins in extensions. [xtoddx]
    • 🚚 Move extra initialization into after_initialize block. [Sean Cribbs]
    • 🔔 Notice area now fades away after 3 seconds. [Andrew O'Brien]
    • now accepts paths relative to the current page. [Andrew O'Brien]
    • ⚡️ Update RSpec and RSpec on Rails to r3333. [Josh French]
    • ➕ Add autotest support for Radiant and extensions. [Josh French]
    • ➕ Add pkg/ ignore to git, correct CSS problems with fieldset tables. [Sean Cribbs]
    • 🏗 Ignore git files when building gem. [Sean Cribbs]
    • 🛠 Fix generated test and spec harnesses, convert core extensions to specs. [Sean Cribbs]
    • Cover edge case in Page spec. [Sean Cribbs]
    • Increase coverage of helper, controller, and model specs. [Sean Cribbs]
    • Correct some view and spec bugs. [Sean Cribbs]
    • ➕ Added specs for view helpers. [Sean Cribbs]
    • 👉 Use TH for fieldset tables and correct error in CSS. [skrat]
    • 🚅 Adjust admin links and r:breadcrumbs tag to deal with Rails site prefix. [Sean Cribbs]
    • Adjust tags to deal with Rails site prefix (relative_url_root). [Sean Cribbs]
    • Resolve issue with undefined method :view_paths in ActionMailer. [Sean Cribbs]
    • 🛠 Fixed incompatibility with RubyGems >= 0.9.5 that broke radiant:freeze:gems rake task. [Michael Klett]
    • 🛠 Fixed problem with the list of templates containing duplicates in the db:bootstrap rake task when not running in instance mode. [John Long]
    • ⚡️ Update Subversion URL so rake radiant:freeze:edge works. [John Long]
    • ➕ Add AVLUX to list of links in Styled Blog template. [John Long]
    • 🛠 Fix Ruby 1.8.5 compatibility issue with Dir[]. [Sean Cribbs]
    • Backup old environment.rb when copying new version. [Sean Cribbs]
    • Fill out more controller specs. [Sean Cribbs]
    • 🛠 Fix Admin::PageController specs. [Sean Cribbs]
    • ✅ Make autotest work. [Matthew Elder]
    • Clean up cache files before running site_controller spec. [Matthew Elder]
    • ➕ Add r:status tag. [Andrew O'Brien]
    • ➕ Add ability to set publication date manually. [Nick Plante, Sean Cribbs]
    • ✂ Remove blank nodes in r:navigation tag. [ben]
    • 📜 Bubble up parsing exceptions in development mode. [jonleighton]
    • 🛠 Fix authorization system for controller inheritance [Josh French]
    • ➕ Add 'nolinks' attribute to breadcrumbs tag. [abstractioneer]
    • 🛠 Fix fixtures for RSpec enabled extensions. [andreas]
    • 0️⃣ Generate extensions with RSpec support by default, fix rake and script/spec in instance mode. [Andrew O'Brien]
    • 👌 Support database templates in a Radiant instance. [Benny Degezelle]
    • ✅ Make rake test:extensions work in instance mode. [Daniel Sheppard]
    • 🛠 Fix tests failing in instance mode with config.extensions set. [Daniel Sheppard]
    • Finished converting page_controller_test.rb to page_controller_spec.rb [John Long]
    • Completed converting user_controller_test.rb to user_controller_spec.rb [John Long]
    • 🛠 Fix failing extension loading tests, remove irrelevant ones. [Sean Cribbs]
    • 🛠 Fix test:extensions Rake task. [Sean Cribbs]
    • Prevent following the link that toggles visibility of meta items on page edit. [Mislav Marohnić]
    • 🛠 Fix extension loader and previously failing unit tests; update specs. [Mislav Marohnić]
    • 🛠 Fixed problem with response_cached? returning true when perform caching was off; fixed failing spec. [John Long]
    • 🛠 Fixed issues with whitespace in page.rb. [John Long]
    • 🛠 Fix filtering in tag reference popup. [Mislav Marohnić]
    • Updated rspec and rspec_on_rails. [John Long]
    • ➕ Add more controller specs and a matcher for LoginSystem features. [Sean Cribbs]
    • 0️⃣ Make all extensions loaded by default. [Sean Cribbs]
    • ⚡️ Update extension loader spec. [Sean Cribbs]
    • ↪ Work around a nasty issue with extensions + Dependencies unloading in development mode. [Mislav Marohnić]
    • 🛠 Fix the tree expansion issue in admin interface (cookie-related). minor cleanup server-side [Mislav Marohnić]
    • Cleanup up the underscore layout hack by using method chain. [Mislav Marohnić]
    • 🔨 Refactored initialization, extension loading, updated plugins. [Sean Cribbs]
    • 🛠 Fix SiteController#show_page for Rails 2.0. [Mislav Marohnić]
    • 🚚 Minor optimization for Page; remove the unneccessary 'virtual' accessor. [Mislav Marohnić]
    • 🛠 Fix tests for PostgreSQL: comment out a test that breaks most of the specs somehow. [Mislav Marohnić]
    • 🛠 Failures in initializer_spec.rb fixed [John Long]
    • Failure in site_controller_spec.rb fixed. [John Long]
    • ✅ The last test/unit failure is now fixed. [John Long]
    • Failing tests in page_controller_test.rb fixed. [John Long]
    • 🛠 Error in response cache spec fixed. [Keeran Hawoldar]
    • ActionController::Base.view_paths is now set correctly for extensions. [John Long]
    • 🔄 Changed view extensions to ".html.erb" [John Long]
    • 🛠 Fixed content type test failures. [John Long]
    • 🛠 Fix page_test. [John Long]
    • ⚡️ Updated environments. [John Long]
    • Modify ApplicationController spec. [Loren Johnson]
    • Modify SiteController spec. [Loren Johnson]
    • 🛠 Fix failing unit test for old type of logger. [Daniel Sheppard]
    • Fix problems preventing script/console from running: acts_as_tree is now a plugin, view_paths is now a core feature. [Daniel Sheppard]
    • ⬆️ Upgrade to Rails 2.0.2 [Daniel Sheppard]
    • ⚠ Escape angle brackets to avoid assertion warnings in StandardTags. [Sean Cribbs]
    • ✂ Remove unused ConsoleUtils module and fix failing specs. [Sean Cribbs]
    • 🏷 Added standard_tags_spec.rb [John Long]
    • 👉 Make sure all scenario pages have at least a body part. [Sean Cribbs]
    • ➕ Added render matcher. [John Long]
    • Modify pages scenario. [Loren Johnson]
    • A beginning on the Application and Site controller specs. [Loren Johnson]
    • 🛠 Fix failing specs - use of before(:all) when before(:each) was needed [Daniel Sheppard]
    • Fix failing extension_load_order_test.rb [Daniel Sheppard]
    • Don't load scenarios stuff unless using specs. [Sean Cribbs]
    • ➕ Add initializer spec. [Sean Cribbs]
    • ➕ Add extension loader spec and refactorings. [Sean Cribbs]
    • ➕ Added user_spec.rb [John Long]
    • ⬆️ Upgrade Rails to 1.2.6. [Sean Cribbs]
    • Added user_action_observer_spec.rb [John Long]
    • ✂ Removed duplicate load paths from environments/test.rb [John Long]
    • Added text_filter_spec.rb [John Long]
    • ➕ Added status_spec.rb [John Long]
    • ➕ Added spec/models/snippet_spec.rb [John Long]
    • Added response_cache_spec.rb [John Long]
    • Small improvements to page_part_spec.rb [John Long]
    • ✂ Remove duplicate specs and move Radiant::ExtensionMigrator? spec to proper location. [Sean Cribbs]
    • 🛠 Fix admin.js to initialize TabControl even if there are no tabs. [Benny Degezelle]
    • ✅ Correct RenderTestHelper to better resemble expectations from Rails. [Sean Cribbs]
    • ➕ Add model specs and scenarios. [John Long]
    • Modify script/spec to work in instance mode. [Andrew O'Brien]
    • ➕ Add RSpec to load path in test environment. [Andrew O'Brien]
    • ➕ Add specs for Radiant::Extension and Radiant::Taggable. [Sean Cribbs]
    • 🛠 Fixed admin CSS for IE6 - ugly borders begone! [Bjørn Arild Mæland]
    • 🛠 Fixed that homepage is no longer cached outside of cache dir, but to "_site-root.data". [Bjørn Arild Mæland]
    • 🛠 Fix typo in pngfix.js. [Mislav Marohnić]
    • ✅ Turn off auto-loading RSpec stuff, even in test environment. [Mislav Marohnić]
    • ➕ Add specs for Annotatable, InheritableClassAttributes, LocalTime, MethodObserver, and Simpleton. [Sean Cribbs]
    • ➕ Add spec for Radiant::AdminUI and Users scenario. [Sean Cribbs]
    • Import and create boilerplate for RSpec and Scenarios. [Sean Cribbs]
    • ✅ Honor config.extensions when running rake test:extensions and also include core extensions. [Daniel Sheppard]
    • Propagate global page when using with inherit attribute. [Sean Cribbs]