datatracker/bin
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
..
.gitignore Told svn to ignore some additional files under bin/ 2017-06-07 12:30:04 +00:00
add-old-drafts-from-archive.py Find references from submitted XML instead of rendering to text and parsing. Fixes #3342. Commit ready for merge. 2022-01-07 17:53:23 +00:00
check-copyright Reverted timezone related change to check-copyright, which is not a django script. 2021-01-11 18:51:50 +00:00
count.c Tweaked count helper. 2017-06-18 17:21:14 +00:00
daily Update bin/daily to adjust for the change in exposing the iana mirror. Commit ready for merge. 2021-06-09 15:18:02 +00:00
drop-new-tables Removed the table-list.json file and support for it; there are better ways of cleaning out extra local tables (see bin/drop-new-tables for a starting point) 2017-05-30 00:03:26 +00:00
dump-to-names-json Added a utility script to dump a normalized names.json fixture 2020-05-11 14:23:21 +00:00
every15m Added send-scheduled-mail to bin/every15min 2020-05-12 10:58:34 +00:00
graph-models Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
hourly Build and maintain a full set of bibxml-ids documents. 2021-12-14 20:56:26 +00:00
mkdiagram Merged in [11792] from rcross@amsl.com: 2016-08-18 15:03:55 +00:00
mm_hourly Run the mailman cronjobs under Py27 until mailman has been upgraded to version 3.x (running under Py3). 2020-08-06 13:34:50 +00:00
monthly Cronjob script changes pulled from the production server after the switch to python 3. 2020-02-23 01:28:16 +00:00
release-coverage Simplified the release-coverage script. 2016-12-16 17:52:20 +00:00
setupenv Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
test-crawl fix: add more HTML validation & fixes (#3891) 2022-05-03 13:55:48 -05:00
update Merged in [19071] from mark@painless-security.com: 2021-06-04 18:42:01 +00:00
vnu.jar fix: add more HTML validation & fixes (#3891) 2022-05-03 13:55:48 -05:00
weekly Moved the call to notify-expirations from bin/daily to bin/weekly 2020-05-11 14:45:57 +00:00