beast rev 2066
[beast-modified.git] / vendor / plugins / open_id_authentication / CHANGELOG
blob4aaf3f000bd9c22a59630ebb39baa2ff23ac60db
1 * Allow -'s in #normalize_url [Rick]
3 * remove instance of mattr_accessor, it was breaking tests since they don't load ActiveSupport.  Fix Timeout test [Rick]
5 * Throw a InvalidOpenId exception instead of just a RuntimeError when the URL can't be normalized [DHH]
7 * Just use the path for the return URL, so extra query parameters don't interfere [DHH]
9 * Added a new default database-backed store after experiencing trouble with the filestore on NFS. The file store is still available as an option [DHH]
11 * Added normalize_url and applied it to all operations going through the plugin [DHH]
13 * Removed open_id? as the idea of using the same input box for both OpenID and username has died -- use using_open_id? instead (which checks for the presence of params[:openid_url] by default) [DHH]
15 * Added OpenIdAuthentication::Result to make it easier to deal with default situations where you don't care to do something particular for each error state [DHH]
17 * Stop relying on root_url being defined, we can just grab the current url instead [DHH]