app/soc/views/models/notification.py
2009-02-01 Sverre Rabbelier Cleaned up access.py
2009-01-29 Lennard de Rijk prefixing the link_id of a notification with a t for time to agree to the new link_id pattern.
2009-01-27 Sverre Rabbelier Fold checkAgreesToSiteToS into checkIsUser
2009-01-26 Sverre Rabbelier Major refactor of the access module
2009-01-25 Sverre Rabbelier Rename ModelProperties to EntityProperties
2009-01-24 Sverre Rabbelier Use ugettext instead of ugettext_lazy
2009-01-21 Todd Larsen Tighten more checkIsUser() access to checkAgreesToSiteToS() instead.
2009-01-21 Sverre Rabbelier Make use of the new decorators in all applicable views
2009-01-21 Todd Larsen Add an export() view, and implement it as text/text for Document.
2009-01-20 Lennard de Rijk Added missing import to views/models/notification.py
2009-01-20 Lennard de Rijk Users now have the right to delete their own notifications.
2009-01-20 Sverre Rabbelier Split the notification list in read/unread
2009-01-10 Sverre Rabbelier Construct names automatically from base name.
2009-01-08 Sverre Rabbelier Factored out the clean_existing_user method
2008-12-29 Lennard de Rijk Set no_create_with_key_fields paramater to True for Notifications.
2008-12-18 Sverre Rabbelier Revert "Overwrite default patterns in views/models/notification.py to disallow certain URL's."
2008-12-18 Lennard de Rijk Overwrite default patterns in views/models/notification.py to disallow certain URL's.
2008-12-15 Pawel Solyga In soc.views.models.notification module remove unused imports, add missing white space, change list() method definition to comply with base View list() method declaration. Add missing Meta class docstring.
2008-12-13 Sverre Rabbelier Brown-paper-bag fix in notification.py
2008-12-13 Lennard de Rijk Notification property has_been_read changed into unread
2008-12-13 Sverre Rabbelier No override needed in notifications.py
2008-12-13 Sverre Rabbelier Make the place of the rights declaration consistent
2008-12-13 Sverre Rabbelier Remove custom override of django_patterns_defaults
2008-12-13 Sverre Rabbelier Fix whitespace and EOL damage in notifcation.py
2008-12-13 Lennard de Rijk Using getForCurrentAccount where possible due to comments on r1309.
2008-12-12 Lennard de Rijk Added Notifications.
less more (0) tip