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
Matt Westcott
c17c1c859b
Fetch new translations from Transifex
2025-01-20 17:59:24 +00:00
Matt Westcott
1309f5e7cc
Remove unused heading
2025-01-20 17:48:47 +00:00
Sage Abdullah
ac4bd79e40
Add initial docs for StreamField block previews
2025-01-20 17:35:06 +00:00
Sage Abdullah
476e7aa35c
Ensure block label and description are scrollable in previews
2025-01-20 17:30:27 +00:00
Sage Abdullah
00fd54acda
Add body block in block_preview.html to ease customisations
2025-01-20 17:30:27 +00:00
Sage Abdullah
63d5ce9d11
Remove color-scheme from default block_preview.html template
2025-01-20 17:30:27 +00:00
Sage Abdullah
28d8ba6af7
Improve responsiveness of block preview layout
2025-01-20 17:30:26 +00:00
Sage Abdullah
77bcbf702d
Add preview button with eye icon in block chooser
2025-01-20 17:30:25 +00:00
Sage Abdullah
d25a67a4b8
Implement block previews in StreamField block chooser
2025-01-20 17:29:53 +00:00
Thibaud Colas
efc73a649d
Release notes for #12790
2025-01-20 17:05:08 +00:00
Thibaud Colas
e236919a79
Implement dragndrop safeguard for rich text fields
2025-01-20 17:05:08 +00:00
Thibaud Colas
3cbca376a9
Implement dragndrop for StreamField with sortable.js
2025-01-20 17:05:08 +00:00
Thibaud Colas
1636059bef
Fix Tippy destroy preventing further instantiations
2025-01-20 17:05:08 +00:00
Thibaud Colas
fe9409f99c
Add drag and drop support to InlinePanel
2025-01-20 17:05:08 +00:00
Thibaud Colas
1c3f84f9c2
Clean up inline panel tests, using correct markup
2025-01-20 17:05:08 +00:00
Matt Westcott
03f5352fe0
Full release note for FieldPanel / InlinePanel shorthand
2025-01-20 16:16:42 +00:00