Fri, 12 Sep 2008 02:12:38 +0000 Todd Larsen ...
Thu, 11 Sep 2008 21:30:08 +0000 Sverre Rabbelier Updated the script to:
Thu, 11 Sep 2008 20:50:58 +0000 Sverre Rabbelier Bugfix, invalid syntax noticed by epydoc.
Thu, 11 Sep 2008 12:06:57 +0000 Pawel Solyga Updated docs in response_helpers.
Thu, 11 Sep 2008 12:01:20 +0000 Pawel Solyga Created custom_widgets.py and added TinyMCE django widget that can be later used for particular form fields.
Thu, 11 Sep 2008 11:56:24 +0000 Pawel Solyga Added TinyMCE to Melange in soc/content/js
Sat, 30 Aug 2008 02:54:22 +0000 Todd Larsen An emerging pattern with makeSiblingTemplatesList() is that views calling that
Fri, 29 Aug 2008 04:24:31 +0000 Todd Larsen Refactor soc/views/user/profile.py to make use of several of the new views
Fri, 29 Aug 2008 02:59:59 +0000 Todd Larsen Fix an overlooked cut-and-paste error.
Fri, 29 Aug 2008 02:52:02 +0000 Todd Larsen Add a public() convenience wrapper around templateWithLinkName() for the common
Fri, 29 Aug 2008 00:00:34 +0000 Todd Larsen This CSS change belonged with soc/templates/soc/error.html committed in r454.
Thu, 28 Aug 2008 23:56:29 +0000 Todd Larsen A default error.html template to go with the simple.errorResponse() view.
Thu, 28 Aug 2008 23:54:35 +0000 Todd Larsen Add soc.views.simple containing (initially) two simple template views.
Thu, 28 Aug 2008 22:27:40 +0000 Todd Larsen Clean up User Model and User profile edit view now that soc.logic.site.id_user
Thu, 28 Aug 2008 22:23:11 +0000 Todd Larsen Pawel and I were working on the same thing, apparently. My template_helpers.py
Thu, 28 Aug 2008 22:06:31 +0000 Todd Larsen Factor out a getUniversalContext() function so that views that do not call
Thu, 28 Aug 2008 21:49:53 +0000 Todd Larsen Create a package for controller modules that interact with User entities.
Thu, 28 Aug 2008 21:35:34 +0000 Todd Larsen A collection of functions for determining the characteristics of the "system"
Thu, 28 Aug 2008 21:30:55 +0000 Todd Larsen Helpers for manipulating templates and template search paths.
Thu, 28 Aug 2008 21:15:39 +0000 Todd Larsen Consolidate functions dealing with Google Accounts and look-up of User entities
Thu, 28 Aug 2008 16:17:42 +0000 Todd Larsen Exception classes used by controller logic to request an "out-of-band" response
Wed, 27 Aug 2008 21:21:44 +0000 Todd Larsen Base classes for all Datastore Models in Melange.
Tue, 26 Aug 2008 21:49:54 +0000 Todd Larsen Load ../../google_appengine into trunk/thirdparty/google_appengine.
Tue, 26 Aug 2008 21:37:29 +0000 Todd Larsen Create directories to load project into.
Tue, 26 Aug 2008 21:29:33 +0000 Todd Larsen Move third-party code that is not required to be part of trunk/app into a
Tue, 26 Aug 2008 21:26:38 +0000 Todd Larsen Move third-party code that is not required to be part of trunk/app into a
Tue, 26 Aug 2008 21:24:50 +0000 Todd Larsen Remove the obsolete scripts left over from when trunk/app did not contain the
Tue, 26 Aug 2008 21:22:29 +0000 Todd Larsen Add mocker 0.10.1 to trunk/thirdparty, so that it can be used to create mocks
Tue, 26 Aug 2008 21:20:44 +0000 Todd Larsen Move LICENSE.django closer to the actual trumk/app/django code we are importing
Tue, 26 Aug 2008 21:05:43 +0000 Todd Larsen Third-party packages that do not need to be part of trunk/app (because they are
Tue, 26 Aug 2008 21:04:45 +0000 Todd Larsen Since google_appengine isn't part of the uploaded trunk/app, there is no reason
Tue, 26 Aug 2008 20:20:50 +0000 Todd Larsen Create directories to load project into.
Fri, 22 Aug 2008 13:44:50 +0000 Pawel Solyga Added public view support (not using controller yet)
Wed, 20 Aug 2008 21:59:00 +0000 Pawel Solyga User Profile view (without controller yet).
Wed, 20 Aug 2008 18:36:55 +0000 Pawel Solyga Moved Proposal model from wiki to source code and updated ProposalModel wiki page.
Wed, 20 Aug 2008 10:14:49 +0000 Pawel Solyga Moved td.formfieldlabel to FORM TABLE FIELDS section.
Wed, 20 Aug 2008 02:30:44 +0000 Todd Larsen Move soc/control to soc/logic, so that tab-completion doesn't keep matching
Wed, 20 Aug 2008 01:54:11 +0000 Todd Larsen nickname was moved from Person to User recently.
Wed, 20 Aug 2008 00:19:49 +0000 Todd Larsen Add Roles template directory that was missing from r426 commit.
Wed, 20 Aug 2008 00:18:56 +0000 Todd Larsen Create package for up-coming Role views.
Wed, 20 Aug 2008 00:18:10 +0000 Todd Larsen Minor indentation fix.
Wed, 20 Aug 2008 00:17:13 +0000 Todd Larsen Create package for standard Melange controller modules.
Wed, 20 Aug 2008 00:16:27 +0000 Todd Larsen Reduce the indent to two spaces per hierarchy level, comment some groups of
Wed, 20 Aug 2008 00:10:59 +0000 Todd Larsen Some additional __doc__ comments (with some ideas for future plans) and removal
Wed, 20 Aug 2008 00:08:31 +0000 Todd Larsen Clean up some deletions from previous rearranging that did not get committed.
Wed, 20 Aug 2008 00:04:42 +0000 Todd Larsen Fix up the URLs mapping to soc.views.user.profile.edit() and make the site base
Wed, 20 Aug 2008 00:02:49 +0000 Todd Larsen Move soc.views.user.profile.profile() to soc.views.user.profile.edit().
Tue, 19 Aug 2008 23:51:31 +0000 Todd Larsen Flesh out the user/roles placeholders a little bit more.
Tue, 19 Aug 2008 23:13:24 +0000 Pawel Solyga Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Tue, 19 Aug 2008 22:37:40 +0000 Todd Larsen Create placeholders for User Roles prototype.
Tue, 19 Aug 2008 22:26:24 +0000 Pawel Solyga Moved soc/site/home.html to soc/site/home/public.html and updated default template for public() in home.py
Tue, 19 Aug 2008 18:06:23 +0000 Pawel Solyga Indents in css file are now 2 spaces long.
Tue, 19 Aug 2008 17:57:58 +0000 Pawel Solyga Home site templates and basic view.
Tue, 19 Aug 2008 17:52:13 +0000 Pawel Solyga Updated User and Person models.
Tue, 19 Aug 2008 17:49:59 +0000 Pawel Solyga Debug flag value depends now on App Engine environment.
Mon, 18 Aug 2008 23:39:58 +0000 Pawel Solyga Changed name of the custom logo file. Now file name describes better image content.
Mon, 18 Aug 2008 22:09:43 +0000 Pawel Solyga Added logo for Melange home site (this will be used soon)
Mon, 18 Aug 2008 17:00:23 +0000 Pawel Solyga Added 404 and 500 errors templates. You need to set DEBUG = False in Settings.py in order to see the pages.
Mon, 18 Aug 2008 16:58:23 +0000 Pawel Solyga Created robots.txtx and simple Melange favicon.
Wed, 13 Aug 2008 21:52:40 +0000 Todd Larsen Make soc.googlecode.com serve up mock-up pages as text/html.
(0) -100 -60 +60 +100 +300 +1000 tip