Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 872284 - Various deprecation warnings for MediaWiki 1.39
Summary: Various deprecation warnings for MediaWiki 1.39
Status: UNCONFIRMED
Alias: None
Product: Websites
Classification: Unclassified
Component: Wiki (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Wiki Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-22 04:55 UTC by Jon Robson
Modified: 2023-06-02 18:52 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Robson 2022-09-22 04:55:43 UTC
Hello, I am a mediawiki developer. This is a bug for the wiki skin in 1.39.

 Use of BaseTemplate::printTrail was deprecated in MediaWiki 1.39. 
Use of BaseTemplate::getTrail was deprecated in MediaWiki 1.39.
Use of QuickTemplate::(get/html/text/haveData) with parameter `bottomscripts` was deprecated in MediaWiki 1.39.

I also recommend removing the call to `Wikimedia\AtEase\AtEase::suppressWarnings();` so that warnings are more noticeable as you upgrade MediaWiki version - it suppresses these warnings from your logs!

More information on this can be found here:
https://phabricator.wikimedia.org/T306942
Please me know if you would like a patch for this.