Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 872284

Summary: Various deprecation warnings for MediaWiki 1.39
Product: Websites Reporter: Jon Robson <jrobson>
Component: WikiAssignee: Gentoo Wiki Team <wiki>
Status: UNCONFIRMED ---    
Severity: normal CC: gentoo, maffblaster, ris, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=872281
Whiteboard:
Package list:
Runtime testing required: ---

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.