app/soc/models/role.py
Thu, 13 Aug 2009 10:46:53 -0700 Lennard de Rijk Added methods that give the shipping information for a role entity.
Fri, 31 Jul 2009 18:29:09 +0200 Lennard de Rijk Edited the role form to clarify the intention of the checkbox+marker.
Mon, 20 Apr 2009 22:52:38 +0000 Sverre Rabbelier Email address is actually private, not public, make this obvios
Sun, 19 Apr 2009 21:37:14 +0000 Lennard de Rijk Added ccTld property to role to retrieve the ccTld of the country of residence for a specific role entity.
Sun, 12 Apr 2009 00:18:38 +0000 Sverre Rabbelier Add (better) help_text to publish_location and school_name
Sat, 11 Apr 2009 22:59:30 +0000 Sverre Rabbelier Lower ASCII fix
Fri, 03 Apr 2009 17:32:15 +0000 Pawel Solyga Fix too long lines, style and remove unused imports in soc.models modules.
Tue, 31 Mar 2009 15:45:39 +0000 Lennard de Rijk Added example text to birth_date.
Thu, 26 Mar 2009 14:11:06 +0000 Lennard de Rijk Added document_name alias for use on award certificates.
Thu, 26 Mar 2009 13:35:49 +0000 Lennard de Rijk Name alias now does not use the name_on_documents.
Sun, 22 Mar 2009 18:05:10 +0000 Sverre Rabbelier Add example text on t-shirt sizes
Sat, 21 Mar 2009 15:55:33 +0000 Lennard de Rijk Push agreements to group 99 for Role forms.
Fri, 20 Mar 2009 21:16:15 +0000 Sverre Rabbelier Added example text to the phone number fields
Wed, 04 Mar 2009 17:28:02 +0000 Pawel Solyga Style and too long lines fixes in soc.models.role module.
Mon, 02 Mar 2009 21:38:23 +0000 Sverre Rabbelier Fixed a typo in the example for network info
Sat, 21 Feb 2009 10:36:04 +0000 Lennard de Rijk Fixed name method in soc/models/role.py
Thu, 19 Feb 2009 23:27:46 +0000 Sverre Rabbelier Fixed grouping and updated help text
Thu, 19 Feb 2009 22:51:24 +0000 Sverre Rabbelier Fixed copy/paste fail
Tue, 17 Feb 2009 16:36:49 +0000 Sverre Rabbelier Implemented simple group sorted using numerical ordering
Sun, 15 Feb 2009 22:29:22 +0000 Sverre Rabbelier Added grouping support to all forms, converted role as example
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