--- a/app/soc/models/work.py Fri Jan 30 22:00:49 2009 +0000
+++ b/app/soc/models/work.py Fri Jan 30 22:01:27 2009 +0000
@@ -80,16 +80,6 @@
collection_name="modified_documents",
verbose_name=ugettext('Modified by'))
- # TODO: some sort of access control preferences are needed at this basic
- # level. Works need to be restrict-able to:
- # * the authors only
- # * the administrators of the Groups that the authors are in
- # * any member of the authors' Groups
- # * logged-in User with a profile
- # * logged-in Users, but no profile is necessary
- # * anyone, even those not logged in
- # (and possibly others)
-
def name(self):
"""Alias 'title' Property as 'name' for use in common templates.
"""