All Versions
161
Latest Version
Avg Release Cycle
109 days
Latest Release
2172 days ago

Changelog History
Page 3

  • v2.0.6 Changes

    August 06, 2012
    • ➕ Added Refinery::Page#canonical_slug to allow us to retrieve a consistent slug across multiple translations of a page. Useful for CSS selectors. #1457. Philip Arndt
    • 🛠 Fixed bug with 404 page not honoring custom view/layout template. #1746. Uģis Ozols
    • 📇 Renamed all templates in generators which contained erb to *.rb.erb. #1750. Uģis Ozols
    • 🛠 Fixed page reorder issue on Ruby 1.8.x. #1585. Uģis Ozols & Philip Arndt.
    • 👍 Allowed to override presenters using rake refinery:override. #1790. Kevin Bullock.
    • 🛠 Fixed issue with saving settings in generated form extension by completely rewriting settings controller. #1817. Uģis Ozols
    • Removed Refinery::Page#title_with_meta in favour of view helpers. #1847. Philip Arndt
  • v2.0.5 Changes

    June 11, 2012
    • Now extension/form generators will add all attributes to attr_accessible. #1613. Uģis Ozols
    • 🛠 Fixed a bug where refinerycms-images was trying to load refinerycms-resources. #1651. Philip Arndt
    • 👉 Use new page part names (:body, :side_body) when generating extensions. Uģis Ozols
    • 👀 Now extension generator will merge two seeds file in case user generates multiple resources for one extension. #1532. Uģis Ozols
    • 🛠 Fix refinery:override bug where it won't match js files with more than one extension. #1685. Uģis Ozols and Philip Arndt
    • 🔧 Now refinerycms-images and refinerycms-resources will inherit the s3_region configuration from refinerycms-core. #1687. Julien Palmas
    • 🛠 Fixed dashboard bug where it wasn't producing proper links for nested pages. #1696. Philip Arndt
    • Match only &dialog, ?dialog, &width, ?width, &height and ?height in dialog querystrings. #1397. Philip Arndt
    • ➕ Added multiple language support (specified by Refinery::I18n.frontend_locales) in Refinery::Page seeds file. #1694. Ole Reifschneider
    • ➕ Added Refinery::Page#canonical support which allows multiple translations to have one canonical version. Philip Arndt
    • 👉 Usernames are validated case insensitively to ensure true uniqueness. #1703. Philip Arndt
    • 🛠 Fixed bug with template selector for page where it would always default to parents template. #1710. Glenn Hoppe
    • 🛠 Fixed and added tests for post-authentication redirect bug where a user would always be redirected to the admin root after successful auth. #1561. Alexander Wenzowski
    • Added session key check for unscoped return_to variable so that the key set by Refinery::Admin::BaseController#store_location? is respected after successful auth. #1728. Alexander Wenzowski
    • 🛠 Fixed bug where flag icons in page listing couldn't be clicked due to expand/collapse event preventing it. #1741. Uģis Ozols
  • v2.0.4 Changes

    May 14, 2012
  • v2.0.3 Changes

    April 02, 2012
  • v2.0.2 Changes

    March 15, 2012
    • ✂ Removed dependencies from refinerycms-testing that were just opinions and not necessary. Pete Higgins
    • 🛠 Fixed missing Refinery::PagePart positions in seeds. Mark Stuart
    • 🛠 Fixed issue with Rakefile template that gets generated into extensions. Uģis Ozols
    • 🛠 Fixed issue where new page parts could not be added to a page. Uģis Ozols
    • ➕ Added missing initializer for the Authentication extension. Uģis Ozols
    • 👀 See full list
  • v2.0.1 Changes

    March 06, 2012
  • v2.0.0 Changes

    February 29, 2012
    • Remove jquery_include_tags helper in favor of using jquery from jquery-rails gem. Uģis Ozols
    • Finally removed Page#[] in favour of Page#content_for so instead of @page[:body] it's @page.content_for(:body). Philip Arndt
    • 🚚 Moved everything under Refinery namespace. wakeless
    • 📇 Renamed RefinerySetting to Refinery::Setting. Philip Arndt
    • ➕ Added rails g refinery:form generator for form textensions. Philip Arndt
    • Moved /shared/* to /refinery/* instead, including /shared/admin/* to /refinery/admin/* as it makes more sense. Philip Arndt
    • vendor/engines is now vendor/extensions. Philip Arndt
    • ✅ Extensions are now generated with testing support built in via a dummy refinery installation. Jamie Winsor
    • Refinery is now mountable at a custom path. Uģis Ozols
    • 👀 See full list if you dare.
    • 👀 See explanation of changes.
  • v1.0.9 Changes

    November 05, 2011
  • v1.0.8 Changes

    September 01, 2011
    • 🚅 refinerycms-core now depends on rails so that users of 1.0.x can be confident of the entire stack being present as before. Philip Arndt
    • ✅ No longer requiring autotest as a dependency of refinerycms-testing. Philip Arndt
    • 👌 Improved 'wrong rails version' error message on install with a more helpful guide on how to specify a rails version. Philip Arndt
    • 👀 See full list
  • v1.0.7 Changes

    August 31, 2011