log

age author description
Mon, 16 Jun 2008 10:32:58 -0700 avarma Changed the cache middleware to cache stuff for 24 hours. default tip
Thu, 17 Apr 2008 13:30:24 -0700 avarma ng up the mouseover
Thu, 17 Apr 2008 13:22:20 -0700 root putting title on top of list
Thu, 17 Apr 2008 13:11:07 -0700 avarma x
Thu, 17 Apr 2008 12:41:34 -0700 avarma mini
Thu, 17 Apr 2008 12:38:52 -0700 avarma minime
Thu, 17 Apr 2008 12:35:35 -0700 avarma more minimalist ;-):
Thu, 17 Apr 2008 11:37:56 -0700 root adding minimalist view
Thu, 17 Apr 2008 11:32:20 -0700 avarma s/minimal/minimalist
Thu, 17 Apr 2008 11:21:22 -0700 root adding minimalist view
Thu, 17 Apr 2008 10:50:46 -0700 avarma s/name/email
Thu, 17 Apr 2008 15:39:44 -0700 chris restructuring of default menu items for authenticated users
Thu, 17 Apr 2008 11:57:57 -0700 Atul Varma Backed out changeset 0e7a88b20c2b
Thu, 17 Apr 2008 11:51:10 -0700 Atul Varma Oops, realized that the reason the tests were failing is indeed not because of a bug in Django, but because I specified the order of middleware wrong.
Thu, 17 Apr 2008 11:30:48 -0700 Atul Varma Added notes to README
Wed, 16 Apr 2008 20:03:26 -0700 Atul Varma Oops, fixed an infinite-recursion bug.
Wed, 16 Apr 2008 19:51:57 -0700 Atul Varma The developer agreement should show up on the edit page now, for normal users.
Wed, 16 Apr 2008 19:48:35 -0700 Atul Varma Added headers to the individual sections of the persona creation/editing form to make them easier to read. Slightly modified help text of individual fields.
Wed, 16 Apr 2008 19:24:19 -0700 Atul Varma Fixed a typo
Wed, 16 Apr 2008 19:22:12 -0700 Atul Varma Changed default ordering of persona lists to be by date published.
Wed, 16 Apr 2008 19:18:39 -0700 Atul Varma Added 'your personas' section.
Wed, 16 Apr 2008 19:00:21 -0700 Atul Varma Moved the display of the 'administer' sidebar link view logic from the base template to sections.py
Wed, 16 Apr 2008 17:41:23 -0700 Atul Varma Changed verbage from 'creteate a persona' to 'submit a persona'.
Wed, 16 Apr 2008 17:38:52 -0700 Atul Varma For security purposes, we now escape any HTML contained in a Persona's description.
Wed, 16 Apr 2008 17:34:34 -0700 Atul Varma Personas must now have a valid header and footer uploaded.
Mon, 14 Apr 2008 16:25:49 -0700 Atul Varma Oops, the category field wasn't displaying on the create/edit persona view.
Fri, 11 Apr 2008 11:22:36 -0700 Atul Varma Got rid of the browser-side ajax ping on thumbnails; this will instead be set by the extension itself.
Fri, 11 Apr 2008 11:15:14 -0700 Atul Varma Made URL patterns more consistent.
Fri, 11 Apr 2008 11:05:27 -0700 Atul Varma Made the JSON id for personas be the same as their primary key id.
Fri, 04 Apr 2008 18:04:27 -0700 Atul Varma Clarified help text on fields.