OpenConferenceWare v0.20090524 Release Notes

    • ๐Ÿ›  FIXED layout, it no longer raises an exception if there's no event.
    • ๐Ÿ›  FIXED cache expiration, it no longer raises an exception if called when there's no cache directory.
    • ๐Ÿ›  FIXED events#index and events#show, they now keep flash notifications, these were previously getting discarded.
    • ๐Ÿ›  FIXED schedule, it now only displays proposals that are confirmed and scheduled, previously it displayed proposals that were just scheduled.
    • โž• Added event slugs. These provide unique string identifiers for events (e.g., "2009bof"), rather the old integer identifiers (e.g., 2009).
    • ๐Ÿ‘Œ Improved proposal's admin UI, the room and schedule controls are only shown if the proposal is in a confirmed state.
    • โž• Added new CSV export system that provides more flexible exporting.
    • โž• Added DeferProxy, a clearer way to defer expensive queries.