app/soc/views/site/home.py
Wed, 15 Oct 2008 21:27:47 +0000 Todd Larsen First phase of making the / (site/home) view generic enough to use it for
Wed, 15 Oct 2008 19:33:50 +0000 Todd Larsen Remove the proposed WorksAuthors many:many relation and promote the "founder"
Wed, 15 Oct 2008 14:06:33 +0000 Pawel Solyga Show "Created by" read-only field in Document Edit view. Update size of TinyMCE widget in Document Edit/Create views. Change user property name to founder in Document model and update files according to this change (now founder is used in Group and Document models). Remove not used variables and imports in views/site/docs/edit.py. Refactor EditForm and CreateForm in views/site/docs/edit.py so that EditForm inherits from CreateForm and just extends it.
Tue, 14 Oct 2008 16:10:07 +0000 Pawel Solyga Add missing import in soc/views/site/sponsor/list.py which caused exception when app was deployed and first site you visited was "List Site Sponsors". Update files according to recent django update and django backwards incompatibility (for example newforms is changed to forms).
Tue, 14 Oct 2008 12:02:42 +0000 Pawel Solyga Some indentations fixes. Changed all the email=id function arguments to email=id.email().
Mon, 13 Oct 2008 22:22:16 +0000 Pawel Solyga Rename soc/logic/models/settings.py to model site_settings.py and apply import name change to soc/views/site/home.py
Mon, 13 Oct 2008 22:04:42 +0000 Pawel Solyga Remove spaces between dict key name and colon. Fix some typos based on comments http://code.google.com/p/soc/source/detail?r=739.
Mon, 13 Oct 2008 17:41:20 +0000 Pawel Solyga Rearrange imports in home.py so they apply to new discussed format (separate "from ..." and "import ..." blocks). Add Delete Document functionality.
Sun, 12 Oct 2008 18:40:32 +0000 Sverre Rabbelier Dictionaries need String values for keys
Sun, 12 Oct 2008 18:30:37 +0000 Sverre Rabbelier Made the existing code use the new soc.logic.models
Sun, 12 Oct 2008 15:52:19 +0000 Sverre Rabbelier Minor style and import fixes
Sun, 12 Oct 2008 14:58:47 +0000 Sverre Rabbelier Moved soc/logic/helper/access to soc/views/helper/access
Sun, 12 Oct 2008 00:12:53 +0000 Sverre Rabbelier Refactor nearly all the soc.logic code to use the Base class
Thu, 09 Oct 2008 23:48:20 +0000 Sverre Rabbelier Refactor existing code to use the new access module
Thu, 09 Oct 2008 15:10:51 +0000 Pawel Solyga Create a submit_buttons block in group edit profile template so that submit buttons can be customized. Replace submit_message usage with new notice block (still work in progress in Lookup User views). Add customized edit profile template for Sponsor with delete button (not used yet, upcoming commit). Add delete Sponsor request handler.
Sun, 05 Oct 2008 13:27:49 +0000 Sverre Rabbelier Style fix, as requested by Todd to dict usage
Fri, 03 Oct 2008 23:59:49 +0000 Todd Larsen Move helpers/forms_helpers.py to helper/forms.py.
Fri, 03 Oct 2008 23:17:49 +0000 Todd Larsen Move helpers/response_helpers.py to helper/responses.py.
Fri, 03 Oct 2008 23:08:28 +0000 Todd Larsen Replace helpers/custom_widgets.py with helper/widgets.py.
Fri, 03 Oct 2008 23:01:49 +0000 Todd Larsen Move helpers/template_helpers.py to helper/templates.py.
Wed, 01 Oct 2008 19:21:09 +0000 Pawel Solyga Replace common module with validate module. Move validation function from feed module to validate module and remove feed.py. Correct any usage of validation functions from common and feed modules into validate module.
Wed, 01 Oct 2008 00:48:46 +0000 Todd Larsen Add functions to soc/logic/document.py for dealing with partial_paths combined
Mon, 29 Sep 2008 15:31:50 +0000 Todd Larsen Make use of PolyModel for Works, Documents, etc. Add some (but not all) of
Thu, 18 Sep 2008 22:11:56 +0000 Pawel Solyga Documentation updates and one typo fix.
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.
Wed, 20 Aug 2008 00:10:59 +0000 Todd Larsen Some additional __doc__ comments (with some ideas for future plans) and removal
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 17:57:58 +0000 Pawel Solyga Home site templates and basic view.
less more (0) tip