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 engine testing scenario | Jamie Winsor | 2011-08-03 | 1 | -0/+0 |
| | | | | | | | | Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application | ||||
* | 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 | 2 | -59/+61 |
| | |||||
* | Added ability to disable teaser independent of teaser length | Johan Bruning | 2011-07-04 | 1 | -0/+4 |
| | | | | | | I prefer full length articles at all times on blogs and don't like teasers. I added the ability for people to disable teasers so full articles will be shown by default. The teasers can e enabled just like comments from the admin page or trough the normal settings. However not sure if the post partial now is conform standards. Maybe the helper method "blog_post_teaser" could encapsulate the check which is now done in the view and return the full length article instead of a teaser if the teasers are disabled. | ||||
* | Making use of translation scopes. | Philip Arndt | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | Ensure that the custom_teaser column exists before trying to use it incase ↵ | Philip Arndt | 2011-06-27 | 1 | -4/+3 |
| | | | | the migration hasn't been generated/run. | ||||
* | this needs html_safe | Joe Sak | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | Add helper for finding the teaser to display for a blog post. Use this when ↵ | Kyle Wilkinson | 2011-06-21 | 1 | -0/+12 |
| | | | | displaying short version of blog posts. | ||||
* | BlogPost != NewsItem | Joe Sak | 2011-01-10 | 1 | -4/+4 |
| | |||||
* | Archives group by year after 2 years | Joe Sak | 2011-01-10 | 1 | -3/+17 |
| | |||||
* | Used internationalization for the months in the file list. | Marcelo Griggio Cajueiro | 2011-01-03 | 1 | -1/+1 |
| | |||||
* | << is much faster than += | Philip Arndt | 2010-12-10 | 1 | -6/+6 |
| | |||||
* | Move 'Archives' text to locale. | Uģis Ozols | 2010-12-10 | 1 | -1/+3 |
| | |||||
* | keep to the same markup scheme Refinery uses for the menu | djones | 2010-11-26 | 1 | -2/+4 |
| | |||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 1 | -3/+3 |
| | |||||
* | Added Next, Previous Article & Home navigation | Joe Sak | 2010-11-20 | 1 | -0/+4 |
| | |||||
* | Archive listing, views, helpers | Joe Sak | 2010-11-18 | 1 | -0/+22 |
@page added to PostsController TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here |