Matt Westcott
e699126677
Release note for #12812 in 5.2.8
2025-01-27 16:47:21 +00:00
Matt Westcott
5484d9a5fa
Prevent database error when calling permission_order.register on app ready
...
Fixes #12742
Previously, `permission_order.register` performed a database lookup for the content type. This is invalid if called from an app `ready` method as the documentation suggests, because this may run before the database has been initialised. Instead, `register` now queues up the arguments it receives, and the content type lookup is constructed lazily on first call to `get_content_type_order_lookup` (which happens when the group edit view is requested).
2025-01-27 16:42:26 +00:00
Matt Westcott
913c5795af
LTS releases are now supported for 18 months
2025-01-23 13:19:29 +00:00
Matt Westcott
89f066e9cc
Fix TestFormPageWithCustomFormBuilder assertion against Django 5.1.5 and other security releases
...
Django 5.1.5 (and other security releases released today) has added a `max_length` attribute to GenericIPAddressField, which breaks an assertion in the form builder tests that compares HTML directly. Change this to a BeautifulSoup-based test so that it works on older and newer releases.
2025-01-21 22:21:21 +00:00
Matt Westcott
7238b6ddad
Add correct indent for 6.3.3 release notes
2025-01-21 21:24:56 +00:00
Matt Westcott
16a5a9e41a
Release note for #12394 in 6.3.3
2025-01-21 21:22:38 +00:00
Joshua Munn
4e2362318b
Rename operations_and_block_path identifiers for consistency
2025-01-21 21:20:17 +00:00
Joshua Munn
41c7102ef7
Fix StreamChildrenToListBlockOperation sharing model instance state
2025-01-21 21:20:17 +00:00
Thibaud Colas
f8eb58b0b9
Enable alt text quality check by default. Fix #12636 ( #12793 )
2025-01-20 11:53:45 +00:00
Thibaud Colas
366b946b91
Add missing release notes for #12766
2025-01-20 11:53:05 +00:00
Cynthia Kiser
894b40b715
Update accessibility concerns docs in light of GSOC contextual alt text project
...
This also documents default_alt_text, providing a stricter example that does not fall back to image title
2025-01-20 11:52:43 +00:00
Cynthia Kiser
bf4176296d
Update example for customizing "p-as-heading" check ( #12763 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-15 16:35:11 +00:00
Rishabh Sharma
6132652f1c
Reduce confusing spacing below StreamField blocks help text. Fix #11888 ( #11934 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-14 10:01:44 +00:00
Srishti Jaiswal
4e23cb1c6d
Correct positioning of comment buttons with DateField, TimeField and DateTimeField. Fix #12214 ( #12685 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-13 12:17:07 +00:00
Thibaud Colas
52280b21b7
Add v6.3.3 release notes
2025-01-13 12:16:29 +00:00
Matt Westcott
15219c87da
Version bump to 6.3.2
2025-01-02 11:08:51 +00:00
Matt Westcott
57bf57c2b8
Fill in release date for 6.3.2
2025-01-02 11:08:25 +00:00
Matt Westcott
dcc53b2521
Fetch new translations from Transifex
2025-01-02 11:06:25 +00:00
Daniel Kirkham
2eed073a56
Insert missing space into 6.3 release notes
2025-01-02 09:22:34 +00:00
Artem Kamyshansky
f872bfcb68
typo fix
2025-01-02 09:22:34 +00:00
Matt Westcott
c5d70e631e
Release note for #12702 in 6.3.2
2024-12-18 16:06:59 +00:00
Matt Westcott
ac0e2c36b2
Implement get_block_by_content_path on ImageBlock ( #12702 )
...
Fixes #12688 . Without this, commenting on a field of an ImageBlock will cause subsequent loads of the edit view to fail at the point that the comments validate that they are attached to a valid block path.
2024-12-18 16:05:40 +00:00
Bartosz Cieliński
39d1bc816d
Ensure Draftail features wrap in case there is a lot of added features
2024-11-28 10:03:39 +00:00
Matt Westcott
880a31d740
Release note for #12608 in 6.3.2
2024-11-22 12:29:26 +00:00
Jake Howard
a0953115df
Ensure cloudfront purges are called with lists
2024-11-22 12:19:37 +00:00
Matt Westcott
2ba03460b3
fix spacing
2024-11-22 09:56:48 +00:00
Matt Westcott
377310a6de
Release note for #12589 in 6.3.2
2024-11-22 09:54:55 +00:00
LB
7470051d22
Docs: Fix up formatting on tutorial 'create' pages
2024-11-22 09:48:08 +00:00
Clifford Gama
8cfe399763
Update tutorial instructions to use icon for adding children pages
...
- Reflects changes added in #11012
2024-11-22 09:47:40 +00:00
Matt Westcott
cb122e64db
Version bump to 6.3.1
2024-11-19 15:52:50 +00:00
Matt Westcott
4208408dab
Fill in release date for 6.3.1
2024-11-19 15:52:21 +00:00
Matt Westcott
0eaf3b03b8
Fetch new translations from Transifex
2024-11-19 15:50:36 +00:00
Sage Abdullah
0d4d59765b
Lower docs search ranking for release notes ( #12586 )
...
Except for the 'upgrading' section, as it's still generally useful
2024-11-19 15:25:43 +00:00
Matt Westcott
54e1dcbdd8
Remove forced capitalization of site name on admin dashboard ( #12601 )
...
Fixes #12592
2024-11-19 15:14:48 +00:00
helloshiv
fe77d56dca
Fix wagtailcache and wagtailpagecache examples to not use quotes for the fragment_name
2024-11-19 14:20:24 +00:00
Sage Abdullah
c67a750cae
Release note for #12576 in 6.3.1
2024-11-19 14:19:50 +00:00
Clifford Gama
8815f816e7
Fix typo: remove reference to PublishingPanel as a method
2024-11-19 09:53:23 +00:00
Clifford Gama
6609eda31a
Fix misleading wording - clarify that get_site_root is created, not used
2024-11-19 09:47:01 +00:00
Clifford Gama
184b2db83a
Fix minor typo - capitalize Page model
2024-11-19 09:46:54 +00:00
Thibaud Colas
6a9dbdaff2
Rename tutorial blog index page to reduce the likelihood of slug issues ( #12576 )
2024-11-19 09:46:46 +00:00
minusf
ff6943033b
Add missing apostrophe in settings documentation ( #12542 )
2024-11-19 09:43:21 +00:00
Sage Abdullah
9bb9e25206
Improve spacing of page permissions table in Group settings ( #12585 )
2024-11-18 16:47:17 +00:00
Matt Westcott
82ac5cb280
Release note for #12571 in 6.3.1
2024-11-18 15:49:57 +00:00
Matt Westcott
645630828e
Handle None in ImageBlock.to_python
2024-11-18 15:48:07 +00:00
Matt Westcott
8c0ebb74a0
Switch cases in `ImageBlock.bulk_to_python` so that the ImageChooserBlock logic is the special case rather than the default
2024-11-18 15:48:07 +00:00
Storm B. Heg
e57f8f589d
Refactor ImageBlock.bulk_to_python to handle more cases of bad data
...
Specifically, cases where an ImageChooserBlock to ImageBlock migration
results in `[None]` as a value.
ref: https://github.com/wagtail/wagtail/issues/12514
2024-11-18 15:48:07 +00:00
Sage Abdullah
47a9106836
Fix profile picture upload not working in account settings ( #12548 )
...
Fixes #12547
2024-11-07 13:02:01 +00:00
Matt Westcott
e0c133a6fd
Add 6.3.1 release notes
2024-11-07 13:00:10 +00:00
Matt Westcott
e62176989c
Fill in release date for 6.2.3
2024-11-01 13:19:10 +00:00
Matt Westcott
70fddffe6f
Fill in release date for 5.2.7
2024-11-01 13:18:42 +00:00