personas_backend

log

age author description
20 months avarma Changed the cache middleware to cache stuff for 24 hours.default tip
22 months avarma ng up the mouseover
22 months root putting title on top of list
22 months avarma x
22 months avarma mini
22 months avarma minime
22 months avarma more minimalist ;-):
22 months root adding minimalist view
22 months avarma s/minimal/minimalist
22 months root adding minimalist view
22 months avarma s/name/email
22 months chris restructuring of default menu items for authenticated users
22 months Atul Varma Backed out changeset 0e7a88b20c2b
22 months 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.
22 months Atul Varma Added notes to README
22 months Atul Varma Oops, fixed an infinite-recursion bug.
22 months Atul Varma The developer agreement should show up on the edit page now, for normal users.
22 months 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.
22 months Atul Varma Fixed a typo
22 months Atul Varma Changed default ordering of persona lists to be by date published.
22 months Atul Varma Added 'your personas' section.
22 months Atul Varma Moved the display of the 'administer' sidebar link view logic from the base template to sections.py
22 months Atul Varma Changed verbage from 'creteate a persona' to 'submit a persona'.
22 months Atul Varma For security purposes, we now escape any HTML contained in a Persona's description.
22 months Atul Varma Personas must now have a valid header and footer uploaded.
22 months Atul Varma Oops, the category field wasn't displaying on the create/edit persona view.
22 months Atul Varma Got rid of the browser-side ajax ping on thumbnails; this will instead be set by the extension itself.
22 months Atul Varma Made URL patterns more consistent.
22 months Atul Varma Made the JSON id for personas be the same as their primary key id.
22 months Atul Varma Clarified help text on fields.
22 months Atul Varma Oops, fixed a bug whereby the status of a persona wasn't changeable when administrators are logged in.
22 months Atul Varma Made the developer agreement bigger.
22 months Atul Varma Reformatted the form so it looks decent now.
22 months Atul Varma Minor refactoring; we're doing our own form rendering now.
22 months Atul Varma Modified wording of the developer agreement. It looks utterly ridiculous right now; this will change.
22 months Atul Varma Added personas 'stack' image to home page, when clicked the user is taken to the 'browse personas' page.
22 months Atul Varma Persona thumbnails in the edit page can now be moused-over/clicked to preview the persona just like on the list page.
22 months Atul Varma Moved javascript code out of list.html and into a new file, media/js/personas.js.
22 months avarma Added a JSON category 'unpublished personas' for admin users.
22 months Atul Varma There's now a JSON menu category called 'your personas'.
22 months Atul Varma mailto links for Persona owners are now included in Persona edit pages.
22 months Atul Varma Administrators no longer have to manually set the status to 'published' when creating a persona.
22 months Atul Varma Added a get_absolute_url() method to the Persona model, so that there's now a link allowing admins to easily see a persona's preview.
22 months Atul Varma Moved the URL field for the persona to be below the header and footer image, which should be easier for users to understand, and modified field documentation to be more user-friendly too.
22 months Atul Varma Fixed a bug whereby the published status of a persona couldn't be set to 'unpublished'.
22 months Atul Varma The edit persona form now allows admin users to publish personas.
22 months Atul Varma Added notes to a TODO.
22 months Atul Varma The 'list' page now only links to the personas edit page for a persona, not the Admin one.
22 months Atul Varma We no longer require users to manually click the 'agree to terms' button after they've initially created their persona.
22 months Atul Varma If a user has no first/last name registered, their email address is shown.
22 months Atul Varma The proper title for sections now appears in the header.
22 months Atul Varma Persona thumbnails are now displayed on the edit persona form.
22 months Atul Varma Thumbnails are now dynamically generated by a view function; if things get slow, we'll rely on a front-end cache like squid to speed it up.
22 months Atul Varma Rewordings
22 months Atul Varma The thumbnail should now get re-generated whenever the header/footer images change, though I haven't actually tested the code yet.
22 months Atul Varma Refactored the way thumbnails are created a bit.
22 months Atul Varma Removed extraneous print statements.
22 months Atul Varma Thumbnails now look better, although the internal architecture used to generate them on-the-fly is a bit questionable.
22 months Atul Varma Added a function to generate thumbnails, although it's not currently being used anywhere.
22 months Atul Varma Thumbnails for hosted static personas now work.