aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Precompile frontend.cssPhilip Arndt2015-08-101-0/+1
|
* Default to Refinery::Authentication::Devise::UserPhilip Arndt2015-08-101-1/+1
| | | This will need to be better addressed in #446 but.. it stops the errors.
* Removed coupling to refinerycms-wymeditor.Philip Arndt2015-05-201-1/+0
|
* Added refinery/blog/backend.css to precompile listPhilip Arndt2015-05-181-0/+5
|
* Update engine.rb as per instructionsJohan Bruning2015-05-011-1/+1
| | | | https://github.com/refinery/refinerycms/issues/2267
* Require filters_spam only in comment modelBrice Sanchez2015-02-241-1/+0
|
* Give the test user access to refinerycms_blog extension.Philip Arndt2014-11-121-1/+1
| | | | Fixes #392
* The backend needs to require jquery-ui/autocomplete since ↵Philip Arndt2014-11-041-0/+1
| | | | refinery/refinerycms#2735
* Removed plugin#activity call as this method was removed.Philip Arndt2014-10-111-1/+0
|
* 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.
* Drop .dev from version. Delete version file and instead specify it directly ↵Uģis Ozols2013-07-161-18/+0
| | | | in gemspec.
* Cast user_class as string inside the initializer template.Philip Arndt2013-07-141-1/+1
|
* Committing user_class to masterJonathan Seitel2013-01-312-0/+26
|
* Set friendly_id as a dependency and require it so that migrations don't ↵Uģis Ozols2012-11-221-0/+1
| | | | fail. Fixes #296.
* Added the ability to use a different url than "/blog"John Agan2012-09-052-1/+4
|
* Bump master to 2.1.0.dev.Uģis Ozols2012-05-152-5/+7
|
* Don't cache when logged in or there's a flash message. Moved canonical to ↵Philip Arndt2012-03-201-1/+1
| | | | protected methods.
* Updated to support Refinery CMS 2.0.1 and Rails 3.2.2Philip Arndt2012-03-062-5/+3
|
* require refinerycms-settingsPhilip Arndt2012-03-011-0/+1
|
* RefineryCMS -> Refinery CMS.Uģis Ozols2012-02-271-1/+1
|
* Now supporting FriendlyId 4Philip Arndt2012-02-272-7/+1
|
* Add Refinery::Setting dependency.Uģis Ozols2012-02-231-0/+1
|
* Generate blog initializer when running rails g refinery:blog. Closes #196.Uģis Ozols2012-02-162-0/+21
|
* Move some of the Refinery::Setting's over to Refinery::Blog.Uģis Ozols2012-02-041-2/+9
|
* Make sure there is seeds.rb file before trying to append to it.Uģis Ozols2012-02-021-0/+1
|
* Don't need to set initializer order anymore.Uģis Ozols2012-02-021-1/+1
|
* add source url for postJeff Shumate2012-01-252-0/+10
|
* Don't need to set table_name_prefix because it gets set by isolate_namespace.Uģis Ozols2012-01-201-4/+0
|
* Don't need to set engine_name because it gets set by isolate_namespace.Uģis Ozols2012-01-201-1/+0
|
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-171-1/+1
|
* Restructured part of the project to Refinery::Blog::Admin not ↵Philip Arndt2012-01-171-1/+1
| | | | Refinery::Admin::Blog
* Isolate this engine to Refinery::Blog (which, according to my interpretation ↵Philip Arndt2012-01-101-8/+2
| | | | of the docs, is how it should be) and remove url hack now that resolve/refinerycms#1193 has been fixed.
* Fix typo in activity route.Pete Higgins2012-01-081-1/+1
|
* Fix activity route generation. Workaround for resolve/refinerycms#1193.Pete Higgins2012-01-061-1/+7
|
* Currently there isn't any template so we don't need this code.Uģis Ozols2012-01-031-2/+0
|
* refinerycms-core requires Rails so don't check if defined?(Rails).Uģis Ozols2012-01-022-4/+1
|
* Don't require rails explicitly because refinerycms-core will do it for us.Uģis Ozols2011-12-221-3/+2
|
* Return correct root path.Uģis Ozols2011-12-221-6/+6
|
* Fix tab highlighting in admin interface.Pete Higgins2011-12-151-1/+1
|
* gemspec is not regenerated manually anymoreJamie Winsor2011-11-111-38/+0
|
* added install migratons generatorgreendog2011-11-091-0/+5
|
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-092-1/+6
| | | | 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-282-12/+12
|
* Tabs are autoloaded, don't need to explicitly requireJamie Winsor2011-10-271-4/+0
|
* Refactor require layout to match other enginesJamie Winsor2011-10-273-32/+32
|
* Update blog generator to use Rails 3.1 baseJamie Winsor2011-10-273-11/+18
| | | | Seeds will now follow Rails 3.1 conventions
* This is the blog engine... not hte resources engine..Jamie Winsor2011-10-271-1/+1
|