wiki.techinc.nl/includes/specials
Fomafix 6866cfec37 Simplify PHP by using ?? and ?:
Also remove not necessary surrounding parentheses.

Change-Id: I0eb5c9c1bdfb09a800258379cdcefb5fd4d3d21c
2018-07-10 20:03:17 +00:00
..
formfields Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literals 2018-06-04 16:20:13 +00:00
forms Restore section IDs on Special:EditWatchlist 2018-06-04 17:39:40 +00:00
helpers Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors 2018-05-23 16:23:42 -07:00
pagers Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
SpecialActiveusers.php Sort user groups in Special:Listusers 2018-04-28 10:03:15 +02:00
SpecialAllMessages.php
SpecialAllPages.php Special:AllPages: Overriding the title for form submission 2018-05-18 11:27:15 +00:00
SpecialAncientpages.php
SpecialApiHelp.php
SpecialApiSandbox.php mediawiki.special: Combine various tiny specialpage style modules 2018-05-16 22:47:15 +00:00
SpecialAutoblockList.php Use BlockListPager::getLimitSelectList() in Special:BlockList and Special:AutoblockList 2018-04-28 10:42:14 +02:00
SpecialBlankpage.php
SpecialBlock.php Replace call_user_func_array(), part 2 2018-06-07 20:19:26 -07:00
SpecialBlockList.php Use BlockListPager::getLimitSelectList() in Special:BlockList and Special:AutoblockList 2018-04-28 10:42:14 +02:00
SpecialBooksources.php
SpecialBotPasswords.php SECURITY: Special:BotPasswords should reauthenticate 2018-06-10 18:17:28 +00:00
SpecialBrokenRedirects.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialCachedPage.php
SpecialCategories.php
SpecialChangeContentModel.php
SpecialChangeCredentials.php
SpecialChangeEmail.php
SpecialChangePassword.php
SpecialComparePages.php Do not require titles on Special:ComparePages 2018-06-09 14:09:00 +00:00
SpecialConfirmemail.php
SpecialContributions.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
SpecialCreateAccount.php Send a cookie with IP/IP-Range blocks when blocking logged-out users 2018-05-24 00:48:05 -04:00
SpecialDeadendpages.php
SpecialDeletedContributions.php Replace deprecated wfGetLB() calls here and there 2018-01-20 19:24:24 +00:00
SpecialDiff.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
SpecialDoubleRedirects.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialEditTags.php mediawiki.special: Combine various tiny specialpage style modules 2018-05-16 22:47:15 +00:00
SpecialEditWatchlist.php Use OOUI form for 'clear' and 'raw edit' of watchlist 2018-04-30 19:06:26 +01:00
SpecialEmailInvalidate.php
SpecialEmailuser.php Use \u{00A0} instead of   or   2018-06-24 01:20:13 +00:00
SpecialExpandTemplates.php SpecialExpandTemplates: Remove leftover 'mw-ui-input-inline' class 2018-01-30 15:29:44 +01:00
SpecialExport.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
SpecialFewestrevisions.php
SpecialFileDuplicateSearch.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
SpecialFilepath.php
SpecialGoToInterwiki.php
SpecialImport.php Fix broken label in Special:Import due to duplicate ID 2018-06-26 12:30:45 -04:00
SpecialJavaScriptTest.php
SpecialLinkAccounts.php
SpecialLinkSearch.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialListDuplicatedFiles.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialListfiles.php
SpecialListgrants.php
SpecialListgrouprights.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
SpecialListredirects.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialListusers.php
SpecialLockdb.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
SpecialLog.php Add 'logid' parameter to Special:Log 2018-05-04 09:52:55 +08:00
SpecialLonelypages.php
SpecialLongpages.php
SpecialMediaStatistics.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
SpecialMergeHistory.php Use \u{00A0} instead of   or   2018-06-24 01:20:13 +00:00
SpecialMIMEsearch.php PHP: Use short ternary operator (?:) where possible 2018-06-11 11:26:35 +02:00
SpecialMostcategories.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialMostimages.php
SpecialMostinterwikis.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialMostlinked.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialMostlinkedcategories.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialMostlinkedtemplates.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialMostrevisions.php
SpecialMovepage.php mediawiki.special: Combine various tiny specialpage style modules 2018-05-16 22:47:15 +00:00
SpecialMyLanguage.php
SpecialMyRedirectPages.php
SpecialNewimages.php
SpecialNewpages.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
SpecialPageData.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
SpecialPageLanguage.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
SpecialPagesWithProp.php mediawiki.special: Combine various tiny specialpage style modules 2018-05-16 22:47:15 +00:00
SpecialPasswordPolicies.php Fix help link on Special:PasswordPolicies 2018-05-28 18:46:12 -07:00
SpecialPasswordReset.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
SpecialPermanentLink.php
SpecialPreferences.php Special:Preferences/reset: Always use OOUI not the deprecated vform 2018-05-30 16:25:07 +00:00
SpecialPrefixindex.php Resolve required parameter after optional in specials 2018-06-08 15:26:03 -07:00
SpecialProtectedpages.php Resolve required parameter after optional in specials 2018-06-08 15:26:03 -07:00
SpecialProtectedtitles.php Resolve required parameter after optional in specials 2018-06-08 15:26:03 -07:00
SpecialRandomInCategory.php
SpecialRandompage.php
SpecialRandomredirect.php
SpecialRandomrootpage.php
SpecialRecentchanges.php RCFilters: Preserve collapsed state and adjust display 2018-06-20 11:12:00 -07:00
SpecialRecentchangeslinked.php RCLFilters specific message for invalid target page 2018-02-23 06:02:22 +00:00
SpecialRedirect.php Add 'logid' parameter to Special:Log 2018-05-04 09:52:55 +08:00
SpecialRemoveCredentials.php
SpecialResetTokens.php Make password reset & reset token buttons destructive 2018-05-01 13:55:26 +01:00
SpecialRevisiondelete.php Update more forms to limit comments by codepoints rather than bytes 2018-02-26 13:16:19 -05:00
SpecialRunJobs.php
SpecialSearch.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
SpecialShortpages.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialSpecialpages.php
SpecialStatistics.php Fix PHP Notice in Special:Statistics 2018-04-30 09:46:40 +02:00
SpecialTags.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
SpecialTrackingCategories.php Make Special:TrackingCategories sortable 2018-05-16 15:41:01 +02:00
SpecialUnblock.php Revert "Remove cssclass in the favor of 'type' => 'user'" 2018-05-01 07:32:34 +00:00
SpecialUncategorizedcategories.php Fix inconsistent capitalization of different method calls 2017-12-27 12:35:13 +01:00
SpecialUncategorizedimages.php
SpecialUncategorizedpages.php
SpecialUncategorizedtemplates.php
SpecialUndelete.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialUnlinkAccounts.php
SpecialUnlockdb.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
SpecialUnusedcategories.php
SpecialUnusedimages.php
SpecialUnusedtemplates.php
SpecialUnwatchedpages.php Change ResultWrapper to IResultWrapper in pagers and special pages 2018-04-04 14:52:10 +02:00
SpecialUpload.php mediawiki.special: Combine various tiny specialpage style modules 2018-05-16 22:47:15 +00:00
SpecialUploadStash.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
SpecialUserLogin.php
SpecialUserLogout.php
SpecialUserrights.php Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
SpecialVersion.php PHP: Use short ternary operator (?:) where possible 2018-06-11 11:26:35 +02:00
SpecialWantedcategories.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
SpecialWantedfiles.php
SpecialWantedpages.php
SpecialWantedtemplates.php
SpecialWatchlist.php Use \u{00A0} instead of   or   2018-06-24 01:20:13 +00:00
SpecialWhatlinkshere.php Use \u{00A0} instead of   or   2018-06-24 01:20:13 +00:00
SpecialWithoutinterwiki.php