Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F585052
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227495
Default Alt Text
(1 KB)
Attached To
Mode
rMW mediawiki
Attached
Detach File
Event Timeline
Log In to Comment