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, 24 Sep 2008 21:23:42 +0000 |
Pawel Solyga |
Fixed missing urlparse import in request_helpers which cause /user/profile and /site/user/profile not to work at all. Removed not used module imports in response_helpers.py.
|
file |
diff |
annotate
|
Wed, 24 Sep 2008 06:00:28 +0000 |
Todd Larsen |
Replace mock-up of sidebar with first draft of dynamic sidebar functionality.
|
file |
diff |
annotate
|
Tue, 23 Sep 2008 23:30:15 +0000 |
Todd Larsen |
Move isReferrerSelf() and replaceSuffix() into new request_helpers.py module,
|
file |
diff |
annotate
|
Sat, 20 Sep 2008 19:04:43 +0000 |
Pawel Solyga |
Add custom 404 error message with link to "Create a New User" which is displayed when linkname in User Profile Developer view URL (/site/user/profile/<linkname>) doesn't exist. Add default value (None) to new_suffix parameter of template_helpers replaceSuffix and redirectToChangedSuffix functions.
|
file |
diff |
annotate
|
Fri, 19 Sep 2008 05:12:35 +0000 |
Todd Larsen |
Fix off-by-one corner case discovered during testing of /user/profile.
|
file |
diff |
annotate
|
Fri, 19 Sep 2008 04:28:17 +0000 |
Todd Larsen |
Added replaceSuffix(), isReferrerSelf(), and redirectToChangedSuffix() to
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 12 Sep 2008 02:12:38 +0000 |
Todd Larsen |
...
|
file |
diff |
annotate
|
Thu, 11 Sep 2008 12:06:57 +0000 |
Pawel Solyga |
Updated docs in response_helpers.
|
file |
diff |
annotate
|
Thu, 28 Aug 2008 23:54:35 +0000 |
Todd Larsen |
Add soc.views.simple containing (initially) two simple template views.
|
file |
diff |
annotate
|
Thu, 28 Aug 2008 22:06:31 +0000 |
Todd Larsen |
Factor out a getUniversalContext() function so that views that do not call
|
file |
diff |
annotate
|
Fri, 22 Aug 2008 13:44:50 +0000 |
Pawel Solyga |
Added public view support (not using controller yet)
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|