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/list.py
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
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-13
Pawel Solyga
Add missing blank lines between imports and sort all of the imports.
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
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-09
Sverre Rabbelier
Refactor existing code to use the new access module
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/list.py to helper/lists.py to avoid conflict with built-in type
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-03
Todd Larsen
List views should have a selectable pagination "page" length:
file
|
diff
|
annotate
2008-10-03
Todd Larsen
Make findNearestUsers() code in soc/logic/site/id_user.py more generic and
file
|
diff
|
annotate
2008-10-01
Todd Larsen
Add missing all() __doc__ string comments: "Args:" and "Returns:" sections.
file
|
diff
|
annotate
2008-10-01
Todd Larsen
Fix some style guide issues: keyword arguments are supposed to always be
file
|
diff
|
annotate
2008-09-22
Pawel Solyga
Add Users List Developer view which is available at /site/user/list. Add User list custom templates which are used with list_helpers. Add "Users List" link in base.html template.
file
|
diff
|
annotate
less
more
(0)
tip