Namespace LinkTarget under MediaWiki\Linker
authorKunal Mehta <legoktm@member.fsf.org>
Wed, 20 Apr 2016 08:29:21 +0000 (01:29 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 22 Apr 2016 00:19:10 +0000 (17:19 -0700)
commitc9d885f3b4578176a889f72cd3b8dd182a255a4a
tree7b7fb48d79e3ab51430659085914bb9b2af67a50
parentd19e5bec1573dc1201891c5047e636ca60a96756
Namespace LinkTarget under MediaWiki\Linker

And add a GPL file header while we're at it.

Change-Id: I15a6f240124c879b21fb655ade1baaebf4f34ffd
20 files changed:
autoload.php
includes/LinkTarget.php [deleted file]
includes/Linker.php
includes/Revision.php
includes/Title.php
includes/WatchedItem.php
includes/WatchedItemStore.php
includes/api/ApiQueryInfo.php
includes/cache/LinkBatch.php
includes/linker/LinkTarget.php [new file with mode: 0644]
includes/mail/EmailNotification.php
includes/specials/SpecialEditWatchlist.php
includes/title/MediaWikiPageLinkRenderer.php
includes/title/MediaWikiTitleCodec.php
includes/title/PageLinkRenderer.php
includes/title/TitleFormatter.php
includes/title/TitleValue.php
maintenance/namespaceDupes.php
tests/phpunit/includes/WatchedItemStoreUnitTest.php
tests/phpunit/includes/WatchedItemUnitTest.php