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
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
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
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
28bd819f91
Updated bower-managed static web assets
...
- Legacy-Id: 16718
2019-09-08 15:02:28 +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
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
506dcb3472
Merged in [16604] from rjsparks@nostrum.com:
...
Look at all scheduled sessions for a group when deciding to display a cancelled banner. Fixes #2764 .
- Legacy-Id: 16691
Note: SVN reference [16604] has been migrated to Git commit aea3c1a55b1b14f9da90d0cfb03891e7129f8632
2019-09-03 11:08:59 +00:00
Henrik Levkowetz
7ad34ba69e
The logic for displaying 'Email requested to be sent for earlier discuss' on IESG positions was wrong; it would count later discusses and discusses from other ADs as an 'earlier discuss'. Moved any_email_sent() from ballot to position, and refined the criteria.
...
- Legacy-Id: 16675
2019-08-28 20:56:34 +00:00
Henrik Levkowetz
dc6201eeeb
Made sure Person.active_drafts() and .expired_drafts() don't return duplicate entries. Fixes issue #2784 .
...
- Legacy-Id: 16665
2019-08-20 22:43:51 +00:00
Henrik Levkowetz
50d2160afe
Removed a BOM
...
- Legacy-Id: 16664
2019-08-20 19:53:10 +00:00
Henrik Levkowetz
9a9c9fb426
Merged in [16603] from rjsparks@nostrum.com:
...
Remove a debug statement from the command
- Legacy-Id: 16661
Note: SVN reference [16603] has been migrated to Git commit d27096f39022e9bee1ffa84631d5ae847af9be3e
2019-08-20 10:35:06 +00:00
Henrik Levkowetz
80db16632e
Added a migration to fix some m2m table columns incorrectly left as varchar(8) when we changed the size of name slugs to varchar(32).
...
- Legacy-Id: 16660
2019-08-19 19:21:18 +00:00
Henrik Levkowetz
509e0da7ab
Merged in [16601] from rjsparks@nostrum.com:
...
A management command to correct the state of several slide presentations uploaded during IETF105, and perform some missed powerpoint to pdf conversions.
- Legacy-Id: 16659
Note: SVN reference [16601] has been migrated to Git commit a14188d95cf200dfbdd93485b89808f3336b0649
2019-08-19 17:50:56 +00:00
Robert Sparks
e45a32e49f
Add IANA expert review tracking. Commit ready for merge.
...
- Legacy-Id: 16656
2019-08-15 20:36:07 +00:00
Robert Sparks
38244111e4
Sigh. This is the last part of removing the todo page (along with r16650 and part of r16649. Apologies this got smeared out. Commit ready for merge.
...
- Legacy-Id: 16655
2019-08-15 20:35:20 +00:00
Robert Sparks
4d77769345
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). Commit ready for merge.
...
- Legacy-Id: 16650
2019-08-14 16:09:39 +00:00
Robert Sparks
01ceeba131
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. Commit ready for merge.
...
- Legacy-Id: 16649
2019-08-14 16:06:13 +00:00
Robert Sparks
87de06c97c
Corrected a view that was looking at review assignment ids when it should have been looking at request review ids. Fixes #2776 . Commit ready for merge.
...
- Legacy-Id: 16647
2019-08-13 18:13:50 +00:00
Robert Sparks
33838840d1
Don't manually linewrap when looking at feedback - let the pasted styling do that. Fixes #2761 . Commit ready for merge.
...
- Legacy-Id: 16646
2019-08-12 19:22:39 +00:00
Henrik Levkowetz
b2be7975c9
Merged in [16600] from rjsparks@nostrum.com:
...
Fixed a subtle bug in the code that converts slides to PDF that was writing back into settings.
- Legacy-Id: 16645
Note: SVN reference [16600] has been migrated to Git commit b4714f95579efcb5051438239a5df002036c9975
2019-08-10 18:06:40 +00:00