Jennifer Richards
686a9150b3
Merge remote-tracking branch 'origin/main' into personal/jennifer/7.45.1.dev0.bootstrap-merge
...
# Conflicts:
# ietf/templates/meeting/session_buttons_include.html
2022-03-04 15:14:52 -04:00
Robert Sparks
95cb3f041e
Merged in [19965] from rjsparks@nostrum.com:
...
Remove unused imports.
- Legacy-Id: 19966
Note: SVN reference [19965] has been migrated to Git commit 70cd714fac087b5b5257708541d8ae4de8c5a6a6
2022-02-22 23:12:21 +00:00
Robert Sparks
ec71083d1d
Only keep the first and most recent yang validator SubmissionCheck for any given submission. Fixes #3542 . Commit ready for merge.
...
- Legacy-Id: 19952
2022-02-18 22:46:40 +00:00
Jennifer Richards
6c260a5b7e
Merge 7.45.1.dev0 into Bootstrap 5 update branch. Made a first pass at reconciling differences.
...
- Legacy-Id: 19945
2022-02-17 20:09:49 +00:00
Lars Eggert
ed30521e14
Many more HTML fixes.
...
- Legacy-Id: 19908
2022-02-03 07:49:34 +00:00
Lars Eggert
cc723ce449
More fixes.
...
- Legacy-Id: 19899
2022-01-31 19:17:50 +00:00
Lars Eggert
335a39d4fc
More fixes.
...
- Legacy-Id: 19884
2022-01-28 13:00:47 +00:00
Lars Eggert
cf629a42ad
And more fixes.
...
- Legacy-Id: 19877
2022-01-25 10:14:25 +00:00
Lars Eggert
edf3242665
More fixes.
...
- Legacy-Id: 19836
2022-01-12 18:37:18 +00:00
Jennifer Richards
cf62b46093
Find references from submitted XML instead of rendering to text and parsing. Fixes #3342 . Commit ready for merge.
...
- Legacy-Id: 19825
2022-01-07 17:53:23 +00:00
Lars Eggert
6fa5fa073e
More fixes.
...
- Legacy-Id: 19812
2022-01-06 12:26:10 +00:00
Lars Eggert
5132661b06
More test fixes
...
- Legacy-Id: 19803
2022-01-05 11:25:25 +00:00
Robert Sparks
865dc62676
Change strategy to only creating a single file per doc/rev, and not creating the 'draft-'-less or version-less variants. Corrected calculation of date in the management command.
...
- Legacy-Id: 19789
2021-12-16 22:33:47 +00:00
Robert Sparks
f6035850d8
update bibxml-ids generation on draft submission.
...
- Legacy-Id: 19783
2021-12-14 21:53:10 +00:00
Robert Sparks
b7eec8ae26
Build and maintain a full set of bibxml-ids documents.
...
- Legacy-Id: 19782
2021-12-14 20:56:26 +00:00
Lars Eggert
f974fd3c04
Fix more things
...
- Legacy-Id: 19762
2021-12-09 06:41:00 +00:00
Lars Eggert
726b29bf74
fontawesome -> bootstrap-icons
...
- Legacy-Id: 19608
2021-11-10 09:28:38 +00:00
Robert Sparks
5c28a85cf1
Merged in [19555] from jennifer@painless-security.com:
...
Use temporary directories instead of 'real' filesystem for tests. Fixes #3414 .
- Legacy-Id: 19561
Note: SVN reference [19555] has been migrated to Git commit 81d9234d54
2021-11-08 18:16:56 +00:00
Jennifer Richards
81d9234d54
Use temporary directories instead of "real" filesystem for tests. Fixes #3414 . Commit ready for merge.
...
- Legacy-Id: 19555
2021-11-05 19:45:57 +00:00
Lars Eggert
b058ba28ec
Remove the ability to submit Postscript I-Ds.
...
Commit ready for merge. Fixes #3448 .
- Legacy-Id: 19486
2021-10-28 16:24:29 +00:00
Lars Eggert
962253f994
Remove the Note Well from the datatracker and point to the IETF web site.
...
One less thing to keep in sync if the Note Well changes.
Commit ready for merge.
- Legacy-Id: 19484
2021-10-28 13:08:10 +00:00
Robert Sparks
b99eecc1ae
Bring the factory-boy and Faker dependencies forward through some minor breaking changes. Stop using the deprecated fr_QC locale in Faker. Commit ready for merge.
...
- Legacy-Id: 19270
2021-08-03 22:22:35 +00:00
Robert Sparks
47082fe4c5
Allow submit and expire_drafts to succeed when there is no "next" IETF meeting in the database. Fixes #3370 . Commit ready for merge.
...
- Legacy-Id: 19269
2021-08-01 17:50:35 +00:00
Jennifer Richards
9ef3764ad7
Run v2v3 converter internally when v2 XML is submitted. Fixes #3305 . Commit ready for merge.
...
- Legacy-Id: 19242
2021-07-20 18:13:41 +00:00
Robert Sparks
2e861b5eff
Merged in [19122] from jennifer@painless-security.com:
...
Update action holders when a new draft is submitted. Fixes #3281 .
- Legacy-Id: 19127
Note: SVN reference [19122] has been migrated to Git commit 197194a41c
2021-06-14 20:16:49 +00:00
Jennifer Richards
197194a41c
Update action holders when a new draft is submitted. Fixes #3281 . Commit ready for merge.
...
- Legacy-Id: 19122
2021-06-14 17:11:23 +00:00
Kesara Rathnayake
0a645fd486
Parse RFC2047 formatted text properly in submission form. Fixes #2465 . Commit ready for merge.
...
- Legacy-Id: 19120
2021-06-14 10:46:35 +00:00
Jennifer Richards
1155fb32f6
Accept 'None' when updating DocumentAuthor affiliation / country. Commit ready for merge.
...
- Legacy-Id: 19028
2021-05-21 15:54:03 +00:00
Jennifer Richards
6cf9eb8dd1
Allow secretariat to edit document author list. Fixes #3185 . Commit ready for merge.
...
- Legacy-Id: 18989
2021-05-11 18:40:28 +00:00
Jennifer Richards
b08110b838
Allow external resources to be set/suggested during submission process. Fixes #3068 . Commit ready for merge.
...
- Legacy-Id: 18960
2021-04-19 20:21:19 +00:00
Jennifer Richards
17d37723f7
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196 , #3204 . Commit ready for merge.
...
- Legacy-Id: 18939
2021-04-09 15:18:11 +00:00
Robert Sparks
42bd8f5a41
Enable two tests that were not running because of typos in the test name. Thanks to Jennifer for spotting the typos.
...
- Legacy-Id: 18819
2021-02-01 22:37:57 +00:00
Robert Sparks
9a9f3fa360
Merged in [18798] from jennifer@painless-security.com:
...
Improve handling of submissions for closed working groups. Fixes #3058 .
- Legacy-Id: 18807
Note: SVN reference [18798] has been migrated to Git commit 233bff8196
2021-01-27 23:19:42 +00:00
Jennifer Richards
233bff8196
Improve handling of submissions for closed working groups. Fixes #3058 . Commit ready for merge.
...
- Legacy-Id: 18798
2021-01-18 14:55:25 +00:00
Robert Sparks
3697180cc1
Reverted merge of timezone-aware migration efforts.
...
- Legacy-Id: 18792
2021-01-12 16:54:20 +00:00
Henrik Levkowetz
774e752a54
Snapshot of timezone-aware datatracker code. Tests pass, and the test-crawler shows only expected differences. Trunk changes merged in up to r18768.
...
- Legacy-Id: 18770
2020-12-16 23:53:37 +00:00
Robert Sparks
10c24535a9
Merged in [18753] from henrik@levkowetz.com:
...
Added test case setUp() and tearDown() code to create yang model test directories for ApiSubmitTests.
- Legacy-Id: 18754
Note: SVN reference [18753] has been migrated to Git commit bca7a5d128
2020-12-11 19:41:16 +00:00
Robert Sparks
4a12278a39
revert unintended commit of debugging
...
- Legacy-Id: 18747
2020-12-10 17:07:44 +00:00
Robert Sparks
b673e9f836
Merged in [18719] from housley@vigilsec.com:
...
Automatically move the IESG document state when a ballot is issued, prevent a writeup change or re-issue of ballot if the document is already approved, and warn about issuing ballots before the IETF Last Call is finished. Fixes #3119 .
- Legacy-Id: 18746
Note: SVN reference [18719] has been migrated to Git commit 89ec802a5b
2020-12-10 17:04:41 +00:00
Henrik Levkowetz
f41fd1867d
Upgraded the required versions of mypy and django-stubs to the latest that support Django 2.2. Fixed some issues found by after the upgrades.
...
- Legacy-Id: 18717
2020-11-22 21:13:36 +00:00
Henrik Levkowetz
088033d843
Added matching indexes to a number of models with ordering by multiple keys.
...
- Legacy-Id: 18664
2020-11-09 19:41:12 +00:00
Henrik Levkowetz
b51de66324
Added additional logging of submission steps, for submission timing investigation. Should be reduced once cause of long response times has been found.
...
- Legacy-Id: 18655
2020-11-03 13:24:20 +00:00
Henrik Levkowetz
3c9798c418
Fixed a couple of pyflakes issues.
...
- Legacy-Id: 18636
2020-10-24 18:38:45 +00:00
Henrik Levkowetz
45a808db95
Added more logging for submissions, to get timing information.
...
- Legacy-Id: 18635
2020-10-24 15:20:43 +00:00
Henrik Levkowetz
c02752d884
Changed a draft submission revision consistency check to look at Submission objects rather than SubmissionDocEvent objects in order to not fail incorrectly when there are prior cancelled uploads. Related to issue #2909 .
...
- Legacy-Id: 18586
2020-10-09 13:21:53 +00:00
Robert Sparks
3baea05e6d
Use the id-archive wherever we had been using the id-repository. Fixes #3080 . Commit ready for merge.
...
- Legacy-Id: 18550
2020-10-02 14:13:17 +00:00
Henrik Levkowetz
15ea994266
Added an xml_version field to Submission objects, to capture the schema version of submitted XML files (if any). Related to issue #3067 .
...
- Legacy-Id: 18440
2020-08-28 14:31:36 +00:00
Henrik Levkowetz
9125104065
Merged in [18324] from rjsparks@nostrum.com:
...
Send extra mail to yangdoctors chairs when a draft with yang checks goes into IETF LC. Fixes #2419 .
- Legacy-Id: 18363
Note: SVN reference [18324] has been migrated to Git commit cb58810705
2020-08-13 11:23:22 +00:00
Henrik Levkowetz
57938b039d
Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403.
...
- Legacy-Id: 18339
2020-08-06 10:59:52 +00:00
Robert Sparks
cb58810705
Send extra mail to yangdoctors chairs when a draft with yang checks goes into IETF LC. Fixes #2419 . Commit ready to merge.
...
- Legacy-Id: 18324
2020-07-30 21:44:02 +00:00