Henrik Levkowetz
c15b3e1ab4
Added a mypy .ini file
...
- Legacy-Id: 16769
2019-09-30 15:38:22 +00:00
Henrik Levkowetz
2d858f2e0a
Added mypy and django-stubs to Py3 requirements, and added a mypy test case.
...
- Legacy-Id: 16768
2019-09-30 15:37:32 +00:00
Henrik Levkowetz
4ed73d2ba9
Removed unused .py file
...
- Legacy-Id: 16767
2019-09-30 15:35:03 +00:00
Henrik Levkowetz
565d24cbbc
- Legacy-Id: 16766
2019-09-30 15:12:49 +00:00
Henrik Levkowetz
e0479d8d13
Changed the call signature of docevent_from_submission() to take an optional Person object, rather than person name. Added a type hint for the signature.
...
- Legacy-Id: 16764
2019-09-29 20:00:49 +00:00
Henrik Levkowetz
a1db2d5aef
Tweaked the condition for waiving submission email confirmation slightly.
...
- Legacy-Id: 16760
2019-09-27 06:12:55 +00:00
Henrik Levkowetz
60ba9f5a27
Set version info and settings back to development mode
...
- Legacy-Id: 16756
2019-09-26 18:42:35 +00:00
Henrik Levkowetz
4c9cddfaa6
Set version info to release version 6.103.0 before branching.
...
- Legacy-Id: 16754
2019-09-26 18:42:24 +00:00
Henrik Levkowetz
1ad04b88ad
Changelog entry for 6.103.0
...
- Legacy-Id: 16753
2019-09-26 18:42:18 +00:00
Henrik Levkowetz
10a66bdd1d
Code coverage data for release 6.103.0
...
- Legacy-Id: 16752
2019-09-26 18:42:07 +00:00
Henrik Levkowetz
9827f62671
Updated PLAN
...
- Legacy-Id: 16751
2019-09-26 15:50:34 +00:00
Henrik Levkowetz
44296e1aae
- Legacy-Id: 16750
2019-09-26 14:44:10 +00:00
Henrik Levkowetz
3939c0b88c
Changed draft submission to not require an email round-trip when the submitter is logged in. Added corresponding test cases.
...
- Legacy-Id: 16749
2019-09-26 14:43:26 +00:00
Henrik Levkowetz
466bd0675e
Added asciiFullname and asciiSurname attributes to the XML submission test template.
...
- Legacy-Id: 16748
2019-09-26 14:41:48 +00:00
Henrik Levkowetz
125ec9b3b7
Added a template interpolation variable for document title to the submission test text template.
...
- Legacy-Id: 16747
2019-09-26 14:40:36 +00:00
Henrik Levkowetz
eabf121abe
Added code to detect conflicting information for draft name, revision, and title when both XML and text versions of a document are submitted.
...
- Legacy-Id: 16746
2019-09-26 14:38:47 +00:00
Henrik Levkowetz
78889979a1
Changed the draft submission form and views so that an email address is required for each author in order to complete self-service draft submission. It is possible to add these as metadata updates, but this will lead to submission through the secretariat (and the email addresses will still be required). Also updated related templates to make the handling of form section headings more consistent.
...
- Legacy-Id: 16745
2019-09-23 17:26:16 +00:00
Henrik Levkowetz
1efd28752c
Added some caching to /release/ pages. With now more than 350 releases, the page response times had increased to typically 4s. Caching in view and template brought this down to ~160ms.
...
- Legacy-Id: 16744
2019-09-21 12:36:08 +00:00
Henrik Levkowetz
d7c4639d4f
Set version info and settings back to development mode
...
- Legacy-Id: 16742
2019-09-20 16:19:14 +00:00
Henrik Levkowetz
638436364e
Set version info to release version 6.102.0 before branching.
...
- Legacy-Id: 16740
2019-09-20 16:18:41 +00:00
Henrik Levkowetz
d0149c0cb6
Changelog entry for 6.102.0
...
- Legacy-Id: 16739
2019-09-20 16:18:31 +00:00
Henrik Levkowetz
0202983837
Code coverage data for release 6.102.0
...
- Legacy-Id: 16738
2019-09-20 16:18:09 +00:00
Henrik Levkowetz
a3f59ee9a2
Added conversion of version 3 XML draft submissions to v3 HTML, in addition to text. Added a link to HTML versions (when present) to the document status page, and renamed the link to the htmlized version to 'htmlized'. Converted the submission XML test-file to version 3. Added test code to check that HTML is generated for version 3 XML submissions.
...
- Legacy-Id: 16737
2019-09-20 14:24:44 +00:00
Henrik Levkowetz
2c72d33b84
Added class 'bg-danger' to submission error messages. The big 'Meta-Data errors found' pane on red background is so noticeable that class 'text-danger' which gives bold text is insufficient to stand out clearly. Adding 'bg-danger' gives the specific error messages red background, too.
...
- Legacy-Id: 16736
2019-09-20 11:31:09 +00:00
Henrik Levkowetz
44f42cdb3a
Undid the previous commit
...
- Legacy-Id: 16735
2019-09-20 11:30:04 +00:00
Henrik Levkowetz
e3e9f676b7
Added class 'bg-danger' to submission error messages. The big 'Meta-Data errors found' pane on red background is so noticeable that class 'text-danger' which gives bold text is insufficient to stand out clearly. Adding 'bg-danger' gives the specific error messages red background, too.
...
- Legacy-Id: 16734
2019-09-20 11:28:53 +00:00
Henrik Levkowetz
4283740bf1
Added a link to RFCs rendered with inline errata (where available) to the /doc/rfcNNNN pages.
...
- Legacy-Id: 16732
2019-09-13 22:59:38 +00:00
Henrik Levkowetz
96f6f47758
Updated rfc-editor sync code to recognize the new Tooling Issue queue state.
...
- Legacy-Id: 16730
2019-09-11 16:20:25 +00:00
Henrik Levkowetz
3e67a395b5
Updated ietf.sync.rfceditor.parse_index() to use the new rfc-index schema (changed placement of the page-count element).
...
- Legacy-Id: 16729
2019-09-11 12:48:19 +00:00
Henrik Levkowetz
3160f55597
Added code to catch a form error regularly caused by form spam and return a failure instead of triggering a server 500.
...
- Legacy-Id: 16728
2019-09-10 16:10:11 +00:00
Henrik Levkowetz
81bc17533a
Set version info and settings back to development mode
...
- Legacy-Id: 16723
2019-09-08 15:29:06 +00:00
Henrik Levkowetz
b1e8e4a1d1
Set version info to release version 6.101.0 before branching.
...
- Legacy-Id: 16721
2019-09-08 15:28:40 +00:00
Henrik Levkowetz
2e24d4a315
Changelog entry for 6.101.0
...
- Legacy-Id: 16720
2019-09-08 15:28:30 +00:00
Henrik Levkowetz
a2af3bdcfe
Code coverage data for release 6.101.0
...
- Legacy-Id: 16719
2019-09-08 15:28:15 +00:00
Henrik Levkowetz
28bd819f91
Updated bower-managed static web assets
...
- Legacy-Id: 16718
2019-09-08 15:02:28 +00:00
Henrik Levkowetz
eafaa0d742
Added an --ignore-resources switch to bin/mkrelease, as a stopgap measure before moving to yarn.
...
- Legacy-Id: 16717
2019-09-08 14:58:17 +00:00
Henrik Levkowetz
3336f4a11b
Merged in [16656] from rjsparks@nostrum.com:
...
Add IANA expert review tracking.
- Legacy-Id: 16716
Note: SVN reference [16656] has been migrated to Git commit e45a32e49f
2019-09-08 14:34:29 +00:00
Henrik Levkowetz
1d74b1408f
Merged in [16655] from rjsparks@nostrum.com:
...
Sigh. This is the last part of removing the todo page (along with r16650 and part of r16649. Apologies this got smeared out.
- Legacy-Id: 16715
Note: SVN reference [16655] has been migrated to Git commit 38244111e4
2019-09-08 13:36:41 +00:00
Henrik Levkowetz
9e435a328f
Merged in [16650] from rjsparks@nostrum.com:
...
Remove the bootstrap project todo page. #2778 points to the old content so we can make new tickets for anything that is still relevant. r16649 unintentionally had part of what should have been in this commit (the changes to /ietf/release/urls.py).
- Legacy-Id: 16714
Note: SVN reference [16650] has been migrated to Git commit 4d77769345
2019-09-07 22:13:38 +00:00
Henrik Levkowetz
100aa3f35d
Removed OBE page 'todo' under 'release'.
...
- Legacy-Id: 16711
2019-09-05 23:02:23 +00:00
Henrik Levkowetz
1c38387279
Merged in [16649] from rjsparks@nostrum.com:
...
Guard against attempts to use the review request view with a ReviewRequest id that does not match the document for the ReviewRequest. This would have exposed #2776 much earlier.
- Legacy-Id: 16710
Note: SVN reference [16649] has been migrated to Git commit 01ceeba131
2019-09-05 22:59:59 +00:00
Henrik Levkowetz
3349d64479
Merged in [16647] from rjsparks@nostrum.com:
...
Corrected a view that was looking at review assignment ids when it should have been looking at request review ids. Fixes #2776 .
- Legacy-Id: 16708
Note: SVN reference [16647] has been migrated to Git commit 87de06c97c
2019-09-05 21:26:54 +00:00
Henrik Levkowetz
513e60432b
Added a 'domain' variable to context supplied to the agenda_package.txt template. Fixes issue #2793 .
...
- Legacy-Id: 16707
2019-09-05 18:49:18 +00:00
Henrik Levkowetz
aafc66c490
Merged in [16646] from rjsparks@nostrum.com:
...
Don't manually linewrap when looking at feedback - let the pasted styling do that. Fixes #2761 .
- Legacy-Id: 16706
Note: SVN reference [16646] has been migrated to Git commit 33838840d1
2019-09-05 18:46:24 +00:00
Henrik Levkowetz
46fbcfbc01
Merged in [16631] from rjsparks@nostrum.com:
...
Converted tabs to spaces. Whitespace changes only.
- Legacy-Id: 16700
Note: SVN reference [16631] has been migrated to Git commit 19a9ce9a95
2019-09-03 19:42:01 +00:00
Henrik Levkowetz
8472cf2226
Merged in [16630] from rjsparks@nostrum.com:
...
Rework how we are labeling constraints to provide a quick-fix for session requests at IETF106. Turned off several javascript functions that added/enforced old (possibly no longer correct) semantics for the session request forms. Fixes #2754 .
- Legacy-Id: 16699
Note: SVN reference [16630] has been migrated to Git commit 10422f87d2
2019-09-03 16:43:12 +00:00
Henrik Levkowetz
e021eb8924
Merged in [16629] from rjsparks@nostrum.com:
...
Removing unused template. I think it was an artifact of the Django 1.2 to 1.6 conversion from 6 years ago.
- Legacy-Id: 16698
Note: SVN reference [16629] has been migrated to Git commit 798a57c9ab
2019-09-03 14:46:14 +00:00
Henrik Levkowetz
e49ff19255
Merged in [16615] from peter@akayla.com:
...
Spelling correction in a comment. No open issue.
- Legacy-Id: 16697
Note: SVN reference [16615] has been migrated to Git commit 7f6edfcabc
2019-09-03 12:52:26 +00:00
Henrik Levkowetz
f26020631e
Merged in [16614] from peter@akayla.com:
...
Improved so that new draft diffs (from the working group drafts page) work correctly for both -00 drafts and later revisions. Fixes issue #2697 .
- Legacy-Id: 16693
Note: SVN reference [16614] has been migrated to Git commit 390ff04722
2019-09-03 12:28:45 +00:00
Henrik Levkowetz
f6db442fc4
- Legacy-Id: 16692
2019-09-03 11:30:45 +00:00