Mercurial > personas_backend
graph
-
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
-
Added documentation.Wed, 05 Mar 2008 09:48:30 -0600, by Atul Varma
-
Made the list view look a little nicer.Wed, 05 Mar 2008 09:37:45 -0600, by Atul Varma
-
Made templates more robust, fixed broken links, etc.Wed, 05 Mar 2008 09:30:26 -0600, by Atul Varma
-
Replaced the 64x64 firefox logo on the content template with a 64x64 personas logo.Tue, 04 Mar 2008 23:45:58 -0600, by Atul Varma
-
Minor cosmetic changes to the stylesheet: removed the sky-blue gradient behind the page-title div.Tue, 04 Mar 2008 23:34:57 -0600, by Atul Varma
-
Shamelessly ripped off the HTML, CSS, and some images from addons.mozilla.org to provide a very similar look-and-feel for the Personas site. Many of the links are broken and will be fixed later. Also, the images referred to in the CSS point to addons.mozilla.org for now because I didn't want to copy all those images over to this repo right now (I inserted a TODO in rustico.css noting this).Tue, 04 Mar 2008 23:26:42 -0600, by Atul Varma
-
Added an image, the personas logo, to the base template.Tue, 04 Mar 2008 18:34:22 -0600, by Atul Varma
-
Changed the dir into which uploaded headers/footers are placed and added them to .hgignore.Tue, 04 Mar 2008 18:13:17 -0600, by Atul Varma
-
Made all templates inherit from a base template.Tue, 04 Mar 2008 17:43:40 -0600, by Atul Varma
-
Added a TODO.Tue, 04 Mar 2008 11:48:32 -0600, by Atul Varma
-
Fixed a TODO.Tue, 04 Mar 2008 11:35:02 -0600, by Atul Varma
-
The JSON feeds now properly provide absolute URLs to personas, regardless of whether the persona images are self-hosted or not.Tue, 04 Mar 2008 11:15:10 -0600, by Atul Varma
-
ReMinor coding style fix.Tue, 04 Mar 2008 10:37:24 -0600, by Atul Varma
-
Resolved a TODO involving get_object_or_404().Tue, 04 Mar 2008 10:35:04 -0600, by Atul Varma
-
Uploading of header/footer images now works.Tue, 04 Mar 2008 09:18:13 -0600, by Atul Varma
-
Refactored some view logic and added messaging capabilities, so that the end-user is properly notified when persona creation/editing is successful.Mon, 03 Mar 2008 19:39:53 -0600, by Atul Varma
-
Added persona form submission validation, fixed some things in model logic; submitting forms successfully now properly redirects the user to an edit page.Mon, 03 Mar 2008 19:01:43 -0600, by Atul Varma
-
Moved a TODO from views to models.Mon, 03 Mar 2008 17:13:13 -0600, by Atul Varma
-
A bit of refactoring to view logic.Thu, 28 Feb 2008 17:14:25 -0800, by Atul Varma
-
Refactored the json-specific views out of views.py and into its own separate file.Thu, 28 Feb 2008 17:06:30 -0800, by Atul Varma