public
Description: An extension for Radiant CMS that lets you specify date/times for pages to appear and expire (disappear).
Homepage:
Clone URL: git://github.com/radiant/radiant-scheduler-extension.git
seancribbs (author)
Wed Nov 11 14:48:40 -0800 2009
commit  89fc58504db22db21beb0655a753cba38fb28781
tree    47ec584630480e33f59c489ac5488d6defae68e0
parent  a705172f853eb6b3b3d1a0c81819ba8b4f855727
name age message
file README Fri Jun 20 11:39:11 -0700 2008 Import from old repository. [seancribbs]
file Rakefile Wed Nov 11 14:41:51 -0800 2009 Update specs and correct some problems. [seancribbs]
directory app/ Wed Apr 01 20:23:26 -0700 2009 Convert partial to Haml. [seancribbs]
file cucumber.yml Wed Nov 11 14:41:51 -0800 2009 Update specs and correct some problems. [seancribbs]
directory db/ Fri Jun 20 11:39:11 -0700 2008 Import from old repository. [seancribbs]
directory features/ Wed Nov 11 14:41:51 -0800 2009 Update specs and correct some problems. [seancribbs]
directory lib/ Wed Nov 11 14:48:40 -0800 2009 Simplify the around filter. [seancribbs]
directory public/ Mon Jul 27 06:41:33 -0700 2009 Update lowpro.js. [seancribbs]
file scheduler_extension.rb Fri Jul 10 13:45:14 -0700 2009 Updated for 0.8. [seancribbs]
directory spec/ Wed Nov 11 14:41:51 -0800 2009 Update specs and correct some problems. [seancribbs]
README
= Scheduler

Created by: Sean Cribbs, September 2007

The Scheduler extension creates publish and expiration dates (or
appearance and disappearance) that are configurable by the content
editor.  These may be set in the "meta" area of the page editing
screen, and include a calendar-style date picker, thanks to Dan Webb's
wonderful LowPro library (and his date_selector behavior).  These
dates only affect what may be found from the 'live' site.  All pages
are accessible when in 'dev' or 'preview' mode.

== Installation

1) Install the "shards" extension and set it to load first using the
   config.extensions property in config/environment.rb of your Radiant
   project. (this is required until shards is folded into core)
2) Use Subversion to checkout or export the extension into
   vendor/extensions of your Radiant project.
3) Run 'rake production db:migrate:extensions radiant:extensions:scheduler:update' 
   (substitute development if you are using that env)
4) (Re)start your server.
5) If you want to run the extension tests, make sure to run 
   'rake db:test:prepare' before you begin.
   
== Acknowledgments

Thanks to Digital Pulp, Inc. for funding the initial development of this
extension as part of the Redken.com project.