app/soc/views/helper/access.py
2009-01-15 Sverre Rabbelier Implement the checkIsClubAppAccepted function
2009-01-10 Sverre Rabbelier Added Club Admin model, logic, and view
2009-01-10 Lennard de Rijk Fixed a typo in the comment in helper/access.py.
2009-01-08 Sverre Rabbelier Added the club_app view, logic and model
2008-12-15 Pawel Solyga Fix import sorting in soc.views.helper.access module and rename 'host' to 'Program Administrator'.
2008-12-13 Sverre Rabbelier Make checkIsMyInvitation use Django to parse the URL
2008-12-13 Lennard de Rijk Using getForCurrentAccount where possible due to comments on r1309.
2008-12-12 Lennard de Rijk Added Notifications.
2008-12-11 Sverre Rabbelier Make it possible to invite another Host as Host
2008-12-07 Pawel Solyga Add missing dots in docstrings, proper sorting of imports and small docstring typo fixes.
2008-12-07 Sverre Rabbelier Thinkofix in access.checkIsInvited
2008-12-07 Sverre Rabbelier Add checkIsHost in access
2008-12-07 Sverre Rabbelier Add and use a placeholder for checkIsDocumentPublic
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