Matt Westcott
32c48e149d
Use the latest draft when copying an unpublished page for translation ( #7755 )
...
Fixes #7754
Co-authored-by: Andrey Nehaychik <andrey.nehaychik@vizor-games.com>
2023-11-08 18:31:20 +00:00
Matt Westcott
582fe12749
Ensure that explorer_results views fill in the correct next_url parameter on action URLs
...
Fixes #11177 , by adding the option to pass an actions_next_url argument to the table as per https://github.com/wagtail/wagtail/pull/11175#discussion_r1381892130
2023-11-08 15:44:43 +00:00
varun kumar
d737f29a62
Use logical OR operator to combine search fields for Django ORM in IndexView
2023-11-08 15:30:27 +00:00
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
614ae9c69f
Add 5.2.1 release notes for #11190
2023-11-07 08:25:34 +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
Matt Westcott
9fe2e6a419
Fix code example for {% picture ... as ... %} tag - fixes #11186
2023-11-06 16:35:28 +00:00
Matt Westcott
092bd30dcb
Add 5.2.1 release notes
2023-11-06 16:35:19 +00: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
c363f6dd27
Remove ModelAdmin
2023-11-01 16:52:20 +00:00
Matt Westcott
605c9cf1a6
Drop support for Elasticsearch 5 and 6
2023-11-01 14:57:15 +00:00
Thibaud Colas
567e84b4ea
Update image documentation to have more details for picture and srcset_image tags ( #11167 )
2023-11-01 12:11:46 +00:00
Matt Westcott
cba75351a8
Fill in release date for 5.2
2023-11-01 11:04:00 +00:00
Cynthia Kiser
7cdc4961c2
Sort groups by name in group index view
2023-10-31 18:52:11 +00:00
Matt Westcott
f533678aa1
Release note for #11163
2023-10-31 17:32:09 +00:00
Sage Abdullah
69323d9881
Link to generic views docs in 5.2 release notes for ModelViewSet
2023-10-31 17:25:21 +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
Matt Westcott
814c6b3865
Bump djhtml to 3.0.6 ( #11158 )
...
Notably, this changes the behaviour of multi-line HTML tags so that attributes are aligned (https://github.com/rtts/djhtml#new-multi-line-html-elements ). The pre-commit hook was already set to use djhtml 3.0.6, which meant that it was making changes that conflicted with the formatting rules enforced by the Makefile and CI.
2023-10-31 10:11:02 +00:00
Chiemezuo
638761687b
Migrate styleguide contrib index view to a class based view
...
- Relates to #8365
2023-10-27 16:00:23 +11:00
LB Johnston
ae73491222
Update changelog contributors for #11101
2023-10-26 22:07:48 +10:00
Chiemezuo
930cbca2cd
Use use _() over interim template vars for translations as args (wagtailadmin)
...
Closes #10126
2023-10-26 09:37:20 +11:00
Chiemezuo
0f312b8ad7
Update contributing translation docs - template usage
...
Closes #10126
2023-10-26 09:37:20 +11:00
CheesyPhoenix
871c09fd2e
Ensure the sidebar's explorer does not trigger action-button of current view
...
Fixes #11037
Co-authored-by: Christer Jensen <chr.code@gmail.com>
2023-10-26 08:59:32 +11:00
LB Johnston
56c62cc298
Add changelog for #11120
...
Closes #11071
2023-10-25 08:55:09 +11:00
Chiemezuo
8f9cb7c007
fix validation error on save from autocomplete ( #11113 )
2023-10-23 16:26:55 +01:00
phijma-leukeleu
1fd4b86022
Update checks.py ( #10462 )
...
Prevent "RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use STORAGES instead."
2023-10-23 14:27:10 +01:00
Matt Westcott
1c76db228c
Move breadcrumb class name, snippets template refactor and SidePanels notes into undocumented internals
2023-10-23 10:17:16 +01:00
Matt Westcott
8fde9c2a12
Reshuffle 5.2 upgrade consideration notes
...
* It's unclear why the imghdr change affects developers, or what action if any they should take - I don't think this needs a note at all
* Changes to menu hooks really come under the category of "Wagtail customisations", not "Changes affecting all projects"
2023-10-23 10:17:16 +01:00
Temidayo
21dfe9b05f
Documenting 5.2 as LTS release ( #11111 )
...
* Documenting 5.2 as LTS release
2023-10-23 09:24:21 +01:00
Matt Westcott
d17f62a55f
Revert "Release note for #11018 "
...
This reverts commit 24ebc590fb
.
2023-10-20 16:24:52 +01:00
scott
8d68dafb0b
update beautifulsoup pin ( #11096 )
2023-10-20 16:10:07 +01:00
Matt Westcott
24ebc590fb
Release note for #11018
2023-10-20 15:39:30 +01:00
Thibaud Colas
4da28a4ba8
Reorder release v5.2 release notes to showcase more changes
2023-10-20 10:08:19 -04:00
Matt Westcott
f7761c27d6
Set up release notes for 5.3
2023-10-20 14:47:53 +01:00
Matt Westcott
ef67eaaa53
Version bump to start work on 5.3
2023-10-20 14:47:53 +01:00
LB Johnston
145e33de9d
5.2 release notes - add supporting links and fix typos
2023-10-20 10:13:27 +01:00
Matt Westcott
b21921dd83
Release note for CVE-2023-45809 in 5.1.3 (and fill in release date)
2023-10-19 15:07:37 +01:00
Matt Westcott
97a1dc1876
Add 5.0.5 release note page
2023-10-19 15:06:44 +01:00
Matt Westcott
8111639f9e
Release note for CVE-2023-45809 in 5.0.5
2023-10-19 15:06:37 +01:00
Matt Westcott
6033a3841b
Release note for CVE-2023-45809 in 4.1.9
2023-10-19 15:06:31 +01:00
Matt Westcott
280bd79e75
Release note for page listing view redesign
2023-10-19 14:38:06 +01:00
Stefan Hammer
3de6ce61ff
Improve filtering of audit logging based on the user's permissions ( #11020 )
...
Until now, a user could see the audit log for all custom models,
permissions haven't been checked yet.
Now, only log entries of those content types are displayed, where
the user has at least one permission.
The change also adds filtering to the action-dropdown.
This avoids showing unnecessary action types, e.g. actions which aren't
used at all.
All 3 uses of action-dropdowns (site history, page history, generic
history) only display those actions, which are used at least once.
This partially fixes #9181 .
2023-10-19 13:46:55 +01:00