wiki.techinc.nl/includes/specials
Umherirrender 8c7afa77e5 Pass int for argument to ArchivedFile
ArchivedFile constructor is complex, but use the correct type for
unneeded arguments

Change-Id: I111daf7fb69d4448d8a362ba70735f3312869c7f
2019-07-05 22:17:53 +02:00
..
exception
formfields
forms PreferencesFormOOUI: Avoid Phan warning with weird signature of TabPanelLayout 2019-07-04 19:41:08 +02:00
helpers Add Special:Mute as a shortcut for muting notifications 2019-06-24 23:10:02 -04:00
pagers rdbms: make implement IResultWrapper directly instead of via inheritence 2019-07-04 13:42:53 +00:00
redirects
SpecialActiveUsers.php UsersPager: Use CSS-based parentheses 2019-04-23 10:32:22 -07:00
SpecialAllMessages.php SpecialAllMessages: Specify filter messages so we always escape them 2019-05-19 21:07:48 +00:00
SpecialAllPages.php
SpecialAncientpages.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialApiHelp.php
SpecialApiSandbox.php
SpecialAutoblockList.php specials: Fix incomplete documentation of execute() param 2019-03-28 16:26:42 +00:00
SpecialBlankpage.php
SpecialBlock.php Improve type hints to special page related classes 2019-06-03 21:11:10 +02:00
SpecialBlockList.php Rename Block to MediaWiki\Block\DatabaseBlock 2019-05-28 12:20:48 +01:00
SpecialBookSources.php Fix casing of Special Pages to match class name 2019-04-14 13:55:04 +01:00
SpecialBotPasswords.php
SpecialBrokenRedirects.php
SpecialCachedPage.php
SpecialCategories.php
SpecialChangeContentModel.php
SpecialChangeCredentials.php specials: Combine small miscellaneous 'mediawiki.special.*' modules 2019-07-02 13:56:47 +00:00
SpecialChangeEmail.php SECURITY: rate-limit and prevent blocked users from changing email 2019-06-06 16:37:18 +00:00
SpecialChangePassword.php
SpecialComparePages.php Fix/suppress misc phan errors (#5) 2019-04-05 15:53:37 -07:00
SpecialConfirmemail.php Use READ_EXCLUSIVE in SpecialConfirmEmail::attemptConfirm 2019-03-16 22:35:43 -07:00
SpecialContributions.php Omit argument when have no attributs on Xml::label 2019-06-29 17:26:03 +02:00
SpecialCreateAccount.php Move cookie-blocking methods to BlockManager 2019-06-11 15:08:21 +01:00
SpecialDeadendpages.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialDeletedContributions.php Rename Block to MediaWiki\Block\DatabaseBlock 2019-05-28 12:20:48 +01:00
SpecialDiff.php
SpecialDoubleRedirects.php
SpecialEditTags.php SECURITY: Add permission check for user is permitted to view the log type 2019-06-06 19:06:01 +00:00
SpecialEditWatchlist.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialEmailInvalidate.php
SpecialEmailUser.php Change Special:Mute link on email footer to be in plain text 2019-06-28 11:04:43 -04:00
SpecialExpandTemplates.php Remove all $wgParser use from core 2019-04-17 15:16:50 +03:00
SpecialExport.php Migrate remaining usages of Title::userCan() to PermissionManager 2019-06-03 13:03:46 +02:00
SpecialFewestrevisions.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialFileDuplicateSearch.php Replace some uses of deprecated wfFindFile() and wfLocalFile() 2019-06-11 13:26:37 +00:00
SpecialFilepath.php
SpecialGoToInterwiki.php
SpecialImport.php Use HTTPS instead of protocol relative for WMF links 2019-05-17 08:12:10 +02:00
SpecialJavaScriptTest.php resourceloader: Migrate use of 'raw' modules to 'raw' requests 2019-06-14 17:57:22 +01:00
SpecialLinkAccounts.php
SpecialLinkSearch.php
SpecialListDuplicatedFiles.php
SpecialListFiles.php Fix casing of Special Pages to match class name 2019-04-14 13:55:04 +01:00
SpecialListGrants.php Fix casing of Special Pages to match class name 2019-04-14 13:55:04 +01:00
SpecialListGroupRights.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialListredirects.php
SpecialListUsers.php UsersPager: Use CSS-based parentheses 2019-04-23 10:32:22 -07:00
SpecialLockdb.php
SpecialLog.php build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass 2019-05-13 14:57:07 +00:00
SpecialLonelypages.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialLongpages.php
SpecialMediaStatistics.php
SpecialMergeHistory.php
SpecialMIMEsearch.php Fix/suppress misc phan errors (#5) 2019-04-05 15:53:37 -07:00
SpecialMostcategories.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialMostimages.php
SpecialMostinterwikis.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialMostlinked.php
SpecialMostlinkedcategories.php
SpecialMostlinkedtemplates.php
SpecialMostrevisions.php
SpecialMovepage.php specials: Combine small miscellaneous 'mediawiki.special.*' modules 2019-07-02 13:56:47 +00:00
SpecialMute.php Add Special:Mute as a shortcut for muting notifications 2019-06-24 23:10:02 -04:00
SpecialMyLanguage.php
SpecialNewimages.php
SpecialNewpages.php Style change tags correctly on Special:Newpages 2019-06-19 18:07:00 +00:00
SpecialPageData.php
SpecialPageLanguage.php specials: Combine small miscellaneous 'mediawiki.special.*' modules 2019-07-02 13:56:47 +00:00
SpecialPagesWithProp.php
SpecialPasswordPolicies.php Improve type hints to special page related classes 2019-06-03 21:11:10 +02:00
SpecialPasswordReset.php
SpecialPermanentLink.php Add a "help" link for Special:PermanentLink 2019-06-01 02:21:34 +00:00
SpecialPreferences.php Replace PreferencesFormLegacy usages with PreferencesFormOOUI 2019-04-14 00:51:05 +00:00
SpecialPrefixindex.php
SpecialProtectedpages.php Avoid a few overly complicated is_null() checks 2019-03-11 10:29:20 +01:00
SpecialProtectedtitles.php Improve type hints to special page related classes 2019-06-03 21:11:10 +02:00
SpecialRandomInCategory.php
SpecialRandompage.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialRandomredirect.php
SpecialRandomrootpage.php
SpecialRecentChanges.php Use HTTPS instead of protocol relative for WMF links 2019-05-17 08:12:10 +02:00
SpecialRecentChangesLinked.php Fix casing of Special Pages to match class name 2019-04-14 13:55:04 +01:00
SpecialRedirect.php Replace some uses of deprecated wfFindFile() and wfLocalFile() 2019-06-11 13:26:37 +00:00
SpecialRemoveCredentials.php
SpecialResetTokens.php
SpecialRevisionDelete.php Deprecate User::isBlocked() 2019-04-25 11:47:44 -04:00
SpecialRunJobs.php
SpecialSearch.php Refactor buildPrevNextNavigation 2019-06-05 19:32:27 -04:00
SpecialShortpages.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialSpecialpages.php
SpecialStatistics.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00
SpecialTags.php
SpecialTrackingCategories.php
SpecialUnblock.php Add "help" link to Special:Unblock 2019-07-04 19:09:28 +00:00
SpecialUncategorizedcategories.php
SpecialUncategorizedimages.php
SpecialUncategorizedpages.php Improve type hints to special page related classes 2019-06-03 21:11:10 +02:00
SpecialUncategorizedtemplates.php
SpecialUndelete.php Pass int for argument to ArchivedFile 2019-07-05 22:17:53 +02:00
SpecialUnlinkAccounts.php
SpecialUnlockdb.php
SpecialUnusedcategories.php
SpecialUnusedimages.php
SpecialUnusedtemplates.php
SpecialUnwatchedpages.php
SpecialUpload.php Replace some uses of deprecated wfFindFile() and wfLocalFile() 2019-06-11 13:26:37 +00:00
SpecialUploadStash.php Remove return value from SpecialUploadStash::execute 2019-06-07 16:42:28 +02:00
SpecialUserLogin.php
SpecialUserLogout.php Deprecate logout token on GET 2019-05-19 15:28:07 +02:00
SpecialUserrights.php Rename various $wikiId fields/parameters to $dbDomain in user classes 2019-06-27 18:23:18 -07:00
SpecialVersion.php Output more MW version info in update.php 2019-06-26 15:05:09 +00:00
SpecialWantedcategories.php
SpecialWantedfiles.php Replace some uses of deprecated wfFindFile() and wfLocalFile() 2019-06-11 13:26:37 +00:00
SpecialWantedpages.php
SpecialWantedtemplates.php
SpecialWatchlist.php watchlist: make getLatestNotificationTimestamp() method use the correct user 2019-05-21 00:49:36 +00:00
SpecialWhatLinksHere.php Fix casing of Special Pages to match class name 2019-04-14 13:55:04 +01:00
SpecialWithoutinterwiki.php Mass conversion to NamespaceInfo 2019-05-07 22:44:56 +02:00