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
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
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
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
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
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
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
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
4244943300
Fix typo in block preview example
2025-01-20 18:19:32 +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
Thibaud Colas
efc73a649d
Release notes for #12790
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
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
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
a6b64dc42e
Release notes for #12040 / #12787
2025-01-17 20:37:09 +00:00
Thibaud Colas
7af2ca013e
Release notes for #11257
2025-01-17 13:50:12 +00:00
Thibaud Colas
3e09c75814
Update documented Safari support version numbers
2025-01-17 13:50:12 +00:00
Stéphane Blondon
3329e6dadf
fix: add missing space between two words ( #12781 )
...
Otherwise, logs show such lines:
HINT: Ensure that MainMenu uses `panels` instead of `content_panels`or set up an `edit_handler` ...
2025-01-16 17:35:14 +00:00
Mike Gifford
4298665bfd
Update guideline links in sustainability_considerations.md ( #12762 )
...
One of your links was busted, so I figured I'd suggest some updates.
2025-01-16 17:31:41 +00:00