Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move avatar_url method to posts helper because view stuff shouldn't be in ↵ | Uģis Ozols | 2012-07-31 | 1 | -0/+5 |
| | | | | the model. | ||||
* | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 1 | -6/+6 |
| | | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale. | ||||
* | 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 | 2 | -5/+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 | 1 | -0/+30 |