Skip to content

Commit a97b790

Browse files
committed
Added v0.20090524 to CHANGES.
1 parent c5d02f8 commit a97b790

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGES.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ Changes
33

44
OpenConferenceWare stable releases and changes included, with latest at top:
55

6+
* v0.20090524
7+
8+
- FIXED layout, it no longer raises an exception if there's no event.
9+
- FIXED cache expiration, it no longer raises an exception if called
10+
when there's no cache directory.
11+
- FIXED events#index and events#show, they now keep flash notifications,
12+
these were previously getting discarded.
13+
- FIXED schedule, it now only displays proposals that are confirmed and
14+
scheduled, previously it displayed proposals that were just scheduled.
15+
- Added event slugs. These provide unique string identifiers for events
16+
(e.g., "2009bof"), rather the old integer identifiers (e.g., 2009).
17+
- Improved proposal's admin UI, the room and schedule controls are only
18+
shown if the proposal is in a confirmed state.
19+
- Added new CSV export system that provides more flexible exporting.
20+
- Added DeferProxy, a clearer way to defer expensive queries.
21+
622
* v0.20090516
723

824
- Added schedule. It can be displayed as HTML or imported as iCalendar

0 commit comments

Comments
 (0)