Temidayo32
9349e2ad9f
Allow UniqueConstraint in place of unique_together for TranslatableMixin's system check
2023-11-10 17:29:26 +00:00
rohitsrma
13048eab79
Prevent display of Workflow and Aging Pages Reports without appropriate permissions ( #11205 )
2023-11-10 16:06:23 +00:00
Kehinde Bobade
af1ce3ff88
Refactored the Account editing view to CBV
...
Relates to #8629
2023-11-10 18:50:10 +11:00
Sage Abdullah
2d5dc4d8f5
Fix crash when accessing the history view for a translatable snippet
...
Regression in dc049cd880
.
2023-11-09 12:08:49 +00:00
Thibaud Colas
771e83802a
Release notes for #11201
2023-11-09 08:57:56 +00:00
Matt Westcott
1ee655da0c
Remove deprecated icons
2023-11-09 08:57:56 +00:00
Matt Westcott
574c218c2b
Remove reference to icon fonts in 'extending Draftail' docs
2023-11-09 08:57:56 +00:00
Temidayo32
eaf237ffcb
Improve layout of Image URL Generator
...
- Move preview image to above the 'fold' so it's clearer to users what this page is for
- Avoid the JS driven (non-responsive) alert that shows if the image is too large and instead opt for a simpler CSS approach, allowing the image to overflow with a scrolling container
- Add w-prefixed classes for elements
- Ensure URL has an accessible label
- Relates to #3683
2023-11-09 08:56:13 +11:00
LB Johnston
9765f7d88e
Add changelog for #11097
...
Relates to partial styling improvements as specified in #11065
2023-11-09 08:05:28 +11:00
Matt Westcott
32c48e149d
Use the latest draft when copying an unpublished page for translation ( #7755 )
...
Fixes #7754
Co-authored-by: Andrey Nehaychik <andrey.nehaychik@vizor-games.com>
2023-11-08 18:31:20 +00:00
Matt Westcott
582fe12749
Ensure that explorer_results views fill in the correct next_url parameter on action URLs
...
Fixes #11177 , by adding the option to pass an actions_next_url argument to the table as per https://github.com/wagtail/wagtail/pull/11175#discussion_r1381892130
2023-11-08 15:44:43 +00:00
varun kumar
d737f29a62
Use logical OR operator to combine search fields for Django ORM in IndexView
2023-11-08 15:30:27 +00:00
Sylvain Fankhauser
de70673bee
Allow using draftjs_exporter 5.0 ( #11024 )
...
Fixes #10723
2023-11-08 12:58:17 +00:00
Matt Westcott
845a2acb36
Split out Elasticsearch backend functionality out for easier extensibility ( #11199 , #11018 )
...
Co-authored-by: marcelkornblum <me@marcelkornblum.com>
Co-authored-by: Cameron Lamb <cameron.lamb@digital.trade.gov.uk>
2023-11-07 14:38:04 +00:00
Matt Westcott
536ad2891e
Release note for #11196
2023-11-07 14:28:50 +00:00
Robert Rollins
e16614bce8
Add next_url to Edit and Add Child page-listing buttons ( #11170 )
2023-11-07 10:48:35 +00:00
Sage Abdullah
eefb3010b4
Remove upper bound on django-pattern-library in testing dependencies
2023-11-07 10:38:48 +00:00
rohitsrma
6ef8da04eb
Ensure updated comments notifications (text) render unescaped strings
...
Fixes #11143
2023-11-07 08:39:38 +10:00
Matt Westcott
614ae9c69f
Add 5.2.1 release notes for #11190
2023-11-07 08:25:34 +10:00
Matt Westcott
080c3b9b30
Remove search logging from project template
...
The search view on the project template is still attempting to log queries against the now-removed wagtailsearch.Query model - as of 6.0a0 this is causing an ImportError when running initial migrations on a newly-created project.
Since the wagtail.contrib.search_promotions module is optional (and off by default on new projects), I've opted to comment out the query logging code with instructions for developers who wish to re-enable it.
2023-11-07 09:23:09 +11:00
Matt Westcott
9fe2e6a419
Fix code example for {% picture ... as ... %} tag - fixes #11186
2023-11-06 16:35:28 +00:00
Matt Westcott
092bd30dcb
Add 5.2.1 release notes
2023-11-06 16:35:19 +00:00
Sage Abdullah
3077440292
Release notes for #11014
2023-11-06 14:41:02 +00:00
elhussein almasri
8f75331825
Preserve whitespace in rendered comments
...
Fixes #11171
2023-11-06 22:28:28 +11:00
Ian Price
67a2ff28b2
Add a background on the preview iframe
...
Ensures that when the iframe content is loaded there is a background on the iframe. So that transparent websites show correctly in the preview panel.
Fixes #11174
2023-11-06 22:02:41 +11:00
Matt Westcott
f71ecd9a75
Remove remaining occurrence of use_json_field
2023-11-02 17:05:41 +00:00
Matt Westcott
c49ec1bb06
Remove use_json_field parameter from StreamField
2023-11-01 16:52:20 +00:00
Matt Westcott
c363f6dd27
Remove ModelAdmin
2023-11-01 16:52:20 +00:00
Matt Westcott
d3fb0ab358
Remove insert_editor_css hook
2023-11-01 16:52:20 +00:00
Matt Westcott
aae3ce1c84
Remove docs mentioning legacy moderation
2023-11-01 16:51:25 +00:00
Matt Westcott
12924a5a2d
Remove docs for WAGTAIL_MODERATION_ENABLED
2023-11-01 16:51:25 +00:00
Matt Westcott
ab86351a8d
Remove legacy moderation system
2023-11-01 16:51:25 +00:00
Matt Westcott
cdac7dc7f5
Remove permission_type field from GroupPagePermission
2023-11-01 15:18:41 +00:00
Matt Westcott
55a48a212c
Remove UserPagePermissionsProxy from action_menu and wagtailadmin_tags
2023-11-01 15:00:42 +00:00
Matt Westcott
605c9cf1a6
Drop support for Elasticsearch 5 and 6
2023-11-01 14:57:15 +00:00
Thibaud Colas
567e84b4ea
Update image documentation to have more details for picture and srcset_image tags ( #11167 )
2023-11-01 12:11:46 +00:00
Matt Westcott
cba75351a8
Fill in release date for 5.2
2023-11-01 11:04:00 +00:00
Thibaud Colas
90819907ca
Update tutorial screenshots for v5.2
2023-11-01 09:22:11 +00:00
Cynthia Kiser
7cdc4961c2
Sort groups by name in group index view
2023-10-31 18:52:11 +00:00
Jake Howard
daa82eb8d0
Note that the admin should be limited to "trusted" users
2023-10-31 18:39:11 +00:00
Matt Westcott
f533678aa1
Release note for #11163
2023-10-31 17:32:09 +00:00
Sage Abdullah
69323d9881
Link to generic views docs in 5.2 release notes for ModelViewSet
2023-10-31 17:25:21 +00:00
Sage Abdullah
0a11a3452b
Update modeladmin deprecation and migration notes to also mention ModelViewSet
2023-10-31 17:25:21 +00:00
Sage Abdullah
31334f212f
Refer to ModelViewSet docs for similar SnippetViewSet customisations
2023-10-31 17:25:21 +00:00
Sage Abdullah
c7d4526826
Shorten links in snippet views customisation docs by setting currentmodule
2023-10-31 17:25:21 +00:00
Sage Abdullah
27f72ff935
Improve linking in existing viewsets docs
2023-10-31 17:25:21 +00:00
Sage Abdullah
f034d02bac
Add docs for ModelViewSet customisation in generic views extending guide
2023-10-31 17:25:21 +00:00
Sage Abdullah
27515fb11c
Move SnippetViewSet.ordering doc to ModelViewSet
2023-10-31 17:25:21 +00:00
Sage Abdullah
c9514345d9
Move viewset intro in generic views docs to the base ViewSet
usage docs
2023-10-31 17:25:21 +00:00
Sage Abdullah
b258b99c86
Improve linking between viewset reference and extending docs
2023-10-31 17:25:21 +00:00