app/soc/views/helper/access.py
2008-12-01 Pawel Solyga Some docstring fixes in few modules (soc.views.helper soc.views.models.base).
2008-11-30 Lennard de Rijk Allow developers access to anything that does a checkIsInvited.
2008-11-29 Sverre Rabbelier Now invited users can create a new Host profile
2008-11-29 Sverre Rabbelier Moved checkAccess and getCleanedFields into access and forms
2008-11-26 Sverre Rabbelier Created a seperate module for editSelf things
2008-11-22 Todd Larsen Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
2008-11-20 Sverre Rabbelier Created a checkIsInvited method
2008-11-20 Sverre Rabbelier Add a access.deny and access.allow method
2008-11-15 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
2008-11-07 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).
2008-11-05 Sverre Rabbelier Refactoring of {site/home}_settings to make them use base.View
2008-10-19 Pawel Solyga Fix identions, too long lines, unused imports and some other mistakes.
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.
2008-10-16 Pawel Solyga Some indention fixes in access.py module.
2008-10-16 Pawel Solyga Change name of login_request variable in access.py module to login_response.
2008-10-14 Pawel Solyga Some indentations fixes. Changed all the email=id function arguments to email=id.email().
2008-10-13 Pawel Solyga Some indentations fixes and ugettext_lazy() wrap up for DEF_DEV_LOGOUT_LOGIN_MSG_FMT in access.py.
2008-10-13 Pawel Solyga Add missing blank lines between imports in access.py module.
2008-10-12 Sverre Rabbelier Made the existing code use the new soc.logic.models
2008-10-12 Sverre Rabbelier Missing changes to soc.views.helper.access
2008-10-12 Sverre Rabbelier Moved soc/logic/helper/access to soc/views/helper/access
less more (0) tip