aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update engine definitionJamie Winsor2011-10-261-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 properlyJamie Winsor2011-10-101-0/+4
| | | | Expose blog factories to other gems
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-042-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_metaJamie Winsor2011-08-181-1/+1
|
* Ignore .lock files in GemspecJamie Winsor2011-08-121-1/+1
|
* There's no test directory.Uģis Ozols2011-08-121-3/+0
|
* Need to use edge everything, excluding spec/dummy from the gemspec.Philip Arndt2011-08-121-3/+3
|
* Remove shared functionality that now exists in refinerycms-testing engineJamie Winsor2011-08-041-1/+4
|
* Refactor testing tasks out of this project and into refinerycms projectJamie Winsor2011-08-031-21/+0
|
* Add rake tasks to initialize the testing environmentJamie Winsor2011-08-031-0/+21
| | | | Update README to reflect new functionality
* refactor engine testing scenarioJamie Winsor2011-08-032-20/+29
| | | | | | | | Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application
* WIP - use asset pipeline.Uģis Ozols2011-08-031-4/+0
|
* Rails 3.1 - wip.Uģis Ozols2011-07-275-16/+19
|
* Fixed indentation, use spaces not tabs.Philip Arndt2011-07-021-2/+3
|
* Merge pull request #92 from ruprict/masterUģis Ozols2011-07-011-0/+5
|\ | | | | Fix plugin pathname
| * Fix plugin pathname so refinery:override tasks workGlenn Goodrich2011-07-011-0/+5
| |
* | Remove old code.Uģis Ozols2011-06-301-16/+0
| |
* | Requiring at least refinerycms-core 1.0.3Philip Arndt2011-06-291-2/+2
| |
* | Refactored the spec suite to be consistent.Philip Arndt2011-06-291-3/+1
| |
* | We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug.Philip Arndt2011-06-271-1/+1
|/
* postgreSQL is picky about doing a LIKE queryJoe Sak2011-06-211-1/+1
|
* This will have to be 1.6.0 when it's released.Philip Arndt2011-05-311-2/+2
|
* tab -> tabs and requiring the file on to_prepare so that it actually loads. ↵Philip Arndt2011-05-312-2/+6
| | | | Fixed specs now that the form 'looks' different.
* Add page-like tab functionalityMichael Gall2011-05-312-1/+30
|
* Wow, I'm getting good at releasing new versions of this. Fixes size (again).Philip Arndt2011-05-281-1/+1
|
* use options[:size] not size.Philip Arndt2011-05-281-1/+1
|
* Allow plugin to work on Refinery CMS ~> 1.0.0 again, rebranded as 1.5.0Philip Arndt2011-05-262-2/+2
|
* Decrement the required RefineryCMS version back down to 0.9.9.22 so that we ↵Philip Arndt2011-05-261-2/+2
| | | | can release 1.4.0.
* Target RefineryCMS ~> 1.0.0.Philip Arndt2011-05-221-3/+3
|
* Edited lib/generators/refinerycms_blog_generator.rb via GitHubJoe Sak2011-05-101-1/+3
|