Maintenance


Classes

class  DumpDBZip2Output
class  BackupDumper
class  BaseDump
 Readahead helper for making large MediaWiki data dumps; reads in a previous XML dump to sequentially prefetch text records already normalized and decompressed. More...
class  ChangePassword
class  CapsCleanup
class  ImageCleanup
class  TableCleanup
class  TitleCleanup
class  WatchlistCleanup
class  DeleteImageCache
class  Site
class  SevenZipStream
 Stream wrapper around 7za filter program. More...
class  TextPassDumper
class  GenerateSitemap
 Creates a sitemap for the site. More...
class  BackupReader
class  LogImporter
 Log importer. More...
class  InstallerRepository
class  LocalInstallerRepository
class  WebInstallerRepository
class  SVNInstallerRepository
class  InstallerResource
class  LocalInstallerResource
class  WebInstallerResource
class  SVNInstallerResource
class  ExtensionInstaller
class  ParserTest
class  CheckStorage
class  UserDupes
 Look for duplicate user table entries and optionally prune them. More...
class  userOptions

Files

file  addwiki.php
 Add a new wiki Wikimedia specific!
file  attachLatest.php
 Copyright (C) 2005 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/.
file  attribute.php
 Script for re-attributing edits Use reassingEdits.php.
file  backup.inc
 Copyright (C) 2005 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/.
file  benchmarkPurge.php
 Squid purge benchmark script.
file  changePassword.php
 Change the password of a given user.
file  checkUsernames.php
 This script verifies that database usernames are actually valid.
file  cleanupDupes.inc
 If on the old non-unique indexes, check the cur table for duplicate entries and remove them.
file  cleanupSpam.php
file  clear_interwiki_cache.php
 This script is used to clear the interwiki links for ALL languages in memcached.
file  clear_stats.php
 This script remove all statistics tracking from memcached.
file  commandLine.inc
file  convertLinks.inc
file  convertLinks.php
 Convert from the old links schema (string->ID) to the new schema (ID->ID) The wiki should be put into read-only mode while this script executes.
file  counter.php
 Helper file for update.php.
file  createAndPromote.php
 Maintenance script to create an account and grant it administrator rights.
file  deleteArchivedFiles.inc
 Support functions for the deleteArchivedFiles script.
file  deleteArchivedFiles.php
 Delete archived (non-current) files from the database.
file  deleteArchivedRevisions.inc
 Support functions for the deleteArchivedRevisions script.
file  deleteArchivedRevisions.php
 Delete archived (deleted from public) revisions from the database.
file  deleteBatch.php
 Deletes a batch of pages Usage: php deleteBatch.php [-u <user>] [-r <reason>] [-i <interval>] [listfile] where [listfile] is a file where each line contains the title of a page to be deleted, standard input is used if listfile is not given.
file  deleteDefaultMessages.php
 Deletes all pages in the MediaWiki namespace which were last edited by "MediaWiki default".
file  deleteImageMemcached.php
 This script delete image information from memcached.
file  deleteOldRevisions.inc
 Support functions for the deleteOldRevisions script.
file  deleteOldRevisions.php
 Delete old (non-current) revisions from the database.
file  deleteOrphanedRevisions.inc.php
 Support functions for the deleteOrphanedRevisions maintenance script.
file  deleteOrphanedRevisions.php
 Maintenance script to delete revisions which refer to a nonexisting page Sometimes manual deletion done in a rush leaves crap in the database.
file  deleteRevision.php
 Delete one or more revisions by moving them to the archive table.
file  dumpBackup.php
 Copyright (C) 2005 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/.
file  dumpInterwiki.inc
 Rebuild interwiki table using the file on meta and the language list Wikimedia specific!
file  dumpInterwiki.php
 Rebuild interwiki table using the file on meta and the language list Wikimedia specific!
file  dumpTextPass.php
 Copyright (C) 2005 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/.
file  dumpUploads.php
file  edit.php
file  eval.php
 PHP lacks an interactive mode, but this can be very helpful when debugging.
file  fetchText.php
 Communications protocol.
file  findhooks.php
 Simple script that try to find documented hook and hooks actually in the code and show what's missing.
file  FiveUpgrade.inc
file  fixSlaveDesync.php
file  fixTimestamps.php
 This script fixes timestamp corruption caused by one or more webservers temporarily being set to the wrong time.
file  fixUserRegistration.php
 Fix the user_registration field.
file  fuzz-tester.php
file  getLagTimes.php
file  getSlaveServer.php
 This script reports the hostname of a slave server.
file  importDump.php
 Copyright (C) 2005 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/.
file  importImages.inc.php
 Support functions for the importImages script.
file  importImages.php
 Maintenance script to import one or more images from the local file system into the wiki without using the web-based interface.
file  importLogs.inc
 Attempt to import existing log pages into the log tables.
file  importLogs.php
file  importTextFile.php
 Maintenance script allows creating or editing pages using the contents of a text file.
file  importUseModWiki.php
 Import data from a UseModWiki into a MediaWiki wiki 2003-02-09 Brion VIBBER <brion@pobox.com> Based loosely on Magnus's code from 2001-2002.
