Once T228053: Update translatewiki.net config to use extension registration for Translate and T228051: Update Wikimedia production config to use extension registration for Translate and MLEB 2019.07 (or 2019.10 if we want to be cautious) has been released, add deprecation notices to alert that the old style registration will be removed.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Hard-deprecate loading the extension via Translate.php | mediawiki/extensions/Translate | master | +5 -0 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Jdforrester-WMF | T228054 (Schedule) hard deprecation (emit notices) for old style registration in Translate | |||
Resolved | Jdforrester-WMF | T228051 Update Wikimedia production config to use extension registration for Translate |
Event Timeline
Comment Actions
Change 490117 had a related patch set uploaded (by Nikerabbit; owner: Jforrester):
[mediawiki/extensions/Translate@master] Hard-deprecate loading the extension via Translate.php
Comment Actions
Change 490117 merged by jenkins-bot:
[mediawiki/extensions/Translate@master] Hard-deprecate loading the extension via Translate.php
Comment Actions
You need access to LocalSettings.php`. Using require_once "$IP/extensions/Translate/Translate.php"; should cause a deprecation notice to appear in the error log. Using wfLoadExtension( 'Translate' ) should not.