PersonalJournal

log

age author description
Sat, 23 Aug 2008 14:26:25 -0700 Eric Hopper Make test and test2 print out data about current user.openid tip
Sat, 23 Aug 2008 12:07:36 -0700 Eric Hopper Actually verify form data and register new users.openid
Sat, 23 Aug 2008 12:07:36 -0700 Eric Hopper Ask user for registration data, filling in form with stuff from OpenID if available.openid
Sat, 23 Aug 2008 12:07:36 -0700 Eric Hopper Remove commented out code.openid
Sat, 23 Aug 2008 12:07:36 -0700 Eric Hopper Use UTC dates in User and Group row created time fields.openid
Sat, 23 Aug 2008 12:07:36 -0700 Eric Hopper Fetch registration data if it seems that OpenID isn't registered yet.openid
Sat, 23 Aug 2008 12:07:36 -0700 Eric Hopper Remove content type from exposed methods that generate only redirects.openid
Sat, 23 Aug 2008 12:07:36 -0700 Eric Hopper Change finish_openid to actually log people in or redirect to a registration page.openid
Sat, 23 Aug 2008 12:07:30 -0700 Eric Hopper Add login method to VisitIdentity to set user object for current session.openid
Sat, 23 Aug 2008 09:15:56 -0700 Eric Hopper model.UserOpenID: Expand openid_url field to right size, fix relationship with User and add lookup method.openid
Sat, 23 Aug 2008 09:15:49 -0700 Eric Hopper Fix model.User object to drop password field.openid
Thu, 21 Aug 2008 05:38:29 -0700 Eric Hopper Fix sense of explicit_login boolean.openid
Wed, 20 Aug 2008 16:38:52 -0700 Eric Hopper Hook up controller to OpenID login process.openid
Wed, 20 Aug 2008 16:37:53 -0700 Eric Hopper Fix some problems with model classes caused by my lack of understanding of SQLAlchemy + Elixir.openid
Wed, 20 Aug 2008 16:31:22 -0700 Eric Hopper Log database queries.openid
Wed, 20 Aug 2008 16:29:58 -0700 Eric Hopper Add a TurboGears style OpenID store for use by OpenID client code.openid
Wed, 20 Aug 2008 13:48:58 -0700 Eric Hopper Change login controller and page to be appropriate for OpenID.openid
Wed, 20 Aug 2008 13:48:58 -0700 Eric Hopper Split out common str_or_repr function.openid
Wed, 20 Aug 2008 13:48:58 -0700 Eric Hopper Add per-session secret data for cryptographic purposes.openid
Mon, 18 Aug 2008 11:22:06 -0700 Eric Hopper Add new test2 URL that requires different identity stuff for testing.openid
Mon, 18 Aug 2008 11:22:05 -0700 Eric Hopper Log parameters to login.openid
Mon, 04 Aug 2008 06:24:13 -0700 Eric Hopper Use new openid_sa identity provider.openid
Mon, 04 Aug 2008 06:13:39 -0700 Eric Hopper Add support for transaction sub-sessions and support specifically for login sub-sessions.openid
Mon, 04 Aug 2008 06:11:22 -0700 Eric Hopper Increase size of group name field to be reasonable.openid
Sun, 15 Jun 2008 19:06:20 -0700 Eric Hopper Move OpenID URLs into new table to allow several OpenIDs per user.openid
Wed, 13 Aug 2008 16:03:16 -0700 Eric Hopper Create new script for funny fink Python location.openid
Sun, 15 Jun 2008 19:05:27 -0700 Eric Hopper Alternate commented out algorithm for fetching permissions.openid
Thu, 29 May 2008 18:17:41 -0700 Eric Hopper Added requirement for TGOpenIDLogin package.openid
Wed, 28 May 2008 23:54:40 -0700 Eric Hopper Added ability for a new user to register with the system.default
Wed, 28 May 2008 23:54:06 -0700 Eric Hopper Made User model require user_name field.
Sat, 24 May 2008 19:20:57 -0700 Eric Hopper Add small test method for testing various things about how TurboGears works.
Sat, 24 May 2008 19:20:01 -0700 Eric Hopper Generate strict XHTML in kid templates. Session cookie is now pj-session.
Fri, 21 Mar 2008 16:17:18 -0700 Eric Hopper Make user name field long enough for OpenID.
Fri, 21 Mar 2008 16:16:13 -0700 Eric Hopper Ignore backup files and database.
Fri, 21 Mar 2008 01:41:57 -0700 Eric Hopper After tg-admin quickstart -e -i -p pj PersonalJournal