file  initEditCount.php
file  initStats.inc
file  initStats.php
 Maintenance script to re-initialise or update the site statistics table.
file  installExtension.php
 Copyright (C) 2006 Daniel Kinzler, brightbyte.de.
file  mcc.php
 memcached diagnostic tool
file  mctest.php
 This script makes several 'set', 'incr' and 'get' requests on every memcached server and shows a report.
file  moveBatch.php
 Maintenance script to move a batch of pages.
file  mwdocgen.php
 Script to easily generate the mediawiki documentation using doxygen.
file  namespace2sql.php
 Print SQL to insert namespace names into database.
file  namespaceDupes.php
file  nextJobDB.php
 Pick a database that has pending jobs.
file  nukeNS.php
 Remove pages with only 1 revision from the MediaWiki namespace, without flooding recent changes, delete logs, etc.
file  nukePage.inc
 Support functions for the nukeArticle script.
file  nukePage.php
 Erase a page record from the database Irreversible (can't use standard undelete) and does not update link tables.
file  orphans.php
 Look for 'orphan' revisions hooked to pages which don't exist And 'childless' pages with no revisions.
file  ourusers.php
 Wikimedia specific.
file  parserTests.inc
file  parserTests.php
file  parserTestsParserHook.php
 A basic extension that's used by the parser tests to test whether input and arguments are passed to extensions properly.
file  parserTestsParserTime.php
 A basic extension that's used by the parser tests to test date magic words.
file  parserTestsStaticParserHook.php
 A basic extension that's used by the parser tests to test whether the parser calls extensions when they're called inside comments, it shouldn't do that.
file  patchSql.php
 Manually run an SQL patch outside of the general updaters.
file  populateCategory.inc
file  populateCategory.php
file  preprocessorFuzzTest.php
file  purgeList.php
 Send purge requests for listed pages to squid.
file  purgeOldText.inc
 Support functions for cleaning up redundant text records.
file  purgeOldText.php
 Purge old text records from the database.
file  reassignEdits.inc.php
 Support functions for the reassignEdits script.
file  reassignEdits.php
 Reassign edits from a user or IP address to another user.
file  rebuildall.php
 Rebuild link tracking tables from scratch.
file  rebuildFileCache.php
 Build file cache for content pages.
file  rebuildInterwiki.inc
 Rebuild interwiki table using the file on meta and the language list Wikimedia specific!
file  rebuildInterwiki.php
 Rebuild interwiki table using the file on meta and the language list Wikimedia specific!
file  rebuildmessages.php
 This script purges all language messages from memcached.
file  rebuildrecentchanges.inc
 Rebuild recent changes table.
file  rebuildrecentchanges.php
 Rebuild link tracking tables from scratch.
file  rebuildtextindex.inc
 Rebuild the fulltext search indexes.
file  rebuildtextindex.php
 Rebuild search index table from scratch.
file  refreshImageCount.php
 Quickie hack; patch-ss_images.sql uses variables which don't replicate properly.
file  refreshLinks.inc
file  refreshLinks.php
file  removeUnusedAccounts.inc
 Support functions for the removeUnusedAccounts maintenance script.
file  removeUnusedAccounts.php
 Remove unused user accounts from the database An unused account is one which has made no edits.
file  renameDbPrefix.php
 Run this script to after changing $wgDBPrefix on a wiki.
file  renamewiki.php
 Why yes, this *is* another special-purpose Wikimedia maintenance script! Should be fixed up and generalized.
file  renderDump.php
 Take page text out of an XML dump file and render basic HTML out to files.
file  runJobs.php
 This script starts pending jobs.
file  showJobs.php
 Based on runJobs.php.
file  showStats.php
 Maintenance script to show the cached statistics.
file  sql.php
 Send SQL queries from the specified file to the database, performing variable replacement along the way.
file  stats.php
 Show statistics from memcached.
file  checkStorage.php
 Fsck for MediaWiki.
file  compressOld.inc
file  compressOld.php
 Compress the text of a wiki.
file  dumpRev.php
file  moveToExternal.php
 Move revision's text to external storage.
file  resolveStubs.php
file  undelete.php
 Undelete a page by fetching it from the archive table.
file  update.php
 Run all updaters.
file  updateArticleCount.inc.php
 Support class for the updateArticleCount.php maintenance script.
file  updateArticleCount.php
 Maintenance script to provide a better count of the number of articles and update the site statistics table, if desired.
file  updateRestrictions.php
 Makes the required database updates for Special:ProtectedPages to show all protected pages, even ones before the page restrictions schema change.
file  updaters.inc
file  updateSearchIndex.inc
file  updateSearchIndex.php
 Script for periodic off-peak updating of the search index.
file  updateSpecialPages.php
 Run this script periodically if you have miser mode enabled, to refresh the caches.
file  upgrade1_5.php
 Alternate 1.4 -> 1.5 schema upgrade.
file  userDupes.inc
file  userOptions.inc
file  userOptions.php
 Script to change users skins on the fly.
file  waitForSlave.php

Generated on Sat Sep 5 02:08:28 2009 for MediaWiki by  doxygen 1.5.9