aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/admin/categories
Commit message (Collapse)AuthorAgeFilesLines
* Switched flags to the new SVG locale iconsPhilip Arndt2014-12-041-3/+7
|
* Use refinerycms-acts-as-indexed for search functionality.Uģis Ozols2013-08-071-14/+8
| | | | | Also simplify index views for posts, categories and comments by removing redundant code.
* Use Globalize.locale instead of ThreadPhilip Arndt2012-11-231-1/+1
| | | | We really shouldn't know how this works.
* Fix problems with edit dialog and translationsMarek Labos2012-11-231-1/+1
| | | | Fixes #284
* use global locale_picker partialMarek Labos2012-11-231-2/+2
|
* Remove Refinery.i18n_enabled? checks because refinerycms-i18n is now a hard ↵Uģis Ozols2012-11-151-1/+1
| | | | dependency for refinerycms-core.
* Use shorter syntax of render where possible.Uģis Ozols2012-06-272-15/+9
|
* Fix deprecation warnings related to :confirm option.Uģis Ozols2012-06-151-1/+3
|
* Added i18n support to models through globalize3.Adrien Coquio2012-06-092-2/+13
| | | | | | | | | | | | | | * 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-103-4/+4
|
* This took code presentation to a new level.Philip Arndt2012-02-291-3/+1
|
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-012-3/+3
|
* Fix route helper in categories view.Pete Higgins2012-01-241-1/+1
|
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-173-10/+10
|
* Restructured part of the project to Refinery::Blog::Admin not ↵Philip Arndt2012-01-176-0/+73
Refinery::Admin::Blog