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 |