wagtail-livepreview icon indicating copy to clipboard operation
wagtail-livepreview copied to clipboard

Wagtail Live Preview lets you view your page changes as you make them in the Wagtail Admin.

Results 20 wagtail-livepreview issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.6.16 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [django](https://github.com/django/django) from 2.2.4 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

Bumps [wagtail](https://github.com/wagtail/wagtail) from 2.6.1 to 2.11.8. Release notes Sourced from wagtail's releases. 2.11.8 CVE-2021-32681 - fix improper escaping of HTML ('Cross-site Scripting') in Wagtail StreamField blocks (Karen Tracey, Matt Westcott)...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Livepreview is removing all the script tags in the generated HTML. (https://github.com/KalobTaulien/wagtail-livepreview/blob/master/livepreview/static/livepreview/js/livepreview_fe.js#L4) Javascript could be used to position elements, to apply CSS styles, to add lazy loading, etc. Removing all...

Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 2.0 to 2.2.1. Changelog Sourced from django-debug-toolbar's changelog. 2.2.1 (2021-04-14) Fixed SQL Injection vulnerability, CVE-2021-30459. The toolbar now calculates a signature on all fields for the SQL...

dependencies

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.2 to 3.11.2. Commits 4121b01 Deprecate urlize_quoted_links in favor of Django's built-in urlize f3d9d68 Version 3.11.1 eb2c4c2 Version 3.11.1 de497a9 Version 3.11 (#7083) 3c1428f Fix NotImplementedError for...

dependencies

Can't delete a page that is referenced in the table livepreview_livepreviewrevision `django.db.utils.IntegrityError: update or delete on table "wagtailcore_page" violates foreign key constraint "livepreview_liveprev_page_id_a0bcd10f_fk_wagtailco" on table "livepreview_livepreviewrevision"` ``` File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line...