Sat, 18 Oct 2008 01:47:02 +0000 |
Todd Larsen |
Add the Page object to the context of each view. Update templates to make
|
file |
diff |
annotate
|
Thu, 16 Oct 2008 23:31:57 +0000 |
Pawel Solyga |
Create decorators module in view/helper and add view decorator that catches exceptions like DeadlineExceededError, MemoryError, AssertionError (this code is being moved from respond function). Add view decorator to all view functions. In addition remove not needed imports from all affected files and fix too long lines.
|
file |
diff |
annotate
|
Thu, 16 Oct 2008 17:34:10 +0000 |
Pawel Solyga |
Make page argument required for errorResponse and requestLogin functions in simple.py and update affected files. Some keyword argument changes to in user/profile.py. All the changes are based on comments to r817.
|
file |
diff |
annotate
|
Thu, 16 Oct 2008 15:22:41 +0000 |
Pawel Solyga |
Add page=None parameter to all views. Information from page argument (which is soc.logic.site.page.Page object) is going to be used later in views code and for some context values. Fix some indentions in __doc__ strings. Add proper __doc__ string for all() function in sponsor/list.py module.
|
file |
diff |
annotate
|
Thu, 16 Oct 2008 04:37:13 +0000 |
Todd Larsen |
Eliminate the Work.abstract property and move the Document.content property
|
file |
diff |
annotate
|
Wed, 15 Oct 2008 20:10:07 +0000 |
Pawel Solyga |
Remov "founder" text from the first line of edit.py, this is fix to r799 commit.
|
file |
diff |
annotate
|
Wed, 15 Oct 2008 19:33:50 +0000 |
Todd Larsen |
Remove the proposed WorksAuthors many:many relation and promote the "founder"
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 14 Oct 2008 21:39:57 +0000 |
Todd Larsen |
Add is_featured boolean property to the Work model, so that Works can be
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|
Tue, 14 Oct 2008 12:02:42 +0000 |
Pawel Solyga |
Some indentations fixes. Changed all the email=id function arguments to email=id.email().
|
file |
diff |
annotate
|
Mon, 13 Oct 2008 21:54:51 +0000 |
Pawel Solyga |
Add missing blank lines between imports and sort all of the imports.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Mon, 13 Oct 2008 06:19:43 +0000 |
Sverre Rabbelier |
Bugfixes to the latest revision
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 18:30:37 +0000 |
Sverre Rabbelier |
Made the existing code use the new soc.logic.models
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 15:52:19 +0000 |
Sverre Rabbelier |
Minor style and import fixes
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 14:58:47 +0000 |
Sverre Rabbelier |
Moved soc/logic/helper/access to soc/views/helper/access
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 00:12:53 +0000 |
Sverre Rabbelier |
Refactor nearly all the soc.logic code to use the Base class
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 00:08:54 +0000 |
Sverre Rabbelier |
Replace almost all occurences of linkname with link_name
|
file |
diff |
annotate
|
Thu, 09 Oct 2008 23:48:20 +0000 |
Sverre Rabbelier |
Refactor existing code to use the new access module
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 05 Oct 2008 13:27:49 +0000 |
Sverre Rabbelier |
Style fix, as requested by Todd to dict usage
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 23:59:49 +0000 |
Todd Larsen |
Move helpers/forms_helpers.py to helper/forms.py.
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 23:17:49 +0000 |
Todd Larsen |
Move helpers/response_helpers.py to helper/responses.py.
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 23:08:28 +0000 |
Todd Larsen |
Replace helpers/custom_widgets.py with helper/widgets.py.
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 22:17:05 +0000 |
Todd Larsen |
Move helpers/request.py to helper/requests.py to avoid conflict with common
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 21:59:32 +0000 |
Todd Larsen |
Replace soc/views/helpers/request_helpers with soc/views/helpers/request.py
|
file |
diff |
annotate
|
Wed, 01 Oct 2008 20:52:39 +0000 |
Todd Larsen |
Move path and link_name related functions and regex patterns to a new
|
file |
diff |
annotate
|
Wed, 01 Oct 2008 19:15:20 +0000 |
Pawel Solyga |
Fixed typo in DEF_CREATE_NEW_DOC_MSG.
|
file |
diff |
annotate
|
Wed, 01 Oct 2008 06:24:17 +0000 |
Todd Larsen |
Implements a Site (Developer) generic Document editor form.
|
file |
diff |
annotate
|