Changeset 836
- Timestamp:
- 04/19/08 11:52:04 (5 months ago)
- Files:
-
- trunk/radiant/CHANGELOG (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/radiant/CHANGELOG
r834 r836 17 17 * Update RSpec and RSpec on Rails to r3333. [Josh French] 18 18 * 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. 20 20 [Sean Cribbs] 21 21 * Ignore git files when building gem. [Sean Cribbs] … … 27 27 * Added specs for view helpers. [Sean Cribbs] 28 28 * 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. 34 34 [Sean Cribbs] 35 35 * Fixed incompatibility with RubyGems >= 0.9.5 that broke radiant:freeze:gems … … 68 68 * Fix extension loader and previously failing unit tests; update specs. 69 69 [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 71 71 off; fixed failing spec. [John Long] 72 72 * Fixed issues with whitespace in page.rb. [John Long] … … 77 77 * Make all extensions loaded by default. [Sean Cribbs] 78 78 * 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 80 80 development 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 82 82 cleanup server-side [Mislav MarohniÄ] 83 83 * Cleanup up the underscore layout hack by using method chain. … … 87 87 * Minor optimization for Page; remove the unneccessary 'virtual' accessor. 88 88 [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 90 90 somehow. [Mislav MarohniÄ] 91 91 * Failures in initializer_spec.rb fixed [John Long] … … 103 103 * Modify SiteController spec. [Loren Johnson] 104 104 * 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 106 106 plugin, view_paths is now a core feature. [Daniel Sheppard] 107 107 * Upgrade to Rails 2.0.2 [Daniel Sheppard] … … 131 131 * Remove duplicate specs and move Radiant::ExtensionMigrator? spec to proper 132 132 location. [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. 134 134 [Benny Degezelle] 135 * Correct RenderTestHelper to better resemble expectations from Rails. 135 * Correct RenderTestHelper to better resemble expectations from Rails. 136 136 [Sean Cribbs] 137 137 * Add model specs and scenarios. [John Long]
