app/soc/models/role.py
Fri, 13 Feb 2009 23:18:39 +0000 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
Fri, 13 Feb 2009 22:36:45 +0000 Sverre Rabbelier Update the copyright notice for 2009.
Sun, 01 Feb 2009 17:40:26 +0000 Pawel Solyga Add publish_location boolean property to Role model. This field indicates whether the User has agreed to publish his location. It is not supported yet in any logic, views or templates but we won't want to change models later so it's being added now.
Sat, 31 Jan 2009 22:23:23 +0000 Pawel Solyga Replace name_on_certificates property with name_on_documents, since mentors, club admins, hosts and org admins don't get certificates it's better to name it 'Name on documents' which can indicate any kind of documents including awards certificates. Also don't show name_on_documents in public Role profiles, instead show user public name in that place.
Sat, 31 Jan 2009 21:32:29 +0000 Lennard de Rijk Changed display_name to name_on_certificates in models/role.py.
Fri, 30 Jan 2009 21:59:13 +0000 Sverre Rabbelier Added missing dot.
Fri, 30 Jan 2009 17:38:28 +0000 Lennard de Rijk Renamed state to status where appropriate.
Fri, 30 Jan 2009 09:31:56 +0000 Lennard de Rijk Added agreed_to_tos_on field in user and role model.
Wed, 28 Jan 2009 16:50:54 +0000 Lennard de Rijk Changed the verbose name for agrees_to_tos to I agree to the Terms of Service.
Sat, 24 Jan 2009 23:56:34 +0000 Sverre Rabbelier Use ugettext instead of ugettext_lazy
Fri, 23 Jan 2009 09:08:26 +0000 Lennard de Rijk Added state property to role model.
Wed, 21 Jan 2009 16:13:51 +0000 Lennard de Rijk Changes in Role model.
Tue, 20 Jan 2009 20:16:07 +0000 Todd Larsen Add the agrees_to_tos property to Roles (as its own changeset this time...).
Tue, 20 Jan 2009 17:56:10 +0000 Todd Larsen This file should not have been included in r1428. Reverting...
Tue, 20 Jan 2009 17:53:36 +0000 Todd Larsen Changing ReadOnlyBool to type "text" makes it display "True" or "False".
Sat, 06 Dec 2008 14:50:45 +0000 Lennard de Rijk Comment fixes for state in group and role model.
Sun, 23 Nov 2008 06:34:22 +0000 Todd Larsen Provide a simple method in the Role Model class that aliases the existing
Fri, 21 Nov 2008 08:41:23 +0000 Todd Larsen Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.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 21:07:38 +0000 Pawel Solyga Move all the properties from Person model to Role model. Update all the comments and docs according to the changes. Remove Person model.
Sat, 18 Oct 2008 21:54:13 +0000 Pawel Solyga Remove not used imports in models. Fix missing spaces in models when operator not preceded by a space. Add missing ugettext_lazy import to Proposal model.
Mon, 29 Sep 2008 15:34:40 +0000 Todd Larsen Take advantage of the Model inheritance provided by polymodel.PolyModel to
less more (0) tip