Remove wfGetCaller() dependency from DatabaseBase
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 15 Sep 2016 21:40:00 +0000 (14:40 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 15 Sep 2016 21:40:00 +0000 (14:40 -0700)
commita2790b1b80c5c686951a7167e14d267a2f044bb9
tree9fb88e91c978fc288339f503e52ab5fdf4468880
parente5999cc51d196a8b8f3ad403fdf1187197e8282d
Remove wfGetCaller() dependency from DatabaseBase

Change-Id: I3e240b2eb5c1f6a21f1bc974c3d28f5755c7451a
21 files changed:
includes/auth/EmailNotificationSecondaryAuthenticationProvider.php
includes/auth/TemporaryPasswordPrimaryAuthenticationProvider.php
includes/changes/RecentChange.php
includes/db/Database.php
includes/deferred/AtomicSectionUpdate.php
includes/deferred/AutoCommitUpdate.php
includes/deferred/LinksUpdate.php
includes/deferred/MWCallableUpdate.php
includes/filerepo/LocalRepo.php
includes/filerepo/file/LocalFile.php
includes/jobqueue/JobQueueDB.php
includes/jobqueue/jobs/RecentChangesUpdateJob.php
includes/jobqueue/utils/PurgeJobUtils.php
includes/libs/rdbms/database/DBConnRef.php
includes/libs/rdbms/database/IDatabase.php
includes/page/WikiPage.php
includes/resourceloader/ResourceLoaderModule.php
includes/revisiondelete/RevDelList.php
includes/user/User.php
includes/user/UserRightsProxy.php
tests/phpunit/includes/db/DatabaseTest.php