File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- OpenConferenceWare stable releases and changes made to them (latest at top):
4+ OpenConferenceWare stable releases and changes included, with latest at top:
5+
6+ * v0.20090516
7+
8+ - Added schedule. It can be displayed as HTML or imported as iCalendar
9+ and hCalendar data. New admin interfaces provide ways to create and
10+ manage ScheduleItems, non-session scheduled items such as a lunch
11+ break, and toggle whether the schedule is available to the public. A
12+ new "schedule:import:google_spreadheet" rake task is provided for
13+ importing schedule data from Google Spreadsheets as an alternative to
14+ using the per-item and bulk edit interfaces for setting the schedule.
15+ - Improved the ProposalsController#sort_proposals method to use
16+ arguments rather than params, making it much easier to use and extend.
17+ - Improved Track color handling with Color objects to make fancy color
18+ transformations easy.
519
620* v0.20090514
721
Original file line number Diff line number Diff line change @@ -184,6 +184,6 @@ volunteers that put many hours of hard work into it. See the
184184Copyright
185185---------
186186
187- Copyright (c) 2007-2008 Igal Koshevoy, Reid Beels, et al
187+ Copyright (c) 2007-2009 Igal Koshevoy, Reid Beels, et al
188188
189189 vim: tw =72:
You can’t perform that action at this time.
0 commit comments