Robert Sparks
51ab8123d9
merged in from 4.20-ise
...
- Legacy-Id: 4502
2012-06-22 20:25:17 +00:00
Henrik Levkowetz
bfaf48b60f
Merged in personal/adam/v4.00 from adam@nostrum.com with fixes [4436], [4438] to the /meeting/*/requests page.
...
- Legacy-Id: 4485
Note: SVN reference [4436] has been migrated to Git commit 9cfdb5afd7f77b161c43b9551ec3fc23575aa255
Note: SVN reference [4438] has been migrated to Git commit 961c6b83d293f465df678a943a7621b731a0acbb
2012-06-21 00:00:03 +00:00
Henrik Levkowetz
b1b21e5529
Merged in branch/iola/charter-fixes from olau@iola.dk with a series of fixes to the charter management code.
...
- Legacy-Id: 4483
2012-06-20 23:01:28 +00:00
Henrik Levkowetz
2b78e1573e
Merged in personal/rjs/v4.02_via_rfc containing [4356] which replaces code using the old via-rfc tag with code looking at the document stream (and more), and [4364] which adds document page counts on the future telechats page.
...
- Legacy-Id: 4482
Note: SVN reference [4356] has been migrated to Git commit 4eabc033c1
Note: SVN reference [4364] has been migrated to Git commit b3c665287d
2012-06-20 22:17:48 +00:00
Ole Laursen
a353acd7e6
Fix link to charter .txt file on agenda page
...
- Legacy-Id: 4469
2012-06-19 14:16:08 +00:00
Henrik Levkowetz
9f3cf38a71
Merged [4364] from rjsparks@nostrum.com:
...
Expose how many pages each document contains on the docs on future telechats page.
Fixes bug #828
- Legacy-Id: 4383
Note: SVN reference [4364] has been migrated to Git commit b3c665287d
2012-05-04 11:57:35 +00:00
Robert Sparks
b3c665287d
Expose how many pages each document contains on the docs on future telechats page.
...
Fixes bug #828
- Legacy-Id: 4364
2012-05-03 17:47:12 +00:00
Robert Sparks
4eabc033c1
Replaced the concept of a tag (via-rfc) identifying ise or irtf document (previously the idinternal.via_rfc_editor boolean) with looking at the document's stream.
...
Removed the stream editing form - that functionality is on the edit info form.
Put the old-ADs back into the list of choices when editing a document's info.
This (re) fixes bug #749
- Legacy-Id: 4356
2012-05-03 04:26:09 +00:00
Henrik Levkowetz
bcd28cc45f
Merged in fixes to the migration from olau@iola.dk. Merged in charter branch from olau@iola.dk. Added various fixes and correction of merge errors.
...
- Legacy-Id: 4353
2012-05-02 19:35:32 +00:00
Ole Laursen
d0dcd60aa8
Fix bug in retrieving charters for agenda, slight template fix
...
- Legacy-Id: 4202
2012-03-24 12:10:52 +00:00
Ole Laursen
03980c3882
Use same sort for future agenda documents as for plain agenda, fixes #810 .
...
- Legacy-Id: 4098
2012-03-15 18:40:02 +00:00
Ole Laursen
041858dd8a
Add .distinct() to some more queries, fixes problem with drafts showing up twice
...
- Legacy-Id: 4072
2012-03-08 14:11:12 +00:00
Ole Laursen
8723e7f60d
Use Person.plain_name as token holder names in proxy, and also in the WGAction form, fixes #776 .
...
- Legacy-Id: 3996
2012-02-28 18:11:57 +00:00
Ole Laursen
dbf5e6ab84
Remove a bunch of old admin files, fix a couple of issues with the new ones, add admin for meeting
...
- Legacy-Id: 3995
2012-02-28 17:29:52 +00:00
Ole Laursen
724067aa89
Sort documents on agenda on when an IESG process was started on them
...
- Legacy-Id: 3930
2012-02-16 16:31:01 +00:00
Ole Laursen
8153552ed5
Remove unneeded use of DocumentProxy.agenda
...
- Legacy-Id: 3910
2012-02-08 12:20:41 +00:00
Ole Laursen
15474ed2f2
Add .distinct() on queryset to fix draft showing up twice
...
- Legacy-Id: 3884
2012-01-31 17:55:54 +00:00
Ole Laursen
328ecb08c3
Replace old charter branches with new branch based on conversion branch and some preliminary work on generalizing document handling
...
[[Split portion of a mixed commit.]]
- Legacy-Id: 3883.1
2012-01-31 17:38:27 +00:00
Ole Laursen
980d4e6444
Move new schema models from redesign/ to ietf/
...
- Legacy-Id: 3855
2012-01-24 17:17:24 +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
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
de0fc12ce8
Port telechat dates
...
- Legacy-Id: 3774
2011-12-20 13:12:12 +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
5a4c23ea92
Merge with trunk
...
- Legacy-Id: 3676
2011-11-21 16:41:21 +00:00
Ole Laursen
5d291f222c
Remove .state and .*_state on Document in favour of generic states
...
mapping, port the codebase to use these states
- Legacy-Id: 3660
2011-11-16 18:18:06 +00:00
Henrik Levkowetz
97842aea8c
Updated test to macth new form field.
...
- Legacy-Id: 3631
2011-11-16 06:01:25 +00:00
Henrik Levkowetz
1571044bc3
Give telechat agenda items a default type, for easier secretariat use of the admin interface for adding entries. Use an empty title string when no title is available.
...
- Legacy-Id: 3626
2011-11-16 04:45:03 +00:00
Ole Laursen
67e317d535
Merged in changes from conversion branch fixing a couple of problems
...
- Legacy-Id: 3285
2011-08-04 15:09:54 +00:00
Henrik Levkowetz
413bcdabbd
Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with.
...
- Legacy-Id: 3205
2011-07-23 12:49:56 +00:00
Ole Laursen
03bed41630
Merged in changes from the conversion branch
...
- Legacy-Id: 3187
2011-06-28 18:20:20 +00:00
Henrik Levkowetz
fe10dfd20c
Tweaked a number of setting value names and adjusted one value.
...
- Legacy-Id: 3037
2011-04-09 22:13:45 +00:00
Henrik Levkowetz
f29a8fb2c6
Merged [2945] from peter.musgrave@magorcorp.com:
...
Ticket 552: Add IPR column to IESG Telechat Agenda
- Legacy-Id: 2953
Note: SVN reference [2945] has been migrated to Git commit 109799b334a45053d62251bbb5107350fc5f4c57
2011-03-26 14:32:41 +00:00
Henrik Levkowetz
936cb0a857
As we're restoring the ability to re-schedule from the IESG agenda document list, we also restore the accompanying test. However, also retain the modified test which tested re-scheduling from the /edit/info/ page (under another test class name).
...
- Legacy-Id: 2772
2011-01-28 12:15:33 +00:00
Henrik Levkowetz
2d040ff4a1
Removing the rescheduling forms from the /iesg/agenda/documents/ page broke the iesg.RescheduleOnAgendaTestCase. Fix this.
...
- Legacy-Id: 2526
2010-09-20 14:38:29 +00:00
Henrik Levkowetz
61053bb038
Renamed the tarfile function.
...
- Legacy-Id: 2489
2010-08-19 13:59:15 +00:00
Henrik Levkowetz
2d50e7df8f
Fix issue #355 : module tarfile's .add() needs a string name (not unicode) on the production server (Python 2.5.1).
...
- Legacy-Id: 2465
2010-08-06 12:22:59 +00:00
Henrik Levkowetz
91d0c7efd7
IETF 78 Sprint code from Robert Sparks: provide a downloadable tarball of the documents on the IESG agenda of a given date.
...
- Legacy-Id: 2409
2010-07-24 15:23:45 +00:00
Henrik Levkowetz
266b7820d0
Merged from log:branch/2.00@2363: Current release branch head to trunk.
...
- Legacy-Id: 2365
2010-07-21 12:48:05 +00:00
Henrik Levkowetz
fa77ac30d5
Merged r840 from branch/2.00 to trunk, and updated version information in ietf/__init__.py
...
- Legacy-Id: 841
2007-07-04 21:17:57 +00:00
Henrik Levkowetz
cd030d3b43
Adding copyright notices to all python files
...
- Legacy-Id: 716
2007-06-27 21:16:34 +00:00
Bill Fenner
6d03969bac
URL shuffling in iesg, idtracker and my
...
- Legacy-Id: 666
2007-06-26 20:21:31 +00:00
Michael Lee
9d5faab01b
Fix IESG announcements script to handle mixed-intended_status fleet (group of documents)
...
- Legacy-Id: 659
2007-06-26 19:16:58 +00:00
Henrik Levkowetz
5b3f352caf
Handle diff in /iesg/ann/iesg-doc/recent/ with an ignore regex instead of an acceptable diff, as the diff line number will move with new entries on the page.
...
- Legacy-Id: 646
2007-06-25 23:22:10 +00:00
Henrik Levkowetz
d1f5520067
Changing to sorted diffs for recent and previous IESG announcements. Doing this shows what seems to be a flaw in the old scripts, listing some informational documents among the Protocol Announcements. Adding an acceptable diff for the remaining diff which is a result of this.
...
- Legacy-Id: 619
2007-06-22 23:13:11 +00:00
Henrik Levkowetz
6d0fa4f4d7
Changing the comparison of this to be sorted. The order differences will continue to change as the content changes over time, so a stored diff won't work
...
- Legacy-Id: 618
2007-06-22 20:56:03 +00:00
Bill Fenner
ab68651765
Make date_threshold into a function. Since it was coded as a static
...
assignment, it would actually happen when the mod_python thread was
initialized, so the value would drift away from being right.
Match the I-D tracker implementation by moving it to the first day of
the month in which the day that's 185 days ago lives.
- Legacy-Id: 565
2007-06-20 22:38:04 +00:00
Bill Fenner
a3e2da7380
select_related() on IDInternal eliminates most of the relevant rows
...
due to missing data in other tables, so instead, select on
InternetDrafts. This is a little confusing, since the two halves
of the page have different types of objects.
Also add the intended_status, which was also missing in this
template.
- Legacy-Id: 532
2007-06-19 17:19:19 +00:00
Bill Fenner
b5e944ceaa
previous_announcement.cgi has a show_detail mode too.
...
Also, use an actually recent ballot ID for the recent_announcement test.
- Legacy-Id: 495
2007-06-18 16:48:59 +00:00
Henrik Levkowetz
9681754803
More test URLs
...
- Legacy-Id: 466
2007-06-17 09:30:35 +00:00
Bill Fenner
9a9f375ec3
Check that the feed returns 200.
...
- Legacy-Id: 314
2007-06-11 17:26:34 +00:00