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

Changelog History
Page 4

  • v1.0.6 Changes

    August 31, 2011
    • โž• Added support for Devise ~> 1.4.3. Philip Arndt
    • โœ‚ Removed dependency on Rails but added dependencies to its components, like activerecord, where they are used. Philip Arndt
    • ๐Ÿ‘€ See full list
  • v1.0.5 Changes

    August 31, 2011
    • โšก๏ธ jQuery UI updated to 1.8.15 from 1.8.9. Uฤฃis Ozols
    • โœ‚ Removed Duostack hosting option from the installer because the platform isn't online anymore. Philip Arndt
    • ๐Ÿ›  Fixed non raw output into noscript section of the backend. Philip Arndt
    • โšก๏ธ will_paginate updated to ~> 3.0.0 now that it has gone final. Uฤฃis Ozols
    • ๐Ÿ‘€ See full list
  • v1.0.4 Changes

    August 11, 2011
    • โž• Added support for figuring out dimensions in resized images to image_fu. Philip Arndt and Joe Sak
    • ๐Ÿ›  Fixed issues installing Refinery due to lack of permissions to the gem directories. Philip Arndt
    • โž• Added ability to specify a different database host in the bin/refinerycms installer. Philip Arndt
    • ๐Ÿ”’ Lock will_paginate to 3.0.pre2 in core gemspec. Kris Forbes and Uฤฃis Ozols
    • ๐ŸŒ Patch required_label helper so it would pick up I18n model attribute translations. Uฤฃis Ozols
    • ๐Ÿ‘€ See full list
  • v1.0.3 Changes

    June 23, 2011
  • v1.0.2 Changes

    June 23, 2011
    • โœ… Ensure that refinerycms-testing is not enabled by default when installing an application. Philip Arndt
    • ๐Ÿ‘€ See full list
  • v1.0.1 Changes

    June 21, 2011
    • โž• Added -t / --testing option to bin/refinerycms which adds refinerycms-testing support by default when installing. Philip Arndt
    • ๐Ÿš… Set rails dependency to ~> 3.0.9. Philip Arndt
    • Re-enabled the magic s3_backend setting controlled by ENV variables. Philip Arndt
    • ๐Ÿš… bin/refinerycms installer now generates rails using bundle exec so that you can have multiple Rails versions installed and they won't clash. Philip Arndt
    • ๐Ÿ›  Fixed problems with rcov and simplecov in Ruby 1.9.2. Joe Sak
    • ๐Ÿ”ง Make the catch-all pages route for marketable URLs be controlled by the configuration switch. Kyle Wilkinson
    • ๐Ÿ‘€ See full list
  • v1.0.0 Changes

    May 28, 2011
    • ๐Ÿ†• New ::Refinery::Menu API implemented which speeds up menu generation by many times. Philip Arndt
    • โœ‚ Removed caching from menu because it's so much faster now. Probably in future it will be added to ::Refinery::Menu itself in a transparent manner. Philip Arndt
    • Deprecated Page#[] in favour of Page#content_for e.g. instead of @page[:body] use @page.content_for(:body). Philip Arndt
    • ๐Ÿ—„ Noisily deprecated many other features that still function in 1.0.0 but won't be present in 1.1.0. Philip Arndt
    • A hidden page can no longer mark the ancestor pages as selected in the menu. Philip Arndt
    • โœ… Rcov added to refinerycms-testing gem. Rodrigo Dominguez
    • ๐Ÿ‘€ See full list
  • v0.9.9 Changes

    January 27, 2011
    • ๐Ÿ‘ Better, more semantic HTML5. Joe Sak
    • โž• Added role selection for admin/users#edit. Hez Ronningen
    • ๐Ÿ›  Fixed WYMeditor bug regarding adding links, helped with persistent testing by Marko Hriberลกek. Philip Arndt
    • ๐Ÿ‘ Better RSpec coverage Joe Sak and Philip Arndt and Uฤฃis Ozols and PeRo ICT Solutions
    • 0๏ธโƒฃ Superusers now get access to all backend tabs by default. Philip Arndt
    • ๐ŸŒ Introduced LOLcat translation (yes, seriously) as an easter egg. Steven Heidel
    • ๐Ÿ›  Fixed several missing translations. Johan Bruning
    • Solved several i18n inconsistencies. Jonas Hartmann
    • ๐Ÿ”Œ Made UserPlugin dependent on User which solves a data redundancy proble.m Maarten Hoogendoorn
    • ๐Ÿ›  Fixed issue with finding where engines are located on the disk using Plugin::pathname. Lele
    • Add rescue_not_found option to turn on/off 404 rendering. Ryan Bigg
    • ๐ŸŒ Full review of the French translations. Jรฉrรฉmie Horhant
    • Now using mail() to send emails. J. Edward Dewyea
    • ๐Ÿ”จ Refactored backend HTML & CSS, reduced complexity and added a loading animation when you click Save on forms. Philip Arndt
    • ๐Ÿ‘Œ Improved the speed of the menu especially related to scaling through reusing collections rather then revisiting the database. Amanda Wagener
    • Implemented an API for the pages form's tabs. David Jones
    • Use the rails naming convention for translations that contain html markup. Escaping translations not marked as html_safe in the refinery_help_tag helper. Jรฉrรฉmie Horhant
    • ๐ŸŒ Full review of the Italian translations. Mirco Veltri
    • ๐Ÿ—„ Deprecated /admin in favour of /refinery and put in a message to display to the user when they use it. Philip Arndt
    • ๐ŸŒ Full review of the Russian translations as well as work with articles / genders in grammar. Semyon Perepelitsa
    • ๐ŸŒ Full review of routes and the Latvian translations. Uฤฃis Ozols
    • ๐Ÿš… Implemented better support for rails.js, using standard :method and :confirm link_to options. Semyon Perepelitsa
    • โœ… Locked jQuery to 1.4.2 and jQuery UI to 1.8.5, fixed errors with dialogues and tested. Philip Arndt and Phillip Miller and Sam Beam
    • โž• Added multiple file upload for images and resources using HTML5. Philip Arndt
    • Deprecated content_for :head in favour of content_for :meta, content_for :stylesheets and content_for :javascripts. Philip Arndt
    • ๐Ÿ‘Œ Improved client-side responsiveness of backend and frontend. Philip Arndt
    • No more RMagick dependency Philip Arndt
    • โž• Added rake refinery:override stylesheet=somefile and rake refinery:override javascript=somefile commands to override stylesheets and javascripts. Oliver Ponder
    • ๐Ÿšš Restructed the project to remove vendor/refinerycms and put all engines in the application root. Kamil K. Lemaล„ski
    • ๐Ÿ‘ฎ Force no resource caching on non-writable file systems (like Heroku). Philip Arndt
    • ๐Ÿš… Refinery can now attach itself to a Rails application simply by including the refinerycms gem in the Gemfile. Philip Arndt
    • โž• Added core support for globalize3 so that pages can be translated into multiple languages. Philip Arndt and Maarten Hoogendoorn
    • Refactored group_by_date into a helper method which is called in the view layer and not in the controller because it is entirely presentation. Philip Arndt
    • Applied HTML5 history pagination to all core engines. Philip Arndt
    • Converted translate calls to use :scope. Uฤฃis Ozols
    • ๐Ÿ›  Fixed issues where errors would only show up in English for some models and updated Russian translations. Semyon Perepelitsa
    • Converted to devise for authentication, requiring password resets. Philip Arndt and Uฤฃis Ozols
    • Sped up WYMeditor load times. Philip Arndt
    • ๐Ÿ›  Fixed several issues for Internet Explorer. Josef ล imรกnek
    • โž• Added installation option for Duostack hosting service. Philip Arndt and David E. Chen
    • ๐Ÿ‘€ See full list
  • v0.9.9.9 Changes

    March 15, 2011
    • โž• Added Japanese translation. Hiro Asari
    • ๐Ÿ‘Œ Improved menu rendering performance. Philip Arndt
    • โž• Added caching to site menu and pages backend (DISABLED by default). Philip Arndt
    • โž• Added Page#by_title to filter pages results by title using Page::Translation. Philip Arndt
    • โž• Added migration to remove already translated fields from the pages table. Philip Arndt
    • ๐Ÿ‘€ See full list
  • v0.9.9.8 Changes

    March 11, 2011
    • ๐Ÿ›  Fixed several user interface bugs reported by Patrick Morrow. Philip Arndt
    • Looser dependency on moretea-awesome_nested_set (now ~> 1.4). Philip Arndt
    • Corrected ajax-loader.gif path. Maurizio
    • ๐Ÿ‘€ See full list