Tue, 16 Sep 2008 16:42:55 +0000 Todd Larsen Add README files to explain how third-party code is maintained in these
Tue, 16 Sep 2008 16:24:18 +0000 Todd Larsen Discourage third-party code from being embedded in the soc framework.
Tue, 16 Sep 2008 16:22:49 +0000 Todd Larsen Move third-party feedparser.py out of the soc framework package into its own
Tue, 16 Sep 2008 15:56:15 +0000 Pawel Solyga Changed ZIPFILE variable to DJANGO_ZIPFILE in make_release.sh script and added 'cd $APP_FOLDER' before we zip django.
Tue, 16 Sep 2008 02:28:33 +0000 Todd Larsen Load ../google_appengine into trunk/thirdparty/google_appengine.
Tue, 16 Sep 2008 01:18:49 +0000 Todd Larsen upload.py customized to work with codereviews.googleopensourceprograms.com.
Tue, 16 Sep 2008 01:18:15 +0000 Todd Larsen Pristine initial commit of upload.py script from
Tue, 16 Sep 2008 01:15:00 +0000 Todd Larsen gcl.py customized to work with codereviews.googleopensourceprograms.com and the
Tue, 16 Sep 2008 01:14:18 +0000 Todd Larsen Pristine initial commit of gcl.py script from chromium.org.
Sun, 14 Sep 2008 20:32:32 +0000 Pawel Solyga Release shell script and associated changes. Set svn:ignore property on /app/django.zip file and /release folder.
Sun, 14 Sep 2008 00:23:49 +0000 Pawel Solyga FIxed documentation in soc/logic/document.py for getDocumentFromPath function
Sat, 13 Sep 2008 22:53:07 +0000 Pawel Solyga Forgot to change widgets to custom_widgets import in home.py after changing the name of soc/views/helpers/widgets.py file.
Sat, 13 Sep 2008 22:00:51 +0000 Pawel Solyga Added Melange front page edit view where you can change title, content, feed url. Created SiteSettings and Document models and some logic for them. Added isFeedURLValid function in soc/logic/feed.py. Created some functions for handling datastore updates of different kinds of Models (soc/logic/model.py). Fixed some typos and too long lines of code.
Sat, 13 Sep 2008 21:27:17 +0000 Pawel Solyga Added feedparser to soc/utils and modified svn:externals for vendor to include feedparser svn
Fri, 12 Sep 2008 21:54:37 +0000 Todd Larsen Add getAltResponseIfNotLoggedIn() and getAltResponseIfNotDeveloper() simple
Fri, 12 Sep 2008 20:36:17 +0000 Todd Larsen Improve the __doc__ string of isIdDeveloper() to explain better how it now
Fri, 12 Sep 2008 20:31:56 +0000 Todd Larsen Make isIdDeveloper() also able to check an is_developer Boolean property in
Fri, 12 Sep 2008 19:01:44 +0000 Todd Larsen Replace checkLinkNameForId() with isLinkNameAvailableForId(), and implement
Fri, 12 Sep 2008 16:33:04 +0000 Pawel Solyga Fixed one typo in response_helpers which caused is_admin context variable not to work correctly.
Fri, 12 Sep 2008 10:56:21 +0000 Pawel Solyga Fixed wrong user variable in lookup.html template for edit link (was user should be found_user).
Fri, 12 Sep 2008 02:46:21 +0000 Todd Larsen gcl.py committed this file, when it should not have even existed.
Fri, 12 Sep 2008 02:37:15 +0000 Todd Larsen Add a /site/user/lookup view that provides Developers with a form to look up
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.
(0) -100 -60 +60 +100 +300 +1000 tip