app/soc/models/group.py
Fri, 13 Feb 2009 22:36:45 +0000 Sverre Rabbelier Update the copyright notice for 2009.
Fri, 30 Jan 2009 17:38:28 +0000 Lennard de Rijk Renamed state to status where appropriate.
Thu, 29 Jan 2009 15:46:33 +0000 Lennard de Rijk Added state and shipping address fields to group model.
Sat, 24 Jan 2009 23:56:34 +0000 Sverre Rabbelier Use ugettext instead of ugettext_lazy
Tue, 20 Jan 2009 16:08:16 +0000 Pawel Solyga Move member_template property from Group to Organization model since it's Organization specific property.
Thu, 08 Jan 2009 21:23:52 +0000 Sverre Rabbelier Moved the member_template field to app and removed 'optional'
Wed, 07 Jan 2009 19:38:29 +0000 Todd Larsen Add IRC channel and mailing list properties to the Group and Organization
Sat, 06 Dec 2008 14:50:45 +0000 Lennard de Rijk Comment fixes for state in group and role model.
Sat, 06 Dec 2008 14:44:02 +0000 Lennard de Rijk Changed state property for models/group.py to be optional as the description states.
Fri, 21 Nov 2008 10:46:15 +0000 Todd Larsen Replace HomeSettings with Presence Model class. Replace SiteSettings with
Fri, 21 Nov 2008 08:41:23 +0000 Todd Larsen Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
Thu, 20 Nov 2008 18:50:30 +0000 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
Sat, 15 Nov 2008 03:12:33 +0000 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
Thu, 23 Oct 2008 05:21:41 +0000 Sverre Rabbelier Moved all key_name related things to the logic modules
Tue, 21 Oct 2008 01:22:36 +0000 Sverre Rabbelier Incorperated suggestions by Todd
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.
Thu, 16 Oct 2008 23:23:16 +0000 Sverre Rabbelier Add a framework for generic views
Wed, 15 Oct 2008 20:24:02 +0000 Pawel Solyga Change verbose_name of founder property in Group model from "Created by" to "Founded by". Add GROUP_TYPE_SHORT and GROUP_TYPE_PLURAL for all models that inherit from Group and use that values in templates and contexts. Assume that group_type, group_type_short and group_type_plural are defined in context and remove not needed ifs in templates. Rename "Linkname" to "Link name" in list/group_heading.html template.
Wed, 15 Oct 2008 13:47:10 +0000 Pawel Solyga Update comments in models/group.py (changed Optional to Required). Add verbose_name to founder property in Group model.
Tue, 14 Oct 2008 12:36:55 +0000 Pawel Solyga Fixed imports sorting based on comments for r751.
Mon, 13 Oct 2008 21:54:51 +0000 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
Sun, 12 Oct 2008 00:08:54 +0000 Sverre Rabbelier Replace almost all occurences of linkname with link_name
Wed, 01 Oct 2008 22:19:22 +0000 Pawel Solyga Add basic Sponsors List, Create New Sponsor, Sponsor Public Profile views. Change all properties in Group model as required for now. Remaining TODO: write validation functions for Sponsor edit and create form fields that need additional validation (like address, phone number format).
Mon, 29 Sep 2008 15:46:42 +0000 Todd Larsen Take advantage of the Model inheritance provided by polymodel.PolyModel to
Sun, 21 Sep 2008 08:50:42 +0000 Pawel Solyga Remove Author model (use Person instead). Update models after removing Author. Add new Sponsor, Organization models.
Fri, 19 Sep 2008 18:02:37 +0000 Todd Larsen A rough draft of the Group Model, to be merged with Pawel's current effort in
less more (0) tip