aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/refinery/blog/posts_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* tags and categories sort by newest firstdougbradbury2015-06-111-1/+1
* Fixed test failures relating to not finding the title.Philip Arndt2015-03-051-1/+1
* Use strong parameters.Uģis Ozols2014-01-271-2/+8
* Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-5/+9
* Tiny code comment changes.Uģis Ozols2013-06-171-2/+1
* limit rss feed for some services that have limits (like feedburner)dougbradbury2013-06-161-1/+5
* Uses I18n.localize instead of strftime for posts#archives title and no_articl...Jérémy FRERE2013-05-111-6/+6
* Fix bugs with globalize, published_before and clean codeMarek Labos2012-11-231-2/+2
* Remove Refinery.i18n_enabled? checks because refinerycms-i18n is now a hard d...Uģis Ozols2012-11-151-1/+1
* fix error when post is tagged and dont have current locale versionMarek Labos2012-08-201-1/+1
* Removed page caching on posts, and the associated sweeperAndy Gray2012-07-311-2/+0
* Prevents rails from looking for a layout for the rss feed.Charles de Bueger2012-07-021-1/+1
* Use shorter syntax of render where possible.Uģis Ozols2012-06-271-1/+1
* Added i18n support to models through globalize3.Adrien Coquio2012-06-091-2/+2
* Renaming Method to better describe use, Including Deprecation Warning on Old ...Andrew Hooker2012-05-191-1/+1
* Fix page caching on index when pages param is present.Michael Gall2012-04-111-1/+1
* Don't cache when logged in or there's a flash message. Moved canonical to pro...Philip Arndt2012-03-201-2/+3
* cleanupJeff Shumate2012-02-221-1/+1
* add popularity counter to blog posts as well as accessor for recent postsJeff Shumate2012-02-221-0/+2
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-011-2/+2
* Fix comment posting.Pete Higgins2012-01-241-1/+1
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-171-17/+17
* Merge branch 'master' into rails-3-1Philip Arndt2011-11-101-2/+8
* Refactored everything (models, helpers) into proper namespace of Refinery::Bl...Philip Arndt2011-11-091-7/+7
* Namespace BlogController into Blog::BaseControllerJamie Winsor2011-09-191-1/+1
* remove duplicate BlogControllerHelper includeJamie Winsor2011-09-191-2/+0
* Abstract filter methods into controller helpersJamie Winsor2011-09-191-21/+2
* remove useless commentJamie Winsor2011-09-041-1/+0
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-2/+2
* index action of blog post controller now caches and sweeps on changesJamie Winsor2011-09-031-2/+5
* Syntax fixes for Ruby 1.8.7Jamie Winsor2011-08-141-11/+4
* Move per_page pagination stuff into model to dry up posts controller.Uģis Ozols2011-07-271-10/+6
* Cucumber tag steps now pass.Uģis Ozols2011-07-271-8/+7
* Rails 3.1 - wip.Uģis Ozols2011-07-271-0/+107