Matt Westcott
64c8ccc59e
fix testapp migration conflict
2023-02-10 13:20:34 +00:00
Matt Westcott
a78e80e9c6
Rotate deprecation warning classes
2023-02-10 13:20:34 +00:00
Matt Westcott
a634045b6c
Remove remaining versionadded directives from before 4.2
2023-02-10 13:20:34 +00:00
Matt Westcott
d5f787030a
Update docs for use_json_field
...
Indicate that this must now be set to True.
2023-02-10 13:20:34 +00:00
Matt Westcott
635db6d850
Update richtext to streamfield migration snippet
...
Perform the data migration while it's still a rich text field, to avoid the need for `use_json_field=False`. Also work around the unavailability of `page.revisions` on frozen ORM models (which has been absent since 4.0, since it's now a property on RevisionMixin rather than a true relation).
2023-02-10 13:20:33 +00:00
Matt Westcott
5c653002a2
Remove support for use_json_field=False StreamFields
...
use_json_field=False (outside of migrations) now throws an ImproperlyConfigured exception. In Wagtail 6.0 this will be changed to default to True, and user code can remove it - we cannot do this in 5.0 because this would mean that site owners who have not already generated the migrations to change legacy StreamFields to use_json_field=True will be unable to do so (since makemigrations will see no changes).
2023-02-10 13:20:33 +00:00
Coen van der Kamp
619f395980
Add new "Icons" page for icons customisation and reuse across the admin interface ( #6028 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-02-10 07:22:45 +00:00
Thibaud Colas
51f0f82b2f
Update Draftail entity source example recording ( #10054 )
2023-02-09 09:39:53 +00:00
Lovelyfin00
fd9eed97d7
Converted button-longrunning to a Stimulus Controller
...
- implemented afterLoad in Stimulus button-longrunning to support non-adopted data attributes
- Partial completed #9910
2023-02-09 09:44:18 +10:00
Matt Westcott
ae996ab0f2
Add release note about removal of deprecated features
2023-02-08 14:25:09 +00:00
Matt Westcott
18a574b520
Remove old versionadded / versionchanged directives from docs
2023-02-08 14:25:09 +00:00
Matt Westcott
42ed2dc30d
remove note about removing unsquashed testapp migrations
...
we already did it in #9414
2023-02-08 14:25:09 +00:00
Matt Westcott
2a6c4c6e1c
remove deprecated wagtail.tests modules
2023-02-08 14:25:09 +00:00
Matt Westcott
3faa5c51c6
remove get_snippet_edit_handler
2023-02-08 14:25:09 +00:00
Matt Westcott
f9391de81a
Remove deprecated Panel internals
2023-02-08 14:25:09 +00:00
Matt Westcott
1a0344216c
Remove fallback on BASE_URL
2023-02-08 14:25:09 +00:00
Matt Westcott
1e4417ae0c
Remove AdminChooser widget class
2023-02-08 14:25:09 +00:00
Matt Westcott
981d02ff1a
Remove BaseSetting
2023-02-08 14:25:09 +00:00
Matt Westcott
7f0b1b6094
Handle modeladmin deprecations
2023-02-08 14:25:09 +00:00
Matt Westcott
9d41aec99a
Remove deprecated page-specific methods from revisions
2023-02-08 14:25:09 +00:00
Matt Westcott
7f111d257e
Remove wagtail.core
2023-02-08 14:25:09 +00:00
Matt Westcott
3cb4033a11
Remove deprecated edit handlers / panels
2023-02-08 14:25:09 +00:00
Matt Westcott
1c2d828e7b
Remove deprecated createXChooser JS functions
2023-02-08 14:25:09 +00:00
Matt Westcott
a7bd0c431f
Defer icon class_name and Azure cache backend deprecations to 6.0
2023-02-08 14:25:09 +00:00
Lovelyfin00
b336536015
User - Reimplement Gravatar switching without JS
...
- Resolves #9972
- Avoids inline script for a solution that can be CSS/HTML only
- Use translatable alt text for when the default avatar is selected
- Relates to #1288 & #5247 (CSP compliance)
2023-02-07 21:18:31 +10:00
Aadi jindal
1ffa497886
fixed Uncaught TypeError: Cannot read properties of undefined (reading 'getTextLabel') in admin and missing stream blocks. ( #10023 )
...
Fixes #9990
2023-02-06 19:37:11 +00:00
Matt Westcott
82d81f38b8
Update latest.txt for 4.2 / 4.1.2
2023-02-06 14:04:27 +00:00
Matt Westcott
1bc0cba5fb
Fill in release date for 4.2
2023-02-06 13:07:28 +00:00
Matt Westcott
7e6cfd779a
Fetch new translations from Transifex
2023-02-06 13:07:05 +00:00
Albina
d093a78cec
Accessibility checker documentation ( #10029 )
2023-02-06 12:38:18 +00:00
Matt Westcott
68e7e5ab51
Fill in release date for 4.1.2
2023-02-06 12:02:35 +00:00
Thibaud Colas
59c0044df3
Update documentation screenshots for v4.2 ( #10028 )
2023-02-06 10:59:54 +00:00
LB Johnston
8908c38dcd
Documentation - fix up ModelAdmin items
...
- Link to ModelAdmin showed incorrectly as `Index app` not `ModelAdmin app`
- Many code snippets were nested, causing double nesting to appear in published docs
2023-02-06 10:26:46 +00:00
Suyash
8131ed282c
Fix: Path to test argument in tox command
2023-02-05 16:24:10 +10:00
Vallabh
a88ea0962d
Changed Access level label in admin/users
...
- Closes #10017
2023-02-05 16:16:56 +10:00
Matt Westcott
bf3ec15209
Release note for #9935 in 4.2.x
2023-02-03 17:54:55 +00:00
Matt Westcott
b735700ddf
Release note for #9935 in 4.1.x
2023-02-03 17:54:55 +00:00
Matt Westcott
4388d6a46e
Fix testapp migration conflict
2023-02-03 17:43:38 +00:00
Daniel Kirkham
781aa44352
Fix pre-existing typos in comments
2023-02-03 17:36:30 +00:00
Daniel Kirkham
161e95f4cc
Add Reference Index documentation
2023-02-03 17:36:30 +00:00
Daniel Kirkham
441835263c
Test wagtail_reference_index_ignore functionality
2023-02-03 17:36:30 +00:00
Matt Westcott
37d82f5879
Release note for #9976 in 4.1.2
2023-02-03 15:52:35 +00:00
Matt Westcott
8b3b3d7ebd
Release note for #9976 in 4.2
2023-02-03 15:20:31 +00:00
Sage Abdullah
13f80cdc8b
Add tests for submitting translations of snippets with DraftStateMixin
2023-02-03 15:14:31 +00:00
Sage Abdullah
4b8e043bbc
Load latest revision before copying object for translation
2023-02-03 15:14:31 +00:00
Sage Abdullah
528fd78c76
Exclude latest_revision when copying objects for translation
2023-02-03 15:14:31 +00:00
Thibaud Colas
7339f6c3d1
Update guide.wagtail.org links to use most up-to-date URL and page name, with "latest" redirect
2023-02-03 11:13:15 +00:00
Thibaud Colas
667379f9ff
Update to latest pre-release of Draftail. Fixes #9937 , #9942 ( #10006 )
...
Fixes https://github.com/wagtail/wagtail/issues/9937
fixes https://github.com/wagtail/wagtail/issues/9942
6734075b8e
f4d955a39d
b8c0d11b7a
2023-02-03 09:48:04 +00:00
Matt Westcott
3c33b3bea6
Release note for #10010 (backport of #9994 ) in 4.1.x
2023-02-03 09:22:32 +00:00
Matt Westcott
b7b6ee9215
Release note for #9994
2023-02-02 14:09:14 +00:00