Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor all_previous into published_dates_older_than. | Pete Higgins | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | Refactor blog archive widget. | Pete Higgins | 2012-02-10 | 1 | -22/+43 |
| | |||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 1 | -2/+2 |
| | |||||
* | Fixed to show the word 'blog' only once in route | Tony Semana | 2012-01-17 | 1 | -2/+2 |
| | |||||
* | Fixes posts_helper to use updated refinery namespacing | Tony Semana | 2012-01-17 | 1 | -3/+3 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 1 | -5/+4 |
| | |||||
* | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 3 | -54/+56 |
| | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | Fix draft preview of blog posts | Jamie Winsor | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | setting indentation to 'rails way' for protected and private classes | Jamie Winsor | 2011-09-19 | 1 | -18/+18 |
| | |||||
* | Fix indent on protected methods | Jamie Winsor | 2011-09-19 | 1 | -18/+18 |
| | |||||
* | Namespace BlogControllerHelper to Blog::ControllerHelper | Jamie Winsor | 2011-09-19 | 2 | -28/+30 |
| | |||||
* | Abstract filter methods into controller helpers | Jamie Winsor | 2011-09-19 | 1 | -0/+28 |
| | | | | | | This will enable users to include the controller helper into their own controllers to perform common functions - such as finding a blog post or listing all blog posts. | ||||
* | Refactor blog_archive_list helper function into blog_archive_widget function ↵ | Jamie Winsor | 2011-07-29 | 1 | -34/+22 |
| | | | | | | (with alias for compatability) Fix archive view for rails-3-1 support | ||||
* | Cucumber tag steps now pass. | Uģis Ozols | 2011-07-27 | 1 | -0/+61 |