Mercurial
Mercurial
>
py_tasks_melange
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
app/soc/views/site/user/profile.py
Tue, 30 Sep 2008 12:47:05 +0000
Pawel Solyga
Replaced context.update call to simple value assignment in site.user.profile.create view function.
file
|
diff
|
annotate
Mon, 29 Sep 2008 14:03:45 +0000
Pawel Solyga
Fixed not working "Create New User" view which was caused by adding key_name into User Edit Developer view. This commit divides edit() view function in soc.views.site.user.profile into edit() and create() request handlers. New create() request handler is used only in "Create New User" view and has specific form validation functions and uses updateOrCreateUserFromId() instead of updateUserForKeyName().
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
Tue, 23 Sep 2008 23:20:23 +0000
Todd Larsen
Split out HTTP request manipulation functions from template_helpers.py, which
file
|
diff
|
annotate
Mon, 22 Sep 2008 13:42:53 +0000
Pawel Solyga
Add support for changing User id (Google Account email) in User Profile Developer view. Now user profile developer edit view includes hidden key_name field. Fix typo in user/profile.py. Show former user ids in lookup and edit User Profile Developer views.
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 12:45:13 +0000
Pawel Solyga
Bug fixes to revision r596. User Account field in Developer User Profile view needs to be an email not a login name. Header title of User Profile Developer view, when form validation failes is now showing correct value ("Modify existing ..." instead of "Create new user ...").
file
|
diff
|
annotate
Fri, 19 Sep 2008 05:15:20 +0000
Todd Larsen
Add /site/user/profile Developer view for editing arbitrary User entities.
file
|
diff
|
annotate
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.
file
|
diff
|
annotate
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).
file
|
diff
|
annotate
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
file
|
diff
|
annotate
less
more
(0)
tip