~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Fri Dec  8 11:18:14 PST 2006  Kevin Turner <kevin@janrain.com>
2
 
  * drop obsolete epydoc parameter
3
 
 
4
 
    M ./admin/makedoc -1 +1
5
 
 
6
 
Mon Nov 27 15:39:42 PST 2006  Kevin Turner <kevin@janrain.com>
7
 
  * examples/consumer: s/openid_url/openid_identifier/ in the input form
8
 
 
9
 
    M ./examples/consumer.py -3 +3
10
 
 
11
 
Fri Aug 18 20:12:49 PDT 2006  Kevin Turner <kevin@janrain.com>
12
 
  tagged release-1.1.2-rc1
13
 
 
 
1
Fri Jun 22 21:41:29 PDT 2007  Kevin Turner <kevin@janrain.com>
 
2
  tagged release-2.0.1
 
3
 
 
4
Fri Jun 22 21:41:13 PDT 2007  Kevin Turner <kevin@janrain.com>
 
5
  * Set version number to 2.0.1
 
6
 
 
7
Fri Jun 22 21:25:08 PDT 2007  Kevin Turner <kevin@janrain.com>
 
8
  * examples/server.py ServerHandler.isAuthorized: add missing 'id/' to url comparsion
 
9
  thanks to Frederic Pauget for finding this.
 
10
 
 
11
Fri Jun 22 21:17:26 PDT 2007  Kevin Turner <kevin@janrain.com>
 
12
  * examples/server.py: make assumption that urls match explicit with an assert.
 
13
  test.test_examples: use 'localhost' in the endpoint base URL, not '127.0.0.1'
 
14
 
 
15
Fri Jun 22 20:02:49 PDT 2007  Kevin Turner <kevin@janrain.com>
 
16
  * openid.sreg: update documentation and __all__ to match current API
 
17
  
 
18
  thanks to Boris Erdmann for catching this.
 
19
 
 
20
Fri Jun 22 20:01:07 PDT 2007  Kevin Turner <kevin@janrain.com>
 
21
  * examples/server.py: add /id to 'logged in as' link
 
22
 
 
23
Fri Jun 22 19:26:43 PDT 2007  Kevin Turner <kevin@janrain.com>
 
24
  * NEWS: can't say "OpenID 2.0" yet, it's still a draft spec.
 
25
 
 
26
Fri Jun 22 19:18:06 PDT 2007  Kevin Turner <kevin@janrain.com>
 
27
  * rsplit doesn't exist in python2.3
 
28
 
 
29
Fri Jun 22 18:51:03 PDT 2007  Kevin Turner <kevin@janrain.com>
 
30
  * admin/runtests: invoke djopenid example tests
 
31
  
 
32
  examples are not in a package in sys.path; beware the import hacking.
 
33
 
 
34
Fri Jun 22 18:44:41 PDT 2007  Kevin Turner <kevin@janrain.com>
 
35
  * examples djopenid.server.tests: added test for processTrustResult
 
36
 
 
37
Fri Jun 22 18:41:39 PDT 2007  Kevin Turner <kevin@janrain.com>
 
38
  * examples djopenid.server.views.processTrustResult: fix sreg call
 
39
 
 
40
Fri Jun 22 16:25:42 PDT 2007  Kevin Turner <kevin@janrain.com>
 
41
  * admin/runtests: add test_examples
 
42
 
 
43
Fri Jun 22 16:22:47 PDT 2007  Kevin Turner <kevin@janrain.com>
 
44
  * examples/server.py: add missing request reference to addSRegResponse
 
45
 
 
46
Fri Jun 22 16:21:15 PDT 2007  Kevin Turner <kevin@janrain.com>
 
47
  * tests.test_examples: cleanup/whitespace
 
48
 
 
49
Wed Jun 20 16:42:13 PDT 2007  Kevin Turner <kevin@janrain.com>
 
50
  * test.test_examples: use response headers instead of installing a custom RedirectHandler
 
51
  
 
52
  (I found where they were hiding.)
 
53
 
 
54
Wed Jun 20 16:22:08 PDT 2007  Kevin Turner <kevin@janrain.com>
 
55
  * openid.test.test_examples: added to test examples/server.py.  Depends on Twill.
 
56
  
 
57
  Super-hacky at the moment, needs work to reduce the number of private
 
58
  twill and mechanize attributes it abuses.
 
59
 
 
60
Tue Jun 19 15:07:56 PDT 2007  Josh Hoyt <josh@janrain.com>
 
61
  * Whitespace
 
62
 
 
63
Thu Jun 14 13:39:44 PDT 2007  Josh Hoyt <josh@janrain.com>
 
64
  * Added support for httplib2 fetcher
 
65
  httplib2 supports caching. Also, a little bit of refactoring of the
 
66
  fetcher test
 
67
 
 
68
Thu Jun 14 13:38:54 PDT 2007  Josh Hoyt <josh@janrain.com>
 
69
  * whitespace
 
70
 
 
71
Thu Jun 14 13:36:04 PDT 2007  Josh Hoyt <josh@janrain.com>
 
72
  * Whitespace
 
73
 
 
74
Thu Jun 14 13:34:48 PDT 2007  Josh Hoyt <josh@janrain.com>
 
75
  * Remove unit test helper module
 
76
  It was only used in two test modules, and it wasn't really helping anymore.
 
77
 
 
78
Thu Jun  7 16:48:48 PDT 2007  Josh Hoyt <josh@janrain.com>
 
79
  * Added function to openid.yadis.etxrd that parses the Expires date out of an XRD
 
80
 
 
81
Wed May 30 16:53:10 PDT 2007  Josh Hoyt <josh@janrain.com>
 
82
  * Added __all__ to openid.consumer.discover
 
83
 
 
84
Fri May 11 15:25:37 PDT 2007  Kevin Turner <kevin@janrain.com>
 
85
  tagged release-2.0.0