app/soc/views/user/profile.py
Sat, 15 Nov 2008 03:12:33 +0000 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
Tue, 11 Nov 2008 19:49:00 +0000 Pawel Solyga Fix broken User link name (it was possible to change link name to one that was already used, validation was not working correctly).
Fri, 07 Nov 2008 22:24:01 +0000 Pawel Solyga Fix not working former_ids. Add support for "Invalid accounts". Now when id from former_ids tries to create a profile "This account is invalid." error message is displayed. Compare emails in lower cases to prevent changing User email to the same email with different character casing (needs some more testing).
Wed, 05 Nov 2008 23:38:00 +0000 Sverre Rabbelier Refactoring of {site/home}_settings to make them use base.View
Wed, 05 Nov 2008 23:36:28 +0000 Sverre Rabbelier Major site restructuring, also deleting of many unused or obsolete documents
Mon, 03 Nov 2008 19:04:04 +0000 Sverre Rabbelier Quick fix to fix user profile creation
Sun, 02 Nov 2008 22:57:46 +0000 Sverre Rabbelier Refactor out the abundance of dictionary (un)packing
Wed, 22 Oct 2008 17:18:57 +0000 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).
Sun, 19 Oct 2008 17:33:44 +0000 Pawel Solyga Address comments to r844 and r845.
Sun, 19 Oct 2008 13:14:40 +0000 Pawel Solyga Fix identions, too long lines, unused imports and some other mistakes.
Sat, 18 Oct 2008 17:49:46 +0000 Pawel Solyga Add missing ugettext_lazy for string in soc.views.user.profile module.
Sat, 18 Oct 2008 17:27:53 +0000 Pawel Solyga Fix missing keyword argument in soc.views.user.profile.create() function when calling edit().
Thu, 16 Oct 2008 23:31:57 +0000 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.
Thu, 16 Oct 2008 17:34:10 +0000 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.
Thu, 16 Oct 2008 15:22:41 +0000 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.
less more (0) -15 tip