Option to fold extention keys/vals into user object.
[catagits/Catalyst-Authentication-Credential-OpenID.git] / Changes
CommitLineData
e5b6823d 1Revision history for Catalyst::Authentication::Credential::OpenID
2
8b738b15 30.16_02 Fri Oct 15 18:54:24 PDT 2010
4 - Experimental, undocumented flatten_extensions_into_user added
5 which flattens the namespaced key vals from extensions into
6 the user object.
7
80.16_01 Tue Apr 6 19:50:55 PDT 2010
cfead604 9 - extension_args are no longer honored as deprecated synonym for
10 extensions.
11 - extensions is now a hash ref which facilitates multiple
12 extensions being allowed; suggested by TREVELYAN.
13 - trust_root URI suggested by EVDB.
14
47a60d41 150.16 Tue Oct 13 07:39:18 PDT 2009
16 - Quick fix to dependencies and Pod to get CPAN testers passing.
17
29b37787 180.15 Mon Oct 12 18:18:21 PDT 2009
cfead604 19 - Patches from Zbigniew Lukasiak to correct inappropriate configuration settings applied.
29b37787 20 - Spelling fixes, argument clarification in Pod.
21
220.14_05 Sat Sep 26 16:17:15 PDT 2009
92a1e845 23 - Moving live-app.t back to on demand and only if everything is
24 there to even try.
0ad3a87d 25
260.14_04 Fri Sep 4 15:00:09 PDT 2009
27 - Just making the live-app.t run for all installs to see if the
28 testers pick up any problems with it.
29
06f54255 300.14_03 Sun Aug 23 21:13:33 PDT 2009
31 - Made errors non-fatal to match behavior of other credentials.
32 Provided legacy setting for those who still prefer it.
33 - Note that tickets #46916 and #45006 were fixed a couple
34 releases back.
35
5bd16806 360.14_02 Sun Aug 23 17:43:46 PDT 2009
37 - Fixed #48952.
38
1c4d7c1f 390.14_01 Thu Aug 20 21:30:32 PDT 2009
40 - I had an old Test::Pod that didn't catch unsupported L<>
41 usage; CPAN testers found it.
42 - Changed use of LWPx::PA when a ua_class isn't set to test for
43 its successful eval and to use LWP::UserAgent on failure.
cfead604 44 - Rearranged the extensions and extension_args so there is no
1c4d7c1f 45 duplication necessary in the config.
46
5f33d3e0 470.14 Tue Aug 18 22:37:51 PDT 2009
48 - Split live tests into two test apps to avoid the need to fork
49 to have a self-answering server; crudely done, it's the same
50 exact code as before doubled for now.
51 - Took LWPx::ParanoidAgent out of tests. It's been too long
52 since it's been broken by the LWP debug deprecation.
b8dc66f3 53
4c8250b4 540.13 Mon Dec 1 19:42:31 PST 2008
55 - s/Meno/Menno/ and version fix in the Pod are the only changes. Sigh.
56
fa2564a7 570.12 Mon Dec 1 19:28:02 PST 2008
a404fd1a 58 - Everything is finally passing tests so I put most of the
59 previous versions on the backpan because they're nearly
60 identical except for Makefile changes.
fa2564a7 61 - Applied code from Menno Blom to allow simple registration
a404fd1a 62 to work. Considered experimental for now, I think. Not because
63 it won't stay but because it might not work as expected.
cc78d775 64 - Bumped reqs on OpenID family to support 2.0 features.
a404fd1a 65
6342195d 660.11 Sun Oct 5 00:41:37 PDT 2008
67 - Added LWPx paranoid to build_requires.
68 - Put some experimental mdash entities into the Pod.
69
1200a1ee 700.10 Thu Oct 2 19:13:42 PDT 2008
71 - Just twiddled the requirements calls in the Makefile. I can't
72 figure out why testers are failing it for prereqs it *is*
73 listing. Someone recently mentioned this same problem on
74 use.perl so I'm giving this a shot.
75 - Spelling fix in Pod.
76 - Updated tests and test server script too.
77
85db8ed7 780.09 Mon Sep 29 18:29:59 PDT 2008
79 - Bug patch for boneheaded return v detach bug given by M. Blom.
80
f08fd615 810.08 Sat Jul 5 13:13:14 PDT 2008
82 - Again, only change is to Makefile.PL reqs.
83
840.07 Thu Jul 3 21:26:12 PDT 2008
64ec716d 85 - Only changes are to Makefile for prereqs. The failures on CPAN
86 testers are really weird. I think I misunderstood
87 build_requires() in ModInst.
88
a47955ed 890.06 Thu Jul 3 17:20:39 PDT 2008
90 - All CPAN reports for 0.05 are failing. Added Catalyst::Devel and
91 Catalyst to prereqs. It was just Catalyst::Runtime before.
92 - Also changed around Test App storage a bit to avoid permission
93 errors on tmp cache file from different user runs.
94
ab944aad 950.05 Wed Jul 2 20:17:21 PDT 2008
96 - Removed UNIVERSAL::require to shrink prereqs and protect
97 namespaces.
98 - Turned on test app tests. I want to know if it's failing for
99 others.
100 - Swapped LWPx::ParanoidAgent for LWP::UA in the test.
101
f29585f9 1020.04 Thu Jun 19 23:20:00 PDT 2008
103 - Fixed some of the .conf example. Sigh.
104 - Other minor Pod tweaks.
105
d214d0c0 1060.03 Thu Jun 19 20:48:04 PDT 2008
107 - Updated config information with Config::General examples.
108 - Cleaned up TestApp a little.
109 - Swapped some code order around to make Perl::Critic my friend.
110 - Extended SEE ALSO.
111 - Updated Makefile a bit.
112
bf16184a 1130.02 Tue Apr 8 22:18:22 PDT 2008
114 - Changed "use base" to "use parent."
115 - Moved SVN to Catalyst dev box.
116 - Took out left over toss copy of earlier Credential module.
117 - Took out weird closure over secret; not just sets it plainly.
118 - Put config stuff in POD a bit differently and added info on consumer_secret.
119 - POD tweaks.
120
e5b6823d 1210.01 Sat Apr 5 21:35:25 PDT 2008
122 - Initial release.