0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
Sylvain Fankhauser
de70673bee Allow using draftjs_exporter 5.0 (#11024)
Fixes #10723
2023-11-08 12:58:17 +00:00
Matt Westcott
845a2acb36 Split out Elasticsearch backend functionality out for easier extensibility (#11199, #11018)
Co-authored-by: marcelkornblum <me@marcelkornblum.com>
Co-authored-by: Cameron Lamb <cameron.lamb@digital.trade.gov.uk>
2023-11-07 14:38:04 +00:00
Matt Westcott
536ad2891e Release note for #11196 2023-11-07 14:28:50 +00:00
Robert Rollins
e16614bce8 Add next_url to Edit and Add Child page-listing buttons (#11170) 2023-11-07 10:48:35 +00:00
Sage Abdullah
eefb3010b4
Remove upper bound on django-pattern-library in testing dependencies 2023-11-07 10:38:48 +00:00
rohitsrma
6ef8da04eb Ensure updated comments notifications (text) render unescaped strings
Fixes #11143
2023-11-07 08:39:38 +10:00
Matt Westcott
080c3b9b30 Remove search logging from project template
The search view on the project template is still attempting to log queries against the now-removed wagtailsearch.Query model - as of 6.0a0 this is causing an ImportError when running initial migrations on a newly-created project.

Since the wagtail.contrib.search_promotions module is optional (and off by default on new projects), I've opted to comment out the query logging code with instructions for developers who wish to re-enable it.
2023-11-07 09:23:09 +11:00
Sage Abdullah
3077440292
Release notes for #11014 2023-11-06 14:41:02 +00:00
elhussein almasri
8f75331825 Preserve whitespace in rendered comments
Fixes #11171
2023-11-06 22:28:28 +11:00
Ian Price
67a2ff28b2 Add a background on the preview iframe
Ensures that when the iframe content is loaded there is a background on the iframe. So that transparent websites show correctly in the preview panel.
Fixes #11174
2023-11-06 22:02:41 +11:00
Matt Westcott
605c9cf1a6 Drop support for Elasticsearch 5 and 6 2023-11-01 14:57:15 +00:00
Vedant Pandey
837d733097 Add search_index option to control search indexing of StreamField blocks (#11135) 2023-10-31 11:42:16 +00:00
Matt Westcott
5cd46fe203 Update version number to 6.0 2023-10-31 10:11:53 +00:00