CHANGELOG in radiant-0.6.3 vs CHANGELOG in radiant-0.6.4
- old
+ new
@@ -1,27 +1,81 @@
== Change Log
+=== 0.6.4 Gem Shaper
+* Extract Archive pages into a core extension. Add automatic testing of core
+ extensions from default test task. [Sean Cribbs]
+* Add <r:if_children /> and <r:unless_children /> tags. [Andrew Neil]
+* Add HTML labels to role checkboxes in user edit template. [zilkey]
+* Cleanup whitespace and line-endings in environment.rb. [Bjorn Maeland]
+* 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. [Bjorn Maeland]
+* 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 <r:date /> tag. [Bodhi Philpot]
+* Update to latest Prototype and script.aculo.us and refactor and extract inline
+ Javascript into external files. [Mislav Marohnic]
+* 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. [jay@jay.fm]
+* 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=<extension_name>
+ [Brian Skahan]
+* Update Javascript libraries to Prototype 1.6.0_rc1 and script.aculo.us
+ 1.8.0_pre1. [Mislav Marohnic]
+* Fixed <r:attempted_url /> 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 <r:if_dev /> and <r:unless_dev /> 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]
+
=== 0.6.3 Rock Grinder
* 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]
+* 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]
+ 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]
* <r:find/> 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]
+* 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]
+* 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]
+* 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
<head>. [Sean Cribbs]
* Fix navigation tag tests. [vitali]