Mercurial
Mercurial
>
py_tasks_melange
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
app/soc/models/organization.py
2009-01-24
Sverre Rabbelier
Use ugettext instead of ugettext_lazy
file
|
diff
|
annotate
2009-01-21
Lennard de Rijk
Changed the collection name and help text for Organization member template.
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-07
Lennard de Rijk
Fixed missing import in soc/models/organization.py.
file
|
diff
|
annotate
2009-01-07
Todd Larsen
Mailing list EmailProperty should be StringProperty instead, so that it is
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-15
Pawel Solyga
Remove unused imports in models modules.
file
|
diff
|
annotate
2008-12-15
Pawel Solyga
Remove not used TYPE_NAME, TYPE_NAME_SHORT and TYPE_NAME_PLURAL consts in all Group models.
file
|
diff
|
annotate
2008-12-06
Sverre Rabbelier
Added organizations
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-17
Pawel Solyga
Replace GROUP_TYPE_PLURAL and GROUP_TYPE_SHORT constants in Group models with more generic TYPE_NAME, TYPE_NAME_SHORT, TYPE_NAME_PLURAL names and apply changes in affected files. Use ugettext_lazy for TYPE_NAME and TYPE_NAME_PLURAL constants. This approach is similar to the upcoming refactor of 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-13
Pawel Solyga
Add missing blank lines between imports and sort all of the imports.
file
|
diff
|
annotate
2008-10-01
Pawel Solyga
Fixed models based on output from graph.py script and comments on
file
|
diff
|
annotate
2008-09-30
Pawel Solyga
Add org ReferenceProperty to Administrator model (many:1 relationship associating Administrators with specific Organization). Update Organization model __doc__ string with information about the back-reference 'admins'.
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
less
more
(0)
tip