Sage Abdullah
30d4da49b8
Expand docs for StreamField block previews
2025-02-03 16:45:41 +00:00
Sage Abdullah
fa81702f3f
Add reference docs for Block.get_template and Block.get_context
2025-02-03 16:45:39 +00:00
Sage Abdullah
430a8b0d6e
Minor tweaks to StreamField block previews documentation
2025-02-03 16:45:35 +00:00
Matt Westcott
54e0874e6d
Fill in release date for 6.3.3
2025-02-03 15:10:06 +00:00
Matt Westcott
9e2c51a1ac
Fill in release date for 5.2.8
2025-02-03 15:09:38 +00:00
Matt Westcott
45960de96c
Fill in release date for 6.4 final
2025-02-03 15:06:03 +00:00
Matt Westcott
877bb3738a
Version bump to 6.4 final
2025-02-03 15:04:40 +00:00
Matt Westcott
7828396eb0
Fetch new translations from Transifex
2025-02-03 14:57:33 +00:00
Sage Abdullah
9901646874
Ensure block preview is hidden when the user clears out the search input
2025-02-03 14:46:26 +00:00
Matt Westcott
9786090e78
Release note for #12829 in 6.4
2025-01-31 18:08:46 +00:00
Matt Westcott
25efb8f8c3
Release note for #12829 in 6.3.3
2025-01-31 18:08:06 +00:00
Matt Westcott
3dd292d380
Release note for #12829 in 5.2.8
2025-01-31 18:08:06 +00:00
Matt Westcott
b1824cc9f2
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:08:06 +00:00
Matt Westcott
ef204423c6
Don't break on blank search queries
2025-01-31 18:08:05 +00:00
Thibaud Colas
91a02933f6
Switch block previews from hover + toggle to toggle only
2025-01-31 15:45:08 +00:00
Thibaud Colas
53df6a2492
Adjust block chooser styles to match latest designs
2025-01-31 15:45:04 +00:00
Sage Abdullah
f8fb1d6d36
Fix Block.is_previewable detection on blocks with non-None unset default values
2025-01-31 15:38:10 +00:00
Matt Westcott
51d1774620
More descriptive release note for #12322 in 6.4
2025-01-31 13:05:08 +00:00
Matt Westcott
c503468255
Release note for #12322 in 5.2.8
2025-01-31 13:03:46 +00:00
Matt Westcott
9e0da19681
Release note for #12322 in 6.3.3
2025-01-31 13:03:46 +00:00
Sage Abdullah
32ceb1eda9
Improve block preview layout for responsiveness and reduced shifting
2025-01-30 15:43:08 +00:00
Sage Abdullah
3b139d75db
Add block- CSS class in block preview template
...
This matches the behaviour of {% include_block %} inside a StreamBlock
2025-01-30 15:43:03 +00:00
Matt Westcott
41f6dc97b8
Release note for #12831 in 6.4
2025-01-29 20:53:13 +00:00
Matt Westcott
8822cba3c7
Release note for #12831 in 6.3.3
2025-01-29 20:52:27 +00:00
Matt Westcott
e0ccadee03
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:52:20 +00:00
Thibaud Colas
7e451f2116
Add unit tests for rich text block chooser initialisation based on capabilities
2025-01-28 11:24:11 +00:00
Thibaud Colas
32011394e8
Configure block previews and descriptions in block chooser within rich text
2025-01-28 11:24:09 +00:00
Matt Westcott
78413624da
Release notes for #12097 and #12394 in 5.2.8
2025-01-27 17:03:42 +00:00
Matt Westcott
0579b9bd20
Release note for #12812 in 6.4
2025-01-27 16:49:19 +00:00
Matt Westcott
8dcb021685
Release note for #12812 in 6.3.3
2025-01-27 16:48:39 +00:00
Matt Westcott
8653d1d65c
Release note for #12812 in 5.2.8
2025-01-27 16:48:31 +00:00
Matt Westcott
28782eb8bf
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:48:26 +00:00
Thibaud Colas
c4b2108131
Fix incorrect documentation reference
2025-01-23 17:08:07 +00:00
Thibaud Colas
47b0a1d0ca
Add separate release notes for performance optimizations
2025-01-23 16:55:08 +00:00
Thibaud Colas
88e5979054
Add separate release notes for search terms report
2025-01-23 16:54:48 +00:00
Matt Westcott
fbd7d140f4
Extend LTS period to 18 months
2025-01-23 13:16:07 +00:00
LB
44f60142de
Refine 6.4 release notes
...
- Fix a few small typos & formatting issues
- Ensure the form builder changes are better documented
- Add links to other docs pages where possible
- Improve consistency with usage of `code` backticks on modules
- Add docs reference for StreamField `get_template` docs
2025-01-22 10:33:00 +00:00
LB
dfa6a7ff0d
Fix spelling of `CloudFront` in docs & release notes
2025-01-22 10:33:00 +00:00
LB
61e4bdff39
Fix minor whitespace formatting issues in docs
2025-01-22 10:33:00 +00:00
LB
1c0fcab107
Add third party tutorials from late 2024
2025-01-22 10:21:52 +00:00
Matt Westcott
f19126921d
Add correct indent for 6.3.3 release notes
2025-01-21 21:26:53 +00:00
Matt Westcott
20126db151
Release note for #12394 in 6.4
2025-01-21 21:26:47 +00:00
Matt Westcott
12001b6e83
Release note for #12394 in 6.3.3
2025-01-21 21:26:41 +00:00
Joshua Munn
0462cbce07
Rename operations_and_block_path identifiers for consistency
2025-01-21 21:26:38 +00:00
Joshua Munn
33400eae05
Fix StreamChildrenToListBlockOperation sharing model instance state
2025-01-21 21:26:38 +00:00
Matt Westcott
6a1328a963
Fix typo
2025-01-21 11:10:29 +00:00
Matt Westcott
6c8f8e2d2f
Clarify lack of support for filtering across relations in RelatedFields docs
...
Fixes #11757
2025-01-21 11:10:29 +00:00
Matt Westcott
b7de2007d8
Version bump to 6.4rc1
2025-01-20 18:25:41 +00:00
Matt Westcott
4244943300
Fix typo in block preview example
2025-01-20 18:19:32 +00:00
Matt Westcott
9a024bcb42
Generate new translation strings
2025-01-20 18:00:22 +00:00