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
Bill Fenner
da2de838c9
A first attempt at a list of urls to test and compare.
...
- Legacy-Id: 299
2007-06-10 23:32:37 +00:00
Michael Lee
415e274dde
IESG Announcment list page only lists announcements with ballog_id
...
- Legacy-Id: 269
2007-06-08 19:21:03 +00:00
Michael Lee
ac82271bcb
Update IESG Announcement scripts to work with latest models and template changes.
...
- Legacy-Id: 247
2007-06-06 05:11:06 +00:00
Henrik Levkowetz
03c18bd33d
Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny.
...
- Legacy-Id: 235
2007-06-05 16:58:58 +00:00
Michael Lee
27edcb2b3e
* Add meeting materials list page
...
* For testing, the page lists meeting materials regardless the submission cut off date.
* Need to add Training sessions, IRTF RGs, and Interim WGs
- Legacy-Id: 203
2007-06-01 04:10:39 +00:00
Michael Lee
73db42db56
Move the logic part to views.py for IESG announcement pages
...
- Legacy-Id: 120
2007-05-10 21:31:47 +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
f9b9b51536
Add author to iesg telechat minutes feed, to make it valid.
...
Add document comments feed to top-level urls.
- Legacy-Id: 101
2007-05-04 21:49:21 +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