wiki.techinc.nl/includes/gallery
Derick Alangi 21e2d71560 Replace some uses of deprecated wfFindFile() and wfLocalFile()
These global functions were deprecated in 1.34 and services made
available to replace them. See services below;

* wfFindFile() - MediaWikiServices::getInstance()->getRepoGroup()->findFile()
* wfLocalFind() - MediaWikiServices::getInstance()->getRepoGroup()->getLocalRepo()->newFile()

NOTES:

* wfFindFile() and wfLocalFind() usages in tests have been ignored
  in this change per @Timo's comments about state of objects.

* includes/upload/UploadBase.php also maintained for now as it causes
  some failures I don't fully understand, will investigate and handle
  it in a follow up patch.

* Also, includes/MovePage.php

Change-Id: I9437494de003f40fbe591321da7b42d16bb732d6
2019-06-11 13:26:37 +00:00
..
ImageGalleryBase.php build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-07 18:39:42 +00:00
NolinesImageGallery.php
PackedHoverImageGallery.php Move PackedHoverImageGallery from PackedOverlayImageGallery.php 2019-04-06 14:12:02 +02:00
PackedImageGallery.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
PackedOverlayImageGallery.php Move PackedHoverImageGallery from PackedOverlayImageGallery.php 2019-04-06 14:12:02 +02:00
SlideshowImageGallery.php
TraditionalImageGallery.php Replace some uses of deprecated wfFindFile() and wfLocalFile() 2019-06-11 13:26:37 +00:00