wiki.techinc.nl/maintenance
Aryeh Gregor 9018579681 Deprecate the Http class
All methods got moved to HttpRequestFactory or MWHttpRequest or dropped.

I made the return value of the new HttpRequestFactory::request/get/post
methods null on error instead of false, so that when we drop PHP 7
support, we can use a "?string" return value. This could theoretically
change behavior of code that was switched from the old Http methods, but
probably won't. I kept the old behavior for the deprecated methods.

I changed the default value of $wgHTTPProxy from false to ''. This way
it should be usable directly without a trivial wrapper method. For the
benefit of anyone who might have set it to false in LocalSettings.php, I
also recommend casting to string just in case.

Http::$httpEngine is deprecated. Eventually it will be removed along
with the curl and PHP engines, leaving only the Guzlle engine.

I also added deprecation of MWHttpRequest::factory, which occurred in
1.31, to the release notes for 1.34. Now hopefully we can hard-deprecate
it in another couple of versions.

Bug: T214390
Change-Id: I2a316a758d793857f248bd251b90f5e9a6440e3a
2019-05-06 12:07:26 +03:00
..
archives Change job table params from blob to mediumblob 2019-04-01 09:07:35 -07:00
benchmarks Deprecate the Http class 2019-05-06 12:07:26 +03:00
dev Use https://www.php.net/ instead of https://secure.php.net/ 2019-04-12 06:44:48 +02:00
dictionary dictionary: Remove "mobilelanding" 2019-03-25 23:44:58 +00:00
hhvm Replace deprecated function wfEscapeShellArg with Shell::escape() 2019-04-07 20:17:39 +01:00
includes MigrateActors: Improve query for log_search rows 2019-04-02 10:37:24 -04:00
jsduck resourceloader: Remove ResourceLoaderMaxQueryLength from mw.config 2019-03-06 15:57:56 +00:00
language Chinese Conversion Table Update 2019-1 2019-04-26 23:34:57 +00:00
locking
mediawiki.Title generatePhpCharToUpperMappings.php: Write output directly to json file 2019-05-02 18:33:19 -07:00
mssql Mostly drop old comment schemas 2019-02-07 16:59:27 +11:00
oracle Mostly drop old comment schemas 2019-02-07 16:59:27 +11:00
postgres Mostly drop old comment schemas 2019-02-07 16:59:27 +11:00
sqlite/archives Mostly drop old comment schemas 2019-02-07 16:59:27 +11:00
storage Remove references to field rev_text_id 2019-04-22 18:56:51 -05:00
term
.htaccess
7zip.inc Replace deprecated function wfEscapeShellArg with Shell::escape() 2019-04-07 20:17:39 +01:00
addChangeTag.php Add a maintenance script to add a Change Tag 2018-08-21 18:32:02 +00:00
addRFCandPMIDInterwiki.php Have class match filename in some maintenance scripts 2018-05-23 19:36:51 -07:00
addSite.php Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors 2018-05-23 16:23:42 -07:00
attachLatest.php Make attachLatest.php wait for DB replica lag 2019-02-10 19:10:58 +00:00
categoryChangesAsRdf.php Update PHPDoc types in several maintenance scripts and related 2019-03-07 17:54:26 +00:00
cdb.php
changePassword.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
checkBadRedirects.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
checkComposerLockUpToDate.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
checkImages.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
checkLess.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
checkUsernames.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
cleanupAncientTables.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
cleanupBlocks.php Separate out different functionalities of Block::prevents 2019-02-21 18:21:28 +00:00
cleanupCaps.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
cleanupEmptyCategories.php Remove a few obscure "done" and "empty" comments 2019-01-30 20:35:14 +00:00
cleanupImages.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
cleanupInvalidDbKeys.php Make use of the list() feature where it makes sense 2019-03-24 20:12:23 +00:00
cleanupPreferences.php Remove empty and unnecessary /* @{{ … */ comments 2019-03-15 14:59:19 +01:00
cleanupRemovedModules.php resourceloader: Instantiate main class via ServiceWiring 2019-02-18 17:55:09 +00:00
cleanupSpam.php Fix order of @var parameter in PHP 2019-04-08 18:37:56 +02:00
cleanupTable.inc Update PHPDoc types in several maintenance scripts and related 2019-03-07 17:54:26 +00:00
cleanupTitles.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
cleanupUploadStash.php Have class match filename in some maintenance scripts 2018-05-23 19:36:51 -07:00
cleanupUsersWithNoId.php Update PHPDoc types in several maintenance scripts and related 2019-03-07 17:54:26 +00:00
cleanupWatchlist.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
clearInterwikiCache.php Pass '' instead of false for the $conds parameter in select calls. 2018-03-02 02:32:54 +00:00
CodeCleanerGlobalsPass.inc
commandLine.inc Make maintenance scripts fail on unknown parameters 2018-08-06 14:37:49 -05:00
compareParserCache.php Use RevisionRenderer for rendering ParserOutput 2018-09-11 15:25:39 +00:00
compareParsers.php Refactor calls to deprecated function Content::getNativeData() 2019-02-15 17:48:01 +00:00
convertExtensionToRegistration.php Update PHPDoc types in several maintenance scripts and related 2019-03-07 17:54:26 +00:00
convertLinks.php Avoid using calls to freeResults() and allow object go out of scope 2019-03-23 13:25:15 +01:00
convertUserOptions.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
copyFileBackend.php Update PHPDoc types in several maintenance scripts and related 2019-03-07 17:54:26 +00:00
copyJobQueue.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
createAndPromote.php createAndPromote: use AuthManager::autoCreateUser 2019-01-08 20:45:12 +00:00
createCommonPasswordCdb.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
deduplicateArchiveRevId.php Make sure we don't try to use a deleted rev ID. 2018-08-22 15:32:16 -04:00
deleteArchivedFiles.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
deleteArchivedRevisions.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
deleteAutoPatrolLogs.php Enable deleteAutoPatrolLogs to delete pre-2011 autopatrol logs as well 2018-05-24 01:19:01 +02:00
deleteBatch.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
deleteDefaultMessages.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
deleteEqualMessages.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
deleteLocalPasswords.php Follows-up d78869207 2018-08-02 15:46:12 +00:00
deleteOldRevisions.php Remove a few obscure "done" and "empty" comments 2019-01-30 20:35:14 +00:00
deleteOrphanedRevisions.php Update PHPDoc types in several maintenance scripts and related 2019-03-07 17:54:26 +00:00
deleteSelfExternals.php Use new externallinks.el_index_60 field 2018-11-12 22:33:18 +00:00
doMaintenance.php Allow extensions to add params to the update.php maintenance script 2019-03-26 21:12:49 -05:00
Doxyfile Remove support for StartProfiler.php 2018-08-26 02:09:44 +00:00
dumpBackup.php maintenance: Move backup.inc to a regular php class file 2018-08-02 17:20:30 +01:00
dumpCategoriesAsRdf.php Update PHPDoc types in several maintenance scripts and related 2019-03-07 17:54:26 +00:00
dumpIterator.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
dumpLinks.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
dumpTextPass.php Replace deprecated function wfEscapeShellArg with Shell::escape() 2019-04-07 20:17:39 +01:00
dumpUploads.php Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queries 2019-03-06 14:01:20 -08:00
edit.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
emptyUserGroup.php Add a maintenance script to remove all users from a User Group 2018-09-25 00:57:16 +00:00
eraseArchivedFile.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
eval.php eval.php: write error messages to stderr 2018-12-22 07:08:31 +00:00
exportSites.php Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors 2018-05-23 16:23:42 -07:00
fetchText.php Make BackupDumper MCR compatible (main slot only) 2019-03-14 13:19:51 +00:00
fileOpPerfTest.php Have class match filename in some maintenance scripts 2018-05-23 19:36:51 -07:00
findDeprecated.php Use PHP 7 '<=>' operator in 'sort()' callbacks 2018-05-30 18:05:20 -07:00
findHooks.php Deprecate the Http class 2019-05-06 12:07:26 +03:00
findMissingFiles.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
findOrphanedFiles.php rdbms: add IDatabase::UNION_* constants for readability 2019-03-28 11:01:02 -07:00
fixDefaultJsonContentPages.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
fixDoubleRedirects.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
fixExtLinksProtocolRelative.php Populate externallinks.el_index_60 and drop default 2018-05-15 12:08:35 -04:00
fixTimestamps.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
fixUserRegistration.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
formatInstallDoc.php maintenance: Replace deprecated global $wgParser with getParser() service 2019-03-10 00:35:42 +01:00
generateJsonI18n.php Add /** @var SplFileInfo $fileInfo */ docs where needed 2019-03-14 15:04:05 +01:00
generateLocalAutoload.php AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring directories 2018-09-20 15:15:27 -04:00
generateSitemap.php Fix order of @var parameter in PHP 2019-04-08 18:37:56 +02:00
getConfiguration.php Allow extensions to add params to the update.php maintenance script 2019-03-26 21:12:49 -05:00
getLagTimes.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
getReplicaServer.php Have class match filename in some maintenance scripts 2018-05-23 19:36:51 -07:00
getSlaveServer.php
getText.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
importDump.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
importImages.php Deprecate User::isBlocked() 2019-04-25 11:47:44 -04:00
importSites.php Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors 2018-05-23 16:23:42 -07:00
importSiteScripts.php Deprecate the Http class 2019-05-06 12:07:26 +03:00
importTextFiles.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
initEditCount.php ActorMigration: Remove possibility of read-both 2018-10-11 12:12:00 +11:00
initSiteStats.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
initUserPreference.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
install.php Only show config-install-success on command line installer where it makes sense 2019-01-08 13:34:24 +00:00
interwiki.list maintenance/interwiki.*: Replace Wikimedia Foundation wiki URL 2018-07-18 07:09:48 +00:00
interwiki.sql maintenance/interwiki.*: Replace Wikimedia Foundation wiki URL 2018-07-18 07:09:48 +00:00
invalidateUserSessions.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
jsparse.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
lag.php Replace wfGetLB 2018-05-02 22:30:24 +02:00
Maintenance.php Merge "Set MW_INSTALL_PATH in Maintenance.php" 2019-04-12 20:34:45 +00:00
Makefile
makeTestEdits.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
manageForeignResources.php resources: Improve foreign-resources docs and error messages 2019-03-24 20:57:46 +00:00
manageJobs.php Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricter 2018-11-07 04:46:56 +00:00
mcc.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
mctest.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
mergeMessageFileList.php maintenance: Remove unused code from several maintenance scripts 2019-03-03 16:57:19 +00:00
migrateActors.php Move migrateActors.php to includes 2019-02-09 11:42:38 +01:00
migrateArchiveText.php Improve docs for archive schema in tables.sql 2018-03-29 03:08:51 +00:00
migrateComments.php Mostly drop old comment schemas 2019-02-07 16:59:27 +11:00
migrateFileRepoLayout.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
migrateImageCommentTemp.php Migrate image descriptions from image_comment_temp 2018-10-02 10:30:00 -04:00
migrateUserGroup.php Remove wfWaitForSlaves when using Maintenance::commitTransaction 2018-02-26 21:05:33 +01:00
minify.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
moveBatch.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
mwdoc-filter.php
mwdocgen.php Replace deprecated function wfEscapeShellArg with Shell::escape() 2019-04-07 20:17:39 +01:00
mwjsduck-gen
mysql.php Make use of the list() feature where it makes sense 2019-03-24 20:12:23 +00:00
namespaceDupes.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
nukeNS.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
nukePage.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
orphans.php Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queries 2019-03-06 14:01:20 -08:00
pageExists.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
parse.php Use the ?: shortcut from PHP 5.3 where it makes sense 2019-01-12 21:56:41 +00:00
patchSql.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
populateArchiveRevId.php Add missing IDatabase type hints to all doAtomicSection() calls 2019-04-30 17:08:48 +02:00
populateBacklinkNamespace.php maintenance: Remove unused code from several maintenance scripts 2019-03-03 16:57:19 +00:00
populateCategory.php Fix selectRow() parameters in PopulateCategory 2019-03-19 11:36:19 -07:00
populateChangeTagDef.php Set default of sleep time in populateChangeTagDef to zero 2018-12-15 17:44:14 +00:00
populateContentModel.php Normalize use of "INNER JOIN" to "JOIN" in database queries 2019-03-06 09:17:30 -08:00
populateContentTables.php Remove many references to db fields being retired as part of MCR Schema Migration 2019-03-19 10:50:54 -05:00
populateExternallinksIndex60.php DatabasePostgres: Ignore "IGNORE" option to update() 2019-02-20 10:39:45 -05:00
populateFilearchiveSha1.php Pass '' instead of false for the $conds parameter in select calls. 2018-03-02 02:32:54 +00:00
populateImageSha1.php Replace deprecated function wfEscapeShellArg with Shell::escape() 2019-04-07 20:17:39 +01:00
populateInterwiki.php Deprecate the Http class 2019-05-06 12:07:26 +03:00
populateIpChanges.php Pass '' instead of false for the $conds parameter in select calls. 2018-03-02 02:32:54 +00:00
populateLogSearch.php ActorMigration: Remove possibility of read-both 2018-10-11 12:12:00 +11:00
populateLogUsertext.php Pass '' instead of false for the $conds parameter in select calls. 2018-03-02 02:32:54 +00:00
populateParentId.php Pass '' instead of false for the $conds parameter in select calls. 2018-03-02 02:32:54 +00:00
populatePPSortKey.php Fix/suppress misc phan errors (#5) 2019-04-05 15:53:37 -07:00
populateRecentChangesSource.php Pass '' instead of false for the $conds parameter in select calls. 2018-03-02 02:32:54 +00:00
populateRevisionLength.php Fix MySQLism in populateRevisionLength.php 2018-05-01 09:25:59 -04:00
populateRevisionSha1.php Pass '' instead of false for the $conds parameter in select calls. 2018-03-02 02:32:54 +00:00
preprocessDump.php Remove all $wgParser use from core 2019-04-17 15:16:50 +03:00
preprocessorFuzzTest.php Remove all $wgParser use from core 2019-04-17 15:16:50 +03:00
protect.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
pruneFileCache.php No yoda conditions 2018-11-21 17:54:39 +01:00
purgeChangedFiles.php maintenance: Add missing limit parameters to some explode() 2019-03-01 17:17:40 +00:00
purgeChangedPages.php maintenance: Rewrite parts of the purgeChangedPages script 2019-04-02 04:35:20 +00:00
purgeExpiredUserrights.php purgeExpiredUserrights: Show number of rows purged 2018-03-03 15:36:34 +00:00
purgeList.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
purgeModuleDeps.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
purgeOldText.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
purgePage.php maintenance/purgePage.php output page being purged 2018-06-05 12:01:41 +00:00
purgeParserCache.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
README
reassignEdits.php ActorMigration: Remove possibility of read-both 2018-10-11 12:12:00 +11:00
rebuildall.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
rebuildFileCache.php No yoda conditions 2018-11-21 17:54:39 +01:00
rebuildImages.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
rebuildLocalisationCache.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
rebuildmessages.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
rebuildrecentchanges.php user_group, the nonexistent table that keeps on giving 2019-03-06 11:07:57 +02:00
rebuildtextindex.php Remove many references to db fields being retired as part of MCR Schema Migration 2019-03-19 10:50:54 -05:00
recountCategories.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
refreshExternallinksIndex.php Use new externallinks.el_index_60 field 2018-11-12 22:33:18 +00:00
refreshFileHeaders.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
refreshImageMetadata.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
refreshLinks.php [MCR] Move getSecondaryDataUpdates to the page level 2018-09-04 21:50:58 +02:00
removeInvalidEmails.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
removeUnusedAccounts.php ActorMigration: Remove possibility of read-both 2018-10-11 12:12:00 +11:00
renameDbPrefix.php Various fixes for phan-taint-check 2019-03-16 21:12:40 +00:00
renderDump.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
resetAuthenticationThrottle.php Add maintenance script for resetting login/signup throttle 2018-07-20 13:15:06 +00:00
resetPageRandom.php Provide a script to reset the page_random column 2018-11-09 15:07:48 -07:00
resetUserEmail.php maintenance: Remove arguments that match their default values 2019-02-27 21:13:57 +00:00
resetUserTokens.php Cleanup some comments related to DB replication 2018-03-09 23:05:43 +00:00
rollbackEdits.php rollbackEdits.php: Cosmetic changes of outputs 2019-01-10 13:56:21 +00:00
runBatchedQuery.php Have class match filename in some maintenance scripts 2018-05-23 19:36:51 -07:00
runJobs.php Refactor edit stashing into a PageEditStash service 2019-04-17 12:53:03 -07:00
runScript.php Fix typo "maintainance" 2018-12-24 15:51:11 +01:00
shell.php shell.php: prevent permission error 2018-07-05 07:41:14 +00:00
showJobs.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
showSiteStats.php Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors 2018-05-23 16:23:42 -07:00
sql.php Make sql.php exit status more informative 2018-12-16 21:55:04 -08:00
sqlite.inc
sqlite.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
syncFileBackend.php Remove comments literally repeating the next line of code 2019-02-27 17:28:40 +00:00
tables.sql Change job table params from blob to mediumblob 2019-04-01 09:07:35 -07:00
tidyUpT39714.php Replace "Bug37714" by "T39714" 2018-08-20 23:48:11 +02:00
undelete.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
update-keys.sql
update.php Allow extensions to add params to the update.php maintenance script 2019-03-26 21:12:49 -05:00
updateArticleCount.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
updateCollation.php NamespaceInfo service to replace MWNamespace 2019-04-10 02:07:36 +00:00
updateCredits.php Check for intl extension in updateCredits.php 2019-02-01 19:57:56 +01:00
updateDoubleWidthSearch.php Write Latin and other scripts with captial letter 2018-10-05 18:49:08 +02:00
updateExtensionJsonSchema.php Have maintenance/updateExtensionJsonSchema.php copy documentation 2018-10-16 11:30:30 -04:00
updateRestrictions.php maintenance: Add missing limit parameters to some explode() 2019-03-01 17:17:40 +00:00
updateSearchIndex.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
updateSpecialPages.php maintenance: Remove unused code from several maintenance scripts 2019-03-03 16:57:19 +00:00
userDupes.inc build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-07 18:39:42 +00:00
userOptions.php Use ::class to resolve class names in maintenance scripts 2018-01-23 17:40:16 +00:00
validateRegistrationFile.php validateRegistrationFile: Accept glob patterns 2019-03-02 22:59:17 +00:00
view.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
wrapOldPasswords.php Make WrapOldPasswords pass "refresh" to User::clearSharedCache() 2019-04-05 16:34:49 -07:00

== MediaWiki Maintenance ==

The .sql scripts in this directory are not intended to be run standalone,
although this is appropriate in some cases, e.g. manual creation of blank tables
prior to an import.

Most of the PHP scripts need to be run from the command line. Prior to doing so,
ensure that the LocalSettings.php file in the directory above points to the
proper installation.

Certain scripts will require elevated access to the database. In order to
provide this, first create a MySQL user with "all" permissions on the wiki
database, and then set $wgDBadminuser and $wgDBadminpassword in your
LocalSettings.php

=== Brief explanation of files ===

A lot of the files in this directory are PHP scripts used to perform various
maintenance tasks on the wiki database, e.g. rebuilding link tables, updating
the search indices, etc. The files in the "archives" directory are used to
upgrade the database schema when updating the software. Some schema definitions
for alternative (as yet unsupported) database management systems are stored
here too.

The "storage" directory contains scripts and resources useful for working with
external storage clusters, and are not likely to be particularly useful to the
vast majority of installations. This directory does contain the compressOld
scripts, however, which can be useful for compacting old data.

=== Maintenance scripts ===

As noted above, these should be run from the command line. Not all scripts are
listed, as some are Wikimedia-specific, and some are not applicable to most
installations.

	changePassword.php
	Reset the password of a specified user

	cleanupSpam.php
	Mass-revert insertion of linkspam

	createAndPromote.php
	Create a user with administrator (and optionally, bureaucrat) permissions

	deleteOldRevisions.php
	Erase old revisions of pages from the database

	dumpBackup.php
	Backup dump script

	edit.php
	Edit a page to change its content

	findHooks.php
	Find hooks that aren't documented in docs/hooks.txt

	importDump.php
	XML dump importer

	importImages.php
	Import images into the wiki

	moveBatch.php
	Move a batch of pages

	namespaceDupes.php
	Check articles name to see if they conflict with new/existing namespaces

	nukePage.php
	Wipe a page and all revisions from the database

	reassignEdits.php
	Reassign edits from one user to another

	rebuildImages.php
	Update image metadata records

	rebuildmessages.php
	Update the MediaWiki namespace after changing site language

	rebuildtextindex.php
	Rebuild the fulltext search indices

	refreshLinks.php
	Rebuild the link tables

	removeUnusedAccounts.php
	Remove user accounts which have made no edits

	runJobs.php
	Immediately complete all jobs in the job queue

	undelete.php
	Undelete all revisions of a page

	update.php
	Check and upgrade the database schema to the current version

	updateRestrictions.php
	Update pages restriction to the new schema

	userOptions.php
	Change user options