Mercurial
Mercurial
>
py_tasks_melange
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
-30
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
app/soc/views/site/user/profile.py
2008-10-22
Pawel Solyga
Inherit from BaseForm in all forms instead of from DbModelForm. This change doesn't include changes to templates and usage of as_table everywhere (work in progress).
file
|
diff
|
annotate
2008-10-19
Pawel Solyga
Fix identions, too long lines, unused imports and some other mistakes.
file
|
diff
|
annotate
2008-10-18
Todd Larsen
Add the Page object to the context of each view. Update templates to make
file
|
diff
|
annotate
2008-10-16
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
2008-10-16
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
2008-10-16
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
2008-10-16
Pawel Solyga
Change name of getUserFromLinkNameOrDie function to getUserFromLinkNameOr404 and apply changes to affected files.
file
|
diff
|
annotate
2008-10-14
Pawel Solyga
Fix bug that caused Lookup user by User Account not to work properly. Basically wrong parameter to models.user.logic.getFromFields().
file
|
diff
|
annotate
2008-10-14
Pawel Solyga
Add deleted in r732 (don't know why) functionality that displays custom Error page when linkname in Developer User Profile url doesn't exist (/site/user/profile/<not_existing_linkname>).
file
|
diff
|
annotate
2008-10-14
Pawel Solyga
Fix some defects for lookup user view. More information about the patch can be found under the link below.
file
|
diff
|
annotate
2008-10-14
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
2008-10-14
Pawel Solyga
Some indentations fixes. Changed all the email=id function arguments to email=id.email().
file
|
diff
|
annotate
2008-10-13
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.
file
|
diff
|
annotate
2008-10-13
Pawel Solyga
Add missing blank lines between imports and sort all of the imports.
file
|
diff
|
annotate
2008-10-12
Sverre Rabbelier
Dictionaries need String values for keys
file
|
diff
|
annotate
2008-10-12
Sverre Rabbelier
Made the existing code use the new soc.logic.models
file
|
diff
|
annotate
2008-10-12
Sverre Rabbelier
Minor style and import fixes
file
|
diff
|
annotate
2008-10-12
Sverre Rabbelier
Moved soc/logic/helper/access to soc/views/helper/access
file
|
diff
|
annotate
2008-10-12
Sverre Rabbelier
Refactor nearly all the soc.logic code to use the Base class
file
|
diff
|
annotate
2008-10-12
Sverre Rabbelier
Replace almost all occurences of linkname with link_name
file
|
diff
|
annotate
2008-10-09
Sverre Rabbelier
Refactor existing code to use the new access module
file
|
diff
|
annotate
2008-10-09
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
2008-10-03
Todd Larsen
Move helpers/forms_helpers.py to helper/forms.py.
file
|
diff
|
annotate
2008-10-03
Todd Larsen
Move helpers/response_helpers.py to helper/responses.py.
file
|
diff
|
annotate
2008-10-03
Todd Larsen
Move helpers/request.py to helper/requests.py to avoid conflict with common
file
|
diff
|
annotate
2008-10-03
Todd Larsen
Move helpers/list.py to helper/lists.py to avoid conflict with built-in type
file
|
diff
|
annotate
2008-10-03
Todd Larsen
Replace soc/views/helpers/request_helpers with soc/views/helpers/request.py
file
|
diff
|
annotate
2008-10-03
Todd Larsen
Move soc/views/helpers/list_helpers.py to soc/views/helpers/list.py and change
file
|
diff
|
annotate
2008-10-02
Todd Larsen
Factor out an isIdAvailable() function from EditForm.clean_id() in
file
|
diff
|
annotate
2008-10-02
Todd Larsen
Fix typo in recent validate.py changes (r682).
file
|
diff
|
annotate
less
more
(0)
-30
tip