aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/refinery/blog/admin
Commit message (Collapse)AuthorAgeFilesLines
* Added permitted_post_params to PostsControllerPhilip Arndt2016-02-141-2/+8
| | | In the style of refinerycms core extensions
* Tidied up implementation of delete_translation and specsPhilip Arndt2015-05-141-1/+1
|
* Corrige un bug empêchant la mise à jour des Post en espagnol, parfoisJérémy FRERE2015-05-141-1/+1
|
* Adds a button to delete the displayed translation of a blog postJérémy FRERE2015-05-141-0/+7
|
* Use strong parameters.Uģis Ozols2014-01-272-3/+17
|
* Fix N+1 query in posts for associated authors.Uģis Ozols2013-08-071-1/+1
|
* Update specs due to recent Capybara/FactoryGirl upgrade.Uģis Ozols2013-06-271-1/+1
|
* Removed page caching on posts, and the associated sweeperAndy Gray2012-07-312-4/+0
|
* Split rejected and approved comment actions into separate controller actions.Uģis Ozols2012-07-061-18/+18
|
* Use shorter syntax of render where possible.Uģis Ozols2012-06-272-4/+4
|
* Added i18n support to models through globalize3.Adrien Coquio2012-06-091-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 Ozols2012-04-101-1/+1
|
* Correct translations scopeMark Stuart2012-02-231-1/+1
|
* Refinery::Crud already sets title_attribute and redirect_to_url with the ↵Uģis Ozols2012-02-042-4/+1
| | | | same values.
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-013-16/+16
|
* New 'main_app.' format.Mark Stuart2012-01-301-6/+6
|
* New 'main_app.' formatMark Stuart2012-01-301-1/+1
|
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-173-23/+23
|
* Restructured part of the project to Refinery::Blog::Admin not ↵Philip Arndt2012-01-174-0/+209
Refinery::Admin::Blog