wiki.techinc.nl/maintenance
James D. Forrester be448ac1b2 maintenance: Move sqlite from .inc to .php
Bug: T184782
Change-Id: I18fabbcc8588518f5cc10c8e3f0fba2379263c6c
2020-09-25 17:36:38 +01:00
..
archives Migrate category to abstract schema 2020-09-05 20:49:12 +02:00
benchmarks Remove all methods of MWTidy except for MWTidy::tidy() 2020-08-17 18:15:37 +00:00
dev mime: Represent lists as arrays instead of space-delimited strings 2020-05-28 15:15:43 +00:00
includes Add @since to Maintenance::parseIntList() 2020-09-23 17:03:13 +00:00
jsduck Replace @context with @this 2020-06-15 21:49:06 +01:00
language Make use of the preg_match() return value, if possible 2020-07-14 19:26:35 +00:00
locking
mediawiki.Title maintenance: Remove executable bit from scripts without shebang 2020-07-31 18:29:19 -07:00
postgres Migrate ipblocks_restrictions to abstract schema 2020-09-22 16:01:45 -07:00
sqlite Migrate ipblocks_restrictions to abstract schema 2020-09-22 16:01:45 -07:00
storage Remove maintenance/storage/drop_content_model_info.sql 2020-08-23 02:04:53 +01:00
term Set public for override of Maintenance functions 2019-10-09 20:41:33 +02:00
.htaccess
addChangeTag.php Do not output wikitext in maintenance script 2019-09-20 18:28:34 +02:00
addRFCandPMIDInterwiki.php
addSite.php Mark options as requiring parameters in addSite.php 2019-12-02 23:30:50 +00:00
attachLatest.php WikiPage::updateRevisionOn - replace uses, hard deprecate Revision use 2020-05-01 04:54:37 +00:00
blockUsers.php Deprecate DatabaseBlock methods moved to DatabaseBlockStore 2020-09-13 22:17:27 +00:00
categoryChangesAsRdf.php Merge "don't pass null page id to page related queries for category change rdf dumps" 2020-09-09 19:28:44 +00:00
changePassword.php Do not output wikitext in maintenance script 2019-09-20 18:28:34 +02:00
checkBadRedirects.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
checkComposerLockUpToDate.php Use proper SemVer comparison in CheckComposerLockUpToDate 2020-02-13 16:57:09 -05:00
checkDependencies.php Use Maintenance::getConfig in some maintenance scripts 2019-09-01 20:55:08 +02:00
checkImages.php maintenance: Avoid deprecated usage of RepoGroup::singleton() 2020-02-18 21:28:17 +00:00
checkLess.php tests: Require PHPUnit 6, drop PHPUnit 4 as an option 2019-10-03 08:58:03 -07:00
checkUsernames.php Set public for override of Maintenance functions 2019-10-09 20:41:33 +02:00
cleanupAncientTables.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
cleanupBlocks.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
cleanupCaps.php Do not output wikitext in maintenance script 2019-09-20 18:28:34 +02:00
cleanupEmptyCategories.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
cleanupImages.php maintenance: Avoid deprecated usage of RepoGroup::singleton() 2020-02-18 21:28:17 +00:00
cleanupInvalidDbKeys.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
cleanupPreferences.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
cleanupRemovedModules.php resourceloader: Instantiate main class via ServiceWiring 2019-02-18 17:55:09 +00:00
cleanupRevActorPage.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
cleanupSpam.php cleanupSpam - reduce direct references to $wgUser 2020-09-15 01:49:13 +00:00
cleanupTable.inc TableCleanup: Make batch size and reporting interval configurable 2020-04-21 08:57:21 +02:00
cleanupTitles.php Merge "TableCleanup: Make batch size and reporting interval configurable" 2020-06-15 10:36:51 +00:00
cleanupUploadStash.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
cleanupUsersWithNoId.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
cleanupWatchlist.php Purge expired watchlist items 2020-03-26 07:54:20 +08:00
clearInterwikiCache.php Remove usages of $wgMemc 2020-01-20 19:41:32 +01:00
CodeCleanerGlobalsPass.php maintenance: Move CodeCleanerGlobalsPass from .inc to .php 2020-09-23 11:59:41 +01:00
commandLine.inc
compareParserCache.php Remove usages of global function wfDiff() 2020-07-22 08:00:08 +01:00
compareParsers.php Remove usages of global function wfDiff() 2020-07-22 08:00:08 +01:00
convertExtensionToRegistration.php Attempt to automatically fix start of config vars being __DIR__ 2019-11-04 16:21:04 +00:00
convertLinks.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
convertUserOptions.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
copyFileBackend.php Convert FileBackendGroup to service 2019-10-25 10:46:20 +03:00
copyJobQueue.php Replace wfWiki() usage with WikiMap in some additional places 2019-07-04 21:58:42 +00:00
createAndPromote.php Use MediaWikiServices::getAuthManager instead of AuthManager::singleton 2020-06-22 00:57:08 +00:00
createBotPassword.php Add a maintenance script to create bot passwords. 2020-08-21 07:25:33 +00:00
deduplicateArchiveRevId.php Use class keyword for classname resolution 2020-03-27 09:33:01 +01:00
deleteArchivedFiles.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
deleteArchivedRevisions.php
deleteAutoPatrolLogs.php
deleteBatch.php Use strict (in)equality with namespaces constants when LHS is definitely an integer 2020-07-31 18:03:28 +01:00
deleteDefaultMessages.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
deleteEqualMessages.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
deleteLocalPasswords.php
deleteOldRevisions.php Set method visibility on maintenance scripts 2019-11-16 22:54:17 +00:00
deleteOrphanedRevisions.php Improve param docs 2019-11-28 19:08:59 +01:00
deleteSelfExternals.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
deleteTag.php changetags: Change new canDeleteTag() boolean param to int flag 2019-11-17 10:22:02 -05:00
doMaintenance.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
Doxyfile Remove old references to AdminSettings, which was removed in 1.23 2020-07-13 08:15:03 +00:00
dumpBackup.php Set method visibility on maintenance scripts 2019-11-16 22:54:17 +00:00
dumpCategoriesAsRdf.php Merge "don't include null page ids in query list for category dumps" 2020-09-09 19:25:28 +00:00
dumpIterator.php Fix bad use of |= PHP bit operation where = … || bool is intended 2020-08-12 02:33:01 +00:00
dumpLinks.php
dumpTextPass.php move most of dumpTextPass to an include file so it can be subclassed 2019-05-13 10:14:09 +03:00
dumpUploads.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
edit.php maintenance scripts: Reduce direct references to $wgUser 2020-06-05 01:40:34 +00:00
emptyUserGroup.php emptyUserGroup.php: handle more than 5000 users 2020-09-16 12:56:02 -07:00
eraseArchivedFile.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
eval.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
exportSites.php Miscellaneous documentation updates 2020-02-16 04:38:38 +00:00
fetchText.php Use multi-catch block in fetchText.php 2020-07-31 23:46:46 +02:00
fileOpPerfTest.php maintenance: Remove unneeded truthy check on dir handling 2020-06-25 10:45:43 +00:00
findBadBlobs.php Merge "Add FindMissingActors script." 2020-09-23 06:56:34 +00:00
findDeprecated.php Suppress PhanUndeclaredProperty for custom properties and phan bugs 2019-09-14 13:22:54 +00:00
findMissingActors.php Add FindMissingActors script. 2020-09-22 21:10:16 +02:00
findMissingFiles.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
findOrphanedFiles.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
fixDefaultJsonContentPages.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
fixDoubleRedirects.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
fixExtLinksProtocolRelative.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
fixTimestamps.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
fixUserRegistration.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
formatInstallDoc.php Set public for override of Maintenance functions 2019-10-09 20:41:33 +02:00
generateJsonI18n.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
generateLocalAutoload.php AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring directories 2018-09-20 15:15:27 -04:00
generateSchemaSql.php Add extra blank line between tables in generated schemas 2020-08-20 12:04:57 +02:00
generateSitemap.php Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/ 2020-05-09 23:54:58 +00:00
getConfiguration.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
getLagTimes.php Use namespaced IPUtils class 2020-01-01 02:36:49 -08:00
getReplicaServer.php maintenance/getReplicaServer.php: Remove reference to long-deleted config var 2019-09-09 10:25:38 -04:00
getText.php Replace uses and hard deprecate Revision::newFromTitle 2020-04-18 04:47:10 +00:00
importDump.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
importImages.php Use recordUpload3, hard deprecate recordUpload2 2020-09-10 00:00:42 +00:00
importSites.php Miscellaneous documentation updates 2020-02-16 04:38:38 +00:00
importSiteScripts.php Deprecate the Http class 2019-05-06 12:07:26 +03:00
importTextFiles.php MCR import 2020-07-18 20:34:16 -04:00
initEditCount.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
initSiteStats.php
initUserPreference.php maintenance: Make use of BatchRowIterator::setCaller 2020-09-05 12:55:11 +00:00
install.php Disable $wgServer autodetection to prevent cache poisoning attacks 2019-10-30 15:49:41 +11:00
interwiki.list Update EmacsWiki in Interwiki 2019-07-03 05:59:13 -04:00
interwiki.sql Update EmacsWiki in Interwiki 2019-07-03 05:59:13 -04:00
invalidateUserSessions.php
jsparse.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
lag.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
Maintenance.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
Makefile
makeTestEdits.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +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 Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
mctest.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
mergeMessageFileList.php Set public for override of Maintenance functions 2019-10-09 20:41:33 +02:00
migrateActors.php Move migrateActors.php to includes 2019-02-09 11:42:38 +01:00
migrateArchiveText.php Replace core uses and hard deprecate Revision::(de)compressRevisionText 2020-06-04 01:47:12 +00:00
migrateComments.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
migrateFileRepoLayout.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
migrateImageCommentTemp.php Migrate image descriptions from image_comment_temp 2018-10-02 10:30:00 -04:00
migrateUserGroup.php
minify.php resourceloader: Rewrite the minify.php maintenance script 2019-08-06 17:39:19 +01:00
moveBatch.php maintenance scripts: Reduce direct references to $wgUser 2020-06-05 01:40:34 +00:00
mwdoc-filter.php docs: Factor out MWDoxygenFilter from mwdoc-filter.php with tests 2019-09-05 18:22:23 +01:00
mwdocgen.php docs: Ignore extensions/ and skins/ in mwdocgen.php by default 2019-09-14 21:58:03 +01:00
mwjsduck-gen
mysql.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
namespaceDupes.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
nukeNS.php Use db abstraction layer in nukePage and nukeNS maintenance script 2020-05-08 23:31:41 +02:00
nukePage.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
orphans.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
pageExists.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
parse.php Hard deprecate calling ParserOptions::newCanonical with no parameters 2020-06-15 23:11:45 +00:00
patchSql.php maintenance: Remove sql.php temporarily 2020-04-07 00:04:37 +00:00
populateArchiveRevId.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateBacklinkNamespace.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
populateCategory.php Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/ 2020-05-09 23:54:58 +00:00
populateChangeTagDef.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateContentTables.php Use class keyword for classname resolution 2020-03-27 09:33:01 +01:00
populateExternallinksIndex60.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
populateFilearchiveSha1.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
populateImageSha1.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
populateInterwiki.php Pass function name to HttpRequestFactory::create 2020-06-07 12:20:06 +00:00
populateIpChanges.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateLogSearch.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateLogUsertext.php
populateParentId.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populatePPSortKey.php Make populatePPSortKey less noisy 2020-04-11 01:28:04 +00:00
populateRecentChangesSource.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateRevisionLength.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
populateRevisionSha1.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
preprocessDump.php Fix parameter documentation for dump methods for handling revisions 2020-05-05 02:04:32 +00:00
preprocessorFuzzTest.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
protect.php maintenance: Deprecate Maintenance::hasArg/getArg with no param 2019-03-29 14:37:46 +01:00
pruneFileCache.php Fix description for pruneFileCache.php 2020-09-18 22:53:01 +00:00
purgeChangedFiles.php maintenance: Avoid deprecated usage of RepoGroup::singleton() 2020-02-18 21:28:17 +00:00
purgeChangedPages.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
purgeExpiredBlocks.php Add purgeExpiredBlocks maintenance script 2020-07-08 15:45:56 +00:00
purgeExpiredUserrights.php Hard-deprecate UserGroupMembership methods replaced by manager 2020-06-12 14:36:26 -07:00
purgeExpiredWatchlistItems.php Purge expired watchlist items 2020-03-26 07:54:20 +08:00
purgeList.php Add small HtmlCacheUpdater service class to normalize purging code (2) 2020-04-14 03:19:07 +00:00
purgeModuleDeps.php Remove @author Timo Tijhof from various file headers 2019-07-08 21:56:24 +00:00
purgeOldText.php
purgePage.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
purgeParserCache.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
README
reassignEdits.php reassignEdits: Update script to use User::newFromName for anon users 2020-08-03 10:49:18 -04:00
rebuildall.php
rebuildFileCache.php Give rebuildFileCache.php an all pages option 2020-07-11 12:54:58 +01:00
rebuildImages.php Use recordUpload3, hard deprecate recordUpload2 2020-09-10 00:00:42 +00:00
rebuildLocalisationCache.php Fix failure of rebuildLocalisationCache.php due to RL hook 2020-09-16 05:05:18 +00:00
rebuildmessages.php maintenance: Remove cross-wiki purging from rebuildmessages.php 2019-08-31 14:53:19 +01:00
rebuildrecentchanges.php phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
rebuildtextindex.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
recountCategories.php Fix output of RecountCategories::doWork() 2020-03-09 00:04:09 +00:00
refreshExternallinksIndex.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
refreshFileHeaders.php maintenance: Avoid deprecated usage of RepoGroup::singleton() 2020-02-18 21:28:17 +00:00
refreshImageMetadata.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
refreshLinks.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
removeInvalidEmails.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
removeUnusedAccounts.php Mostly drop old pre-actor user schemas 2019-09-09 11:38:36 -04:00
renameDbPrefix.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
renameRestrictions.php maintenance: Remove executable bit from scripts without shebang 2020-07-31 18:29:19 -07:00
renderDump.php Fix parameter documentation for dump methods for handling revisions 2020-05-05 02:04:32 +00:00
resetAuthenticationThrottle.php Use MediaWikiServices::getAuthManager instead of AuthManager::singleton 2020-06-22 00:57:08 +00:00
resetPageRandom.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
resetUserEmail.php Remove call to deprecated setPassword() User method 2020-06-12 19:16:11 +00:00
resetUserTokens.php Replace wfWaitForSlaves() with LBFactory::waitForReplication() 2020-05-02 02:00:01 +00:00
rollbackEdits.php rollbackEdits.php: Cosmetic changes of outputs 2019-01-10 13:56:21 +00:00
runBatchedQuery.php Fix runBatchedQuery.php for no result from select 2020-07-28 15:50:50 +00:00
runJobs.php Convert JobRunner into a service and use DI 2020-02-27 08:04:48 -08:00
runScript.php maintenance: Add file extension as expected for PHP scripts 2020-01-29 11:44:06 +01:00
shell.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
showJobs.php
showSiteStats.php
sql.php maintenance: Remove --slave option from sql.php 2020-06-11 01:26:20 +00:00
Sqlite.php maintenance: Move sqlite from .inc to .php 2020-09-25 17:36:38 +01:00
SqliteMaintenance.php maintenance: Move sqlite.php to SqliteMaintenance.php to match class name 2020-09-25 17:36:36 +01:00
syncFileBackend.php Convert FileBackendGroup to service 2019-10-25 10:46:20 +03:00
tables-generated.sql Migrate ipblocks_restrictions to abstract schema 2020-09-22 16:01:45 -07:00
tables.json Migrate ipblocks_restrictions to abstract schema 2020-09-22 16:01:45 -07:00
tables.sql Migrate ipblocks_restrictions to abstract schema 2020-09-22 16:01:45 -07:00
tidyUpT39714.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
undelete.php maintenance scripts: Reduce direct references to $wgUser 2020-06-05 01:40:34 +00:00
update-keys.sql
update.php Revert "Add a new type of database to the installer from extension" 2020-07-22 16:05:31 -07:00
updateArticleCount.php
updateCollation.php Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/ 2020-05-09 23:54:58 +00:00
updateCredits.php Check for intl extension in updateCredits.php 2019-02-01 19:57:56 +01:00
updateDoubleWidthSearch.php Deprecate Revision::loadFromPageId 2020-03-25 12:10:48 -07:00
updateExtensionJsonSchema.php Move known attributes when updating to manifest_version 2 2020-05-18 16:29:19 +00:00
updateRestrictions.php Pass function name to database functions (maintenance scripts) 2020-06-07 17:24:10 +00:00
updateSearchIndex.php Fix capitalisation of updateSearchIndex.php parameter desc 2020-04-01 19:29:10 +01:00
updateSpecialPages.php Add a run mode to $wgDisableQueryPageUpdate 2019-09-26 22:33:53 +00:00
uppercaseTitlesForUnicodeTransition.php Add delete-redirect for deleting single-rev redirects during moves 2020-09-04 03:50:17 +00:00
UserDupes.php maintenance: Move userDupes from .inc to .php 2020-09-23 11:59:41 +01:00
userOptions.php Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment 2020-05-21 01:06:05 +00:00
validateRegistrationFile.php Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
version.php maintenance: Print version of MediaWiki on the command prompt 2020-08-23 23:20:44 +00:00
view.php Add check for page existence 2020-03-09 10:50:00 +01:00
wrapOldPasswords.php Add --update option to wrapOldPasswords.php 2019-10-14 08:16:49 +00: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