Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Wikibase | master | +77 -16 | Move WikibaseRepo MessageParameterFormatter to service container |
Details
Details
Related Objects
Related Objects
Event Timeline
Comment Actions
Note: this service depends on getUserLanguage(), and I’m not actually sure how you’re supposed to get the user language in the service wiring. global $wgLang should work, but is ugly. $services->getMainConfig()->get( 'Lang' ) would also work, since it just forwards to $wgLang, but I’m not sure if the language counts as “config”.
Comment Actions
Let’s wait with this until T278819: Move WikibaseRepo UserLanguage to service container.
Comment Actions
Change 677499 had a related patch set uploaded (by Itamar Givon; author: Itamar Givon):
[mediawiki/extensions/Wikibase@master] Move WikibaseRepo MessageParameterFormatter to service container
Comment Actions
Change 677499 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Move WikibaseRepo MessageParameterFormatter to service container