2009-04-11 |
Sverre Rabbelier |
Lower ASCII fix
|
file |
diff |
annotate
|
2009-04-02 |
Pawel Solyga |
Replace "Founded by" with "Registered by" in soc.models.group module.
|
file |
diff |
annotate
|
2009-03-20 |
Sverre Rabbelier |
Added example text to the phone number fields
|
file |
diff |
annotate
|
2009-03-15 |
Lennard de Rijk |
Updated help text for email properties in Group model.
|
file |
diff |
annotate
|
2009-02-28 |
Lennard de Rijk |
Made mailing lists and IRC channel required for group/org applications.
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Renamed state to status where appropriate.
|
file |
diff |
annotate
|
2009-01-29 |
Lennard de Rijk |
Added state and shipping address fields to group model.
|
file |
diff |
annotate
|
2009-01-24 |
Sverre Rabbelier |
Use ugettext instead of ugettext_lazy
|
file |
diff |
annotate
|
2009-01-20 |
Pawel Solyga |
Move member_template property from Group to Organization model since it's Organization specific property.
|
file |
diff |
annotate
|
2009-01-08 |
Sverre Rabbelier |
Moved the member_template field to app and removed 'optional'
|
file |
diff |
annotate
|
2009-01-07 |
Todd Larsen |
Add IRC channel and mailing list properties to the Group and Organization
|
file |
diff |
annotate
|
2008-12-06 |
Lennard de Rijk |
Comment fixes for state in group and role model.
|
file |
diff |
annotate
|
2008-12-06 |
Lennard de Rijk |
Changed state property for models/group.py to be optional as the description states.
|
file |
diff |
annotate
|
2008-11-21 |
Todd Larsen |
Replace HomeSettings with Presence Model class. Replace SiteSettings with
|
file |
diff |
annotate
|
2008-11-21 |
Todd Larsen |
Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
|
file |
diff |
annotate
|
2008-11-20 |
Todd Larsen |
Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
|
file |
diff |
annotate
|
2008-11-15 |
Todd Larsen |
Attempt to rename User.id to User.account, in preparation for making User be
|
file |
diff |
annotate
|
2008-10-23 |
Sverre Rabbelier |
Moved all key_name related things to the logic modules
|
file |
diff |
annotate
|
2008-10-21 |
Sverre Rabbelier |
Incorperated suggestions by Todd
|
file |
diff |
annotate
|
2008-10-18 |
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.
|
file |
diff |
annotate
|
2008-10-16 |
Sverre Rabbelier |
Add a framework for generic views
|
file |
diff |
annotate
|
2008-10-15 |
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.
|
file |
diff |
annotate
|
2008-10-15 |
Pawel Solyga |
Update comments in models/group.py (changed Optional to Required). Add verbose_name to founder property in Group model.
|
file |
diff |
annotate
|
2008-10-14 |
Pawel Solyga |
Fixed imports sorting based on comments for r751.
|
file |
diff |
annotate
|
2008-10-13 |
Pawel Solyga |
Add missing blank lines between imports and sort all of the imports.
|
file |
diff |
annotate
|
2008-10-12 |
Sverre Rabbelier |
Replace almost all occurences of linkname with link_name
|
file |
diff |
annotate
|
2008-10-01 |
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).
|
file |
diff |
annotate
|
2008-09-29 |
Todd Larsen |
Take advantage of the Model inheritance provided by polymodel.PolyModel to
|
file |
diff |
annotate
|
2008-09-21 |
Pawel Solyga |
Remove Author model (use Person instead). Update models after removing Author. Add new Sponsor, Organization models.
|
file |
diff |
annotate
|
2008-09-19 |
Todd Larsen |
A rough draft of the Group Model, to be merged with Pawel's current effort in
|
file |
diff |
annotate
|