public
Description: Radiant extension for page-based event calendar for associating time-based events with your Radiant pages
Homepage:
Clone URL: git://github.com/mghaught/radiant-page-event.git
100644 19 lines (14 sloc) 0.681 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--Next Release--
Make event fields be hidden (in popup) unless set or they click the add date icon
Add the default time to event in calendar picker, default to top of the hour
Have the end_date default to X time after start date (1 hour)
Delete PageEvent model
Add validations on start and end dates on Page
add options to upcoming tag, limit at the least
scope by next and upcoming tags by regex/url - such as limit the events to 'meetings'
complete spec conversion
move calendar plugin inside extension??
 
--Future Releases--
Optional scope for published/hidden on events_by_month
Extract Calendar to class that admin and public side can use
Make Page Event tab attractive :)