Sage Abdullah
596e531abe
Add explicit path to Sphinx configuration in .readthedocs.yml
2025-02-03 17:17:05 +00:00
Matt Westcott
5a53075776
Version bump to 6.3.3 final
2025-02-03 15:09:17 +00:00
Matt Westcott
1993311ccc
Fill in release date for 6.3.3
2025-02-03 15:09:00 +00:00
Matt Westcott
cb5da0306e
Fill in release date for 5.2.8
2025-02-03 15:08:21 +00:00
Matt Westcott
e21dfb1548
Release note for #12829 in 6.3.3
2025-01-31 18:07:03 +00:00
Matt Westcott
e56354fa3f
Release note for #12829 in 5.2.8
2025-01-31 18:06:21 +00:00
Matt Westcott
f7473e56bd
Prevent syntax error on MySQL search when query includes symbols
...
Fixes #8614 and #12811
We match MySQL's behaviour of treating non-alphanumeric characters as token separators, equivalent to spaces. This way, the Lexeme instances consist of alphanumerics only, avoiding escaping issues that lead to these syntax errors.
(note: the \w class in regexp also counts underscores as "alphanumeric", but this is also consistent with the MySQL behaviour and presents no issues with escaping.)
2025-01-31 18:06:21 +00:00
Matt Westcott
75df1cd940
Don't break on blank search queries
2025-01-31 18:06:21 +00:00
Matt Westcott
db68d8e7a9
Release note for #12322 in 5.2.8
2025-01-31 13:03:07 +00:00
Matt Westcott
654f31ab14
Release note for #12322 in 6.3.3
2025-01-31 12:56:53 +00:00
Stefan Hammer
021d5e2cca
Fix StreamValue._prefetch_blocks() to skip manually inserted items
...
Fixes #12320
2025-01-31 12:53:21 +00:00
Matt Westcott
bf3f79259f
Release note for #12831 in 6.3.3
2025-01-29 20:51:30 +00:00
Matt Westcott
b5dbb4b995
Revert "Simplify example of appending a rich text block to a streamfield" ( #12831 )
...
See #12827 - `normalize` is not applied on append, so the value type must match.
This reverts commit b0cda80626
.
2025-01-29 20:50:00 +00:00
Matt Westcott
7706435568
Release notes for #12097 and #12394 in 5.2.8
2025-01-27 17:03:30 +00:00
Matt Westcott
bbc056f414
Release note for #12812 in 6.3.3
2025-01-27 16:48:00 +00:00
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