OpenConferenceWare v0.20090416 Release Notes

    • ๐Ÿ›  FIXED login to work with current versions of ruby_openid and Passenger.
    • ๐Ÿ›  FIXED schema, made it compatible with other databases. SQLite was too lax.
    • HACKED proposal#edit, allowing owners to edit forever. This will be revised.
    • ๐Ÿ‘Œ Improved manage/events#proposals, added display of proposal counts by
    • status to bulk editor.
    • ๐Ÿ‘Œ Improved proposal#edit, added instructions for asking other speakers to complete their profile so they can be added.
    • ๐Ÿ‘Œ Improved users#show, added a "me" route for accessing current user's profile via .
    • โž• Added users#complete_profile, which provides a way to complete a person's profile, typically offered as link to .
    • ๐Ÿ‘Œ Improved database support, added MySQL. See "config/database~mysql.sample.yml" for sample.
    • ๐Ÿ‘Œ Improved caching support, added memcache. See "lib/rails_cache_configurator.rb" for details.
    • ๐Ÿ‘Œ Improved caching, added many caches and eliminated many queries.
    • โž• Added "rake clear:cache" task which empties memcache or filesystem caches.