Matt Westcott
ac8bdce9fb
Release note for #11783
2024-04-05 17:37:28 +01:00
Sage Abdullah
0006976267
Implement universal listings UI for form submissions listing view
2024-04-05 17:36:41 +01:00
Sage Abdullah
af80198c7d
Rename SubmissionsListView.ordering to default_ordering for consistency with BaseListingView
2024-04-05 17:36:41 +01:00
Matt Westcott
b504ed0281
Release note for #11764
2024-04-05 15:24:56 +01:00
LB Johnston
73d4b8383c
Add changelog for #11775
...
- Closes #11597
2024-04-04 08:28:17 +10:00
LB Johnston
a6b187a14f
Fix minor spelling (customizations) in 6.1 release notes
2024-04-04 08:01:47 +10:00
Matt Westcott
83bacfa7fe
Fill in release date for 6.0.2
2024-04-03 21:37:36 +01:00
Matt Westcott
eefbc7731c
Add release notes for 5.2.4
2024-04-03 21:37:00 +01:00
Matt Westcott
ad55e37162
Release note for #11817 in 6.0.2 docs
2024-04-03 19:11:23 +01:00
Sage Abdullah
f941b45b58
Release note for #11751
2024-04-02 16:50:14 +07:00
Abdelrahman
0599a56d81
Add support for related fields in generic IndexView.list_display
2024-03-28 12:55:01 +07:00
Sage Abdullah
d8085c6ee6
Clarify release notes for #11803
2024-03-28 12:24:34 +07:00
Sage Abdullah
e425244fd8
Sync 6.0.2 changelog & release notes
...
See 898f01f922
See 13153b5068
2024-03-27 19:15:51 +10:00
Sage Abdullah
3bdf5fedf9
Add _editor_js.html include to wagtailadmin/generic/form.html
...
and remove any other _editor_js.html includes from templates that extend
wagtailadmin/generic/form.html, either directly or via
wagtailadmin/generic/{create,edit}.html templates.
Fixes #11760
Fixes #11799
2024-03-27 18:47:57 +10:00
Sage Abdullah
7a5a178022
Bump minimum version of djangorestframework to 3.15.1
...
We only support Django 4.2 and 5.0. DRF v3.14.0 was released on
22-09-2022, while Django 4.2 was released on 03-04-2023. This means
Django 4.2 and 5.0 support were officially introduced in DRF 3.15.0.
While our tests used to indicate our use of an older version of DRF
didn't cause any issues when installed with a newer version of Django,
we should bump this anyway. This prevents people from installing a
cached version of DRF that we "claim" to be compatible with Wagtail,
but in reality DRF itself doesn't officially support our minimum Django
version. In such cases, the installation can still proceed as DRF does
not impose an upper bound on Django.
This also fixes an issue where our tests would fail when installed with
DRF < 3.15.0 as the PermissionDenied error messages became more
specific.
2024-03-27 17:54:50 +10:00
David Buxton
ca796cb703
Fix dummy request SERVER_NAME when running tests
...
Django's test runner appends 'testserver' to your ALLOWED_HOSTS
setting. If your project has `ALLOWED_HOSTS=['*']` (which is totally
legit for Google App Engine standard) this means the setting value is
`ALLOWED_HOSTS=['*', 'testserver']` and Wagtail's dummy request helper
was setting the request SERVER_NAME to '*'.
But '*' is not a valid host name, causing a DisallowedHost exception.
This change sets the SERVER_NAME to 'example.com' in that case.
2024-03-26 21:22:21 +07:00
Jhonatan Lopes
846076ebe3
Use `default_manager` instead of `objects` in snippets `ModelIndexView`
2024-03-25 20:28:24 +07:00
LB Johnston
79bc23788b
Docs - Add additional reference to `wagtail_update_image_renditions` command
...
- We have other references to this command added in 5.2 however we did not include this in the page that goes into detail of Image renditions
- See #8166
2024-03-23 22:56:03 +10:00
LB Johnston
83a60f685d
Add changelog for #11756 + additions
...
- Closes #10404
2024-03-23 19:48:31 +10:00
LB Johnston
e9593e7b6b
Update all other Wagtail logos to the latest version
2024-03-23 19:48:31 +10:00
LB Johnston
5fd8ebf171
SwapController - Ensure untrusted data sources are logged correctly
...
Avoids the rare case of `requestUrl` being used to log out an object
Fixes #11212
2024-03-23 18:17:53 +10:00
LB Johnston
11570f0072
Add changelog for #10867 (bulk toggle user group permissions)
...
Includes partial work & inspiration from #5836
2024-03-23 14:24:23 +10:00
LB Johnston
31329da876
Add changelog for #11213
2024-03-22 17:41:06 +10:00
LB Johnston
42c78a2b17
Fix title of page for UI guidelines
...
- Guidelines is not a proper noun here and should not be capitalised
2024-03-17 21:43:56 +10:00
rohitsrma
dae51e1287
Update keyboard shortcuts dialog & menu item to use 'keyboard' icon
...
Fixes #11767
2024-03-17 19:18:10 +10:00
rohitsrma
51152ebefc
Add keyboard icon to admin icon set
2024-03-17 19:18:10 +10:00
LB Johnston
24f5a4a14c
Add changelog for #11717
2024-03-16 16:59:26 +10:00
Tibor Leupold
77d783b397
Add note about StreamField validation happening on the form
2024-03-14 07:56:15 +10:00
John-Scott Atlakson
068c3f2964
Added `AbstractGroupApprovalTask` to simplify customizing behavior
2024-03-14 07:38:07 +10:00
Chiemezuo
aebdf82387
Ensure that dropdown content will be scrollable if content is too high
...
Fixes #11108
2024-03-14 07:28:27 +10:00
LB Johnston
b0b304bb9a
Add changelog for #10876
2024-03-14 06:37:54 +10:00
Matt Westcott
f30c65138e
Release note for #11720
2024-03-12 14:57:31 +00:00
Matt Westcott
75af2f22be
Release note for #11709
2024-03-11 18:28:17 +00:00
Sage Abdullah
45484c5da7
Release note for #11698
2024-03-11 14:06:50 +00:00
Sage Abdullah
a5aafe0d15
Remove support for customising the number of entries on the image listing
2024-03-11 09:55:41 +00:00
LB Johnston
dd48762b18
Update changelog for cherry-pick #11736
2024-03-09 20:19:41 +10:00
Sage Abdullah
574a9d4ebd
Use TeleportController to re-render slim header's buttons on results refresh
...
Fixes #11726
2024-03-09 20:15:03 +10:00
Matt Westcott
007d5b048d
Release note for #11735
2024-03-07 14:54:35 +00:00
Matt Westcott
92d1ff5d7a
Remove lesser-used archive formats from WAGTAILDOCS_EXTENSIONS list
2024-03-07 12:19:23 +00:00
Matt Westcott
5e5619d43f
Add warnings about XSS to WAGTAILDOCS_SERVE_METHOD and WAGTAILDOCS_EXTENSIONS settings docs
2024-03-07 12:19:22 +00:00
Matt Westcott
00d1d134aa
Mention WAGTAILDOCS_EXTENSIONS in 'integrating into Django' docs
2024-03-07 12:19:22 +00:00
Matt Westcott
abde315c0b
Update deployment docs to cover XSS risks
2024-03-07 12:19:22 +00:00
Sage Abdullah
c741351635
Release note for #11485
2024-03-07 09:58:28 +00:00
Matt Westcott
b05c50b3f5
Add reference docs for PageListingViewSet
2024-03-07 09:57:11 +00:00
Matt Westcott
f67b68d8ed
Use double quotes in
...
Co-authored-by: sage <laymonage@gmail.com>
2024-03-07 09:57:10 +00:00
Matt Westcott
24c984192e
Add documentation for custom page listings via PageListingViewSet
2024-03-07 09:57:10 +00:00
Karthik Ayangar
00474a6152
fix: MutationObserver in dirty form check only tests direct descendants
...
Fixes #11142
2024-03-07 08:09:37 +10:00
Mark Niehues
c580342a95
Fix date formatting in form builder email content
...
Ensure that the date_format util correctly gets passed a format reference, not the resolved format.
Fixes #11696
2024-03-05 18:33:14 +10:00
Sage Abdullah
28f42bd6a6
Update changelog for backport 6.0.* fix ( #11708 )
2024-03-05 18:12:16 +10:00
Sage Abdullah
a106a3e805
Remove extraneous padding in chooser modal listings
...
Fixes #11704
2024-03-05 18:09:16 +10:00