datatracker/ietf/meeting
Lars Eggert 5598762608
fix: add more HTML validation & fixes (#3891)
* Update vnu.jar

* Fix py2 -> py3 issue

* Run pyupgrade

* test: Add default-jdk to images

* test: Add option to also validate HTML with vnu.jar

Since it's already installed in bin. Don't do this by default, since it
increases the time needed for tests by ~50%.

* fix: Stop the urlizer from urlizing in linkified mailto: text

* More HTML fixes

* More HTML validation fixes

* And more HTML fixes

* Fix floating badge

* Ignore unicode errors

* Only URLize docs that are existing

* Final fixes

* Don't URLize everything during test-crawl

* Feed HTML into vnu using python rather than Java to speed things up

* Allow test-crawl to start vnu on a different port

* Increase retry count to vnu. Restore batch size to 30.

* More HTML validation fixes

* Use urllib3 to make requests to vnu, since overriding requests_mock is tricky

* Undo commit of unmodified file

* Also urlize ftp links

* Fix matching of file name

* More HTML fixes

* Add `is_valid_url` filter

* weekday -> data-weekday

* urlencode URLs

* Add and use vnu_fmt_message. Bump vnu max buffer.

* Simplify doc_exists

* Don't add tab link to mail archive if the URL is invalid

* Run urlize_ietf_docs before linkify

Reduces the possibility of generating incorrect HTML

* Undo superfluous change

* Runner fixes

* Consolidate vnu message filtering into vnu_filter_message

* Correctly handle multiple persons with same name

* Minimze diff

* Fix HTML nits

* Print source snippet in vnu_fmt_message

* Only escape if there is something to escape

* Fix snippet

* Skip crufty old IPR declarations

* Only include modal when needed. Add handles.

* Fix wordwrap+linkification

* Update ietf/doc/templatetags/ietf_filters.py

* Update ietf/doc/templatetags/tests_ietf_filters.py

* Don't right-align second column
2022-05-03 13:55:48 -05:00
..
fixtures Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
management Merged in [19917] and [19930] from jennifer@painless-security.com: 2022-02-14 19:08:10 +00:00
migrations Remove "before" versions of migrations that were renumbered during merge 2021-11-09 18:03:06 +00:00
templatetags fix: render meeting schedule editor icons using bootstrap-icons (#3777) 2022-04-05 18:57:08 -03:00
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py Merged in [19920] from rjsparks@nostrum.com: 2022-02-14 18:14:26 +00:00
factories.py Guard against null timeslot location in agenda.html and add test of location_anchor tag 2021-11-15 21:01:19 +00:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging 2021-11-04 17:06:06 +00:00
forms.py fix: add more HTML validation & fixes (#3891) 2022-05-03 13:55:48 -05:00
helpers.py fix: better handle corner cases for pre-IETF-64 agenda redirects (#3775) 2022-03-31 17:16:21 -03:00
models.py fix: render meeting schedule editor icons using bootstrap-icons (#3777) 2022-04-05 18:57:08 -03:00
resources.py Merged in [19920] from rjsparks@nostrum.com: 2022-02-14 18:14:26 +00:00
test_data.py Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging 2021-11-04 17:06:06 +00:00
test_procmat.pdf Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
tests_forms.py Merged in [19917] and [19930] from jennifer@painless-security.com: 2022-02-14 19:08:10 +00:00
tests_helpers.py fix: better handle corner cases for pre-IETF-64 agenda redirects (#3775) 2022-03-31 17:16:21 -03:00
tests_js.py fix: offset scrollspy so righthand-nav highlights the correct entry (#3820) 2022-04-14 15:35:07 -03:00
tests_models.py Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
tests_schedule_forms.py Merged in [19744] from jennifer@painless-security.com: 2021-12-02 21:31:06 +00:00
tests_schedule_generator.py Use temporary directories instead of "real" filesystem for tests. Fixes #3414. Commit ready for merge. 2021-11-05 19:45:57 +00:00
tests_views.py test: update search in test to match template changes (#3814) 2022-04-12 19:30:22 -03:00
urls.py feat: remove room-view. Fixes #3810. (#3815) 2022-04-12 17:35:07 -03:00
utils.py fix: render meeting schedule editor icons using bootstrap-icons (#3777) 2022-04-05 18:57:08 -03:00
views.py feat: remove room-view. Fixes #3810. (#3815) 2022-04-12 17:35:07 -03:00
views_proceedings.py fix: handle invalid fields properly in proc material upload form (#3784) 2022-04-07 22:58:01 -03:00