aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinery/blog
Commit message (Collapse)AuthorAgeFilesLines
* Don't require rails explicitly because refinerycms-core will do it for us.Uģis Ozols2011-12-221-3/+2
|
* Fix tab highlighting in admin interface.Pete Higgins2011-12-151-1/+1
|
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-091-1/+1
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* Move blog tab accessor and class array to blog file from tab fileJamie Winsor2011-10-281-11/+5
|
* Tabs are autoloaded, don't need to explicitly requireJamie Winsor2011-10-271-4/+0
|
* Refactor require layout to match other enginesJamie Winsor2011-10-271-1/+2
|
* 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
* refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-0/+2
| | | | | | | | | | | 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
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+21
| | | | | | | | 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
* Rails 3.1 - wip.Uģis Ozols2011-07-271-3/+3
|
* 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-311-0/+0
| | | | Fixed specs now that the form 'looks' different.
* Add page-like tab functionalityMichael Gall2011-05-311-0/+28
|
* 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-261-1/+1
|
* Made version code more accessible and fixed up lib/gemspec.rbPhilip Arndt2011-04-251-0/+17