Last modified: 2014-01-29 22:35:06 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T62599, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 60599 - Debugging toolbar notices about depreciated code
Debugging toolbar notices about depreciated code
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
SemanticWatchlist (Other open bugs)
unspecified
All All
: Unprioritized normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-29 22:33 UTC by [[kgh]]
Modified: 2014-01-29 22:35 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description [[kgh]] 2014-01-29 22:33:38 UTC
I am not sure if this should actually be split into three bug reports. I get the following tree notices via the Debugging toolbar:


SWLHooks::onPersonalUrls // Use of wfMsg was deprecated in MediaWiki 1.21.

Backtrace:
SemanticWatchlist.hooks.php line 318 calls wfMsg()
- line - calls SWLHooks::onPersonalUrls()
Hooks.php line 255 calls call_user_func_array()
GlobalFunctions.php line 3883 calls Hooks::run()
SkinTemplate.php line 690 calls wfRunHooks()
SkinTemplate.php line 451 calls SkinTemplate->buildPersonalUrls()
OutputPage.php line 2034 calls SkinTemplate->outputPage()
Wiki.php line 572 calls OutputPage->output()
Wiki.php line 458 calls MediaWiki->main()
index.php line 59 calls MediaWiki->run()


wfMsg // Use of wfMsgReal was deprecated in MediaWiki 1.21.

Backtrace:
GlobalFunctions.php line 1444 calls wfMsgReal()
SemanticWatchlist.hooks.php line 318 calls wfMsg()
- line - calls SWLHooks::onPersonalUrls()
Hooks.php line 255 calls call_user_func_array()
GlobalFunctions.php line 3883 calls Hooks::run()
SkinTemplate.php line 690 calls wfRunHooks()
SkinTemplate.php line 451 calls SkinTemplate->buildPersonalUrls()
OutputPage.php line 2034 calls SkinTemplate->outputPage()
Wiki.php line 572 calls OutputPage->output()
Wiki.php line 458 calls MediaWiki->main()
index.php line 59 calls MediaWiki->run()


wfMsgReal // Use of wfMsgGetKey was deprecated in MediaWiki 1.21.

Backtrace:
GlobalFunctions.php line 1542 calls wfMsgGetKey()
GlobalFunctions.php line 1444 calls wfMsgReal()
SemanticWatchlist.hooks.php line 318 calls wfMsg()
- line - calls SWLHooks::onPersonalUrls()
Hooks.php line 255 calls call_user_func_array()
GlobalFunctions.php line 3883 calls Hooks::run()
SkinTemplate.php line 690 calls wfRunHooks()
SkinTemplate.php line 451 calls SkinTemplate->buildPersonalUrls()
OutputPage.php line 2034 calls SkinTemplate->outputPage()
Wiki.php line 572 calls OutputPage->output()
Wiki.php line 458 calls MediaWiki->main()
index.php line 59 calls MediaWiki->run()

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links