Henrik Levkowetz
51a3214d96
Something changed in the model? IDinternal edit form was broken, fixed it
...
- Legacy-Id: 171
2007-05-28 09:22:59 +00:00
Henrik Levkowetz
a9110c09c6
Added a simple filter to return an item in square brackets, for the ballot view.
...
- Legacy-Id: 170
2007-05-28 09:20:53 +00:00
Bill Fenner
0ceb9e2b0c
Add helper function email() to PersonOrOrgInfo, which returns the
...
email address in a 2-tuple that email.Utils.formataddr() accepts.
- Legacy-Id: 160
2007-05-24 17:26:08 +00:00
Michael Lee
b2f8368971
Need to order WG sessions by area
...
- Legacy-Id: 150
2007-05-22 20:27:36 +00:00
Bill Fenner
1a5402da0b
Add static method Areas.active_area_choices() for choice fields
...
Find business name or department from postal_addresses if there is
no first or last name for person_or_org_info's __str__.
- Legacy-Id: 146
2007-05-22 19:50:52 +00:00
Bill Fenner
f6a55f99d2
Change __str__ representation for a BallotInfo.
...
Add Positions, IESGComment, IESGDiscuss tables. (These are
database tables 'ballots', 'ballots_comment' and ballots_discuss'
but I decided to name the classes differently.)
- Legacy-Id: 126
2007-05-10 23:16:41 +00:00
Bill Fenner
561c97bc72
Add choices() static functions to gather common choices
...
for select boxes.
Make BallotInfo's primary key an AutoField.
- Legacy-Id: 123
2007-05-10 22:03:18 +00:00
Michael Lee
f1ef54883d
Remove extra method idballot from InternetDraft
...
- Legacy-Id: 119
2007-05-10 15:14:33 +00:00
Michael Lee
dc3f03480d
* Add IESG Announcements pages
...
* Add BallotInfo model in idtracker models
* Modified iesg/url.py for IESG Announcement pages
- Legacy-Id: 117
2007-05-10 15:06:48 +00:00
Bill Fenner
e1d94fce9a
Set related_name values for prev_state and prev_sub_state, even though
...
I can't see a use for them, since setting "None" doesn't actually remove
the reverse relation.
- Legacy-Id: 115
2007-05-09 22:31:44 +00:00
Henrik Levkowetz
f1e70cbbe4
Some ipr/model.py field re-arranging to make the admin interface come out nicer
...
- Legacy-Id: 110
2007-05-09 06:16:50 +00:00
Bill Fenner
96ae389b74
Use an idtracker-specific base.html instead of having the same
...
boilerplate in each template.
Add evaluation_process (view_evaluation_desc) and ballot_key (view_key)
templates and urls.
- Legacy-Id: 108
2007-05-08 22:22:03 +00:00
Bill Fenner
e73f7dbf5f
Implement most of view_id.
...
* Moved RFCs model into idtracker
* Switched idtracker querys to use idinternal
* Created idinternal.document which returns either an InternetDraft or
an Rfc depending on the value of rfc_flag
* Create compatability methods in InternetDraft and Rfc models
to be able to use certain attributes in the template without
worring about where they come from.
Ticket #59 has a list of remaining bits.
- Legacy-Id: 98
2007-05-04 21:33:56 +00:00
Henrik Levkowetz
5872696834
Moving ietf to trunk/ietf
...
[[Split portion of a mixed commit.]]
- Legacy-Id: 96.1
2007-05-04 12:37:28 +00:00