Changeset 836

Show
Ignore:
Timestamp:
04/19/08 11:52:04 (5 months ago)
Author:
seancribbs
Message:

Tag 0.6.5 release.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/radiant/CHANGELOG

    r834 r836  
    1717* Update RSpec and RSpec on Rails to r3333. [Josh French] 
    1818* Add autotest support for Radiant and extensions. [Josh French] 
    19 * Add pkg/ ignore to git, correct CSS problems with fieldset tables.  
     19* Add pkg/ ignore to git, correct CSS problems with fieldset tables. 
    2020[Sean Cribbs] 
    2121* Ignore git files when building gem. [Sean Cribbs] 
     
    2727* Added specs for view helpers. [Sean Cribbs] 
    2828* Use TH for fieldset tables and correct error in CSS. [skrat] 
    29 * Adjust admin links and r:breadcrumbs tag to deal with Rails site prefix.  
    30 [Sean Cribbs]  
    31 * Adjust tags to deal with Rails site prefix (relative_url_root).  
    32 [Sean Cribbs] 
    33 * Resolve issue with undefined method :view_paths in ActionMailer.  
     29* Adjust admin links and r:breadcrumbs tag to deal with Rails site prefix. 
     30[Sean Cribbs] 
     31* Adjust tags to deal with Rails site prefix (relative_url_root). 
     32[Sean Cribbs] 
     33* Resolve issue with undefined method :view_paths in ActionMailer. 
    3434[Sean Cribbs] 
    3535* Fixed incompatibility with RubyGems >= 0.9.5 that broke radiant:freeze:gems 
     
    6868* Fix extension loader and previously failing unit tests; update specs. 
    6969[Mislav Marohnić] 
    70 * Fixed problem with response_cached? returning true when perform caching was  
     70* Fixed problem with response_cached? returning true when perform caching was 
    7171off; fixed failing spec. [John Long] 
    7272* Fixed issues with whitespace in page.rb. [John Long] 
     
    7777* Make all extensions loaded by default. [Sean Cribbs] 
    7878* Update extension loader spec. [Sean Cribbs] 
    79 * Work around a nasty issue with extensions + Dependencies unloading in  
     79* Work around a nasty issue with extensions + Dependencies unloading in 
    8080development mode. [Mislav Marohnić] 
    81 * Fix the tree expansion issue in admin interface (cookie-related). minor  
     81* Fix the tree expansion issue in admin interface (cookie-related). minor 
    8282cleanup server-side [Mislav Marohnić] 
    8383* Cleanup up the underscore layout hack by using method chain. 
     
    8787* Minor optimization for Page; remove the unneccessary 'virtual' accessor. 
    8888[Mislav Marohnić] 
    89 * Fix tests for PostgreSQL: comment out a test that breaks most of the specs  
     89* Fix tests for PostgreSQL: comment out a test that breaks most of the specs 
    9090somehow. [Mislav Marohnić] 
    9191* Failures in initializer_spec.rb fixed [John Long] 
     
    103103* Modify SiteController spec. [Loren Johnson] 
    104104* Fix failing unit test for old type of logger. [Daniel Sheppard] 
    105 * Fix problems preventing script/console from running: acts_as_tree is now a  
     105* Fix problems preventing script/console from running: acts_as_tree is now a 
    106106plugin, view_paths is now a core feature. [Daniel Sheppard] 
    107107* Upgrade to Rails 2.0.2 [Daniel Sheppard] 
     
    131131* Remove duplicate specs and move Radiant::ExtensionMigrator? spec to proper 
    132132location. [Sean Cribbs] 
    133 * Fix admin.js to initialize TabControl even if there are no tabs.  
     133* Fix admin.js to initialize TabControl even if there are no tabs. 
    134134[Benny Degezelle] 
    135 * Correct RenderTestHelper to better resemble expectations from Rails.  
     135* Correct RenderTestHelper to better resemble expectations from Rails. 
    136136[Sean Cribbs] 
    137137* Add model specs and scenarios. [John Long]