The Pisco Sour (0.0.3) release is here. I just posted it. Here's the
link to the blog entry:
http://adva-cms.org/2010/11/19/adva-cms2-0-0-3-released.
The Changelog looks like this:
Features:
extract
i18n-"i18n-missing_translations":https://github.com/svenfuchs/i18n-missing_translations
to a separate gem
extract
"activesupport-slices":https://github.com/svenfuchs/activesupport-slices
to a separate gem
extract
"has_one_default":https://github.com/svenfuchs/adva-cms2/blob/develop/adva-core/lib/adva/active_record/has_one_default.rb
from application code
extract
"ActiveRecord::Base.categorizable":https://github.com/svenfuchs/adva-cms2/blob/develop/adva-categories/lib/adva/active_record/categorizable.rb
Minor changes:
refactor blog_post route so we don't need a fake route any more
refactor polymorphic url_for [1]
refactor category url_helper_slice and fix reloading bug
move flash from partial to base layout and fix missing user registration
confirmation flash message
add indices on categorizations
Fixes:
fix installation/new protection message
fix Section#path method
fix blog category pages so that posts assigned to a category's
subcategories are included
temporary fix failing test setup (migrations seem to crash w/
default_scope and preloading slices)
in adva test/setup require patches and register slice_paths before
running migrations (because migrations might require files)
Until the next time!
-- Chris