aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.40
diff options
context:
space:
mode:
authorTimo Tijhof <krinkle@fastmail.com>2023-03-06 02:39:51 +0000
committerKrinkle <krinkle@fastmail.com>2023-03-10 21:39:30 +0000
commite0d299cab3a2ebb019280ba700c25fa7a4ed731e (patch)
tree5bb34dd444a6be7dba9ae72a2f46e47ec9552274 /RELEASE-NOTES-1.40
parent6f1dfbf403734a5b2134df14a5ecd21d6d19f9f8 (diff)
downloadmediawikicore-e0d299cab3a2ebb019280ba700c25fa7a4ed731e.tar.gz
mediawikicore-e0d299cab3a2ebb019280ba700c25fa7a4ed731e.zip
mediawiki.router: Remove publicly exposed oojs-router module
The wrapper only adds a single line (`exports = new OO.Router`), which isn't worth a separate module. Consolidate the internal module into the entry point and remove it. In Gerrit, as per CodeSearch Everywhere [1], there is only one call, in MultimediaViewer's mmv.js, fixed in Ice09b523dfb. The mention in NearbyPages is a false positive relating to the npm module used for local development. No known on-wiki usage [2]. [1] https://codesearch.wmcloud.org/search/?q=oojs-router%5B%27%22%5D&excludeFiles=package.%2Ajson%7Cwikipedia.org%2Fspeed-tests [2] https://global-search.toolforge.org/?q=oojs-router&regex=1&namespaces=2%2C4%2C8 Depends-On: Ice09b523dfbefd67493175554eeb525771e8f29d Change-Id: I55ef3a659a515fb074fd44beed754ae2206a3499
Diffstat (limited to 'RELEASE-NOTES-1.40')
-rw-r--r--RELEASE-NOTES-1.402
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.40 b/RELEASE-NOTES-1.40
index 9236a1f515b4..f13e551763bc 100644
--- a/RELEASE-NOTES-1.40
+++ b/RELEASE-NOTES-1.40
@@ -176,6 +176,8 @@ because of Phabricator reports.
It had no known usages. Different than SkinTemplate::getFooterLinks.
- The internal public method Skin::getSiteFooterLinks() was removed.
It had no known usages.
+* The 'oojs-router' module has been removed without deprecation in favour
+ of the 'mediawiki.router' wrapper module.
* BagOStuff::makeKeyInternal(), deprecated for public use in 1.36, is now a
protected method of MediumSpecificBagOStuff.
* WANObjectCache::reap() and WANObjectCache::reapCheckKey(), deprecated since