0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

16459 Commits

Author SHA1 Message Date
LB Johnston
9765f7d88e Add changelog for #11097
Relates to partial styling improvements as specified in #11065
2023-11-09 08:05:28 +11:00
meli-imelda
81baf940f4 Accounts settings panels - refine spacing and classes 2023-11-09 08:05:28 +11:00
meli-imelda
7b9fe92856 Block chooser - refine padding and hover on block-chooser buttons 2023-11-09 08:05:28 +11:00
meli-imelda
6d28dff48e Listings - Remove hover BG (dark mode) and refine padding/borders 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
Sage Abdullah
ade573bce2 Remove deprecated USE_L10N setting from project template 2023-11-07 14:26:04 +00:00
Sage Abdullah
a631d6bb72 Update default project settings to use STORAGES instead of STATICFILES_STORAGE
We've bumped the template's requirements to use Django >= 4.2, so STATICFILES_STORAGE is deprecated
2023-11-07 14:26:04 +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
8c22e594a8
Do not set STATICFILES_STORAGE in test settings on Django >= 4.2 2023-11-07 10:38:48 +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
Sage Abdullah
10d7f80138
Use capfirst() for the success message instead of the setting type in settings EditView 2023-11-06 14:36:28 +00:00
Sage Abdullah
30c8580848
Continue refactoring contrib.settings.views.EditView to better reuse generic EditView
And remove unused context variables
2023-11-06 13:17:55 +00:00
Chiemezuo
b8b0dbdef5
Refactor contrib.settings.views.edit into a class-based view 2023-11-06 13:07:40 +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
Thibaud Colas
fa0a2fb798
Update CONTRIBUTORS.md 2023-11-03 07:58:23 +00:00
Matt Westcott
f71ecd9a75 Remove remaining occurrence of use_json_field 2023-11-02 17:05:41 +00:00
Matt Westcott
5f41356dbe Remove modeladmin references from transifex config and eslintrc 2023-11-02 17:04:48 +00:00
Matt Westcott
a4b3c34484 Remove legacy wagtail:show and wagtail:hide events from dialog 2023-11-01 16:52:20 +00:00
Matt Westcott
7e8434d02d Remove wagtail.tests.utils 2023-11-01 16:52:20 +00:00
Matt Westcott
c49ec1bb06 Remove use_json_field parameter from StreamField 2023-11-01 16:52:20 +00:00
Matt Westcott
df44cf7998 Remove support for class_name attribute on icon tag 2023-11-01 16:52:20 +00:00
Matt Westcott
5d86c03458 Remove field_as_li.html template 2023-11-01 16:52:20 +00:00
Matt Westcott
eebe4a7f0a Remove page_locked_for_user method 2023-11-01 16:52:20 +00:00
Matt Westcott
c363f6dd27 Remove ModelAdmin 2023-11-01 16:52:20 +00:00
Matt Westcott
8075eeec15 Remove WAGTAILADMIN_GLOBAL_PAGE_EDIT_LOCK setting 2023-11-01 16:52:20 +00:00
Matt Westcott
0983cd6477 Remove support for legacy Azure library versions from wagtail.contrib.frontend_cache 2023-11-01 16:52:20 +00:00
Matt Westcott
b21acaf27a Remove get_explorable_root_page and get_pages_with_direct_explore_permission functions 2023-11-01 16:52:20 +00:00
Matt Westcott
3028977724 Remove users_with_page_permission function 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
911be518b4 Remove expected failures that fail because the method they're overriding doesn't exist 2023-11-01 16:52:19 +00:00
Matt Westcott
e1c8ab4ec0 Remove partial_match argument from search 2023-11-01 16:52:19 +00:00
Matt Westcott
e97af885ec Bump deprecations started in 5.2 to RemovedInWagtail70Warning
These will not be removed in 6.0, to ensure that the two-release deprecation period is still in place.

The removal of the legacy moderation is an exception, as this was slated for removal from 2.x, long before the deprecation warnings were put in place.
2023-11-01 16:52:19 +00:00
Matt Westcott
aae3ce1c84 Remove docs mentioning legacy moderation 2023-11-01 16:51:25 +00:00
Matt Westcott
44a33414fa Remove unused 'pages for moderation' functions 2023-11-01 16:51:25 +00:00
Matt Westcott
4979ec7967 Remove obsolete notification emails 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