| _DiffEngine | Class used internally by Diff to actually compute the diffs |
| _DiffOp | |
| _DiffOp_Add | |
| _DiffOp_Change | |
| _DiffOp_Copy | |
| _DiffOp_Delete | |
| _HWLDF_WordAccumulator | |
| ActiveUsersPager | |
| AddWiki | |
| AjaxDispatcher | Object-Oriented Ajax functions |
| AjaxResponse | Handle responses for Ajax requests (send headers, print content, that sort of thing) |
| AllmessagesTablePager | |
| AllTrans | Get all the translations messages, as defined in the English language file |
| AlphabeticPager | IndexPager with an alphabetic list and a formatted navigation bar |
| AncientPagesPage | Implements Special:Ancientpages |
| AnsiTermColorer | |
| APCBagOStuff | This is a wrapper for APC's shared memory functions |
| ApiBase | Created on Sep 5, 2006 |
| ApiBlock | Created on Sep 4, 2007 API for MediaWiki 1.8+ |
| ApiDelete | Created on Jun 30, 2007 API for MediaWiki 1.8+ |
| ApiDisabled | Created on Sep 25, 2008 API for MediaWiki 1.8+ |
| ApiEditPage | A module that allows for editing and creating pages |
| ApiEmailUser | |
| ApiExpandTemplates | API module that functions as a shortcut to the wikitext preprocessor |
| ApiFeedWatchlist | This action allows users to get their watchlist items in RSS/Atom formats |
| ApiFormatBase | This is the abstract base class for API formatters |
| ApiFormatDbg | |
| ApiFormatFeedWrapper | This printer is used to wrap an instance of the Feed class |
| ApiFormatJson | |
| ApiFormatPhp | |
| ApiFormatRaw | Formatter that spits out anything you like with any desired MIME type |
| ApiFormatTxt | |
| ApiFormatWddx | |
| ApiFormatXml | |
| ApiFormatYaml | |
| ApiHelp | This is a simple class to handle action=help |
| ApiImport | API module that imports an XML file like Special:Import does |
| ApiImportReporter | Import reporter for the API |
| ApiLogin | Created on Sep 19, 2006 |
| ApiLogout | API module to allow users to log out of the wiki |
| ApiMain | This is the main API class, used for both external and internal processing |
| ApiMove | |
| ApiOpenSearch | |
| ApiPageSet | This class contains a list of pages that the client has requested |
| ApiParamInfo | |
| ApiParse | |
| ApiPatrol | Allows user to patrol pages |
| ApiProtect | |
| ApiPurge | API interface for page purging |
| ApiQuery | This is the main query class |
| ApiQueryAllCategories | Query module to enumerate all categories, even the ones that don't have category pages |
| ApiQueryAllimages | Query module to enumerate all available pages |
| ApiQueryAllLinks | Query module to enumerate links from all pages together |
| ApiQueryAllmessages | A query action to return messages from site message cache |
| ApiQueryAllpages | Query module to enumerate all available pages |
| ApiQueryAllUsers | Query module to enumerate all registered users |
| ApiQueryBacklinks | This is a three-in-one module to query: * backlinks - links pointing to the given page, * embeddedin - what pages transclude the given page within themselves, * imageusage - what pages use the given image |
| ApiQueryBase | This is a base class for all Query modules |
| ApiQueryBlocks | Query module to enumerate all available pages |
| ApiQueryCategories | A query module to enumerate categories the set of pages belong to |
| ApiQueryCategoryInfo | This query adds the <categories> subelement to all pages with the list of categories the page is in |
| ApiQueryCategoryMembers | A query module to enumerate pages that belong to a category |
| ApiQueryContributions | This query action adds a list of a specified user's contributions to the output |
| ApiQueryDeletedrevs | Query module to enumerate all available pages |
| ApiQueryDisabled | API module that does nothing |
| ApiQueryDuplicateFiles | A query module to list duplicates of the given file(s) |
| ApiQueryExternalLinks | A query module to list all external URLs found on a given set of pages |
| ApiQueryExtLinksUsage | |
| ApiQueryGeneratorBase | |
| ApiQueryImageInfo | A query action to get image information and upload history |
| ApiQueryImages | This query adds an <images> subelement to all pages with the list of images embedded into those pages |
| ApiQueryInfo | A query module to show basic page information |
| ApiQueryLangLinks | A query module to list all langlinks (links to correspanding foreign language pages) |
| ApiQueryLinks | A query module to list all wiki links on a given set of pages |
| ApiQueryLogEvents | Query action to List the log events, with optional filtering by various parameters |
| ApiQueryProtectedTitles | Query module to enumerate all create-protected pages |
| ApiQueryRandom | Query module to get list of random pages |
| ApiQueryRecentChanges | A query action to enumerate the recent changes that were done to the wiki |
| ApiQueryRevisions | A query action to enumerate revisions of a given page, or show top revisions of multiple pages |
| ApiQuerySearch | Query module to perform full text search within wiki titles and content |
| ApiQuerySiteinfo | A query action to return meta information about the wiki site |
| ApiQueryTags | Query module to enumerate change tags |
| ApiQueryUserInfo | Query module to get information about the currently logged-in user |
| ApiQueryUsers | Query module to get information about a list of users |
| ApiQueryWatchlist | This query action allows clients to retrieve a list of recently modified pages that are part of the logged-in user's watchlist |
| ApiQueryWatchlistRaw | This query action allows clients to retrieve a list of pages on the logged-in user's watchlist |
| ApiResult | This class represents the result of the API operations |
| ApiRollback | |
| ApiSetup | |
| ApiTest | |
| ApiUnblock | API module that facilitates the unblocking of users |
| ApiUndelete | |
| ApiUpload | |
| ApiUserrights | |
| ApiWatch | API module to allow users to watch a page |
| ArchivedFile | |
| ArrayDiffFormatter | A pseudo-formatter that just passes along the Diff::$edits array |
| Article | Class representing a MediaWiki article and history |
| AtomFeed | Generate an Atom feed |
| AttachLatest | Quick hackjob to fix damages imports on wikisource page records have page_latest wrong |
| AuthPlugin | Authentication plugin interface |
| AuthPluginUser | |
| AutoLoader | |
| Autopromote | This class checks if user can get extra rights because of conditions specified in $wgAutopromote |
| BacklinkCache | Class for fetching backlink lists, approximate backlink counts and partitions |
| BackupDumper | |
| BackupReader | |
| BagOStuff | Interface is intended to be more or less compatible with the PHP memcached client |
| BaseDump | Readahead helper for making large MediaWiki data dumps; reads in a previous XML dump to sequentially prefetch text records already normalized and decompressed |
| BatchedQueryRunner | Run a database query in batches and wait for slaves |
| BenchmarkPurge | Squid purge benchmark script |
| BitmapHandler | |
| BitmapHandler_ClientOnly | |
| Blob | Utility class This allows us to distinguish a blob from a normal string and an array of strings |
| Block | The block class All the functions in this class assume the object is either explicitly loaded or filled |
| BmpHandler | Handler for Microsoft's bitmap format; getimagesize() doesn't support these files |
| BrokenRedirectsPage | A special page listing redirects to non existent page |
| CacheDependency | |
| CacheStats | Show statistics from the cache |
| CapsCleanup | |
| Category | Category objects are immutable, strictly speaking |
| Categoryfinder | The "Categoryfinder" class takes a list of articles, creates an internal representation of all their parent categories (as well as parents of parents etc |
| CategoryPage | |
| CategoryPager | TODO: Allow sorting by count |
| CategoryViewer | |
| CdbFunctions | This is a port of D.J |
| CdbReader | Read from a CDB file |
| CdbReader_DBA | Reader class which uses the DBA extension |
| CdbReader_PHP | CDB reader class |
| CdbTest | Test the CDB reader/writer |
| CdbWriter | Write to a CDB file |
| CdbWriter_DBA | Writer class which uses the DBA extension |
| CdbWriter_PHP | CDB writer class |
| CgzCopyTransaction | Class to represent a recompression operation for a single CGZ blob |
| ChangePassword | Change the password of a given user |
| ChangesFeed | Feed to Special:RecentChanges and Special:RecentChangesLiked |
| ChangesList | Class to show various lists of changes:
|
| ChangeTags | |
| ChannelFeed | |
| CheckAutoLoader | Check the autoloader |
| CheckBadRedirects | CheckBadRedirects - See if pages marked as being redirects really are |
| CheckExtensionsCLI | |
| CheckImages | Check images to see if they exist, are readable, etc etc |
| CheckLanguageCLI | |
| CheckStorage | |
| CheckSyntax | Check syntax of all PHP files in MediaWiki |
| CheckUsernames | This script verifies that database usernames are actually valid |
| ChronologyProtector | Class for ensuring a consistent ordering of events as seen by the user, despite replication |
| CleanupSpam | Cleanup all spam from a given hostname |
| CleanUpTest | Additional tests for UtfNormal::cleanUp() function, inclusion regression checks for known problems |
| clear_stats | This script remove all statistics tracking from the cache |
| ClearInterwikiCache | This script is used to clear the interwiki links for ALL languages in the cache |
| CommandLineInc | Backwards-compatibility wrapper for old-style maintenance scripts |
| ConcatenatedGzipHistoryBlob | Concatenated gzip (CGZ) storage Improves compression ratio by concatenating like objects before gzipping |
| ConfEditor | This is a state machine style parser with two internal stacks: * A next state stack, which determines the state the machine will progress to next * A path stack, which keeps track of the logical location in the file |
| ConfEditorParseError | Exception class for parse errors |
| ConfEditorToken | Class to wrap a token from the tokenizer |
| ConfigData | |
| ConstantDependency | |
| ContribsPager | Pager for Special:Contributions |
| ConverterRule | Parser for rules of language conversion , parse rules in -{ }- tag |
| ConvertLinks | 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 |
| ConvertUserOptions | Do each user sequentially, since accounts can't be deleted |
| Cookie | |
| CookieJar | |
| CoreLinkFunctions | Various core link functions, registered in Parser::firstCallInit() |
| CoreParserFunctions | Various core parser functions, registered in Parser::firstCallInit() |
| CoreTagHooks | |
| CountMessages | Count how many messages we have defined for each language |
| CreateAndPromote | Maintenance script to create an account and grant it administrator rights |
| CreativeCommonsRdf | |
| Credits | Credits.php -- formats credits for articles Copyright 2004, Evan Prodromou <evan@wikitravel.org> |
| csvStatsOutput | Csv output |
| CurlHttpRequest | HttpRequest implemented using internal curl compiled into PHP |
| Database | Legacy support: Database == DatabaseMysql |
| DatabaseBase | Database abstraction object |
| DatabaseIbm_db2 | Primary database interface |
| DatabaseLag | Shows database lag |
| DatabaseMock | |
| DatabaseMssql | |
| DatabaseMysql | Database abstraction object for mySQL Inherit all methods and properties of Database::Database() |
| DatabaseOracle | |
| DatabasePostgres | |
| DatabaseSqlite | |
| DatabaseSqliteStandalone | This class allows simple acccess to a SQLite database independently from main database settings |
| DatabaseSqliteTest | |
| DatabaseTest | |
| DateFormats | Test various language time and date functions |
| DateFormatter | Date formatter, recognises dates in plain text and formats them accoding to user preferences |
| DBABagOStuff | Cache that uses DBA as a backend |
| DBConnectionError | |
| DBError | Database error base class |
| DBLockForm | A form to make the database readonly (eg for maintenance purposes) |
| DBObject | Utility class |
| DBQueryError | |
| DbTestPreviewer | |
| DbTestRecorder | |
| DBUnexpectedError | |
| DBUnlockForm | |
| DeadendPagesPage | |
| DeleteArchivedFiles | Delete archived (non-current) files from the database |
| DeleteArchivedRevisions | Delete archived (deleted from public) revisions from the database |
| DeleteBatch | 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 |
| DeletedContribsPager | Implements Special:DeletedContributions to display archived revisions |
| DeletedContributionsPage | |
| DeleteDefaultMessages | Deletes all pages in the MediaWiki namespace which were last edited by "MediaWiki default" |
| DeleteImageCache | This script delete image information from the cache |
| DeleteOldRevisions | Delete old (non-current) revisions from the database |
| DeleteOrphanedRevisions | Maintenance script to delete revisions which refer to a nonexisting page Sometimes manual deletion done in a rush leaves crap in the database |
| DeleteRevision | Delete one or more revisions by moving them to the archive table |
| DeleteSelfExternals | We want to make this whole thing as seamless as possible to the end-user |
| DependencyWrapper | This class stores an arbitrary value along with its dependencies |
| Diff | Class representing a 'diff' between two sequences of strings |
| DifferenceEngine | |
| DiffFormatter | A class to format Diffs |
| DiffHistoryBlob | Diff-based history compression Requires xdiff 1.5+ and zlib |
| Digit2Html | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version |
| DisambiguationsPage | |
| DjVuHandler | |
| DjVuImage | Copyright (C) 2006 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/ |
| DoubleRedirectJob | Job to fix double redirects after moving a page |
| DoubleRedirectsPage | A special page listing redirects to redirecting page |
| DoubleReplacer | Class to perform secondary replacement within each replacement string |
| DublinCoreRdf | |
| DummyTermColorer | |
| Dump7ZipOutput | Sends dump output via the p7zip compressor |
| DumpBZip2Output | Sends dump output via the bgzip2 compressor |
| DumpDBZip2Output | |
| DumpFileOutput | Stream outputter to send data to a file |
| DumpFilter | Dump output filter class |
| DumpGZipOutput | Sends dump output via the gzip compressor |
| DumpLatestFilter | Dump output filter to include only the last revision in each page sequence |
| DumpLinks | Copyright (C) 2005 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/ |
| DumpMessages | Dump an entire language, using the keys from English so we get all the values, not just the customized ones |
| DumpMultiWriter | Base class for output stream; prints to stdout or buffer or whereever |
| DumpNamespaceFilter | Dump output filter to include or exclude pages in a given set of namespaces |
| DumpNotalkFilter | Simple dump output filter to exclude all talk pages |
| DumpOutput | Base class for output stream; prints to stdout or buffer or whereever |
| DumpPipeOutput | Stream outputter to send data to a file via some filter program |
| DumpRenderer | |
| DumpRev | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version |
| DumpSisterSites | Quickie page name dump script for SisterSites usage |
| eAccelBagOStuff | This is a wrapper for eAccelerator's shared memory functions |
| EditCLI | Make an edit |
| EditPage | The edit page/HTML interface (split from Article) The actual database and text munging is still in Article, but it should get easier to call those from alternate interfaces |
| EmailConfirmation | Special page allows users to request email confirmation message, and handles processing of the confirmation code when the link in the email is followed |
| EmailInvalidation | Special page allows users to cancel an email confirmation using the e-mail confirmation code |
| EmaillingJob | Old job used for sending single notification emails; kept for backwards-compatibility |
| EmailNotification | This module processes the email notifications when the current page is changed |
| EmailUserForm | Implements the Special:Emailuser web interface, and invokes userMailer for sending the email message |
| EnhancedChangesList | Generate a list of changes using an Enhanced system (uses javascript) |
| EnotifNotifyJob | Job for email notification mails |
| ErrorPageError | |
| Exif | |
| ExplodeIterator | An iterator which works exactly like: |
| ExportProgressFilter | |
| ExtensionInstaller | |
| extensionLanguages | |
| ExternalEdit | License: Public domain |
| ExternalStore | Constructor class for data kept in external repositories |
| ExternalStoreDB | DB accessable external objects |
| ExternalStoreHttp | Example class for HTTP accessable external objects |
| ExternalUser | A class intended to supplement, and perhaps eventually replace, AuthPlugin |
| ExternalUser_Hardcoded | This class supports external authentication from a literal array dumped in LocalSettings.php |
| ExternalUser_MediaWiki | This class supports authentication against an external MediaWiki database, probably any version back to 1.5 or something |
| ExternalUser_vB | This class supports the proprietary vBulletin forum system <http://www.vbulletin.com>, versions 3.5 and up |
| FakeConverter | Fake language converter |
| FakeMemCachedClient | FakeMemCachedClient imitates the API of memcached-client v |
| FakeResultWrapper | |
| FakeTitle | Fake title class that triggers an error if any members are called |
| FatalError | Exception class which takes an HTML error message, and does not produce a backtrace |
| FauxRequest | WebRequest clone which takes values from a provided array |
| FauxResponse | |
| FeedItem | A base class for basic support for outputting syndication feeds in RSS and other formats |
| FeedUtils | Helper functions for feeds |
| FetchText | Communications protocol |
| FewestrevisionsPage | Special page for listing the articles with the fewest revisions |
| File | Implements some public methods and some protected utility functions which are required by multiple child classes |
| FileDeleteForm | File deletion user interface |
| FileDependency | |
| FileDuplicateSearchPage | Searches the database for files of the requested hash, comparing this with the 'img_sha1' field in the image table |
| FilepathForm | |
| FileRepo | Base class for file repositories Do not instantiate, use a derived class |
| FileRepoStatus | Generic operation result class for FileRepo-related operations |
| FileRevertForm | File reversion user interface |
| FindHooks | Simple script that try to find documented hook and hooks actually in the code and show what's missing |
| FixBug20757 | |
| FixSlaveDesync | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version |
| FixTimestamps | This script fixes timestamp corruption caused by one or more webservers temporarily being set to the wrong time |
| FixUserRegistration | Fix the user_registration field |
| ForeignAPIFile | Very hacky and inefficient do not use :D |
| ForeignAPIRepo | A foreign repository with a remote MediaWiki with an API thingy Very hacky and inefficient do not use except for testing :D |
| ForeignDBFile | |
| ForeignDBRepo | A foreign repository with an accessible MediaWiki database |
| ForeignDBViaLBRepo | A foreign repository with a MediaWiki database accessible via the configured LBFactory |
| ForkController | Class for managing forking command line scripts |
| FormatExif | |
| FormatJson | |
| FormOptions | Helper class to keep track of options when mixing links and form elements |
| FSRepo | A repository for files accessible via the local filesystem |
| GanConverter | |
| GenerateNormalizerData | Generates normalizer data files for Arabic and Malayalam |
| GenerateSitemap | Creates a sitemap for the site |
| GetLagTimes | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version |
| GetSlaveServer | This script reports the hostname of a slave server |
| GetTextMaint | Outputs page text to stdout, useful for command-line editing automation |
| GIFHandler | Handler for GIF images |
| GIFMetadataExtractor | GIF frame counter |
| GlobalDependency | |
| GlobalTest | |
| HashBagOStuff | Functional versions! This is a test of the interface, mainly |
| HashtableReplacer | Class to perform replacement based on a simple hashtable lookup |
| HistoryBlob | Base class for general text storage via the "object" flag in old_flags, or two-part external storage URLs |
| HistoryBlobCurStub | To speed up conversion from 1.4 to 1.5 schema, text rows can refer to the leftover cur table as the backend |
| HistoryBlobStub | Pointer object for an item within a CGZ blob stored in the text table |
| HistoryPage | This class handles printing the history page for an article |
| HistoryPager | |
| Html | This class is a collection of static functions that serve two purposes: |
| HTMLCacheUpdate | Class to invalidate the HTML cache of all the pages linking to a given title |
| HTMLCacheUpdateJob | Job wrapper for HTMLCacheUpdate |
| HTMLCheckField | A checkbox field |
| HTMLEditTools | |
| HTMLFileCache | Handles talking to the file cache, putting stuff in and taking it back out |
| HTMLFloatField | A field that will contain a numeric value |
| HTMLForm | Object handling generic submission, CSRF protection, layout and other logic for UI forms |
| HTMLFormField | The parent class to generate form fields |
| HTMLHiddenField | |
| HTMLInfoField | An information field (text blob), not a proper input |
| HTMLIntField | A field that must contain a number |
| HTMLMultiSelectField | Multi-select field |
| HTMLRadioField | Radio checkbox fields |
| HTMLSelectField | A select dropdown field |
| HTMLSelectOrOtherField | Select dropdown field, with an additional "other" textbox |
| HTMLSubmitField | |
| HTMLTextAreaField | |
| HTMLTextField | |
| Http | Various HTTP related functions |
| HttpRequest | This wrapper class will call out to curl (if available) or fallback to regular PHP if necessary for handling internal HTTP requests |
| HttpSessionDownload | |
| HttpTest | |
| IBM_DB2Blob | Wrapper around binary large objects |
| IBM_DB2Field | This represents a column in a DB2 database |
| IEContentAnalyzer | This class simulates Microsoft Internet Explorer's terribly broken and insecure MIME type detection algorithm |
| Image | Backwards compatibility class |
| ImageBuilder | |
| ImageCleanup | |
| ImageFunctionsTest | |
| ImageGallery | Image gallery |
| ImageHandler | Media handler abstract base class for images |
| ImageHistoryList | Builds the image revision log shown on image pages |
| ImageHistoryPseudoPager | |
| ImageListPager | |
| ImagePage | Special handling for image description pages |
| ImageQueryPage | Variant of QueryPage which uses a gallery to output results, thus suited for reports generating images |
| ImportReporter | Reporting callback |
| ImportStreamSource | |
| ImportStringSource | |
| IncludableSpecialPage | Shortcut to construct an includable special page |
| IndexPager | IndexPager is an efficient pager which uses a (roughly unique) index in the data set to implement paging, rather than a "LIMIT offset,limit" clause |
| InitEditCount | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version |
| InitStats | Maintenance script to re-initialise or update the site statistics table |
| InstallerRepository | |
| InstallerResource | |
| Interwiki | The interwiki class All information is loaded on creation when called by Interwiki::fetch( $prefix ) |
| IP | A collection of public static functions to play with IP address and IP blocks |
| IPBlockForm | Form object for the Special:Blockip page |
| IPBlocklistPager | |
| IPTest | |
| IPUnblockForm | Implements Special:ipblocklist GUI |
| Job | Class to both describe a background job and handle jobs |
| JSMin | |
| JSMinException | |
| KkConverter | Kazakh (Қазақша) converter routines |
| KuConverter | Kurdish converter routines |
| Lang2Po | |
| LangMemUsage | Dumb program that tries to get the memory usage for each language file |
| Language | Internationalisation code |
| LanguageAm | |
| LanguageAr | Arabic (العربية) |
| LanguageAz | Azerbaijani (Azərbaycan) |
| LanguageBat_smg | Samogitian (Žemaitėška) |
| LanguageBe | Belarusian normative (Беларуская мова) |
| LanguageBe_tarask | Belarusian in Taraškievica orthography (Беларуская тарашкевіца) |
| LanguageBg | Bulgarian (Български) |
| LanguageBh | |
| LanguageBs | Bosnian (bosanski) |
| LanguageConverter | Base class for language conversion |
| LanguageConverterTest | |
| LanguageCs | Czech (čeština [subst |
| LanguageCu | Old Church Slavonic (Ѩзыкъ словѣньскъ) |
| LanguageCy | Welsh (Cymraeg) |
| LanguageDsb | Lower Sorbian (Dolnoserbski) |
| LanguageEo | Esperanto (Esperanto) |
| LanguageEt | Estonian (Eesti) |
| LanguageFi | Finnish (Suomi) |
| LanguageFr | French (Français) |
| LanguageGa | Irish (Gaeilge) |
| LanguageGan | Class that handles both Traditional and Simplified Chinese right now it only distinguish gan_hans, gan_hant |
| LanguageGd | Scots Gaelic (Gàidhlig) |
| LanguageGv | Manx (Gaelg) |
| LanguageHe | Hebrew (עברית) |
| LanguageHi | |
| LanguageHr | Croatian (hrvatski) |
| LanguageHsb | Upper Sorbian (Hornjoserbsce) |
| LanguageHu | Hungarian localisation for MediaWiki |
| LanguageHy | Armenian (Հայերեն) |
| LanguageJa | Japanese (日本語) |
| LanguageKaa | Karakalpak (Qaraqalpaqsha) |
| LanguageKk | Class that handles Cyrillic, Latin and Arabic scripts for Kazakh right now it only distinguish kk_cyrl, kk_latn, kk_arab and kk_kz, kk_tr, kk_cn |
| LanguageKk_cyrl | Kazakh (Қазақша) |
| LanguageKm | Khmer (ភាសាខ្មែរ) |
| LanguageKsh | Ripuarian (Ripoarėsh) |
| LanguageKu | |
| LanguageKu_ku | Kurdish |
| LanguageLa | Latin (lingua Latina) |
| LanguageLn | |
| LanguageLt | Lithuanian (Lietuvių) |
| LanguageLv | Latvian (Latviešu) |
| LanguageMg | |
| LanguageMk | |
| LanguageMl | |
| LanguageMo | |
| LanguageMt | Maltese (Malti) |
| LanguageMy | |
| LanguageNso | |
| LanguagePl | Polish (polski) |
| LanguagePt_br | Brazilian Portugese (Portuguêsi do Brasil) |
| LanguageRo | |
| LanguageRu | Russian (русский язык) |
| languages | |
| LanguageSe | |
| LanguageSh | |
| LanguageSk | Slovak (Slovenčina) |
| LanguageSl | Slovenian (Slovenščina) |
| LanguageSma | |
| LanguageSr | |
| LanguageSr_ec | |
| LanguageSr_el | |
| LanguageTest | |
| LanguageTg | |
| LanguageTi | |
| LanguageTl | |
| LanguageTr | Turkish (Türkçe) |
| LanguageTyv | Tyvan localization (Тыва дыл) From friends at tyvawiki.org |
| LanguageUk | Ukrainian (українська мова) |
| LanguageWa | Walloon (Walon) |
| LanguageYue | |
| LanguageZh | Class that handles both Traditional and Simplified Chinese right now it only distinguish zh_hans, zh_hant, zh_cn, zh_tw, zh_sg and zh_hk |
| LanguageZh_hans | |
| LBFactory | An interface for generating database load balancers |
| LBFactory_Multi | A multi-wiki, multi-master factory for Wikimedia and similar installations |
| LBFactory_Simple | A simple single-master LBFactory that gets its configuration from the b/c globals |
| LCStore | Interface for the persistence layer of LocalisationCache |
| LCStore_CDB | LCStore implementation which stores data as a collection of CDB files in the directory given by $wgCacheDirectory |
| LCStore_DB | LCStore implementation which uses the standard DB functions to store data |
| LCStore_Null | Null store backend, used to avoid DB errors during install |
| License | A License class for use on Special:Upload (represents a single type of license) |
| Licenses | A License class for use on Special:Upload |
| LicensesTest | Broken |
| LikeMatch | Used by DatabaseBase::buildLike() to represent characters that have special meaning in SQL LIKE clauses and thus need no escaping |
| LinkBatch | Class representing a list of titles The execute() method checks them all for existence and adds them to a LinkCache object |
| LinkCache | Cache for article titles (prefixed DB keys) and ids linked from one source |
| Linker | Split off some of the internal bits from Skin.php |
| LinkFilter | Some functions to help implement an external link filter for spam control |
| LinkHolderArray | |
| LinkMarkerReplacer | |
| LinkSearchPage | |
| LinksUpdate | See docs/deferred.txt |
| ListredirectsPage | Special:Listredirects - Lists all the redirects on the wiki |
| LoadBalancer | Database load balancing object |
| LoadMonitor | An interface for database load monitoring |
| LoadMonitor_MySQL | Basic MySQL load monitor with no external dependencies Uses memcached to cache the replication lag for a short time |
| LocalFile | Class to represent a local file in the wiki's own database |
| LocalFileDeleteBatch | Helper class for file deletion |
| LocalFileMoveBatch | Helper class for file movement |
| LocalFileRestoreBatch | Helper class for file undeletion |
| LocalFileTest | These tests should work regardless of $wgCapitalLinks |
| LocalInstallerRepository | |
| LocalInstallerResource | |
| LocalisationCache | Class for caching the contents of localisation files, Messages*.php and *.i18n.php |
| LocalisationCache_BulkLoad | A localisation cache optimised for loading large amounts of data for many languages |
| LocalRepo | A repository that stores files in the local filesystem and registers them in the wiki's own database |
| LogEventsList | |
| LoginForm | Implements Special:Login |
| LogPage | Class to simplify the use of log pages |
| LogPager | |
| LogReader | |
| LogViewer | |
| LonelyPagesPage | A special page looking for articles with no article linking to them, thus being lonely |
| LongPagesPage | |
| MacBinary | MacBinary signature checker and data fork extractor, for files uploaded from Internet Explorer for Mac |
| MagicWord | This class encapsulates "magic words" such as redirect, __NOTOC__, etc |
| MagicWordArray | Class for handling an array of magic words |
| MailAddress | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version |
| Maintenance | Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effort |
| MappedDiff | |
| MathRenderer | Takes LaTeX fragments, sends them to a helper program (texvc) for rendering to rasterized PNG and HTML and MathML approximations |
| mcTest | This script makes several 'set', 'incr' and 'get' requests on every memcached server and shows a report |
| MediaHandler | Base media handler class |
| MediaTransformError | Basic media transform error class |
| MediaTransformOutput | Base class for the output of MediaHandler::doTransform() and File::transform() |
| MediaWiki | MediaWiki is the to-be base class for this whole project |
| MediaWiki_I18N | Wrapper object for MediaWiki's localization functions, to be passed to the template engine |
| MediaWiki_Setup | |
| MediaWikiBagOStuff | Backwards compatibility alias |
| MediaWikiParserTestSuite | |
| MemCachedClientforWiki | |
| MergehistoryForm | The HTML form for Special:MergeHistory, which allows users with the appropriate permissions to view and restore deleted content |
| MergeHistoryPager | |
| MergeMessageFileList | |
| MessageCache | Message cache Performs various MediaWiki namespace-related functions |
| MessageWriter | |
| MigrateUserGroup | Re-assign users from an old group to a new one |
| MimeMagic | Implements functions related to mime types such as detection and mapping to file extension |
| MIMEsearchPage | Searches the database for files of the requested MIME type, comparing this with the 'img_major_mime' and 'img_minor_mime' fields in the image table |
| MinifyScript | Minify a file or set of files |
| MockApi | |
| MockCookie | |
| MockDatabaseSqlite | |
| MockSearch | |
| ModernTemplate | |
| MonoBookTemplate | |
| MostcategoriesPage | Implements Special:Mostcategories |
| MostimagesPage | Implements Special:Mostimages |
| MostlinkedCategoriesPage | A querypage to show categories ordered in descending order by the pages in them |
| MostlinkedPage | A special page to show pages ordered by the number of pages linking to them |
| MostrevisionsPage | A special page to show pages in the |
| MoveBatch | Maintenance script to move a batch of pages |
| MovePageForm | HTML form for Special:Movepage |
| MSSQLField | |
| MWException | MediaWiki exception |
| MWGearmanJob | |
| MWMemcached | This is the PHP client for memcached - a distributed memory cache daemon |
| MWNamespace | This is a utility class with only static functions for dealing with namespaces that encodes all the "magic" behaviors of them based on index |
| MwSql | Send SQL queries from the specified file to the database, performing variable replacement along the way |
| MWTidy | Class to interact with HTML tidy |
| MySQLField | Utility class |
| MySQLMasterPos | |
| MySQLSearchResultSet | |
| Namespace | For compatibility with extensions |
| NamespaceConflictChecker | Check for articles to fix after adding/deleting namespaces |
| NewPagesPager | |
| nextJobDB | Pick a database that has pending jobs |
| NonScaryGearmanWorker | |
| NukeNS | Remove pages with only 1 revision from the MediaWiki namespace, without flooding recent changes, delete logs, etc |
| NukePage | Erase a page record from the database Irreversible (can't use standard undelete) and does not update link tables |
| NullRepo | File repository with no files, for performance testing |
| OldChangesList | Generate a list of changes using the good old system (no javascript) |
| OldLocalFile | Class to represent a file in the oldimage table |
| OnlyIncludeReplacer | |
| ORABlob | This is the Oracle database abstraction layer |
| ORAField | Utility class |
| ORAResult | The oci8 extension is fairly weak and doesn't support oci_num_rows, among other things |
| Orphans | Look for 'orphan' revisions hooked to pages which don't exist And 'childless' pages with no revisions |
| OrphanStats | Show some statistics on the blob_orphans table, created with trackBlobs.php |
| OutputPage | |
| PageArchive | Used to show archived pages and eventually restore them |
| PageHistory | Backwards-compatibility aliases |
| PageHistoryPager | |
| PageQueryPage | Variant of QueryPage which formats the result as a simple link to the page |
| Pager | Basic pager interface |
| Parser | PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for making links), and provides a one-way transformation of that wiki markup it into XHTML output / markup (which in turn the browser understands, and can display) |
| Parser_DiffTest | |
| Parser_LinkHooks | Parser with LinkHooks experiment |
| ParserCache | |
| ParserOptions | Set options of the Parser |
| ParserOutput | |
| ParserTest | |
| ParserUnitTest | |
| PasswordError | Thrown by User::setPassword() on error |
| PatchSql | Manually run an SQL patch outside of the general updaters |
| PatrolLog | Class containing static functions for working with logs of patrol events |
| PhpHttpRequest | |
| PhpRefCallBugTester | Test for PHP bug #50394 (PHP 5.3.x conversion to null only, not 5.2.x) |
| PHPUnitTestRecorder | |
| PhpXmlBugTester | Test for PHP+libxml2 bug which breaks XML input subtly with certain versions |
| PoolCounter | |
| PoolCounter_Stub | |
| PopularPagesPage | Implements Special:Popularpages |
| PopulateCategory | |
| PopulateLogSearch | Makes the required database updates for populating the log_search table retroactively |
| PopulateLogUsertext | Makes the required database updates for Special:ProtectedPages to show all protected pages, even ones before the page restrictions schema change |
| PopulateParentId | |
| PopulateSha1 | Optional upgrade script to populate the img_sha1 field |
| PostgresField | |
| PostgresSearchResult | |
| PostgresSearchResultSet | |
| PPCustomFrame_DOM | Expansion frame with custom arguments |
| PPCustomFrame_Hash | Expansion frame with custom arguments |
| PPDAccum_Hash | |
| PPDPart | |
| PPDPart_Hash | |
| PPDStack | Stack class to help Preprocessor::preprocessToObj() |
| PPDStack_Hash | Stack class to help Preprocessor::preprocessToObj() |
| PPDStackElement | |
| PPDStackElement_Hash | |
| PPFrame | |
| PPFrame_DOM | An expansion frame, used as a context to expand the result of preprocessToObj() |
| PPFrame_Hash | An expansion frame, used as a context to expand the result of preprocessToObj() |
| PPFuzzTest | |
| PPFuzzTester | |
| PPFuzzUser | |
| PPNode | There are three types of nodes: * Tree nodes, which have a name and contain other nodes as children * Array nodes, which also contain other nodes but aren't considered part of a tree * Leaf nodes, which contain the actual data |
| PPNode_DOM | |
| PPNode_Hash_Array | |
| PPNode_Hash_Attr | |
| PPNode_Hash_Text | |
| PPNode_Hash_Tree | |
| PPTemplateFrame_DOM | Expansion frame with template arguments |
| PPTemplateFrame_Hash | Expansion frame with template arguments |
| Preferences | We're now using the HTMLForm object with some customisation to generate the Preferences form |
| PreferencesForm | Some tweaks to allow js prefs to work |
| PrefixSearch | PrefixSearch - Handles searching prefixes of titles and finding any page names that match |
| Preprocessor | |
| Preprocessor_DOM | |
| Preprocessor_Hash | Differences from DOM schema: * attribute nodes are children * <h> nodes that aren't at the top are replaced with <possible-h> |
| Profiler | |
| ProfilerSimple | Simple profiler base class |
| ProfilerSimpleText | The least sophisticated profiler output class possible, view your source! :) |
| ProfilerSimpleTrace | Execution trace |
| ProfilerSimpleUDP | ProfilerSimpleUDP class, that sends out messages for 'udpprofile' daemon (the one from mediawiki/trunk/udpprofile SVN ) |
| Protect | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version |
| ProtectedPagesForm | |
| ProtectedPagesPager | |
| ProtectedTitlesForm | |
| ProtectedtitlesPager | |
| ProtectionForm | Copyright (C) 2005 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/ |
| PTShell | |
| PurgeList | Send purge requests for listed pages to squid |
| PurgeOldText | Purge old text records from the database |
| QueryPage | This is a class for doing query pages; since they're almost all the same, we factor out some of the functionality into a superclass, and let subclasses derive from it |
| QuickTemplate | Generic wrapper for template functions, with interface compatible with what we use of PHPTAL 0.7 |
| RandomPage | Special page to direct the user to a random page |
| RangeDifference | Alternative representation of a set of changes, by the index ranges that are changed |
| RawPage | A simple method to retrieve the plain source of an article, using "action=raw" in the GET request string |
| RCCacheEntry | |
| RdfMetaData | Metadata.php -- provides DublinCore and CreativeCommons metadata Copyright 2004, Evan Prodromou <evan@wikitravel.org> |
| ReassignEdits | Reassign edits from a user or IP address to another user |
| RebuildAll | Rebuild link tracking tables from scratch |
| RebuildFileCache | Build file cache for content pages |
| RebuildLocalisationCache | Rebuild the localisation cache |
| RebuildMessages | This script purges all language messages from the cache |
| RebuildRecentchanges | Rebuild link tracking tables from scratch |
| RebuildTextIndex | Rebuild search index table from scratch |
| RecentChange | Utility class for creating new RC entries mAttribs: rc_id id of the row in the recentchanges table rc_timestamp time the entry was made rc_cur_time timestamp on the cur row rc_namespace namespace # rc_title non-prefixed db key rc_type is new entry, used to determine whether updating is necessary rc_minor is minor rc_cur_id page_id of associated page entry rc_user user id who made the entry rc_user_text user name who made the entry rc_comment edit summary rc_this_oldid rev_id associated with this entry (or zero) rc_last_oldid rev_id associated with the entry before this one (or zero) rc_bot is bot, hidden rc_ip IP address of the user in dotted quad notation rc_new obsolete, use rc_type==RC_NEW rc_patrolled boolean whether or not someone has marked this edit as patrolled rc_old_len integer byte length of the text before the edit rc_new_len the same after the edit rc_deleted partial deletion rc_logid the log_id value for this log entry (or zero) rc_log_type the log type (or null) rc_log_action the log action (or null) rc_params log params |
| RecompressTracked | |
| RefreshImageCount | Quickie hack; patch-ss_images.sql uses variables which don't replicate properly |
| RefreshLinks | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version |
| RefreshLinksJob | Background job to update links for a given title |
| RefreshLinksJob2 | Background job to update links for a given title |
| RegexlikeReplacer | Class to replace regex matches with a string similar to that used in preg_replace() |
| RemoteTestRecorder | |
| RemoveUnusedAccounts | Remove unused user accounts from the database An unused account is one which has made no edits |
| RenameDbPrefix | Run this script to after changing $wgDBprefix on a wiki |
| RenameWiki | |
| ReplacementArray | Replacement array for FSS with fallback to strtr() Supports lazy initialisation of FSS resource |
| Replacer | Base class for "replacers", objects used in preg_replace_callback() and StringUtils::delimiterReplaceCallback() |
| RepoGroup | Prioritized list of file repositories |
| ResultWrapper | Result wrapper for grabbing data queried by someone else |
| RevDel_ArchivedFileItem | Item class for a filearchive table row |
| RevDel_ArchivedFileList | List for filearchive table items |
| RevDel_ArchiveItem | Item class for a archive table row |
| RevDel_ArchiveList | List for archive table items, i.e |
| RevDel_FileItem | Item class for an oldimage table row |
| RevDel_FileList | List for oldimage table items |
| RevDel_Item | Abstract base class for deletable items |
| RevDel_List | Abstract base class for a list of deletable items |
| RevDel_LogItem | Item class for a logging table row |
| RevDel_LogList | List for logging table items |
| RevDel_RevisionItem | Item class for a revision table row |
| RevDel_RevisionList | List for revision table items |
| ReverseChronologicalPager | IndexPager with a formatted navigation bar |
| Revision | |
| RevisionDeleter | Temporary b/c interface, collection of static functions |
| RevisionTest | |
| RollbackEdits | Rollback all edits by a given user or IP provided they're the most recent edit (just like real rollback) |
| RSSFeed | Generate a RSS feed |
| RunJobs | This script starts pending jobs |
| Sanitizer | XHTML sanitizer for MediaWiki |
| SanitizerTest | |
| SearchEngine | Contain a class for special pages |
| SearchEngineDummy | Dummy class to be used when non-supported Database engine is present |
| SearchEngineTest | Stub |
| SearchHighlighter | Highlight bits of wikitext |
| SearchIBM_DB2 | Search engine hook base class for IBM DB2 |
| SearchMySQL | Search engine hook for MySQL 4+ |
| SearchMySQL4 | Search engine hook for MySQL 4+ This class retained for backwards compatibility |
| SearchMySQLTest | |
| SearchOracle | Search engine hook base class for Oracle (ConText) |
| SearchPostgres | Search engine hook base class for Postgres |
| SearchResult | |
| SearchResultSet | |
| SearchResultTooMany | |
| SearchSqlite | Search engine hook for SQLite |
| SearchUpdate | See deferred.txt |
| SearchUpdateMyISAM | Placeholder class |
| SearchUpdateTest | |
| Services_JSON | Converts to and from JSON format |
| Services_JSON_Error | |
| SevenZipStream | Stream wrapper around 7za filter program |
| ShortPagesPage | SpecialShortpages extends QueryPage |
| ShowJobs | Based on runJobs.php |
| ShowStats | Maintenance script to show the cached statistics |
| Site | |
| SiteConfiguration | The include paths change after this file is included from commandLine.inc, meaning that require_once() fails to detect that it is including the same file again |
| SiteConfigurationTest | |
| SiteStats | Static accessor class for site_stats and related things |
| SiteStatsInit | Class designed for counting of stats |
| SiteStatsUpdate | |
| Skin | The main skin class that provide methods and properties for all other skins |
| SkinChick | Inherit main code from SkinTemplate, set the CSS and template filter |
| SkinCologneBlue | |
| SkinModern | Inherit main code from SkinTemplate, set the CSS and template filter |
| SkinMonoBook | Inherit main code from SkinTemplate, set the CSS and template filter |
| SkinMySkin | Inherit main code from SkinTemplate, set the CSS and template filter |
| SkinNostalgia | |
| SkinSimple | Inherit main code from SkinTemplate, set the CSS and template filter |
| SkinStandard | |
| SkinTemplate | Template-filler skin base class Formerly generic PHPTal (http://phptal.sourceforge.net/) skin Based on Brion's smarty skin Copyright © Gabriel Wicke -- http://www.aulinx.de/ |
| SkinVector | SkinTemplate class for Vector skin |
| SpecialActiveUsers | |
| SpecialAllmessages | |
| SpecialAllpages | Implements Special:Allpages |
| SpecialBlankpage | Special page designed for basic benchmarking of MediaWiki since it doesn't really do much |
| SpecialBookSources | Special page outputs information on sourcing a book with a particular ISBN The parser creates links to this page when dealing with ISBNs in wikitext |
| SpecialContributions | |
| SpecialExport | |
| SpecialImport | |
| SpecialListGroupRights | This special page lists all defined user groups and the associated rights |
| SpecialMostlinkedtemplates | Special page lists templates with a large number of transclusion links, i.e |
| SpecialMycontributions | Shortcut to construct a special page pointing to current user contributions |
| SpecialMypage | SpecialMypage, SpecialMytalk and SpecialMycontributions special pages are used to get user independant links pointing to the user page, talk page and list of contributions |
| SpecialMytalk | Shortcut to construct a special page pointing to current user talk page |
| SpecialNewpages | Implements Special:Newpages |
| SpecialPage | Parent special page class, also static functions for handling the special page list |
| SpecialPreferences | |
| SpecialPrefixindex | Implements Special:Prefixindex |
| SpecialRandomredirect | Special page to direct the user to a random redirect page (minus the second redirect) |
| SpecialRecentChanges | Implements Special:Recentchanges |
| SpecialRecentchangeslinked | This is to display changes made to all articles linked in an article |
| SpecialRedirectToSpecial | Shortcut to construct a special page alias |
| SpecialResetpass | Let users recover their password |
| SpecialRevisionDelete | |
| SpecialSearch | Implements Special:Search - Run text & title search and display the output |
| SpecialStatistics | Show the special page |
| SpecialTags | |
| SpecialUpload | |
| SpecialVersion | Give information about the version of MediaWiki, PHP, the DB and extensions |
| SpecialWhatLinksHere | Implements Special:Whatlinkshere |
| Spyc | Spyc -- A Simple PHP YAML Class |
| SqlBagOStuff | Class to store objects in the database |
| SQLiteField | |
| SqliteMaintenance | Performs some operations specific to SQLite database backend |
| SqliteSearchResultSet | |
| SqlPromptPrinter | |
| SqlSearchResultSet | This class is used for different SQL-based search engines shipped with MediaWiki |
| SquidPurgeClient | An HTTP 1.0 client built for the purposes of purging Squid and Varnish |
| SquidPurgeClientPool | |
| SquidUpdate | Handles purging appropriate Squid URLs given a title (or titles) |
| SrConverter | There are two levels of conversion for Serbian: the script level (Cyrillics <-> Latin), and the variant level (ekavian <->iyekavian) |
| statsOutput | A general output object |
| Status | Generic operation result class Has warning/error list, boolean status and arbitrary value |
| StorageTypeStats | |
| StringUtils | A collection of static methods to play with strings |
| StripState | |
| StubContLang | Stub object for the content language of this wiki |
| StubObject | Class to implement stub globals, which are globals that delay loading the their associated module code by deferring initialisation until the first method call |
| StubUser | Stub object for the user |
| StubUserLang | Stub object for the user language |
| SvgHandler | |
| SVNInstallerRepository | |
| SVNInstallerResource | |
| TableCleanup | Generic table cleanup class |
| TableCleanupTest | |
| TableDiffFormatter | Wikipedia Table style diff formatter |
| TablePager | Table-based display with a user-selectable sort order |
| TestConverter | Test converter (from Tajiki to latin orthography) |
| TestFileIterator | |
| TestRecorder | |
| TextPassDumper | |
| textStatsOutput | Output text |
| TgConverter | Converts Tajiki to latin orthography |
| ThumbnailImage | Media transform output for images |
| TiffHandler | |
| TimeAdjustTest | |
| Title | Represents a title within MediaWiki |
| TitleArray | Note: this entire file is a byte-for-byte copy of UserArray.php with s/User/Title/ |
| TitleArrayFromResult | |
| TitleCleanup | |
| TitleDependency | |
| TitleListDependency | |
| TitleTest | |
| cssjanus::Tokenizer | |
| TrackBlobs | |
| TransformParameterError | Shortcut class for parameter validation errors |
| UncategorizedCategoriesPage | Implements Special:Uncategorizedcategories |
| UncategorizedImagesPage | |
| UncategorizedPagesPage | A special page looking for page without any category |
| UncategorizedTemplatesPage | Special page lists all uncategorised pages in the template namespace |
| Undelete | |
| UndeleteForm | The HTML form for Special:Undelete, which allows users with the appropriate permissions to view and restore deleted content |
| UnifiedDiffFormatter | A formatter that outputs unified diffs |
| UnlistedSpecialPage | Shortcut to construct a special page which is unlisted by default |
| UnregisteredLocalFile | A file object referring to either a standalone local file, or a file in a local repository with no database, for example an FSRepo repository |
| UnusedCategoriesPage | |
| UnusedimagesPage | Implements Special:Unusedimages |
| UnusedtemplatesPage | Implements Special:Unusedtemplates |
| UnwatchedpagesPage | A special page that displays a list of pages that are not on anyones watchlist |
| UpdateArticleCount | Maintenance script to provide a better count of the number of articles and update the site statistics table, if desired |
| UpdateLogging | |
| UpdateRestrictions | Makes the required database updates for Special:ProtectedPages to show all protected pages, even ones before the page restrictions schema change |
| UpdateSearchIndex | Script for periodic off-peak updating of the search index |
| UpdateSpecialPages | Run this script periodically if you have miser mode enabled, to refresh the caches |
| UploadBase | |
| UploadDumper | Dump a the list of files uploaded, for feeding to tar or similar |
| UploadForm | Sub class of HTMLForm that provides the form section of SpecialUpload |
| UploadFromFile | |
| UploadFromStash | |
| UploadFromUrl | |
| UploadSourceField | A form field that contains a radio box in the label |
| UsageException | This exception will be thrown when dieUsage is called to stop module execution |
| User | The User object encapsulates all of the user-specific settings (user_id, name, rights, password, email address, options, last login time) |
| UserArray | |
| UserArrayFromResult | |
| UsercreateTemplate | |
| UserDupes | Look for duplicate user table entries and optionally prune them |
| UserloginTemplate | HTML template for Special:Userlogin form |
| UserMailer | Collection of static functions for sending mail |
| userOptions | |
| UserrightsPage | A class to manage user levels rights |
| UserRightsProxy | Cut-down copy of User interface for local-interwiki-database user rights manipulation |
| UsersPager | This class is used to get a list of user |
| UtfNormal | Unicode normalization routines for working with UTF-8 strings |
| VectorTemplate | QuickTemplate class for Vector skin |
| WaitForSlave | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version |
| WantedCategoriesPage | A querypage to list the most wanted categories - implements Special:Wantedcategories |
| WantedFilesPage | Querypage that lists the most wanted files - implements Special:Wantedfiles |
| WantedPagesPage | Implements Special:Wantedpages |
| WantedQueryPage | Class definition for a wanted query page like WantedPages, WantedTemplates, etc |
| WantedTemplatesPage | A querypage to list the most wanted templates - implements Special:Wantedtemplates based on SpecialWantedcategories.php by Ævar Arnfjörð Bjarmason <avarab@gmail.com> makeWlhLink() taken from SpecialMostlinkedtemplates by Rob Church <robchur@gmail.com> |
| WatchedItem | |
| WatchlistCleanup | |
| WatchlistEditor | Provides the UI through which users can perform editing operations on their watchlist |
| WebInstallerRepository | |
| WebInstallerResource | |
| WebRequest | Deal with importing all those nasssty globals and things |
| WebResponse | Allow programs to request this object from WebRequest::response() and handle all outputting (or lack of outputting) via it |
| WikiDiff3 | This diff implementation is mainly lifted from the LCS algorithm of the Eclipse project which in turn is based on Myers' "An O(ND) difference algorithm and its variations" (http://citeseer.ist.psu.edu/myers86ond.html) with range compression (see Wu et al |
| WikiError | MediaWiki error classes Copyright (C) 2005 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/ |
| WikiErrorMsg | Localized error message object |
| WikiExporter | |
| WikiImporter | Implements Special:Import |
| WikiMap | Helper tools for dealing with other locally-hosted wikis |
| WikiReference | Reference to a locally-hosted wiki |
| WikiRevision | |
| wikiStatsOutput | Outputs WikiText |
| WikiXmlError | Error class designed to handle errors involved with XML parsing |
| WithoutInterwikiPage | Special page lists pages without language links |
| WordLevelDiff | |
| XCacheBagOStuff | Wrapper for XCache object caching functions; identical interface to the APC wrapper |
| Xml | Module of static functions for generating XML |
| XmlDumpWriter | |
| XmlSelect | |
| XmlSizeFilter | |
| XmlTest | |
| XmlTypeCheck | |
| ZhClient | Client for querying zhdaemon |
| ZhConverter |
1.5.9