dddeastanglia / DDDEastAnglia

DDD East Anglia website
https://www.dddeastanglia.com
7 stars 10 forks source link

Fix #245 Add a preview and closed date to the site #265

Closed adrianbanks closed 9 years ago

adrianbanks commented 10 years ago

There are now two extra dates available for a conference - a preview date and a closed date.

In the preview date range, all urls to the site will get redirected to a /preview page that shows a holding/teaser page (e.g. coming soon...).

In the closed date range, all urls to the site will get redirected to a /closed page that shows that the conference is over for the year.

adrianbanks commented 10 years ago

Updated.

adrianbanks commented 10 years ago

The attributes aren't used anywhere as I want them to apply to everything in the site. To avoid having to apply them to everything (and also to remember to put them on anything new), I've inverted their behaviour so that they apply by default and there are two new attributes that exempt certain actions from the behaviour. It's a bit of an odd way of doing it, but from lots of searching it seems to be the only reasonable approach.