| .. |
|
exception
|
|
|
|
formfields
|
|
|
|
forms
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:18:49 +01:00 |
|
helpers
|
Replace NewRevisionFromEditComplete with RevisionFromEditComplete
|
2020-05-11 15:09:25 +00:00 |
|
Hook
|
Merge "Further review of user and specials hook doc comments"
|
2020-05-06 15:54:56 +00:00 |
|
pagers
|
Complete required fields for RevisionFactory::newRevisionFromArchiveRow
|
2020-05-06 19:33:21 +01:00 |
|
redirects
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:42:24 +01:00 |
|
SpecialActiveUsers.php
|
|
|
|
SpecialAllMessages.php
|
|
|
|
SpecialAllPages.php
|
Remove duplicate variable name from class property PHPDocs
|
2019-12-02 12:58:29 +00:00 |
|
SpecialAncientPages.php
|
Introduce shortcut to LanguageConverter for all SpecialPage hierarchy
|
2020-02-17 19:05:35 +02:00 |
|
SpecialApiHelp.php
|
|
|
|
SpecialApiSandbox.php
|
|
|
|
SpecialAutoblockList.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:42:24 +01:00 |
|
SpecialBlankpage.php
|
|
|
|
SpecialBlock.php
|
Prohibit empty blocks: fix for false $wgBlockAllowsUTEdit
|
2020-05-15 15:00:25 +00:00 |
|
SpecialBlockList.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:18:49 +01:00 |
|
SpecialBookSources.php
|
Replace uses and hard deprecate Revision::newFromTitle
|
2020-04-18 04:47:10 +00:00 |
|
SpecialBotPasswords.php
|
|
|
|
SpecialBrokenRedirects.php
|
Introduce ContentHandlerFactory
|
2020-02-07 00:53:51 +03:00 |
|
SpecialCachedPage.php
|
|
|
|
SpecialCategories.php
|
|
|
|
SpecialChangeContentModel.php
|
deprecation: Remove DeprecationHelper::newArgumentWithDeprecation and change callers accordingly
|
2020-04-27 20:23:58 +03:00 |
|
SpecialChangeCredentials.php
|
Fix some PHPStorm warnings by replacing array functions with loops
|
2020-02-19 09:28:44 +11:00 |
|
SpecialChangeEmail.php
|
Use MediaWikiServices::getAuthManager in special page related classes
|
2020-04-12 00:17:22 +00:00 |
|
SpecialChangePassword.php
|
|
|
|
SpecialComparePages.php
|
SpecialComparePages: Remove use of Revision objects
|
2020-04-27 18:43:06 +00:00 |
|
SpecialConfirmEmail.php
|
Remove setMethod( 'post' ) from HTMLForm Object
|
2020-01-02 00:59:09 +05:30 |
|
SpecialContributions.php
|
SpecialContributions: Use a custom warning when partially blocked
|
2020-03-20 23:20:13 +00:00 |
|
SpecialCreateAccount.php
|
Use MediaWikiServices::getAuthManager in special page related classes
|
2020-04-12 00:17:22 +00:00 |
|
SpecialDeadendPages.php
|
|
|
|
SpecialDeletedContributions.php
|
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
|
2020-01-10 14:17:13 -08:00 |
|
SpecialDiff.php
|
|
|
|
SpecialDoubleRedirects.php
|
Introduce ContentHandlerFactory
|
2020-02-07 00:53:51 +03:00 |
|
SpecialEditPage.php
|
Add @author tags I forgot to include
|
2020-04-11 08:13:48 +00:00 |
|
SpecialEditTags.php
|
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
|
2020-01-10 14:17:13 -08:00 |
|
SpecialEditWatchlist.php
|
Fix more PSR12.Properties.ConstantVisibility.NotFound
|
2020-05-15 00:32:23 +01:00 |
|
SpecialEmailInvalidate.php
|
|
|
|
SpecialEmailUser.php
|
SpecialEmailUser: Set user text field to required
|
2020-03-11 17:51:12 +00:00 |
|
SpecialExpandTemplates.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:42:24 +01:00 |
|
SpecialExport.php
|
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
|
2020-01-10 14:17:13 -08:00 |
|
SpecialFewestRevisions.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:42:24 +01:00 |
|
SpecialFileDuplicateSearch.php
|
doxygen: Changed Doxygen tags causing warnings during documentation generation
|
2020-04-14 03:25:19 +00:00 |
|
SpecialFilepath.php
|
|
|
|
SpecialGoToInterwiki.php
|
|
|
|
SpecialImport.php
|
Special pages: Remove use of Title::getUserPermissionsErrors (part 2)
|
2020-02-14 06:13:32 +00:00 |
|
SpecialJavaScriptTest.php
|
qunit: Load JS with lang=qqx/skin=fallback as context
|
2020-05-11 18:39:49 +00:00 |
|
SpecialLinkAccounts.php
|
Use MediaWikiServices::getAuthManager in special page related classes
|
2020-04-12 00:17:22 +00:00 |
|
SpecialLinkSearch.php
|
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
|
2020-01-10 09:32:25 -08:00 |
|
SpecialListDuplicatedFiles.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:42:24 +01:00 |
|
SpecialListFiles.php
|
Make Special:ListFiles not show usernames with underscores
|
2020-03-06 23:13:10 +00:00 |
|
SpecialListGrants.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:18:49 +01:00 |
|
SpecialListGroupRights.php
|
|
|
|
SpecialListRedirects.php
|
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
|
2020-01-10 09:32:25 -08:00 |
|
SpecialListUsers.php
|
|
|
|
SpecialLockdb.php
|
|
|
|
SpecialLog.php
|
Use standard, cross-browser button appearance in Special:Log
|
2020-02-19 05:56:49 +00:00 |
|
SpecialLonelyPages.php
|
Do not insert page titles into querycache.qc_value
|
2019-10-31 20:27:09 +01:00 |
|
SpecialLongPages.php
|
Remove auto-generated and empty lines in comments
|
2020-03-17 09:55:24 +01:00 |
|
SpecialMediaStatistics.php
|
doxygen: Changed Doxygen tags causing warnings during documentation generation
|
2020-04-14 03:25:19 +00:00 |
|
SpecialMergeHistory.php
|
Add MergeHistoryFactory interface, implemented by PageCommandFactory
|
2020-05-13 19:08:09 +00:00 |
|
SpecialMIMESearch.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:18:49 +01:00 |
|
SpecialMostCategories.php
|
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
|
2020-01-10 09:32:25 -08:00 |
|
SpecialMostimages.php
|
|
|
|
SpecialMostInterwikis.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:18:49 +01:00 |
|
SpecialMostLinked.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:42:24 +01:00 |
|
SpecialMostLinkedCategories.php
|
Introduce shortcut to LanguageConverter for all SpecialPage hierarchy
|
2020-02-17 19:05:35 +02:00 |
|
SpecialMostLinkedTemplates.php
|
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
|
2020-01-10 09:32:25 -08:00 |
|
SpecialMostRevisions.php
|
|
|
|
SpecialMovepage.php
|
Merge "Special:ChangeContentModel & Special:MovePage: Add a subtitle"
|
2020-03-26 15:47:32 +00:00 |
|
SpecialMute.php
|
Fix more PSR12.Properties.ConstantVisibility.NotFound
|
2020-05-15 00:32:23 +01:00 |
|
SpecialMyLanguage.php
|
Remove usages of deprecated Language methods
|
2020-02-16 00:45:48 +00:00 |
|
SpecialNewFiles.php
|
|
|
|
SpecialNewpages.php
|
SpecialNewpages::revisionFromRcResult - cast visibility as integer
|
2020-05-05 21:17:22 +00:00 |
|
SpecialNewSection.php
|
Add @author tags I forgot to include
|
2020-04-11 08:13:48 +00:00 |
|
SpecialPageData.php
|
|
|
|
SpecialPageHistory.php
|
Add @author tags I forgot to include
|
2020-04-11 08:13:48 +00:00 |
|
SpecialPageInfo.php
|
Add @author tags I forgot to include
|
2020-04-11 08:13:48 +00:00 |
|
SpecialPageLanguage.php
|
Remove auto-generated and empty lines in comments
|
2020-03-17 09:55:24 +01:00 |
|
SpecialPagesWithProp.php
|
SpecialPagesWithProp: Remove subpage from the URL when submitting
|
2020-04-01 18:42:12 +02:00 |
|
SpecialPasswordPolicies.php
|
|
|
|
SpecialPasswordReset.php
|
doxygen: Changed Doxygen tags causing warnings during documentation generation
|
2020-04-14 03:25:19 +00:00 |
|
SpecialPermanentLink.php
|
|
|
|
SpecialPreferences.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:18:49 +01:00 |
|
SpecialPrefixindex.php
|
|
|
|
SpecialProtectedpages.php
|
|
|
|
SpecialProtectedtitles.php
|
|
|
|
SpecialPurge.php
|
Add @author tags I forgot to include
|
2020-04-11 08:13:48 +00:00 |
|
SpecialRandomInCategory.php
|
SpecialRandomInCategory.php: preserve query string during redirection
|
2020-02-09 13:29:38 +00:00 |
|
SpecialRandompage.php
|
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
|
2020-01-10 14:17:13 -08:00 |
|
SpecialRandomredirect.php
|
|
|
|
SpecialRandomrootpage.php
|
|
|
|
SpecialRecentChanges.php
|
Use MediaWikiServices::getMessageCache
|
2020-03-14 14:25:03 +01:00 |
|
SpecialRecentChangesLinked.php
|
Use array for 'ORDER BY'
|
2019-11-29 23:01:07 +01:00 |
|
SpecialRedirect.php
|
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
|
2020-01-10 14:17:13 -08:00 |
|
SpecialRemoveCredentials.php
|
|
|
|
SpecialResetTokens.php
|
|
|
|
SpecialRevisionDelete.php
|
Use MediaWikiServices::getRepoGroup in special page related classes
|
2020-03-14 12:35:10 +00:00 |
|
SpecialRunJobs.php
|
Convert JobRunner into a service and use DI
|
2020-02-27 08:04:48 -08:00 |
|
SpecialSearch.php
|
Fix more PSR12.Properties.ConstantVisibility.NotFound
|
2020-05-15 00:32:23 +01:00 |
|
SpecialShortPages.php
|
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
|
2020-01-10 09:32:25 -08:00 |
|
SpecialSpecialpages.php
|
|
|
|
SpecialStatistics.php
|
Fix more scalar types in docblocks
|
2019-12-08 17:59:08 +00:00 |
|
SpecialTags.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:42:24 +01:00 |
|
SpecialTrackingCategories.php
|
|
|
|
SpecialUnblock.php
|
|
|
|
SpecialUncategorizedCategories.php
|
|
|
|
SpecialUncategorizedImages.php
|
Do not insert page titles into querycache.qc_value
|
2019-10-31 20:27:09 +01:00 |
|
SpecialUncategorizedPages.php
|
Do not insert page titles into querycache.qc_value
|
2019-10-31 20:27:09 +01:00 |
|
SpecialUncategorizedTemplates.php
|
|
|
|
SpecialUndelete.php
|
Replace various uses of Revision objects
|
2020-05-01 14:54:28 +00:00 |
|
SpecialUnlinkAccounts.php
|
Use MediaWikiServices::getAuthManager in special page related classes
|
2020-04-12 00:17:22 +00:00 |
|
SpecialUnlockdb.php
|
|
|
|
SpecialUnusedCategories.php
|
Do not insert page titles into querycache.qc_value
|
2019-10-31 20:27:09 +01:00 |
|
SpecialUnusedImages.php
|
|
|
|
SpecialUnusedTemplates.php
|
Do not insert page titles into querycache.qc_value
|
2019-10-31 20:27:09 +01:00 |
|
SpecialUnwatchedPages.php
|
Introduce shortcut to LanguageConverter for all SpecialPage hierarchy
|
2020-02-17 19:05:35 +02:00 |
|
SpecialUpload.php
|
Pass a user to ArchivedFile::userCan in UploadBase
|
2020-04-29 01:46:02 +00:00 |
|
SpecialUploadStash.php
|
Fix more PSR12.Properties.ConstantVisibility.NotFound
|
2020-05-15 00:32:23 +01:00 |
|
SpecialUserLogin.php
|
|
|
|
SpecialUserLogout.php
|
Add missing @param and @return to documentation
|
2019-11-10 22:12:58 +00:00 |
|
SpecialUserrights.php
|
Unify handling of options messages
|
2020-03-27 11:19:43 +08:00 |
|
SpecialVersion.php
|
Allow extensions (et al) to have multiple LICENSE/COPYING files
|
2020-05-05 22:49:04 +00:00 |
|
SpecialWantedCategories.php
|
Introduce shortcut to LanguageConverter for all SpecialPage hierarchy
|
2020-02-17 19:05:35 +02:00 |
|
SpecialWantedfiles.php
|
Use MediaWikiServices::getRepoGroup in special page related classes
|
2020-03-14 12:35:10 +00:00 |
|
SpecialWantedpages.php
|
|
|
|
SpecialWantedTemplates.php
|
Fix some Squiz.Scope.MethodScope.Missing
|
2020-05-16 22:42:24 +01:00 |
|
SpecialWatchlist.php
|
Filter out expired items from Special:Watchlist page
|
2020-04-27 18:27:51 -07:00 |
|
SpecialWhatLinksHere.php
|
SpecialWhatLinksHere: Display section anchor for redirects
|
2020-02-27 11:14:22 +01:00 |
|
SpecialWithoutInterwiki.php
|
Do not insert page titles into querycache.qc_value
|
2019-10-31 20:27:09 +01:00 |