Mercurial > personas_backend
graph
-
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
-
Popular and New menus are now populated, but the New one is erroneous--see the TODO in the comments for more information.Thu, 13 Mar 2008 18:23:59 -0500, by Atul Varma
-
Added a TODO.Thu, 13 Mar 2008 18:02:45 -0500, by Atul Varma
-
Added a popularity field to the Persona model; the popularity of a persona is now incremented whenever a Persona is set as a user's current persona.Thu, 13 Mar 2008 18:01:45 -0500, by Atul Varma
-
The client now sends an AJAX 'ping' whenever the user selects a Persona, which can be used for popularity tracking.Thu, 13 Mar 2008 17:48:31 -0500, by Atul Varma
-
Fixed a bug that caused uploading an image to raise a KeyError in ensure_header_and_footer_are_valid() because uploaded files aren't represented in a form's cleaned_data attribute.Thu, 13 Mar 2008 16:30:30 -0500, by Atul Varma
-
Description HTML is no longer escaped, owner is only shown if the Persona has one.Thu, 13 Mar 2008 10:06:20 -0500, by Atul Varma
-
Added import_personas.py, the script that was used to import the personas that were committed as a fixture in my last commit.Wed, 12 Mar 2008 23:17:38 -0500, by Atul Varma
-
Imported all the personas currently in the official Personas directory into initial_data.xml. Wrote a Python script which did this for me, which I'm not committing at this time.Wed, 12 Mar 2008 23:11:17 -0500, by Atul Varma
-
Personas can now be moused-over or clicked in the browse/list view and the persona will be dynamically previewed/selected on the client's computer.Wed, 12 Mar 2008 21:48:11 -0500, by Atul Varma
-
Creating or editing a persona also displays a message telling the user that the Persona will need to be reviewed by a staff member.Tue, 11 Mar 2008 22:38:54 -0500, by Atul Varma
-
Preview images for Personas are now shown on the index page.Tue, 11 Mar 2008 22:27:06 -0500, by Atul Varma
-
Refactored the way header/footer validation is done again.Tue, 11 Mar 2008 21:20:17 -0500, by Atul Varma
-
Validation ensuring that header and footer resource information are entered properly is now in the model.Tue, 11 Mar 2008 17:26:26 -0500, by Atul Varma
-
'updater' is no longer an editable field in the admin interface for Personas.Tue, 11 Mar 2008 16:41:30 -0500, by Atul Varma
-
If the currently logged-on user is a staff member/can publish personas, they will now see an 'Administer' link on their sidebar.Tue, 11 Mar 2008 16:30:35 -0500, by Atul Varma
-
Modified the personas json feed to only show published Personas.Tue, 11 Mar 2008 16:11:10 -0500, by Atul Varma
-
The 'edit persona' page now has a proper breadcrumb.Tue, 11 Mar 2008 16:03:48 -0500, by Atul Varma
-
List view now shows authors of Personas.Tue, 11 Mar 2008 16:00:05 -0500, by Atul Varma
-
Simplified some workflow; it's now assumed that all staff will use the admin interface, and only unprivileged users will use the standard persona form.Tue, 11 Mar 2008 14:43:03 -0500, by Atul Varma
-
Removed ability to modify the owner of a persona from the publisher/admin form.Tue, 11 Mar 2008 14:27:11 -0500, by Atul Varma
-
The situation where no personas are available is now handled gracefully.Tue, 11 Mar 2008 10:51:35 -0500, by Atul Varma
-
Removed the 'personas' roott directory, assuming now that this website is always run from its own domain, e.g. personas.mozilla.com, personas.mydomain.com, etc.Tue, 11 Mar 2008 14:27:43 +0000, by Atul Varma
-
Made the forms look a bit better.Thu, 06 Mar 2008 18:03:47 -0600, by Atul Varma
-
The top of pages now tells you whether you're logged in, and if so, who you're logged in as, as well as giving you the option to log out.Thu, 06 Mar 2008 16:41:49 -0600, by Atul Varma
-
Added sections.py, which makes site navigation code simpler and more consistent.Thu, 06 Mar 2008 16:33:10 -0600, by Atul Varma
-
Renamed README.txt to README.Thu, 06 Mar 2008 09:18:50 -0600, by Atul Varma
-
Updated README.Thu, 06 Mar 2008 09:18:35 -0600, by Atul Varma