datatracker/ietf/submit
Lars Eggert d59c64943d
fix: Fix spurious author extraction errors (#4799)
* Handle single-word author names

* Some i18n names, e.g., "शिला के.सी." have a dot at the end that is
also part of the ASCII, e.g., "Shilaa Kesii." That trailing dot breaks
extract_authors(). Avoid this issue by stripping the dot from the
ASCII.

* Honorifics need to be part of the extracted ASCII name (e.g., "Lady Garcia")

* feat: stop supporting pre-tzaware migration database dumps. (#4782)

* feat: stop supporting pre-tzaware migration database dumps.

* chore: remove unnecessary env variable

* chore: Use `codespell` to fix typos in comments. (#4794)

First part of replacement of #4651

* feat: Only show IPR search form when not showing search results  (#4793)

* feat: Only show IPR search form when not showing search results

Put it into a collapsible that is only expanded by default when not
showing search results.

Fixes #4569

* Don't use example target name

* fix: Don't show reorder UI fixtures unless user can reorder (#4785)

Fixes #4773

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>

* chore: Update deps and fix resulting HTML validation issues (#4790)

* ci: add missing build matrix config for test-playwright-legacy step

* Single-letter last names exist (e.g., "Carolina de la O")

* Align regex with others

* Fix extraction of very long author names

* Need to be more general

* Add comment

* Also handle i18n names with trailing semicolons

* Name suffixes need to be part of the extracted author names

* Handle i18n names with embedded commas

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
2022-12-02 15:41:21 -06:00
..
management Merged in [19965] from rjsparks@nostrum.com: 2022-02-22 23:12:21 +00:00
migrations chore: migrate fields whose defaults changed to date_today 2022-10-18 12:46:14 -03:00
parsers fix: timezone fixes from last few comparisons with tzaware-obe 2022-09-28 13:21:50 -03:00
templatetags Many more HTML fixes. 2022-02-03 07:49:34 +00:00
.gitignore Ignore *.pyc files under ietf/submit, as elsewhere. 2011-04-12 15:57:35 +00:00
__init__.py Remove backtrace email code from submit __init__.py, after the submit revamp I think I am responsible for all remaining bugs and not esanchez@yaco.es, and the code sometimes annoyingly interferes (through a bug in admin) with loading the submit module in the shell 2013-11-19 16:14:27 +00:00
admin.py Allow external resources to be set/suggested during submission process. Fixes #3068. Commit ready for merge. 2021-04-19 20:21:19 +00:00
checkers.py fix: update DraftYangChecker for xym 0.6 changes (#4546) 2022-10-06 18:03:18 -05:00
factories.py 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. 2021-08-03 22:22:35 +00:00
forms.py chore: Use codespell to fix typos in comments. (#4794) 2022-11-28 10:36:36 -06:00
mail.py fix: remove unused imports 2022-09-28 17:45:11 -03:00
models.py chore: remove unused imports 2022-10-18 12:50:07 -03:00
resources.py fix: dont serialize Submission.first_two_pages through /api/v1. (#4145) 2022-07-06 14:45:27 -05:00
tasks.py feat: Celery support and asynchronous draft submission API (#4037) 2022-08-22 13:29:31 -05:00
test_submission.bad Improved the verification of submitted file extensions and mimetype. 2015-08-07 12:10:26 +00:00
test_submission.nonascii Added a new yang checker, 'yanglint', to the existing Yang checker class, in 2017-06-15 16:09:28 +00:00
test_submission.pdf Added support of xml-source only drafts submissions. 2015-07-22 21:35:44 +00:00
test_submission.txt fix: Fix spurious author extraction errors (#4799) 2022-12-02 15:41:21 -06:00
test_submission.xml Added asciiFullname and asciiSurname attributes to the XML submission test template. 2019-09-26 14:41:48 +00:00
test_submission_invalid_yang.txt Added an API for draft submission, at /api/submit. Added an urls.py file under api/ to hold api urls, and moved those from ietf/urls.py. Refactored out many parts of the regular submission forms and functions in submit/forms.py and submit/views.py in order to re-use the appropriate parts for the submission API. Moved support functions to submit/utils.py. Added a new validation errors for missing docName in xml-based submissions. Updated the submission test document templates to use insert additional values. Added failure and success test cases for automated API submissions, and refactored some test utility functions. 2017-09-16 09:35:42 +00:00
test_submission_no_org_or_address.txt Accept 'None' when updating DocumentAuthor affiliation / country. Commit ready for merge. 2021-05-21 15:54:03 +00:00
test_submission_no_org_or_address.xml Accept 'None' when updating DocumentAuthor affiliation / country. Commit ready for merge. 2021-05-21 15:54:03 +00:00
test_submission_v2_country_only.xml Run v2v3 converter internally when v2 XML is submitted. Fixes #3305. Commit ready for merge. 2021-07-20 18:13:41 +00:00
tests.py fix: Fix spurious author extraction errors (#4799) 2022-12-02 15:41:21 -06:00
urls.py feat: Celery support and asynchronous draft submission API (#4037) 2022-08-22 13:29:31 -05:00
utils.py fix: timezone fixes from last few comparisons with tzaware-obe 2022-09-28 13:21:50 -03:00
views.py chore: replace last few datetime.date.today() calls with date_today() 2022-10-18 12:45:47 -03:00