Henrik Levkowetz
445f2cf614
Set version info and settings back to development mode
...
- Legacy-Id: 16801
2019-10-01 16:16:03 +00:00
Henrik Levkowetz
535650bec0
Set version info to release version 6.104.0 before branching.
...
- Legacy-Id: 16799
2019-10-01 16:15:53 +00:00
Henrik Levkowetz
aa7152826a
Changelog entry for 6.104.0
...
- Legacy-Id: 16798
2019-10-01 16:15:46 +00:00
Henrik Levkowetz
c416229bcf
Code coverage data for release 6.104.0
...
- Legacy-Id: 16797
2019-10-01 16:15:38 +00:00
Henrik Levkowetz
5a5d18c5c5
Removed 2 package.json files that interfered with bower operation.
...
- Legacy-Id: 16796
2019-10-01 15:39:47 +00:00
Henrik Levkowetz
8c71252fee
Merged in [16688] from sasha@dashcare.nl:
...
Fix #2478 - When completing review, show which addresses it is posted to.
- Legacy-Id: 16795
Note: SVN reference [16688] has been migrated to Git commit 68ea11a916
2019-10-01 15:02:03 +00:00
Henrik Levkowetz
25ac3b67f5
Merged in [16680] from sasha@dashcare.nl:
...
Fix #2354 - Make review_completed configurable per team and review type
This includes a migration to change mailtrigger slugs to be up to 64
characters instead of 32, as some slugs would not fit and require clunky
abbreviations.
A data migration creates triggers for existing teams, and they are also
created on the fly if a trigger does not exist yet, providing a safe
fallback for new review teams. The review_completed mailtrigger serves
as the template for new triggers.
This commit also includes tests for gather_address_lists(), as none
existed.
- Legacy-Id: 16794
Note: SVN reference [16680] has been migrated to Git commit 1390ae073c
2019-10-01 13:35:52 +00:00
Henrik Levkowetz
70380cb8ea
Merged in [16672] from sasha@dashcare.nl:
...
Fix #2328 - Use mailtriggers to find destinations in review app
As the review app has several conditionals that don't fit
entirely well within mailtriggers, the templates use a bit
of extra context to figure out who exactly to include. This also
extends the tests for review, to check for correct recipients.
It also adds a tiny feature to mailtrigger to entirely exclude
certain addresses, as required by the review-generated mails.
- Legacy-Id: 16793
Note: SVN reference [16672] has been migrated to Git commit 88b7b45b0e
2019-10-01 13:06:48 +00:00
Henrik Levkowetz
632423aa6c
Merged in [16670] from sasha@dashcare.nl:
...
Fix #2590 - Allow secretary to adjust date when completing a review.
This also fixes other issues identified in #2590 , around the
modification of historical document events. The behaviour is now:
- When the assigned reviewer posts a review, a single event is
created, set to current date/time.
- When the secretary records a review in the datatracker, they may
set a different completion date, which is autofilled if an email
is selected. One event is generated for the original completion
date, and one for the secretary's action.
- Each revision generates a new event, rather than updating previous
existing events.
- Legacy-Id: 16791
Note: SVN reference [16670] has been migrated to Git commit 3942f9acc7
2019-10-01 12:05:04 +00:00
Henrik Levkowetz
24ede9a1ae
In wordwrap(), consider lines consisting entirely of some non-alphanumeric characters like ---- or === to be block (paragraph) separators. Fixes issue #2806 .
...
- Legacy-Id: 16790
2019-10-01 11:08:41 +00:00
Henrik Levkowetz
12bf466832
Merged in [16668] from sasha@dashcare.nl:
...
Fix #2560 - Sort names in history when changing list of members.
- Legacy-Id: 16789
Note: SVN reference [16668] has been migrated to Git commit de9cde9e43
2019-10-01 10:15:46 +00:00
Henrik Levkowetz
c63ace2721
Removed debug-related code from group edit clean_acronym(). Fixes issue #2804 .
...
- Legacy-Id: 16787
2019-09-30 21:37:40 +00:00
Henrik Levkowetz
10c8596664
Merged in [16667] from sasha@dashcare.nl:
...
Fix #2071 - Add optional comment field for close request.
- Legacy-Id: 16786
Note: SVN reference [16667] has been migrated to Git commit 4669b0934b
2019-09-30 20:55:16 +00:00
Henrik Levkowetz
6e31552b7c
Updated docker files to build and run an image based on devuan:ascii instead of debian:jessie.
...
- Legacy-Id: 16784
2019-09-30 20:25:40 +00:00
Henrik Levkowetz
4c28f69172
Set version info and settings back to development mode
...
- Legacy-Id: 16781
2019-09-30 16:55:49 +00:00
Henrik Levkowetz
b93cc3e83d
Set version info to release version 6.103.1 before branching.
...
- Legacy-Id: 16779
2019-09-30 16:55:38 +00:00
Henrik Levkowetz
f78213c71a
Changelog entry for 6.103.1
...
- Legacy-Id: 16778
2019-09-30 16:55:32 +00:00
Henrik Levkowetz
5f9ca1e27a
Code coverage data for release 6.103.1
...
- Legacy-Id: 16777
2019-09-30 16:55:24 +00:00
Henrik Levkowetz
902f7769d1
Fixed incorrect type hints for Migration.dependencies.
...
- Legacy-Id: 16776
2019-09-30 16:25:58 +00:00
Henrik Levkowetz
33e8733b91
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
...
- Legacy-Id: 16772
2019-09-30 15:42:18 +00:00
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