CHANGELOG in skylinecms-3.2.0 vs CHANGELOG in skylinecms-3.3.0

- old
+ new

@@ -1,6 +1,56 @@ # Changelog for Skyline # +## 3.3.0 (March 16th, 2012) ## + +### Core ### +* [Core] Skyline now works with Rails 3.2.2 +* [Core] Dependency updates for sprockets, shoulda, factory-girl and seed-fu +* [Core] Fixed lot's of Rails deprecation issues +* [Core] Allow setting of renderable by string within global namespace +* [Core] Fix for bug with VERSION display in some git +* [Core] Observers are added to applications observers instead of overwriting them + +### User Interface (Core) ### +* [UI] Remove unused menu_for helper +* [UI] Changes to form_for and fields_for syntax +* [UI] Fix logout link to no longer use :url => +* [UI] Update javascript to work with newer sprockets gem + +### Plugin management (Core) ### +* [Plugins] Fix view_paths for skyline plugins + +### Articles ### +* [Articles] Add API for publication/depublication callbacks +* [Articles] Added created_at and updated_at to publication rollback + +### Content elements ### +* [Content Elements] Redirect to content list for selected item after new/create/edit/delete + +### Media Library +* [MediaLibrary] Media files edit and delete are available through javascript only +* [MediaLibrary] Do not allow image links with only one size parameter (default to 0x0 image) + +### Sections (builtin) ### +* [Sections] Empty values for MediaSection's dimensions resulted in 0-values for width and height. +* [Sections] rss_feed method no longer protected in RssSection + +### Test ### +* [Test] Fix Test_section_test: @small_image_no_refs used wrong order for dimensions +* [Test] Do not use CGI Escaping for JSON in tests +* [Test] Update reference to test media file in integration test to use more flexible relative path +* [Test] Fixes for locales-test: load skyline locales as in initializer, I18n.backend.send(:translations) to get all values + +### Documentation ### +* [Documentation] Add link to api +* [Documentation] Update migration documentation +* [Documentation] Add concepts documentation + +### Settings and users ### +* [Users] Allow creation of users that were previously deleted +* [Users] Correctly revoke all grants from a user upon deletion + + ## 3.2.0 (November 1, 2011) ## ### Core ### * [Core] Skyline is now an Engine! This changes quite a lot, please see doc/INSTALL * [Core] Skyline now works with Rails 3.0.x \ No newline at end of file