personas_backend

log

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