Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use strong parameters. | Uģis Ozols | 2014-01-27 | 2 | -3/+17 |
| | |||||
* | Fix N+1 query in posts for associated authors. | Uģis Ozols | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | Update specs due to recent Capybara/FactoryGirl upgrade. | Uģis Ozols | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Removed page caching on posts, and the associated sweeper | Andy Gray | 2012-07-31 | 2 | -4/+0 |
| | |||||
* | Split rejected and approved comment actions into separate controller actions. | Uģis Ozols | 2012-07-06 | 1 | -18/+18 |
| | |||||
* | Use shorter syntax of render where possible. | Uģis Ozols | 2012-06-27 | 2 | -4/+4 |
| | |||||
* | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 1 | -1/+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. | ||||
* | Use shorter syntax for render :partial => ... | Uģis Ozols | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Correct translations scope | Mark Stuart | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | Refinery::Crud already sets title_attribute and redirect_to_url with the ↵ | Uģis Ozols | 2012-02-04 | 2 | -4/+1 |
| | | | | same values. | ||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 3 | -16/+16 |
| | |||||
* | New 'main_app.' format. | Mark Stuart | 2012-01-30 | 1 | -6/+6 |
| | |||||
* | New 'main_app.' format | Mark Stuart | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 3 | -23/+23 |
| | |||||
* | Restructured part of the project to Refinery::Blog::Admin not ↵ | Philip Arndt | 2012-01-17 | 4 | -0/+209 |
Refinery::Admin::Blog |