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
2ddba26685
Set version info and settings back to development mode
...
- Legacy-Id: 2453
2010-07-28 14:16:59 +00:00
Henrik Levkowetz
0ab9e10f41
Set version info to release version 3.04 before branching.
...
- Legacy-Id: 2451
2010-07-28 14:15:04 +00:00
Henrik Levkowetz
5d33dfe33f
IETF 78 code from Adam Roach: Make the selectable WG agenda feature of the datatracker IETF Agenda even less resource intensive.
...
- Legacy-Id: 2449
2010-07-28 14:10:20 +00:00
Henrik Levkowetz
3214714ee0
Fix for issue 351, from olau@iola.dk. Now permits editing of document state without getting a 500 error.
...
- Legacy-Id: 2448
2010-07-28 14:05:37 +00:00
Henrik Levkowetz
7cc99b0352
IETF 78 code from Peter Musgrave: Look for the WG name as the third element, for the WG-related drafts list; rather than accepting the WG name anywhere in a draft name.
...
- Legacy-Id: 2446
2010-07-28 13:20:18 +00:00
Henrik Levkowetz
4fd27d1455
IETF 78 code from Adam Roach: Make the selectable WG agenda feature of the datatracker IETF Agenda less resource intensive by only loading WG agendas when we know they are used in the page.
...
- Legacy-Id: 2444
2010-07-28 12:57:34 +00:00
Henrik Levkowetz
8f3dbc1d6a
Set version info and settings back to development mode
...
- Legacy-Id: 2436
2010-07-27 13:11:03 +00:00
Henrik Levkowetz
b16e867486
Set version info to release version 3.03 before branching.
...
- Legacy-Id: 2434
2010-07-27 13:10:31 +00:00
Henrik Levkowetz
ae11de9ab3
Add a test url for the WG agenda URL feature.
...
- Legacy-Id: 2432
2010-07-27 13:09:42 +00:00
Henrik Levkowetz
356cc00747
Correct the urlpattern regexes to not pick up groups we don't want picked up (bug found when running the test suite).
...
- Legacy-Id: 2427
2010-07-26 17:03:23 +00:00
Henrik Levkowetz
ade0bd69eb
Don't use a button to show/hide the WG selection table. Replaced with triangle and link-like text. Also show something appropriate when there's no session agenda available.
...
- Legacy-Id: 2424
2010-07-26 16:23:33 +00:00
Henrik Levkowetz
faf8eb31b8
IETF 78 Sprint code from Adam Roach: Make the IETF agenda page view user-modifiable, providing a custom bookmarkable agenda view for each user.
...
- Legacy-Id: 2422
2010-07-26 14:18:14 +00:00
Henrik Levkowetz
161f4a1987
A little help in understanding the RfcEditorQueRef model.
...
- Legacy-Id: 2419
2010-07-26 12:35:47 +00:00
Henrik Levkowetz
a73fabfe06
Use better URLs for WG agendas.
...
- Legacy-Id: 2418
2010-07-26 12:08:17 +00:00
Henrik Levkowetz
fa19632231
Fix bug in handling of case variations of the group acronym of agendas.
...
- Legacy-Id: 2417
2010-07-26 12:01:12 +00:00
Henrik Levkowetz
b9dbf5cd53
Make WG agendas available trough datatracker URLs; this will avoid problems when the text from these pages are incorporated in frames in other datatracker pages.
...
- Legacy-Id: 2416
2010-07-26 11:57:27 +00:00
Henrik Levkowetz
fdab931d2c
IETF 78 Sprint code from Peter Musgrave: Add related documents section to the wg documents page (e.g., /wg/sipclf/).
...
- Legacy-Id: 2414
2010-07-24 17:32:43 +00:00
Henrik Levkowetz
ee3c38d0d2
IETF 78 Sprint code from Robert Sparks: Relabel the 'Issue Ballot' button (for AD use, on the draft info page).
...
- Legacy-Id: 2410
2010-07-24 16:05: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
2a6adae5de
Set version info and settings back to development mode
...
- Legacy-Id: 2372
2010-07-21 13:37:46 +00:00
Henrik Levkowetz
8eb74b82d9
Set version info to release version 3.02 before branching.
...
- Legacy-Id: 2370
2010-07-21 13:34:58 +00:00
Henrik Levkowetz
d2b1f9d7cd
Remove the per-document rescheduling dropdown boxes from the future iesg telechat document list (/iesg/agenda/documents/). Fixes #346 .
...
- Legacy-Id: 2366
2010-07-21 13:19:07 +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
Bill Fenner
0a7b45a9f4
Fix exception when given a bad numeric ID for a WG (return 404 instead).
...
Add a testurl for the case that was failing on datatracker.
- Legacy-Id: 744
2007-06-28 12:02:12 +00:00
Henrik Levkowetz
1c2bcbf356
Merged r736 from branch/2.00 to trunk
...
- Legacy-Id: 737
2007-06-28 08:13:09 +00:00
Henrik Levkowetz
8c1d9e62fd
Set version of the trunk to 2.xx-trunk after branching off 2.00
...
- Legacy-Id: 729
2007-06-28 01:00:05 +00:00
Henrik Levkowetz
799d4e9b43
Set version info to release version 2.00 before branching.
...
- Legacy-Id: 726
2007-06-28 01:00:01 +00:00
Henrik Levkowetz
4443ba8f83
Fix pyflakes nit
...
- Legacy-Id: 724
2007-06-28 00:07:33 +00:00
Henrik Levkowetz
d159cae75c
Adding a test case for /ipr/update/<num>/
...
- Legacy-Id: 723
2007-06-28 00:04:49 +00:00
Henrik Levkowetz
4d2fdb05de
Additional fix for #151 , not linking to retracted disclosures.
...
- Legacy-Id: 722
2007-06-27 23:48:26 +00:00
Henrik Levkowetz
593ae23309
Additional fix for #151 , not linking to retracted disclosures.
...
- Legacy-Id: 721
2007-06-27 23:16:45 +00:00
Henrik Levkowetz
24c320f763
Restrict all found IPRs to status 1 and 3. Only show links to, and display details of, IPRs with status 1.
...
- Legacy-Id: 720
2007-06-27 22:24:24 +00:00
Henrik Levkowetz
261b8d2620
New mailing list webtools@ietf.org has been set up for public reports regarding the rewritten tools. Use this in the footer line.
...
- Legacy-Id: 719
2007-06-27 21:34:36 +00:00
Henrik Levkowetz
644f7fac25
Adding copyright notices to all templates
...
- Legacy-Id: 717
2007-06-27 21:24:29 +00:00
Henrik Levkowetz
cd030d3b43
Adding copyright notices to all python files
...
- Legacy-Id: 716
2007-06-27 21:16:34 +00:00
Henrik Levkowetz
e6343f614d
Add an ignore regex expression for the footer, so date, version and contact information changes doesn't trigger diffs
...
- Legacy-Id: 711
2007-06-27 20:11:53 +00:00
Henrik Levkowetz
c05019128f
It's not quite version 2.00 yet ;-)
...
- Legacy-Id: 710
2007-06-27 19:58:21 +00:00
Henrik Levkowetz
d3b0d60d6a
Release version 2.0.
...
- Legacy-Id: 709
2007-06-27 18:32:54 +00:00
Bill Fenner
1163bcb2b9
When updating a 3rd-party disclosure, the updater is the ietf participant,
...
otherwise the updater is the submitter.
- Legacy-Id: 708
2007-06-27 17:42:35 +00:00
Henrik Levkowetz
fe3e063f37
Factor out the page footer, and use it also in the idtracker's base.html
...
- Legacy-Id: 707
2007-06-27 17:38:53 +00:00
Bill Fenner
42245b73b4
Chase the moved update view.
...
- Legacy-Id: 706
2007-06-27 17:17:32 +00:00
Bill Fenner
cccf7a9ca4
* Skip 'ipr' and 'contact_type' fields in BaseContactForm
...
* Move update() to new.py
* Get the update submitter in update() and overwrite the ipr submitter with it when updating.
* Remove ? from trailing slash in about - the addslashes middleware will get there first anyway, and the ? confuses reverse()
- Legacy-Id: 705
2007-06-27 17:11:38 +00:00
Bill Fenner
06680fba8c
Output referenced document titles with their numbers/filenames.
...
- Legacy-Id: 704
2007-06-27 17:10:41 +00:00
Bill Fenner
da2b6199f0
Link internally with {% url %} instead of hardcoded pointer
...
to datatracker.
- Legacy-Id: 703
2007-06-27 16:35:14 +00:00
Henrik Levkowetz
c8b06bcd10
Agenda 69 won't give a stable diff, either. Disabled.
...
- Legacy-Id: 702
2007-06-27 16:19:57 +00:00
Henrik Levkowetz
05e03aff2b
Fix exception reporting
...
- Legacy-Id: 701
2007-06-27 15:01:05 +00:00
Henrik Levkowetz
8f54760bc3
The sort order of the sessions in the current agenda page isn't stable; no stored diff is possible. Disable for now.
...
- Legacy-Id: 700
2007-06-27 14:51:31 +00:00
Michael Lee
db3996cdbb
Add test url for IETF 69 agenda
...
- Legacy-Id: 699
2007-06-27 14:47:34 +00:00