Wed Oct 10 10:28:32 PDT 2007 cygnus@janrain.com tagged specs-ax-r295 Tue Oct 9 11:23:18 PDT 2007 cygnus@janrain.com * Rename duplicated test method Tue Oct 2 11:23:51 PDT 2007 http://j3h.us/ * Document importElementTree and allow the user to specify the list of module to try as ElementTree Tue Oct 2 11:09:07 PDT 2007 http://j3h.us/ * Add support for lxml ElementTree implementation Now that we're being more portable about the API, it just works. Ideally, we'd have builders testing each different ElementTree import, but since it works for me, I think I'll only go there if we have trouble. Tue Oct 2 11:01:58 PDT 2007 http://j3h.us/ * Be smarter about using the ElementTree API * Use the XML function instead of directly calling XMLTreeBuilder, since XMLTreeBuilder is not ported to all implementations of ElementTree * Make the detection routine actually attempt to parse a trivial document to ensure that a parser is present at all Wed Sep 26 10:51:15 PDT 2007 http://j3h.us/ * Change the django example consumer to look for the correct form field name when processing OpenID initiation form. Previous patch omitted this change (it just change the name in the markup) Tue Sep 25 17:41:32 PDT 2007 cygnus@janrain.com * discovery verification changes - OpenID 1 only: Add claimed_id to return_to in requests - OpenID 1, 2: Do discovery on response's claimed_id in the absence of session storage - OpenID 1: Do discovery verification on claimed_id in response rather than the one in the session Tue Sep 25 16:59:22 PDT 2007 cygnus@janrain.com * Fail return_to verification if bare args in response are absent from return_to Tue Sep 25 16:08:55 PDT 2007 cygnus@janrain.com * Peform re-discovery when stored information mismatches response Tue Sep 25 16:04:32 PDT 2007 cygnus@janrain.com * Change nonce extraction from OpenID response Tue Sep 25 16:02:29 PDT 2007 cygnus@janrain.com * Fix fetcher test to call getfqdn() on server name Tue Sep 25 13:40:30 PDT 2007 http://j3h.us/ * Change name of OpenID form field in Django consumer example Tue Sep 25 13:29:02 PDT 2007 http://j3h.us/ * Make example consumer work with POST from provider Mon Sep 10 19:21:41 PDT 2007 Kevin Turner * server.trustroot: add test-case-name This is not entirely correct, as there are at least two test_ modules that provide coverage for this one. Mon Sep 10 18:53:04 PDT 2007 Kevin Turner * openid.message.__repr__: renamed from __str__ Mon Sep 10 13:27:08 PDT 2007 Kevin Turner * admin/builddiscover.py: don't write success=False tests to manifest the current manifest format has no way to indicate these are non-success cases. Mon Sep 10 13:23:38 PDT 2007 Kevin Turner * yadis.discover.discover: add @raises DiscoveryFailure to docstring. Mon Sep 10 13:21:22 PDT 2007 Kevin Turner * server.server.OpenIDResponse: correct docstring of @type fields Mon Sep 10 13:20:02 PDT 2007 Kevin Turner * examples/consumer.py: css fix Mon Sep 10 13:18:11 PDT 2007 Kevin Turner * consumer.discover: comment correction. Wed Sep 5 18:05:41 PDT 2007 Kevin Turner tagged openid-2.0-draft12