Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |