Hitchwiki / hitchwiki

The Hitchhiker's Guide to Hitchhiking the World
https://hitchwiki.org
32 stars 9 forks source link

Check if we are using ExternalData extension #114

Closed simison closed 5 years ago

simison commented 7 years ago

https://www.mediawiki.org/wiki/Extension:External_Data

It's yelding errors anyway:

<b>Notice</b>:  Did not find alias for special page 'GetData'. Perhaps no aliases are defined for it? [Called from SpecialPageFactory::getLocalNameFor in /var/www/public/wiki/includes/specialpage/SpecialPageFactory.php at line 691] in <b>/var/www/public/wiki/includes/debug/MWDebug.php</b> on line <b>311</b><br />

...if not, remove it.

omelnyk commented 7 years ago

Didn't find any references to its parser functions in hitchwiki/hitchwiki and hitchwiki/HWMap-extension

So I manually commented out the relevant line in public/wiki/composer.local on beta.hitchwiki.org to temporarily disable it. Let's see how it goes.

traumschule commented 6 years ago

This extension gets currently installed, but is not loaded. Will drop it.

$ rgrep "ExternalData"
configs/composer.local.json:        "name": "ExternalData",
configs/composer.local.json:          "url": "https://github.com/wikimedia/mediawiki-extensions-ExternalData/archive/{{ mediawiki.branch }}.zip",
$ grep wfLoadExtension configs/mediawiki-extensions.php
  wfLoadExtension('VisualEditor');
//wfLoadExtension('WikiEditor');
wfLoadExtension('GeoCrumbs');
wfLoadExtension('GeoData');
wfLoadExtension('MultimediaViewer');
wfLoadExtension('HeaderTabs');
wfLoadExtension('DismissableSiteNotice');
  wfLoadExtension('PageForms');
//wfLoadExtension('ParserFunctions');
//wfLoadExtension('Interwiki');
#wfLoadExtension('CheckUser');
wfLoadExtension('ReplaceText');
wfLoadExtension('BetaFeatures');
wfLoadExtension('HWVectorBeta');
wfLoadExtension('LocalisationUpdate');
//wfLoadExtension('Renameuser');
wfLoadExtension('UploadWizard');
wfLoadExtension('HWLocationInput'); // `HW_Location` input type for PageForms extension