datatracker/ietf/group
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
..
management Merged in [19987] from rjsparks@nostrum.com: 2022-02-24 19:59:09 +00:00
migrations fix: enable delegation for many group types. (#3753) 2022-03-25 13:56:49 -03:00
templatetags Merged in [17557] from fenton@bluepopcorn.net: 2020-03-30 20:07:25 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Snapshot of dev work to add session purpose annotation 2021-10-12 17:08:58 +00:00
colors.py Tweaked the color palatte for the agenda editor. Commit ready for merge. 2018-06-13 19:58:08 +00:00
dot.py Removed all __future__ imports. 2020-03-05 23:53:42 +00: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
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
forms.py Merge 7.45.1.dev0 into Bootstrap 5 update branch. Made a first pass at reconciling differences. 2022-02-17 20:09:49 +00:00
mails.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
milestones.py Changed the signature of can_manage_all_groups_of_type to only take a type_id. Removed the logic that tried to distinguish permissions for teams by parent - that should be modeled as separate type_ids instead. Commit ready for merge. 2021-07-22 18:34:57 +00:00
models.py Update migrations and fix a few failing tests. Branch ready for merge. 2021-11-09 02:40:54 +00:00
resources.py Remove HistoricalGroupFeatures. Fixes #3152. Commit ready for merge. 2020-12-18 18:57:26 +00:00
tests.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_info.py fix: No need to escape here (#3806) 2022-04-12 11:27:52 -03:00
tests_js.py More fixes. 2022-01-28 13:00:47 +00:00
tests_review.py ci: Also check generated HTML with the "vnu" validator (#3682) 2022-03-21 12:50:23 -05:00
urls.py Tear out old meeting schedule editor and related code 2021-11-04 17:07:22 +00:00
utils.py fix: add more HTML validation & fixes (#3891) 2022-05-03 13:55:48 -05:00
views.py Allow editing of group non-chartered group descriptions through UI. Fixes #3388. Commit ready for merge. 2022-01-12 21:04:13 +00:00