2009-08-13 |
Lennard de Rijk |
Added methods that give the shipping information for a role entity.
|
file |
diff |
annotate
|
2009-07-31 |
Lennard de Rijk |
Edited the role form to clarify the intention of the checkbox+marker.
|
file |
diff |
annotate
|
2009-04-20 |
Sverre Rabbelier |
Email address is actually private, not public, make this obvios
|
file |
diff |
annotate
|
2009-04-19 |
Lennard de Rijk |
Added ccTld property to role to retrieve the ccTld of the country of residence for a specific role entity.
|
file |
diff |
annotate
|
2009-04-12 |
Sverre Rabbelier |
Add (better) help_text to publish_location and school_name
|
file |
diff |
annotate
|
2009-04-11 |
Sverre Rabbelier |
Lower ASCII fix
|
file |
diff |
annotate
|
2009-04-03 |
Pawel Solyga |
Fix too long lines, style and remove unused imports in soc.models modules.
|
file |
diff |
annotate
|
2009-03-31 |
Lennard de Rijk |
Added example text to birth_date.
|
file |
diff |
annotate
|
2009-03-26 |
Lennard de Rijk |
Added document_name alias for use on award certificates.
|
file |
diff |
annotate
|
2009-03-26 |
Lennard de Rijk |
Name alias now does not use the name_on_documents.
|
file |
diff |
annotate
|
2009-03-22 |
Sverre Rabbelier |
Add example text on t-shirt sizes
|
file |
diff |
annotate
|
2009-03-21 |
Lennard de Rijk |
Push agreements to group 99 for Role forms.
|
file |
diff |
annotate
|
2009-03-20 |
Sverre Rabbelier |
Added example text to the phone number fields
|
file |
diff |
annotate
|
2009-03-04 |
Pawel Solyga |
Style and too long lines fixes in soc.models.role module.
|
file |
diff |
annotate
|
2009-03-02 |
Sverre Rabbelier |
Fixed a typo in the example for network info
|
file |
diff |
annotate
|
2009-02-21 |
Lennard de Rijk |
Fixed name method in soc/models/role.py
|
file |
diff |
annotate
|
2009-02-19 |
Sverre Rabbelier |
Fixed grouping and updated help text
|
file |
diff |
annotate
|
2009-02-19 |
Sverre Rabbelier |
Fixed copy/paste fail
|
file |
diff |
annotate
|
2009-02-17 |
Sverre Rabbelier |
Implemented simple group sorted using numerical ordering
|
file |
diff |
annotate
|
2009-02-15 |
Sverre Rabbelier |
Added grouping support to all forms, converted role as example
|
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-02-01 |
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.
|
file |
diff |
annotate
|
2009-01-31 |
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.
|
file |
diff |
annotate
|
2009-01-31 |
Lennard de Rijk |
Changed display_name to name_on_certificates in models/role.py.
|
file |
diff |
annotate
|
2009-01-30 |
Sverre Rabbelier |
Added missing dot.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Renamed state to status where appropriate.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Added agreed_to_tos_on field in user and role model.
|
file |
diff |
annotate
|
2009-01-28 |
Lennard de Rijk |
Changed the verbose name for agrees_to_tos to I agree to the Terms of Service.
|
file |
diff |
annotate
|
2009-01-24 |
Sverre Rabbelier |
Use ugettext instead of ugettext_lazy
|
file |
diff |
annotate
|
2009-01-23 |
Lennard de Rijk |
Added state property to role model.
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Changes in Role model.
|
file |
diff |
annotate
|
2009-01-20 |
Todd Larsen |
Add the agrees_to_tos property to Roles (as its own changeset this time...).
|
file |
diff |
annotate
|
2009-01-20 |
Todd Larsen |
This file should not have been included in r1428. Reverting...
|
file |
diff |
annotate
|
2009-01-20 |
Todd Larsen |
Changing ReadOnlyBool to type "text" makes it display "True" or "False".
|
file |
diff |
annotate
|
2008-12-06 |
Lennard de Rijk |
Comment fixes for state in group and role model.
|
file |
diff |
annotate
|
2008-11-23 |
Todd Larsen |
Provide a simple method in the Role Model class that aliases the existing
|
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-15 |
Todd Larsen |
Attempt to rename User.id to User.account, in preparation for making User be
|
file |
diff |
annotate
|
2008-11-11 |
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.
|
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-09-29 |
Todd Larsen |
Take advantage of the Model inheritance provided by polymodel.PolyModel to
|
file |
diff |
annotate
|