BaseTemplate::msgWiki(), and QuickTemplate:msgWiki were deprecated in 1.33 and will be removed in 1.35.
There appear to be two usages of this method in
|
$this->msgWiki( 'coll-book_text' ); |
and
|
$this->msgWiki( 'coll-download_text' ); |
I will be merging the core change on Monday and once this is done Collection extension will fatal without any change in the next MediaWiki release (due sometime this year).
The migration path is hopefully relatively straightforward but please do feel free to ask me questions if you need any help.
BaseTemplate::msgWiki(), and QuickTemplate:msgWiki were deprecated in 1.33 and will be removed in 1.35.
There appear to be two usages of this method in
mediawiki-extensions-Collection/Collection.templates.php
Line 95 in 12c0564
mediawiki-extensions-Collection/Collection.templates.php
Line 145 in 12c0564
I will be merging the core change on Monday and once this is done Collection extension will fatal without any change in the next MediaWiki release (due sometime this year).
The migration path is hopefully relatively straightforward but please do feel free to ask me questions if you need any help.