Wykres commitów

10 Commity (9e628a167c4cf86067d284cd2469e83385fe3dd9)

Autor SHA1 Wiadomość Data
EK303 9e628a167c Docs - Update and fix broken links
Fixes #11635
2024-04-03 21:31:11 +02:00
Matt Westcott 6814e0224c Release note for #11817 in 6.0.2 docs 2024-04-03 19:11:03 +01:00
Sage Abdullah de046a73f2
Release note for #11751 2024-04-02 16:56:58 +07:00
Sage Abdullah 77104e4dfe
Clarify release notes for #11803 2024-04-02 16:56:53 +07:00
Sage Abdullah 898f01f922 Add _editor_js.html include to wagtailadmin/generic/form.html (#11803)
and remove any other _editor_js.html includes from templates that extend
wagtailadmin/generic/form.html, either directly or via
wagtailadmin/generic/{create,edit}.html templates.

Fixes #11760
Fixes #11799

# Conflicts:
#	CHANGELOG.txt
#	docs/releases/6.1.md
2024-03-27 19:13:51 +10:00
elhussein almasri 13153b5068
Move modal-workflow.js script to admin_base.html (#11620)
The modal-workflow.js script is used across a wide range of views in the admin, it's simpler to include it globally instead of having to consider all places it may be used.

Also unblocks use cases that are outside of the core admin such as custom documents/user/image models that may want to leverage this functionality.

Includes a fix for the documented support for all Panels in Wagtail 6.0's release notes, even though DocumentChooser and others would not have worked.

Cherry pick of single commit 266faf63c2 from #11620

Backport fix for #11739
2024-03-12 12:34:50 +00:00
Sage Abdullah ae777245a5 Use TeleportController to re-render slim header's buttons on results refresh
Fixes #11726

# Conflicts:
#	CHANGELOG.txt
#	docs/releases/6.1.md
#	wagtail/admin/widgets/button.py
2024-03-09 20:18:30 +10:00
Sage Abdullah c91d32f7b0 Remove extraneous padding in chooser modal listings (#11708)
Fixes #11704

# Conflicts:
#	CHANGELOG.txt
#	docs/releases/6.1.md
2024-03-05 18:11:22 +10:00
LB Johnston 266ccea1b8 Add Changelog for #11660 (6.0.2)
# Conflicts:
#	CHANGELOG.txt
#	docs/releases/6.1.md
2024-03-05 07:52:30 +10:00
LB Johnston 6c9589ff94
Fix - Ensure that modal tabs width are not impacted by side panel opening
Regression from #11150
2024-02-29 11:54:31 +00:00