Mercurial > personas_backend
graph
-
Persona thumbnails are now displayed on the edit persona form.Fri, 04 Apr 2008 11:34:44 -0700, by 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.Fri, 04 Apr 2008 10:41:50 -0700, by Atul Varma
-
RewordingsFri, 04 Apr 2008 07:54:48 -0700, by Atul Varma
-
The thumbnail should now get re-generated whenever the header/footer images change, though I haven't actually tested the code yet.Fri, 04 Apr 2008 07:47:00 -0700, by Atul Varma
-
Refactored the way thumbnails are created a bit.Fri, 04 Apr 2008 07:41:02 -0700, by Atul Varma
-
Removed extraneous print statements.Fri, 04 Apr 2008 07:19:17 -0700, by Atul Varma
-
Thumbnails now look better, although the internal architecture used to generate them on-the-fly is a bit questionable.Thu, 03 Apr 2008 23:51:30 -0700, by Atul Varma
-
Added a function to generate thumbnails, although it's not currently being used anywhere.Thu, 03 Apr 2008 22:25:58 -0700, by Atul Varma
-
Thumbnails for hosted static personas now work.Thu, 03 Apr 2008 14:50:37 -0700, by Atul Varma
-
Errors on forms now display with a red color and no indentation or bulleting.Thu, 03 Apr 2008 14:48:09 -0700, by Atul Varma
-
Messages telling users they'll have to wait for their persona/changes to be approved are now only shown if the user doesn't have permission to publish.Thu, 03 Apr 2008 14:37:46 -0700, by Atul Varma
-
If the user doesn't submit a new header/footer image on the edit form, then the old one is retained.Thu, 03 Apr 2008 14:32:54 -0700, by Atul Varma
-
Got rid of a TODO by renaming a file.Thu, 03 Apr 2008 12:34:26 -0700, by Atul Varma
-
Removed a hack that's no longer needed.Thu, 03 Apr 2008 12:31:49 -0700, by Atul Varma
-
Re-added support for hosted static personas in the backend, although they're not very humanely supported by the UI at present.Thu, 03 Apr 2008 12:30:39 -0700, by Atul Varma
-
Removed the dynamic persona proxy mechanism; on second thought, I don't think we'll need it.Wed, 02 Apr 2008 17:14:54 -0700, by Atul Varma
-
Added support for persona thumbnails.Wed, 02 Apr 2008 15:07:50 -0700, by Atul Varma
-
Created a wrapper for dynamic personas, so that we can provide custom functionality for some dynamic persona methods to help ensure that a dynamic persona doesn't get overloaded/DOS'd.Wed, 02 Apr 2008 14:45:13 -0700, by Atul Varma
-
Renamed all references of PersonasBackend to personasbackend, matching PEP-8.Wed, 02 Apr 2008 12:01:42 -0700, by Atul Varma
-
Rename of temp dir to personasbackendWed, 02 Apr 2008 11:59:58 -0700, by Atul Varma
-
Temporarily changing name of directory so it can be ultimately renamed to 'personasbackend'.Wed, 02 Apr 2008 11:59:36 -0700, by Atul Varma
-
Customized the admin site, added a link in the title that takes you back to the Personas home page.Tue, 01 Apr 2008 18:57:20 -0700, by Atul Varma
-
Forms look better now.Tue, 01 Apr 2008 18:33:18 -0700, by Atul Varma
-
More cosmetic changes.Tue, 01 Apr 2008 17:45:05 -0700, by Atul Varma
-
More style changes.Tue, 01 Apr 2008 17:38:38 -0700, by Atul Varma
-
Some style changes.Tue, 01 Apr 2008 17:13:41 -0700, by Atul Varma
-
Moved to a new stylesheet that resembles the Personas first-run page at http://labs.mozilla.com/projects/personas/firstrun/.Tue, 01 Apr 2008 16:41:14 -0700, by Atul Varma
-
Improved the way User objects are created so username collisions don't occur.Tue, 01 Apr 2008 13:05:35 -0700, by Atul Varma
-
Added a weave proxy auth backend, to be used until we get a real LDAP backend working.Tue, 01 Apr 2008 12:12:59 -0700, by Atul Varma
-
Added TODOs in urls.py re: security holes.Mon, 31 Mar 2008 10:13:14 -0700, by Atul Varma
-
We're no longer hard-coded to only serve the en-US locale; however, no localization is currently being done, we're just pointing any locales to en-US, essentially.Fri, 28 Mar 2008 19:10:24 -0700, by avarma
-
Added a script to import japanese personas, and modified a view to allow the japanese personas to be viewed.Fri, 28 Mar 2008 19:03:13 -0700, by avarma
-
Fixed the legacy persona wrapper so that it works properly on Firefox 2 (tested it out to make sure it works on FF2, and it does).Fri, 28 Mar 2008 18:37:59 -0700, by avarma
-
Moved the HTML wrapper code for legacy persona headers and footers out to template files.Fri, 28 Mar 2008 17:19:56 -0700, by avarma
-
Changed the legacy Persona view to point to the new location of legacy personas.Fri, 28 Mar 2008 17:05:36 -0700, by avarma
-
Fixed a call to urlparse.urlparse() to work w/ Python 2.4, reduced caching time to make development and testing a bit easier.Fri, 28 Mar 2008 16:58:25 -0700, by avarma
-
Added caching to settings.py.Fri, 28 Mar 2008 16:52:37 -0700, by avarma
-
Removed the outdated design.txt file, added a troubleshooting.txt file.Fri, 28 Mar 2008 16:35:58 -0700, by avarma
-
Login URLs now take into account the base dir.Fri, 28 Mar 2008 16:21:07 -0700, by Atul Varma
-
footers should work with legacy personas now.Fri, 28 Mar 2008 15:27:08 -0700, by Atul Varma
-
Initial data fixture doesn't contain accent color now.Fri, 28 Mar 2008 14:50:39 -0700, by Atul Varma
-
Fixed legacy persona display so there are no margins.Fri, 28 Mar 2008 14:43:35 -0700, by Atul Varma
-
Fixed locations of media to take the base directory into account.Fri, 28 Mar 2008 21:24:15 +0000, by Atul Varma
-
Modified initial data fixture to not set text and accent colors.Fri, 28 Mar 2008 14:17:53 -0700, by Atul Varma
-
Text and accent color are now optional.Fri, 28 Mar 2008 14:14:36 -0700, by Atul Varma
-
Changed initial data fixture to not be hard-coded to localhost.Fri, 28 Mar 2008 14:05:24 -0700, by Atul Varma
-
Removed extraneous print statements.Fri, 28 Mar 2008 14:03:45 -0700, by Atul Varma
-
Added a new URL syntax that allows special personas to be entered in a way that's independent of the location of the personas server.Fri, 28 Mar 2008 14:01:19 -0700, by Atul Varma
-
Modified the personas app to take a single url to a persona, rather than two separate urls/two separate images.Fri, 28 Mar 2008 12:54:06 -0700, by Atul Varma
-
Um... This is my first merge... But I don't know what the difference is between this and changeset 6acab0e0bca5 on hg.toolness.com.Fri, 28 Mar 2008 12:08:12 -0700, by Atul Varma
-
Added a wrapper that wraps a legacy cbeard-style persona in the new dynamic persona API.Thu, 27 Mar 2008 21:32:48 -0700, by Atul Varma
-
Refactored and simplified validation logic.Thu, 27 Mar 2008 20:17:22 -0700, by Atul Varma
-
Added an 'I accept the terms of use' checkbox to Persona submission.Thu, 27 Mar 2008 19:55:37 -0700, by Atul Varma
-
Added BASE_DIR property to settings, so that the website can be mounted anywhere on a server.Fri, 28 Mar 2008 11:52:06 -0700, by avarma
-
Fixed a validation bug w/ colorsThu, 27 Mar 2008 18:21:22 -0700, by Atul Varma
-
Added validation for the text_color and accent_color fields.Thu, 27 Mar 2008 17:52:19 -0700, by Atul Varma
-
Modified scheme to use text_color and accent_color instead of color_scheme.Thu, 27 Mar 2008 16:45:46 -0700, by Atul Varma
-
Modified initial data fixture to support recent changes in the model.Tue, 18 Mar 2008 12:15:22 -0500, by Atul Varma
-
Fixed some logic re: publish date, made it so Personas don't have to have an owner in the admin interface.Tue, 18 Mar 2008 12:11:43 -0500, by Atul Varma
-
Added a 'date_published' field to the Persona model, which allows us toTue, 18 Mar 2008 12:03:48 -0500, by Atul Varma