wiki.techinc.nl/includes/skins
Thiemo Kreuz 8ec90547df Soft deprecate QuickTemplate::msgWiki()
This method just should not exist. It does have a bad name that does not
say much about what it does and how it is supposed to be used. And it
does horrible things: it accesses the global $wgOut, which currently
results in test failures, see
https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php70-docker/15200/console

Note how it was marked as @private, which is honorable, but doesn't
work for multiple reasons. First, an overload exists in the BaseTemplate
subclass. Second, calls from external code exist. Third, if it would be
really private, it could as well be deleted, because there is no private
caller.

Luckily the number of callers is extremely close to zero, see
https://codesearch.wmflabs.org/search/?q=>msgWiki%5C(

A patch for the Collection extension already exists.

Change-Id: I8d2c14f10fbf314735d1aa82bdc8edfb4fa9a0dd
2019-02-01 13:25:18 -08:00
..
BaseTemplate.php Soft deprecate QuickTemplate::msgWiki() 2019-02-01 13:25:18 -08:00
QuickTemplate.php Soft deprecate QuickTemplate::msgWiki() 2019-02-01 13:25:18 -08:00
Skin.php Avoid making master connection from Skin::getUndeleteLink 2019-01-30 14:51:27 -08:00
SkinApi.php SkinApi: Do not load 'mediawiki.searchSuggest' 2019-01-02 20:25:52 +01:00
SkinApiTemplate.php Remove "Created on" from file header comments 2018-01-26 23:12:40 +00:00
SkinException.php
SkinFactory.php
SkinFallback.php skins: Update core skins to queue modules via getDefaultModules() 2018-05-09 22:20:07 +00:00
SkinFallbackTemplate.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
SkinTemplate.php Show copyright based on $output->hasCopyright() 2018-10-03 11:54:16 -04:00