Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give the test user access to refinerycms_blog extension. | Philip Arndt | 2014-11-12 | 1 | -1/+1 |
| | | | | Fixes #392 | ||||
* | The backend needs to require jquery-ui/autocomplete since ↵ | Philip Arndt | 2014-11-04 | 1 | -0/+1 |
| | | | | refinery/refinerycms#2735 | ||||
* | Removed plugin#activity call as this method was removed. | Philip Arndt | 2014-10-11 | 1 | -1/+0 |
| | |||||
* | Depend on refinerycms-wymeditor because we use it. | Philip Arndt | 2014-08-22 | 1 | -0/+1 |
| | |||||
* | Use refinerycms-acts-as-indexed for search functionality. | Uģis Ozols | 2013-08-07 | 1 | -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 Ozols | 2013-07-16 | 1 | -18/+0 |
| | | | | in gemspec. | ||||
* | Cast user_class as string inside the initializer template. | Philip Arndt | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | Committing user_class to master | Jonathan Seitel | 2013-01-31 | 2 | -0/+26 |
| | |||||
* | Set friendly_id as a dependency and require it so that migrations don't ↵ | Uģis Ozols | 2012-11-22 | 1 | -0/+1 |
| | | | | fail. Fixes #296. | ||||
* | Added the ability to use a different url than "/blog" | John Agan | 2012-09-05 | 2 | -1/+4 |
| | |||||
* | Bump master to 2.1.0.dev. | Uģis Ozols | 2012-05-15 | 2 | -5/+7 |
| | |||||
* | Don't cache when logged in or there's a flash message. Moved canonical to ↵ | Philip Arndt | 2012-03-20 | 1 | -1/+1 |
| | | | | protected methods. | ||||
* | Updated to support Refinery CMS 2.0.1 and Rails 3.2.2 | Philip Arndt | 2012-03-06 | 2 | -5/+3 |
| | |||||
* | require refinerycms-settings | Philip Arndt | 2012-03-01 | 1 | -0/+1 |
| | |||||
* | RefineryCMS -> Refinery CMS. | Uģis Ozols | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Now supporting FriendlyId 4 | Philip Arndt | 2012-02-27 | 2 | -7/+1 |
| | |||||
* | Add Refinery::Setting dependency. | Uģis Ozols | 2012-02-23 | 1 | -0/+1 |
| | |||||
* | Generate blog initializer when running rails g refinery:blog. Closes #196. | Uģis Ozols | 2012-02-16 | 2 | -0/+21 |
| | |||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 1 | -2/+9 |
| | |||||
* | Make sure there is seeds.rb file before trying to append to it. | Uģis Ozols | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Don't need to set initializer order anymore. | Uģis Ozols | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | add source url for post | Jeff Shumate | 2012-01-25 | 2 | -0/+10 |
| | |||||
* | Don't need to set table_name_prefix because it gets set by isolate_namespace. | Uģis Ozols | 2012-01-20 | 1 | -4/+0 |
| | |||||
* | Don't need to set engine_name because it gets set by isolate_namespace. | Uģis Ozols | 2012-01-20 | 1 | -1/+0 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 1 | -1/+1 |
| | |||||
* | Restructured part of the project to Refinery::Blog::Admin not ↵ | Philip Arndt | 2012-01-17 | 1 | -1/+1 |
| | | | | Refinery::Admin::Blog | ||||
* | Isolate this engine to Refinery::Blog (which, according to my interpretation ↵ | Philip Arndt | 2012-01-10 | 1 | -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 Higgins | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | Fix activity route generation. Workaround for resolve/refinerycms#1193. | Pete Higgins | 2012-01-06 | 1 | -1/+7 |
| | |||||
* | Currently there isn't any template so we don't need this code. | Uģis Ozols | 2012-01-03 | 1 | -2/+0 |
| | |||||
* | refinerycms-core requires Rails so don't check if defined?(Rails). | Uģis Ozols | 2012-01-02 | 2 | -4/+1 |
| | |||||
* | Don't require rails explicitly because refinerycms-core will do it for us. | Uģis Ozols | 2011-12-22 | 1 | -3/+2 |
| | |||||
* | Return correct root path. | Uģis Ozols | 2011-12-22 | 1 | -6/+6 |
| | |||||
* | Fix tab highlighting in admin interface. | Pete Higgins | 2011-12-15 | 1 | -1/+1 |
| | |||||
* | gemspec is not regenerated manually anymore | Jamie Winsor | 2011-11-11 | 1 | -38/+0 |
| | |||||
* | added install migratons generator | greendog | 2011-11-09 | 1 | -0/+5 |
| | |||||
* | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 2 | -1/+6 |
| | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | Use root menthod to set engine factory path. | Uģis Ozols | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | Specify correct path to factories. | Uģis Ozols | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Move blog tab accessor and class array to blog file from tab file | Jamie Winsor | 2011-10-28 | 2 | -12/+12 |
| | |||||
* | Tabs are autoloaded, don't need to explicitly require | Jamie Winsor | 2011-10-27 | 1 | -4/+0 |
| | |||||
* | Refactor require layout to match other engines | Jamie Winsor | 2011-10-27 | 3 | -32/+32 |
| | |||||
* | Update blog generator to use Rails 3.1 base | Jamie Winsor | 2011-10-27 | 3 | -11/+18 |
| | | | | Seeds will now follow Rails 3.1 conventions | ||||
* | This is the blog engine... not hte resources engine.. | Jamie Winsor | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | Update engine definition | Jamie Winsor | 2011-10-26 | 1 | -3/+12 |
| | | | | | | | | Isolate engine to Refinery add engine name Add initializer to register engine with Refinery Rename plugin init initializer to be more descriptive Update plugin initializer to conform to latest master of RefineryCMS | ||||
* | Load refinerycms factories properly | Jamie Winsor | 2011-10-10 | 1 | -0/+4 |
| | | | | Expose blog factories to other gems | ||||
* | refactor factories and add #show tests for posts controller | Jamie Winsor | 2011-09-04 | 2 | -0/+3 |
| | | | | | | | | | | | Do not want to cache classes, but do want to reload models after factory girl: http://groups.google.com/group/factory_girl/browse_thread/thread/daa24556d90c31fc http://stackoverflow.com/questions/5145165/associationtypemismatch-and-factorygirl rails_autolink was removed from Rails 3.1 and abstracted to an external gem fix display author name and post time on comment show fix namespace for thanking and moderated flash notices | ||||
* | Update gemspec to require newest version of seo_meta | Jamie Winsor | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Ignore .lock files in Gemspec | Jamie Winsor | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | There's no test directory. | Uģis Ozols | 2011-08-12 | 1 | -3/+0 |
| |