aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinery/blog.rb
Commit message (Collapse)AuthorAgeFilesLines
* Require filters_spam only in comment modelBrice Sanchez2015-02-241-1/+0
|
* The backend needs to require jquery-ui/autocomplete since ↵Philip Arndt2014-11-041-0/+1
| | | | refinery/refinerycms#2735
* Depend on refinerycms-wymeditor because we use it.Philip Arndt2014-08-221-0/+1
|
* Use refinerycms-acts-as-indexed for search functionality.Uģis Ozols2013-08-071-1/+0
| | | | | Also simplify index views for posts, categories and comments by removing redundant code.
* Set friendly_id as a dependency and require it so that migrations don't ↵Uģis Ozols2012-11-221-0/+1
| | | | fail. Fixes #296.
* Bump master to 2.1.0.dev.Uģis Ozols2012-05-151-0/+1
|
* require refinerycms-settingsPhilip Arndt2012-03-011-0/+1
|
* add source url for postJeff Shumate2012-01-251-0/+1
|
* Don't need to set table_name_prefix because it gets set by isolate_namespace.Uģis Ozols2012-01-201-4/+0
|
* refinerycms-core requires Rails so don't check if defined?(Rails).Uģis Ozols2012-01-021-2/+1
|
* Return correct root path.Uģis Ozols2011-12-221-6/+6
|
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-091-0/+5
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* Use root menthod to set engine factory path.Uģis Ozols2011-11-061-1/+1
|
* Specify correct path to factories.Uģis Ozols2011-11-041-1/+1
|
* Move blog tab accessor and class array to blog file from tab fileJamie Winsor2011-10-281-1/+7
|
* Refactor require layout to match other enginesJamie Winsor2011-10-271-0/+29