wiki.techinc.nl/maintenance
2011-12-29 18:51:23 +00:00
..
archives Use database to track uploaded chunks and concatenate at the end. 2011-11-30 14:56:40 +00:00
benchmarks Remove some unused getting of non existent arguments 2011-10-18 17:31:54 +00:00
cssjanus (Bug 24436) Move cssjanus to maintenance folder 2010-07-18 21:31:52 +00:00
dev Follow up r105821, as usual, commit the files I forgot to svn add 2011-12-11 19:49:16 +00:00
dtrace
gearman Merge r86398 into the old wfWaitForSlaves. Update core calls. 2011-04-20 00:12:06 +00:00
hiphop Shut up build script about not having LocalSettings. You dont actually need it for this 2011-09-01 14:09:50 +00:00
ibm_db2 Fixes to address MaxSem's comment on r106480 regarding DB2 tables.sql syntax, indentation, and capitalization: 2011-12-17 15:59:21 +00:00
language Reverting r107496, r107497 2011-12-28 15:42:06 +00:00
locking Followup r106554 2011-12-26 17:06:27 +00:00
mssql (bug 29475) Remove "trackback" feature entirely from core. This has been disabled-by-default since its inception and nobody uses it. 2011-11-23 17:14:03 +00:00
oracle * removed manual cascading of recentchanges on page delete 2011-12-20 16:11:45 +00:00
postgres (bug 29475) Remove "trackback" feature entirely from core. This has been disabled-by-default since its inception and nobody uses it. 2011-11-23 17:14:03 +00:00
sqlite/archives (bug 29475) Remove "trackback" feature entirely from core. This has been disabled-by-default since its inception and nobody uses it. 2011-11-23 17:14:03 +00:00
storage Remove some unused getting of non existent arguments 2011-10-18 17:32:20 +00:00
term Move terminal colorers classes in their own file 2011-11-29 12:17:55 +00:00
.htaccess
7zip.inc Part of bug 26280: added license headers to PHP files in maintenance 2010-12-16 19:15:12 +00:00
attachLatest.php Use WikiPage instead of Article to call updateRevisionOn() 2011-12-26 16:28:56 +00:00
backup.inc export specified range of revisions (as stubs) 2011-11-02 07:58:43 +00:00
backupPrefetch.inc Remove some unused getting of non existent arguments 2011-10-18 17:31:54 +00:00
cdb.php Add cdb.php for inspecting cdb cache files. Format is stolen from mcc.php 2011-04-29 22:08:58 +00:00
changePassword.php (bug 26854) Invalid user names go unchecked. Applied most of the patch submitted by Søren Løvborg, checking for null return values from User::newFromName() 2011-11-20 10:55:58 +00:00
checkAutoLoader.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
checkBadRedirects.php Update output language. 2011-03-17 09:05:34 +00:00
checkImages.php Remove evil @ 2011-08-30 20:44:33 +00:00
checkSyntax.php Remove some unused getting of non existent arguments 2011-10-18 17:31:54 +00:00
checkUsernames.php Fix $$ from r85379 2011-04-04 22:34:32 +00:00
cleanupCaps.php * Use User::newFromName() instead of calling setName() on an existing object 2011-12-28 19:49:44 +00:00
cleanupImages.php Remove some unused getting of non existent arguments 2011-10-18 17:31:54 +00:00
cleanupRemovedModules.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
cleanupSpam.php And while I'm a it: 2011-12-25 16:36:13 +00:00
cleanupTable.inc * Use User::newFromName() instead of calling setName() on an existing object 2011-12-28 19:49:44 +00:00
cleanupTitles.php Use LinkCache::singleton()->clear() instead of using a local variable so that I can see what LinkCache::singleton() will be used for directly in grep 2011-12-21 18:46:39 +00:00
cleanupUploadStash.php Followup r92081: SQL fix for cleanupUploadStash.php on PostgreSQL (bug 32822) 2011-12-06 18:15:28 +00:00
cleanupWatchlist.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
clear_interwiki_cache.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
clear_stats.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
commandLine.inc Removed $wgUseNormalUser var; not used by any scripts anymore 2011-10-28 01:16:18 +00:00
compareParsers.php Unbreak multiple maintenance scripts 2011-06-26 15:40:14 +00:00
convertLinks.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
convertUserOptions.php (bug 32508) clean up update.php messages 2011-12-08 10:04:59 +00:00
createAndPromote.php Fix broken --sysop flag in r87480: it was triggering the bureaucrat right instead, and createAndPromote.php couldn't be used to create sysops at all 2011-05-14 14:20:18 +00:00
deleteArchivedFiles.inc (bug 26848) deleteArchivedFiles.php deletes db records, but not files 2011-01-21 17:42:15 +00:00
deleteArchivedFiles.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
deleteArchivedRevisions.inc Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() 2011-07-01 02:25:19 +00:00
deleteArchivedRevisions.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
deleteBatch.php And while I'm at it: don't call DatabaseBase::commit() twice per deletion 2011-12-27 16:01:23 +00:00
deleteDefaultMessages.php * Use WikiPage instead of Article to call doDeleteArticle() 2011-12-28 19:35:31 +00:00
deleteImageMemcached.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
deleteOldRevisions.php Fix numerous undefined variables 2011-07-01 01:42:48 +00:00
deleteOrphanedRevisions.php Fixup/add documentation 2011-03-30 19:00:11 +00:00
deleteRevision.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
deleteSelfExternals.php Merge r86398 into the old wfWaitForSlaves. Update core calls. 2011-04-20 00:12:06 +00:00
doMaintenance.php revert r102636 2011-11-24 09:41:54 +00:00
Doxyfile man page help pages generation 2011-11-03 14:01:00 +00:00
dumpBackup.php Replace tabs with spaces to keep alignment. 2011-12-12 18:30:25 +00:00
dumpIterator.php Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() 2011-07-01 02:25:19 +00:00
dumpLinks.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
dumpSisterSites.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
dumpTextPass.php Remove some unused getting of non existent arguments 2011-10-18 17:31:54 +00:00
dumpUploads.php No current need for an alias to getPath() 2011-05-04 18:34:50 +00:00
edit.php Use WikiPage instead of Article to call doEdit() 2011-12-29 18:51:23 +00:00
eval.php Fixed a typo in r107054 2011-12-22 11:11:59 +00:00
fetchText.php Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
findHooks.php split getHooksFromDoc() function 2011-11-09 16:15:35 +00:00
fixDoubleRedirects.php Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org/doc/todo.html nicely. 2011-05-17 22:03:20 +00:00
fixExtLinksProtocolRelative.php Add a newline, the below isn't too readable 2011-12-13 16:51:24 +00:00
fixSlaveDesync.php Fix numerous undefined variables 2011-07-01 01:42:48 +00:00
fixTimestamps.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
fixUserRegistration.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
formatInstallDoc.php Maintenance script for exporting the preprocessed wikitext from installer document pages, plus relevant refactoring. For use in updating http://www.mediawiki.org/wiki/Release_notes/1.17 etc. 2011-06-14 03:09:49 +00:00
fuzz-tester.php (bug 29475) Remove "trackback" feature entirely from core. This has been disabled-by-default since its inception and nobody uses it. 2011-11-23 17:14:03 +00:00
generateSitemap.php fix badly named variable 2011-11-07 15:36:06 +00:00
getLagTimes.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
getSlaveServer.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
getText.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
importDump.php More documentation updates 2011-10-28 18:11:47 +00:00
importImages.inc Type hinting 2011-04-25 21:25:45 +00:00
importImages.php * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() into WikiPage::doUpdateRestrictions(); older methods still work for backward compatibility, but marked Title::updateTitleProtection() as deprecated and for removal in 1.20 since no extension calls it 2011-12-18 16:01:31 +00:00
importSiteScripts.php Maintenance script to import all scripts in the MediaWiki namespace from a local site. 2011-02-28 13:54:14 +00:00
importTextFile.php Part of bug 26280: added license headers to PHP files in maintenance 2010-12-16 19:15:12 +00:00
initEditCount.php Merge r86398 into the old wfWaitForSlaves. Update core calls. 2011-04-20 00:12:06 +00:00
initStats.php Fix missing parameter to cacheUpdate 2011-03-30 18:34:38 +00:00
install.php * (bug 30062) Add $wgDBprefix option to cli installer 2011-11-11 00:05:04 +00:00
interwiki.list Fixes for r66013: fixed syntax, switched interwiki.list to use more customary comments starting with # 2010-06-23 16:06:34 +00:00
interwiki.sql Revert r81542 for now, too lazy to fix this properly 2011-05-04 22:08:40 +00:00
jsparse.php Remove some unused getting of non existent arguments 2011-10-18 17:31:54 +00:00
lag.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
Maintenance.php Braces, spaces, documentation 2011-11-20 18:02:38 +00:00
Makefile man page help pages generation 2011-11-03 14:01:00 +00:00
mcc.php * Rewrote ObjectCache.php to conform to the modern coding style, and to be less convoluted about how CACHE_ANYTHING and CACHE_ACCEL are resolved. Moved most functionality to static members of a new ObjectCache class. 2011-03-03 09:37:37 +00:00
mctest.php changed help text to indicate an optional port if nonstandard 2011-09-06 23:21:39 +00:00
mergeMessageFileList.php Bye, bye $wgExtensionAliasesFiles (deprecated in 1.16). 2011-12-25 23:09:26 +00:00
migrateUserGroup.php Merge r86398 into the old wfWaitForSlaves. Update core calls. 2011-04-20 00:12:06 +00:00
minify.php Fixup a couple more undefined variables 2011-03-30 19:44:39 +00:00
moveBatch.php (bug 26854) Invalid user names go unchecked. Applied most of the patch submitted by Søren Løvborg, checking for null return values from User::newFromName() 2011-11-20 10:55:58 +00:00
mwdocgen.php add usage for --no-extensions 2011-11-23 21:02:59 +00:00
namespaceDupes.php Remove some unused getting of non existent arguments 2011-10-18 17:32:20 +00:00
nextJobDB.php Remove some unused getting of non existent arguments 2011-10-18 17:32:20 +00:00
nukeNS.php Fix nukeNS maintenance script to correctly reference nukePage. Add in all option to nuke everything regardless of revision count, defaults to false. 2011-07-22 16:10:22 +00:00
nukePage.php Fix numerous undefined variables 2011-07-01 01:42:48 +00:00
orphans.php Fixup/add documentation 2011-03-30 19:00:11 +00:00
parse.php script to parse wikitext from CLI 2011-10-26 13:39:43 +00:00
patchSql.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
populateCategory.php Rm old options from commandLine.inc days 2011-09-08 03:13:31 +00:00
populateImageSha1.php Fixed totally broken --file parameter (running the sha1 for one file) 2011-11-16 20:38:24 +00:00
populateLogSearch.php Tweaks to LoggedUpdateMaintenance: 2011-09-08 15:52:00 +00:00
populateLogUsertext.php Tweaks to LoggedUpdateMaintenance: 2011-09-08 15:52:00 +00:00
populateParentId.php Fix comment blocks that start /* to /** 2011-10-11 18:30:50 +00:00
populateRevisionLength.php Set batch size in PopulateRevisionLength 2011-10-27 18:32:52 +00:00
populateRevisionSha1.php Reinstated r94289 et all - rev_sha1/ar_sha1 field for bug 21860 2011-10-27 18:44:10 +00:00
preprocessDump.php Unbreak multiple maintenance scripts 2011-06-26 15:40:14 +00:00
preprocessorFuzzTest.php Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() 2011-07-01 02:25:19 +00:00
protect.php * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() into WikiPage::doUpdateRestrictions(); older methods still work for backward compatibility, but marked Title::updateTitleProtection() as deprecated and for removal in 1.20 since no extension calls it 2011-12-18 16:01:31 +00:00
proxy_check.php proxy_check.php is probably useful to keep around, but it's not really an includes script 2011-04-25 21:04:45 +00:00
pruneFileCache.php Comments, braces, explicit member variables 2011-11-16 13:22:03 +00:00
purgeList.php Use getInternalUrl() instead of getFullUrl() in purgeList.php . This was potentially a serious bug if $wgServer differed from $wgInternalServer in command-line mode (this is not the case on WMF, but might be the case on 3rd-party installs) 2011-08-19 17:20:35 +00:00
purgeOldText.inc Fix numerous undefined variables 2011-07-01 01:42:48 +00:00
purgeOldText.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
purgeParserCache.php purgeParserCache.php improvements: 2011-12-02 02:59:11 +00:00
purgeStaleMemcachedText.php Make a loop to keep them really deleted. 2010-12-25 23:23:38 +00:00
README * (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup 2009-07-23 00:31:37 +00:00
reassignEdits.php (bug 26854) Invalid user names go unchecked. Applied most of the patch submitted by Søren Løvborg, checking for null return values from User::newFromName() 2011-11-20 10:55:58 +00:00
rebuildall.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
rebuildFileCache.php * Added end parameter and redid arguments as parameters. 2011-10-02 17:19:19 +00:00
rebuildImages.php Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() 2011-07-01 02:25:19 +00:00
rebuildLocalisationCache.php Followup r101449, just changing forceRecache isn't actually enough 2011-11-01 07:34:56 +00:00
rebuildmessages.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
rebuildrecentchanges.php * (bug 31007) Fix regression in rebuildrecentchanges maintenance script 2011-09-19 20:00:49 +00:00
rebuildtextindex.php Pass in some more , __METHOD__ 2011-11-10 20:44:37 +00:00
refreshImageCount.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
refreshImageMetadata.php Followup r95458 2011-09-06 15:45:43 +00:00
refreshLinks.php * (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent 2011-08-18 23:16:11 +00:00
removeUnusedAccounts.php Added filearchive check to isInactiveAccount() 2011-08-04 17:43:06 +00:00
renameDbPrefix.php Remove usage of $dbw->escapeLike in RenameDbPrefix (per bug 270042) 2011-01-30 22:12:13 +00:00
renderDump.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
resetUserTokens.php Followup r81928, make proper use of $this->output instead of echo. 2011-03-28 03:38:43 +00:00
rollbackEdits.php Remove some unused getting of non existent arguments 2011-10-18 17:32:20 +00:00
runBatchedQuery.php Remove some unused getting of non existent arguments 2011-10-18 17:32:20 +00:00
runJobs.php Merge r86398 into the old wfWaitForSlaves. Update core calls. 2011-04-20 00:12:06 +00:00
showJobs.php using real identity for hashar 2011-10-24 09:08:13 +00:00
showStats.php using real identity for hashar 2011-10-24 09:08:13 +00:00
sql.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
sqlite.inc Part of bug 26280: added license headers to PHP files in maintenance 2010-12-16 19:15:12 +00:00
sqlite.php Remove some unused getting of non existent arguments 2011-10-18 17:32:20 +00:00
stats.php * Update class name: FakeMemCachedClient -> EmptyBagOStuff 2011-03-08 18:01:17 +00:00
tables.sql - add comment to document us_chunk_inx in sql file 2011-12-22 13:18:49 +00:00
undelete.php (bug 26854) Invalid user names go unchecked. Applied most of the patch submitted by Søren Løvborg, checking for null return values from User::newFromName() 2011-11-20 10:55:58 +00:00
update.php Same for the getPostDatabaseUpdateMaintenance 2011-11-11 17:06:03 +00:00
updateArticleCount.php * Made SiteStatsInit::articles() give a correct result when $wgUseCommaCount is false (btw, do we really need to keep that variable?) 2011-04-20 11:58:00 +00:00
updateCollation.php Comments, braces, explicit member variables 2011-11-16 13:22:03 +00:00
updateDoubleWidthSearch.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +00:00
updateRestrictions.php Swap else if for elseif 2011-06-17 16:05:35 +00:00
updateSearchIndex.php Bunch of error suppression operator fixes (bug 2011-07-06 21:57:44 +00:00
updateSpecialPages.php Bunch of error suppression operator fixes (bug 2011-07-06 21:57:44 +00:00
upgrade1_5.php Remove some unused getting of non existent arguments 2011-10-18 17:32:20 +00:00
userDupes.inc Some HipHop fixes: 2011-05-27 06:25:21 +00:00
userOptions.inc Remove some unused getting of non existent arguments 2011-10-18 17:32:20 +00:00
userOptions.php using real identity for hashar 2011-10-24 09:08:13 +00:00
waitForSlave.php Fix concern raised by Brion in r74108 (but has really existed since the maintenance rewrite). Right now, including a maintenance script causes it to execute. This is bad when you want to reuse the particular class but not have it start executing all by itself. 2011-01-13 22:58:55 +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
	
	importTextFile.php
	Import the contents of a text file into a wiki page

	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

	stats.php
	Show all statistics stored in the cache

	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