Last modified: 2014-02-12 23:35:40 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 T47166, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45166 - Outputting "Closure" under extension functions on Special:Version is useless
Outputting "Closure" under extension functions on Special:Version is useless
Status: NEW
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
unspecified
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on: 45167 45168 45169
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-19 18:57 UTC by Sam Reed (reedy)
Modified: 2014-02-12 23:35 UTC (History)
1 user (show)

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


Attachments

Description Sam Reed (reedy) 2013-02-19 18:57:08 UTC
Extension functions
EchoHooks::initEchoExtension, EventLoggingHooks::onSetup, JsonSchemaHooks::registerHandlers, MathHooks::setup, WikimediaShopLinkHooks::geoSetup, confirmEditSetup, efCategoryTree, efCentralNoticeSetup, efLoadFlaggedRevs, efLucenePrefixSetup, efMobileFrontend_Setup, efRaiseAccountCreationThrottle, efTitleKeySetup, setupInterwikiExtension, wfACLBlocks, wfLiquidThreadsSetupEcho, wfLogXFF, wfSetupWikimediaMessages, (Closure) and (Closure)


(Closure and Closure) is a bit useless

> var_dump( $wgExtensionFunctions );
array(20) {
  [0]=>
  string(17) "efLoadFlaggedRevs"
  [1]=>
  string(14) "efCategoryTree"
  [2]=>
  string(19) "efLucenePrefixSetup"
  [3]=>
  string(15) "efTitleKeySetup"
  [4]=>
  string(8) "wfLogXFF"
  [5]=>
  string(11) "wfACLBlocks"
  [6]=>
  string(16) "confirmEditSetup"
  [7]=>
  string(20) "efCentralNoticeSetup"
  [8]=>
  string(24) "wfSetupWikimediaMessages"
  [9]=>
  string(30) "efRaiseAccountCreationThrottle"
  [10]=>
  string(24) "wfLiquidThreadsSetupEcho"
  [11]=>
  string(22) "efMobileFrontend_Setup"
  [12]=>
  string(16) "MathHooks::setup"
  [13]=>
  string(23) "setupInterwikiExtension"
  [14]=>
  string(32) "WikimediaShopLinkHooks::geoSetup"
  [15]=>
  object(Closure)#6 (0) {
  }
  [16]=>
  string(28) "EchoHooks::initEchoExtension"
  [17]=>
  string(26) "EventLoggingHooks::onSetup"
  [18]=>
  string(33) "JsonSchemaHooks::registerHandlers"
  [19]=>
  object(Closure)#9 (0) {
  }
}
Comment 1 Alex Monk 2013-02-19 22:18:19 UTC
So since bug 45169 got -2'd by Jeroen De Dauw, I guess we could do something like this instead, but it seems like a waste of time: http://pastebin.com/BeJq2mu1
Comment 2 Alex Monk 2013-02-24 14:35:14 UTC
It seems Jeroen De Dauw also reversed the change in Wikibase - bug 45167

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


Navigation
Links