Ole Laursen
5e39ea2e63
Fix bug with IPR search select box
...
- Legacy-Id: 3826
2012-01-19 13:20:45 +00:00
Ole Laursen
e20a96333a
Fix bug with attachment URLs, make the proxy slightly more future proof
...
- Legacy-Id: 3825
2012-01-19 13:03:59 +00:00
Ole Laursen
85b036e456
Only output stream tags in get_annotation_tags_for_draft
...
- Legacy-Id: 3824
2012-01-19 12:05:34 +00:00
Ole Laursen
7971354775
Hide stream state info unless we actually have a stream state
...
- Legacy-Id: 3823
2012-01-19 12:00:24 +00:00
Ole Laursen
04bce10521
Add History tab at /wg/[acronym]/ page, move group history entries
...
from charter to this page
- Legacy-Id: 3818
2012-01-17 16:10:14 +00:00
Ole Laursen
923239a5dc
Clean up old draft files when submitting a new draft
...
- Legacy-Id: 3811
2012-01-13 16:38:00 +00:00
Ole Laursen
f49701c9d3
Commit some files missing from the ChangeStateGroupEvent update
...
- Legacy-Id: 3810
2012-01-13 13:20:28 +00:00
Ole Laursen
44c78762e8
Don't add fake expire notices with the new schema
...
- Legacy-Id: 3808
2012-01-13 13:09:03 +00:00
Ole Laursen
f02b860e4d
Fix bug introduced with generic states
...
- Legacy-Id: 3806
2012-01-13 12:21:08 +00:00
Ole Laursen
87e87cfc98
Fix bugs in expire tests
...
- Legacy-Id: 3805
2012-01-13 11:32:15 +00:00
Ole Laursen
2021a0330d
Replace individual state change event types with an all-encompassing
...
ChangeStateGroupEvent
- Legacy-Id: 3804
2012-01-12 18:26:45 +00:00
Ole Laursen
dceedbf53d
Remove tombstone support from the code, importing drafts with their
...
version number unhacked
- Legacy-Id: 3803
2012-01-12 16:50:26 +00:00
Ole Laursen
06b1ecf90c
Skip testLogin test which is interfering with the now obsolete permission app
...
- Legacy-Id: 3802
2012-01-12 14:29:23 +00:00
Ole Laursen
f3685e7af1
Turn expiration into an explicit expires attribute on document, set
...
that on submission of new revision and resurrection
- Legacy-Id: 3801
2012-01-12 12:03:45 +00:00
Ole Laursen
31aef86164
Merge charter branch with the UI hooks disabled for the time being
...
- Legacy-Id: 3800
2012-01-11 15:04:13 +00:00
Ole Laursen
0745a1f08b
Use TelechatDate rather than TelechatDates in new form
...
- Legacy-Id: 3799
2012-01-11 13:43:30 +00:00
Ole Laursen
f3a26cc3fa
Move import to fix backwards-compat
...
- Legacy-Id: 3796
2012-01-05 15:31:14 +00:00
Ole Laursen
f4b6dac81f
Import telechat dates from the "telechat" table
...
- Legacy-Id: 3794
2012-01-04 18:02:04 +00:00
Ole Laursen
47df26af65
Remove unused code
...
- Legacy-Id: 3793
2012-01-04 16:58:41 +00:00
Ole Laursen
e7e992b80e
Add proxy for AreaGroup
...
- Legacy-Id: 3791
2012-01-04 14:57:04 +00:00
Ole Laursen
2f00c3028f
Don't use IDDates in new schema, use dates from Meeting
...
- Legacy-Id: 3790
2011-12-23 20:46:49 +00:00
Ole Laursen
3eee538db0
Port _get_versions helper to new schema
...
- Legacy-Id: 3788
2011-12-23 17:08:50 +00:00
Ole Laursen
612c6db6cd
Fix bug in SELECT_CHOICES relying on Django not actually converting the database data to integers
...
- Legacy-Id: 3787
2011-12-23 16:47:38 +00:00
Ole Laursen
9ae5f6a456
Make test runner multi-DB-aware
...
- Legacy-Id: 3786
2011-12-23 13:15:27 +00:00
Ole Laursen
010ca9362e
Swap names so legacy is called "ietf" and new is "ietf_new"
...
- Legacy-Id: 3784
2011-12-23 13:11:05 +00:00
Ole Laursen
99175b583e
Port NOMCOM announcement sitemap
...
- Legacy-Id: 3782
2011-12-23 12:41:35 +00:00
Ole Laursen
79fe54e8df
Fix legacy table which isn't
...
- Legacy-Id: 3779
2011-12-22 19:16:10 +00:00
Ole Laursen
0dabaf96fb
Split database into current and legacy, adding importer to copy reused
...
tables from legacy to new through Django (with minimal cleaning to
have the import go through) and removing migrations from submit and
liaisons as they interfere with the clean slate of the new database,
adjusting IPR model to add null=True on fields with nulls in the
database
- Legacy-Id: 3778
2011-12-22 18:34:19 +00:00
Ole Laursen
5079d60eba
Adjust test to recent person importer changes
...
- Legacy-Id: 3777
2011-12-21 19:12:48 +00:00
Ole Laursen
de0fc12ce8
Port telechat dates
...
- Legacy-Id: 3774
2011-12-20 13:12:12 +00:00
Ole Laursen
498dc38507
Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3
...
- Legacy-Id: 3773
2011-12-15 14:13:54 +00:00
Ole Laursen
2d521ee92b
Fix some bugs in materials page after meeting refactor
...
- Legacy-Id: 3772
2011-12-14 17:28:54 +00:00
Ole Laursen
eac8676c12
Fix bug in resurrection role rewrite, was missing a line
...
- Legacy-Id: 3770
2011-12-14 15:36:25 +00:00
Ole Laursen
7c36e78415
Fix some bugs from the recent meeting refactor
...
- Legacy-Id: 3769
2011-12-14 15:27:45 +00:00
Ole Laursen
02809ffbf1
Model non-group-meeting sessions with sessions (by extending it with a
...
name), as a consequence, drop the "other" time slot category and
remove materials on time slots
- Legacy-Id: 3754
2011-12-09 13:45:05 +00:00
Ole Laursen
f74890aec4
Adjust to handle the slightly revamped email_address() on person
...
- Legacy-Id: 3750
2011-12-07 19:26:53 +00:00
Ole Laursen
43fe4d87fa
Fix use of email_address() in nomcom view
...
- Legacy-Id: 3749
2011-12-07 19:17:05 +00:00
Ole Laursen
ef5aff7b1a
Use role email for resurrection requests
...
- Legacy-Id: 3748
2011-12-07 18:56:55 +00:00
Ole Laursen
2c81e8d1ed
Add support for not-meeting meeting sessions
...
- Legacy-Id: 3744
2011-12-07 11:52:18 +00:00
Ole Laursen
3ed02196d7
Fix some instances where we use a non-role email for ADs in spite of them acting as ADs
...
- Legacy-Id: 3741
2011-12-06 14:01:44 +00:00
Ole Laursen
2c374d93db
Move meeting submission constants to settings
...
- Legacy-Id: 3737
2011-12-01 12:02:32 +00:00
Ole Laursen
1c0d859a80
Fix problem with __unicode__ on Constraint (spotted by Ryan Cross)
...
- Legacy-Id: 3735
2011-11-30 17:20:03 +00:00
Ole Laursen
af8c1b4bf8
Revamp comment handling on state changes slightly, reenable changing
...
substate in the IESG state interface (modeled with tags)
- Legacy-Id: 3725
2011-11-29 18:46:42 +00:00
Ole Laursen
79ea179ff9
Comment out verbose mail server debug output for the time being
...
- Legacy-Id: 3719
2011-11-28 17:52:27 +00:00
Ole Laursen
e866d9d8a9
Fix name of cookie
...
- Legacy-Id: 3718
2011-11-28 17:50:29 +00:00
Ole Laursen
03d1877802
Interpret settings.EMAIL_COPY_TO="" as "don't send a copy"
...
- Legacy-Id: 3717
2011-11-28 17:21:29 +00:00
Ole Laursen
b114e5e6cf
Add simple view for setting testemailcc cookie when server is in test mode
...
- Legacy-Id: 3716
2011-11-28 17:19:45 +00:00
Ole Laursen
8153a1c130
Patch up to pass request object to send mail in the instances where
...
it's possible (i.e. when not run in cron) in preparation for better
mail test handling
- Legacy-Id: 3711
2011-11-25 18:24:14 +00:00
Ole Laursen
1a1476fa01
Remove unused import
...
- Legacy-Id: 3710
2011-11-25 15:47:22 +00:00
Ole Laursen
f5ae4a0496
Add warning comment
...
- Legacy-Id: 3709
2011-11-25 15:44:25 +00:00