Wykres commitów

5346 Commity (614ae9c69fb6521e47d08bb004a00b0b5586e909)

Autor SHA1 Wiadomość Data
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
Sage Abdullah b60763d8c8 Document how to use the base `ViewSet` and `ViewSetGroup` classes 2023-10-31 17:25:21 +00:00
Sage Abdullah 622b71654c Document `register_admin_viewset` hook 2023-10-31 17:25:21 +00:00
Sage Abdullah 07e41db2d5 Move chooser-related headings to under ChooserViewSet 2023-10-31 17:25:21 +00:00
Vedant Pandey 837d733097 Add search_index option to control search indexing of StreamField blocks (#11135) 2023-10-31 11:42:16 +00:00
Matt Westcott 5cd46fe203 Update version number to 6.0 2023-10-31 10:11:53 +00:00
Matt Westcott 814c6b3865 Bump djhtml to 3.0.6 (#11158)
Notably, this changes the behaviour of multi-line HTML tags so that attributes are aligned (https://github.com/rtts/djhtml#new-multi-line-html-elements). The pre-commit hook was already set to use djhtml 3.0.6, which meant that it was making changes that conflicted with the formatting rules enforced by the Makefile and CI.
2023-10-31 10:11:02 +00:00
Chiemezuo 638761687b Migrate styleguide contrib index view to a class based view
- Relates to #8365
2023-10-27 16:00:23 +11:00
LB Johnston ae73491222 Update changelog contributors for #11101 2023-10-26 22:07:48 +10:00
Temidayo 69d30e2749
Helpful addition to Developer Docs on Extending Draftail (#11057)
Ensure hooks imports are added to the code snippets
2023-10-26 09:42:14 +10:00
Chiemezuo 930cbca2cd Use use _() over interim template vars for translations as args (wagtailadmin)
Closes #10126
2023-10-26 09:37:20 +11:00
Chiemezuo 0f312b8ad7 Update contributing translation docs - template usage
Closes #10126
2023-10-26 09:37:20 +11:00
CheesyPhoenix 871c09fd2e Ensure the sidebar's explorer does not trigger action-button of current view
Fixes #11037
Co-authored-by: Christer Jensen <chr.code@gmail.com>
2023-10-26 08:59:32 +11:00
LB Johnston 56c62cc298 Add changelog for #11120
Closes #11071
2023-10-25 08:55:09 +11:00
LB Johnston c13edd0e42 InlinePanel DOM events - add versionadded admonition 2023-10-24 18:36:37 +11:00
LB Johnston 4a0ab8bf0a Add cross ref to `InlinePanel` DOM events in client-side docs
- See #10590 & #10948
2023-10-24 18:36:37 +11:00
Chiemezuo 8f9cb7c007 fix validation error on save from autocomplete (#11113) 2023-10-23 16:26:55 +01:00
phijma-leukeleu 1fd4b86022 Update checks.py (#10462)
Prevent "RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use STORAGES instead."
2023-10-23 14:27:10 +01:00
Matt Westcott 1c76db228c Move breadcrumb class name, snippets template refactor and SidePanels notes into undocumented internals 2023-10-23 10:17:16 +01:00