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
Matt Westcott
9b956002a9
Remove UserPagePermissionsProxy class
2023-11-01 15:00:48 +00:00
Matt Westcott
55a48a212c
Remove UserPagePermissionsProxy from action_menu and wagtailadmin_tags
2023-11-01 15:00:42 +00:00
Matt Westcott
6238f899b6
Eliminate UserPagePermissionsProxy from test_page_permissions
2023-11-01 15:00:07 +00:00
Matt Westcott
ac34536b38
Update mock in elasticsearch7 backend test
2023-11-01 14:57:58 +00:00
Matt Westcott
098a4086b7
Remove Elasticsearch6Mapping and make Elasticsearch7Mapping the base implementation
2023-11-01 14:57:58 +00:00
Matt Westcott
7cc955048c
Remove Elasticsearch6Index and make Elasticsearch7Index the base implementation
2023-11-01 14:57:58 +00:00
Matt Westcott
b93aa47a94
Remove Elasticsearch6QueryCompiler and make Elasticsearch7QueryCompiler the base implementation
2023-11-01 14:57:58 +00:00
Matt Westcott
3b9200ab4f
Remove Elasticsearch6SearchResults and make Elasticsearch7SearchResults the base implementation
2023-11-01 14:57:58 +00:00
Matt Westcott
4e3d426db3
Move ElasticsearchAutocompleteQueryCompilerImpl into elasticsearch7 module
2023-11-01 14:57:58 +00:00
Matt Westcott
d7d8843931
Move ElasticsearchIndexRebuilder / ElasticsearchAtomicIndexRebuilder into elasticsearch7 module
2023-11-01 14:57:58 +00:00
Matt Westcott
85dc1965b0
Remove Elasticsearch6SearchBackend and make Elasticsearch7SearchBackend the base implementation
2023-11-01 14:57:57 +00:00
Matt Westcott
67b4e6cb81
Move elasticsearch6 implementation of get_inner_query into ElasticsearchAutocompleteQueryCompilerImpl
2023-11-01 14:57:57 +00:00
Matt Westcott
fa6a1f9fd5
Remove set_index_not_analyzed_on_filter_fields flag that's actually not been needed since Elasticsearch 2
2023-11-01 14:57:57 +00:00
Matt Westcott
23235aa7ce
Refactor get_mapping - don't pointlessly call get_field_mapping twice when building fields
2023-11-01 14:57:57 +00:00
Matt Westcott
38347ef389
Refactor get_mapping - reorder so that we only wrap the fields dict in the self.get_document_type dict at the end, to save having to constantly descend into it
2023-11-01 14:57:57 +00:00
Matt Westcott
3366c5a2a1
Refactor get_mapping - remove include_in_all=False since replace_include_in_all will skip over these in the same way as them not being present
2023-11-01 14:57:57 +00:00
Matt Westcott
70413a1eeb
Refactor Elasticsearch6SearchQueryCompiler.__init__ to look less like two methods welded together
2023-11-01 14:57:57 +00:00
Matt Westcott
603dbdeb66
Update comments referencing Elasticsearch5
2023-11-01 14:57:57 +00:00
Matt Westcott
1f13e201c0
Update mock in Elasticsearch7 test
2023-11-01 14:57:57 +00:00
Matt Westcott
f249d3d289
Drop Elasticsearch5Mapping and make Elasticsearch6Mapping the base implementation
2023-11-01 14:57:57 +00:00
Matt Westcott
be3d80f8ad
Drop Elasticsearch5QueryCompiler and make Elasticsearch6QueryCompiler the base implementation
2023-11-01 14:57:57 +00:00
Matt Westcott
dd1f28f031
Move ElasticsearchAutocompleteQueryCompilerImpl into the es6 backend
2023-11-01 14:57:57 +00:00
Matt Westcott
2188e72797
Drop Elasticsearch5SearchResults and make Elasticsearch6SearchResults the base implementation
2023-11-01 14:57:57 +00:00
Matt Westcott
44f787682f
Drop Elasticsearch5Index and make Elasticsearch6Index the base implementation
2023-11-01 14:57:57 +00:00
Matt Westcott
8528465c12
Move ElasticsearchIndexRebuilder / ElasticsearchAtomicIndexRebuilder into the es6 backend
2023-11-01 14:57:57 +00:00
Matt Westcott
2b6f914565
Drop Elasticsearch5SearchBackend and make Elasticsearch6SearchBackend the base implementation
2023-11-01 14:57:57 +00:00
Matt Westcott
605c9cf1a6
Drop support for Elasticsearch 5 and 6
2023-11-01 14:57:15 +00:00
Matt Westcott
9acc8c45e7
Update latest.txt for 5.2
2023-11-01 13:09:34 +00:00