aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Edited lib/generators/refinerycms_blog_generator.rb via GitHubJoe Sak2011-05-101-3/+1
|
* I hate string evalsMarc Remolt2011-05-091-3/+3
|
* seo_meta 1.0.6 creates & saves more consistently so let's use it.Philip Arndt2011-05-061-1/+1
|
* Present the blog post's meta information now. This will require ↵Philip Arndt2011-05-061-1/+1
| | | | refinerycms-core 1.0.0
* Depend on seo_meta and create a migration for it unless it already exists.Philip Arndt2011-05-051-0/+1
|
* Made version code more accessible and fixed up lib/gemspec.rbPhilip Arndt2011-04-253-8/+30
|
* Define acts-as-taggable-on in the lib/gemspec.rb so that it's recreated ↵Philip Arndt2011-04-031-2/+3
| | | | every time.
* We need to start targeting refinerycms-core not refinerycms because this ↵Philip Arndt2011-03-282-2/+2
| | | | would prevent people building their own stack and using this engine.
* Incremented version to 1.3.2Philip Arndt2011-03-091-1/+1
|
* Improved the YAML to support Psych better. Closes GH-46.Philip Arndt2011-03-041-1/+1
|
* Renamed seed and blog structure migration, removed name option from ↵Philip Arndt2011-03-041-1/+0
| | | | generator, regenerated gemspec.
* Moved most of the code toward EngineInstaller.Philip Arndt2011-03-045-137/+6
|
* Added new migration to add the user_id column to blog_posts. The madness ↵Philip Arndt2011-03-022-7/+25
| | | | must end, we must move to EngineInstaller in the next version.
* Not sure why we were getting bundler involved. Regeneraed gemspecPhilip Arndt2011-02-172-5/+2
|
* redo gemspec.Philip Arndt2011-01-111-1/+1
|
* Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for ↵Philip Arndt2010-12-031-1/+1
| | | | Rails 2)
* RC versions driving me crazy, let's use 1.0Philip Arndt2010-12-031-1/+1
|
* rc.17 is the proper format apparently (rc.xx rather than rcxx). Closes GH-20Philip Arndt2010-12-011-1/+1
|
* Now dependent on Refinery 0.9.8 (and thus Rails 3)Amanda Wagener2010-12-011-1/+1
|
* Consistent whitespace.Philip Arndt2010-11-233-3/+3
|
* Merged in Joe's and Steven's forks and updated for compatibility with < ↵Philip Arndt2010-11-223-2/+2
| | | | 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec.
* Added comment notifications.Philip Arndt2010-11-151-1/+1
|
* RC 15.. yeah, I know.Philip Arndt2010-11-121-1/+1
|
* Longest RC period, ever.Philip Arndt2010-11-031-1/+1
|
* Use refinerycms_blog not singular_name which may be blog_structure. Closes GH-7Philip Arndt2010-10-131-1/+1
|
* new versiondjones2010-10-051-1/+1
|
* New gemspec with a new rc version.Philip Arndt2010-09-221-1/+1
|
* Generators had some typosJoe Sak2010-09-211-1/+2
|
* use published at in more placesdjones2010-09-211-1/+1
|
* new rcdjones2010-09-141-1/+1
|
* fix a bug in the rails 2.x generator where it doesn't create the seeds directorydjones2010-09-141-1/+1
|
* new versiondjones2010-09-071-1/+1
|
* new versiondjones2010-09-071-1/+1
|
* new versiondjones2010-09-071-1/+1
|
* Release candidate 5Philip Arndt2010-09-061-1/+1
|
* Hello rails3 support.Philip Arndt2010-09-034-1/+138
|
* Attempt threePhilip Arndt2010-09-031-1/+1
|
* Pass in 'app'Marc Chung2010-09-021-1/+1
|
* Allow a more liberal dependency because I don't see this becoming ↵Philip Arndt2010-09-032-2/+2
| | | | unsupported by refinerycms.
* Ensure that the plugin works correctly (i.e. complains about the missing ↵Philip Arndt2010-09-021-1/+5
| | | | requirement of filters_spam) when installed using script/plugin install