This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 89fc58504db22db21beb0655a753cba38fb28781
tree 47ec584630480e33f59c489ac5488d6defae68e0
parent a705172f853eb6b3b3d1a0c81819ba8b4f855727
tree 47ec584630480e33f59c489ac5488d6defae68e0
parent a705172f853eb6b3b3d1a0c81819ba8b4f855727
| name | age | message | |
|---|---|---|---|
| |
README | Fri Jun 20 11:39:11 -0700 2008 | |
| |
Rakefile | Wed Nov 11 14:41:51 -0800 2009 | |
| |
app/ | Wed Apr 01 20:23:26 -0700 2009 | |
| |
cucumber.yml | Wed Nov 11 14:41:51 -0800 2009 | |
| |
db/ | Fri Jun 20 11:39:11 -0700 2008 | |
| |
features/ | Wed Nov 11 14:41:51 -0800 2009 | |
| |
lib/ | Wed Nov 11 14:48:40 -0800 2009 | |
| |
public/ | Mon Jul 27 06:41:33 -0700 2009 | |
| |
scheduler_extension.rb | Fri Jul 10 13:45:14 -0700 2009 | |
| |
spec/ | Wed Nov 11 14:41:51 -0800 2009 |
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.







