ProfessionalWiki / chameleon

Provides a highly flexible and customizable skin using Bootstrap 4
https://www.mediawiki.org/wiki/Skin:Chameleon
Other
114 stars 62 forks source link

BaseTemplate::printTrail deprecated in 1.39 #367

Closed DevarooGit closed 1 year ago

DevarooGit commented 1 year ago

MediaWiki: 1.39.0-rc.1 | PHP: 8.0.25 | Chameleon: 4.1.0 | Bootstrap: 4.6.0

In MediaWiki 1.39-rc.1, a message warns that BaseTemplate::printTrail was deprecated.

Deprecated: use of BaseTemplate::printTrail was deprecated in MediaWiki 1.39. Called from Skins\Chameleon\ChameleonTemplate::execute in ~/skins/chameleon/src/ChameleonTemplate.php at line 51

It also warns that BaseTemplate::getTrail, called by the above function, was deprecated too.

Deprecated: Use of BaseTemplate::getTrail was deprecated in MediaWiki 1.39. Called from BaseTemplate::printTrail in ~/skins/BaseTemplate.php at line 437

DevarooGit commented 1 year ago

Looks like this has already been addressed by @jdlrobson together with the fix for #366 :-)