Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/RELEASE-NOTES-1.44 b/RELEASE-NOTES-1.44
index 0dbc4f6b61b..d47f379428b 100644
--- a/RELEASE-NOTES-1.44
+++ b/RELEASE-NOTES-1.44
@@ -379,6 +379,8 @@ because of Phabricator reports.
* The method signatures of EmailNotification::notifyOnPageChange()
and actuallyNotifyOnPageChange() have changed. These method are now
marked as @internal and must not be used by extensions.
+* The modules codex-search-styles and @wikimedia/codex-search have been
+ removed. Please use MediaWiki\\ResourceLoader\\CodexModule instead.
* …
=== Deprecations in 1.44 ===
diff --git a/resources/Resources.php b/resources/Resources.php
index ffdaf793940..94c5460bdbf 100644
--- a/resources/Resources.php
+++ b/resources/Resources.php
@@ -683,25 +683,6 @@ return [
]
],
- '@wikimedia/codex-search' => [
- 'deprecated' => '[1.43] Use a CodexModule with codexComponents to set your specific components used: '
- . 'https://www.mediawiki.org/wiki/Codex#Using_a_limited_subset_of_components',
- 'class' => CodexModule::class,
- 'codexComponents' => [ 'CdxTypeaheadSearch' ],
- 'codexScriptOnly' => true,
- 'dependencies' => [
- 'codex-search-styles',
- ],
- ],
-
- 'codex-search-styles' => [
- 'deprecated' => '[1.43] Use a CodexModule with codexComponents to set your specific components used: '
- . 'https://www.mediawiki.org/wiki/Codex#Using_a_limited_subset_of_components',
- 'class' => CodexModule::class,
- 'codexComponents' => [ 'CdxTypeaheadSearch' ],
- 'codexStyleOnly' => true,
- ],
-
/* MediaWiki */
'mediawiki.template' => [
'scripts' => 'resources/src/mediawiki.template.js',

File Metadata

Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (7 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227495
Default Alt Text
(1 KB)

Event Timeline