Robert Sparks
cd748cd760
Update internal references to trac.tools.ietf.org to point to trac.ietf.org. Remove several links into tools.ietf.org. Commit ready for merge.
...
- Legacy-Id: 19422
2021-10-13 21:43:44 +00:00
Henrik Levkowetz
726fcbf27d
Removed all __future__ imports.
...
- Legacy-Id: 17391
2020-03-05 23:53:42 +00:00
Henrik Levkowetz
855716e1d5
Py2/3 compatibility: Added __future__ import
...
- Legacy-Id: 16448
2019-07-15 15:46:06 +00:00
Henrik Levkowetz
0589d0b313
Changed a bunch of regexes to use r strings; also miscellaneous smaller fixes.
...
- Legacy-Id: 16376
2019-07-04 15:51:05 +00:00
Henrik Levkowetz
3ec7e864be
Converted leading tabs to spaces in ietf/**/*.py
...
- Legacy-Id: 16310
2019-06-27 14:51:02 +00:00
Henrik Levkowetz
d7f5c84182
Initial 2to3 patch with added copyright statement updates.
...
- Legacy-Id: 16309
2019-06-27 14:40:54 +00:00
Henrik Levkowetz
435b109673
Added needed fixtures to RedirectsTests
...
- Legacy-Id: 12717
2017-01-23 20:10:36 +00:00
Henrik Levkowetz
17a7f59cd6
Deprecation fixes: Use request.GET or request.POST as appropriate, instead of request.REQUEST.
...
- Legacy-Id: 12533
2016-12-15 13:21:33 +00:00
Henrik Levkowetz
8e56935cfd
Undid commit 12527, which contained much too much.
...
- Legacy-Id: 12528
2016-12-15 10:38:54 +00:00
Henrik Levkowetz
e3c6e0ac6b
Changed the state shown in all_id.txt for drafts which have entered IESG processing, but then been replaced, to show as 'Replaced' instead of 'In IESG Processing'. This is consistent with how they are shown in all_id2.txt.
...
- Legacy-Id: 12527
2016-12-15 10:36:15 +00:00
Henrik Levkowetz
b6f15be079
Made ietf/redirects pyflakes-clean.
...
- Legacy-Id: 7479
2014-03-15 20:56:28 +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
0e2d7be442
Implement ^flag^command syntax and use it for sub_state=1 and
...
rfc_flag=1
Don't return a trailing slash if the next-to-last element has
a dot in it (the inverse of the algorithm in APPEND_SLASH in the
common middleware)
- Legacy-Id: 488
2007-06-18 15:06:44 +00:00
Bill Fenner
9594e1ec82
Handle a null suffix properly.
...
- Legacy-Id: 417
2007-06-15 18:35:56 +00:00
Bill Fenner
57ab09459f
Pop command if it's found.
...
Only pop if the key is in the dict. (Note: an alternate
implementation would have been pop(arg, '') except the QueryDict
doesn't implement that usage)
- Legacy-Id: 347
2007-06-12 20:49:09 +00:00
Bill Fenner
fd0ec05be1
Use a 301 permanent redirect.
...
Add a trailing slash, so that we're not redirecting to a redirect.
- Legacy-Id: 343
2007-06-12 19:01:35 +00:00
Bill Fenner
0d2bbe54e9
Pass through remaining query arguments.
...
- Legacy-Id: 342
2007-06-12 18:50:41 +00:00
Bill Fenner
47f60e49d1
* Add leading "/" to url.
...
* Remove extra "/" in case the database has extra leading or trailing slashes.
* Catch KeyError, not IndexError, since that's what gets thrown in the case I was thinking about.
- Legacy-Id: 335
2007-06-12 17:41:15 +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