Matt Westcott
22061091cf
Add correct indent for 6.3.3 release notes
2025-01-21 21:24:46 +00:00
Matt Westcott
80c2f928fd
Release note for #12394 in 6.4
2025-01-21 21:24:14 +00:00
Matt Westcott
834afaea54
Release note for #12394 in 6.3.3
2025-01-21 21:23:11 +00:00
Joshua Munn
8fbd74a2f0
Rename operations_and_block_path identifiers for consistency
2025-01-21 21:23:05 +00:00
Joshua Munn
3949026270
Fix StreamChildrenToListBlockOperation sharing model instance state
2025-01-21 21:23:05 +00:00
Mohamed-Rabiaa
f25a95deee
Fix typo: Replace 'another field' with 'an author field' in writing_templates documentation ( #12799 )
2025-01-21 20:35:26 +00:00
Matt Westcott
01d7858ba4
Fix typo
2025-01-21 11:10:02 +00:00
Matt Westcott
7f39750de9
Clarify lack of support for filtering across relations in RelatedFields docs
...
Fixes #11757
2025-01-21 11:07:12 +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
Matt Westcott
ab7547c6cb
Add upgrade note about fixing tests for background tasks ( #12794 )
...
* Add upgrade note about fixing tests for background tasks
Addition to the upgrade note added in https://github.com/wagtail/wagtail/pull/12787 to cover how to update tests that make database changes and expect to see the results reflected immediately in search queries and other processes that now only happen at the end of a transaction.
* Update docs/releases/6.4.md
Co-authored-by: sage <laymonage@gmail.com>
---------
Co-authored-by: sage <laymonage@gmail.com>
2025-01-20 16:08:47 +00:00
Sage Abdullah
6a7792e910
Use unreleased django-modelcluster main branch to test against Django's main
2025-01-20 15:18:10 +00:00
Sage Abdullah
5cfc4aac6e
Test against Django stable/5.2.x branch
2025-01-20 15:18:10 +00:00
Jatin Bhardwaj
b4781e2a90
Added scroll offset to ensure visibility of fields when typing. Fix #7777 ( #12759 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-20 13:24:33 +00:00
Thibaud Colas
a2038727a7
Add more release notes sections
2025-01-20 12:06:44 +00:00
Thibaud Colas
72808487cd
Add missing release notes for #12766
2025-01-20 11:51:50 +00:00
Thibaud Colas
1e0b0f3508
Enable alt text quality check by default. Fix #12636 ( #12793 )
2025-01-20 11:49:58 +00:00
Thibaud Colas
ca66dcc6af
Release notes for #12766
2025-01-20 11:46:54 +00:00
Cynthia Kiser
e6f27c95e8
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:46:54 +00:00
Cynthia Kiser
3f551f212c
Insert default_alt_text when auto-converting from ImageChooserBlock to ImageBlock
2025-01-20 11:46:54 +00:00
Sage Abdullah
fc4a892aad
Do not check for is_previewable in block preview template
...
We'll allow the view to render it anyway, but the block chooser won't show the preview
2025-01-20 10:03:59 +00:00
Sage Abdullah
4c8ea0e54c
Move default block preview template definition to Block.DEFAULT_PREVIEW_TEMPLATE
2025-01-20 10:03:59 +00:00
Sage Abdullah
3b8e15561d
Require block previews to override the global template if only preview value is provided
2025-01-20 10:03:59 +00:00
Sage Abdullah
7055155183
Move block preview template to wagtailcore
...
This allows us to use it in wagtail.blocks without depending on wagtail.admin
2025-01-20 10:03:59 +00:00
Sage Abdullah
839f95f50b
Add template_is_overridden utility function
2025-01-20 10:03:59 +00:00
Sage Abdullah
c13caa952f
Add Block.is_previewable to avoid showing previews without proper configuration
2025-01-20 10:03:59 +00:00
Sage Abdullah
adf52d85c7
Add Block.get_description() to be used in block preview
2025-01-20 10:03:58 +00:00
Sage Abdullah
3bad585b74
Add mechanism for previewing StreamField blocks
2025-01-20 10:03:58 +00:00
Sage Abdullah
7c0712cc38
Include Block.definition_prefix as blockDefId in blocks' Telepath metadata
2025-01-20 10:03:58 +00:00
Sage Abdullah
3ea241370d
Store block definitions in Block.definition_registry
2025-01-20 10:03:58 +00:00
sage
841b36ed18
Prevent main menu from re-rendering when clicking outside while the menu is closed ( #12755 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-20 07:33:36 +00:00
Thibaud Colas
06ce7d2868
Release notes for #12723
2025-01-20 07:20:49 +00:00
Matt Westcott
0ccd99c867
Only replace alt text field if it hasn't been edited from the previous default
2025-01-20 07:20:49 +00:00
Matt Westcott
26f4d07ee1
Populate ImageBlock alt text from default_alt_text when an image is chosen
...
Fixes #12660
2025-01-20 07:20:49 +00:00