MediaWiki  REL1_24
File List
Here is a list of all files with brief descriptions:
api.php [code]This file is the entry point for all API queries
api.php5 [code]Version of api.php to be used in web servers that require the .php5 extension to execute scripts with the PHP5 engine
img_auth.php [code]Image authorisation script
img_auth.php5 [code]Version of img_auth.php to be used in web servers that require the .php5 extension to execute scripts with the PHP5 engine
index.php [code]This is the main web entry point for MediaWiki
index.php5 [code]Version of index.php to be used in web servers that require the .php5 extension to execute scripts with the PHP5 engine
load.php [code]This file is the entry point for the resource loader
load.php5 [code]Version of load.php to be used in web servers that require the .php5 extension to execute scripts with the PHP5 engine
opensearch_desc.php [code]Generate an OpenSearch description file
opensearch_desc.php5 [code]Version of opensearch_desc.php to be used in web servers that require the .php5 extension to execute scripts with the PHP5 engine
profileinfo.php [code]Show profiling data
profileinfo.php5 [code]Version of profileinfo.php to be used in web servers that require the .php5 extension to execute scripts with the PHP5 engine
README [code]
thumb.php [code]PHP script to stream out an image thumbnail
thumb.php5 [code]Version of thumb.php to be used in web servers that require the .php5 extension to execute scripts with the PHP5 engine
thumb_handler.php [code]PHP script to be used as 404 handler to create and stream out a not yet existing image thumbnail
thumb_handler.php5 [code]Version of thumb_handler.php to be used in web servers that require the .php5 extension to execute scripts with the PHP5 engine
docs/doxygen_first_page.php [code]This file does not hold any code
docs/README [code]
docs/code-coverage/README [code]
docs/html/README [code]
docs/php-memcached/README [code]
includes/AjaxDispatcher.php [code]Handle ajax requests and send them to the proper handler
includes/AjaxResponse.php [code]Response handler for Ajax requests
includes/AuthPlugin.php [code]Authentication plugin interface
includes/AutoLoader.php [code]This defines autoloading handler for whole MediaWiki framework
includes/Autopromote.php [code]Automatic user rights promotion based on conditions specified in $wgAutopromote
includes/Block.php [code]Blocks and bans object
includes/Category.php [code]Representation for a category
includes/CategoryFinder.php [code]Recent changes filtering by category
includes/CategoryViewer.php [code]List and paging of category members
includes/ChangeTags.php [code]Recent changes tagging
includes/Collation.php [code]Database row sorting
includes/Cookie.php [code]Cookie for HTTP requests
includes/DefaultSettings.php [code]Default values for MediaWiki configuration settings
includes/Defines.php [code]A few constants that might be needed during LocalSettings.php
includes/DeprecatedGlobal.php [code]Delayed loading of deprecated global objects
includes/EditPage.php [code]User interface for page editing
includes/Export.php [code]Base classes for dumps and export
includes/Fallback.php [code]Fallback functions for PHP installed without mbstring support
includes/Feed.php [code]Basic support for outputting syndication feeds in RSS, other formats
includes/FeedUtils.php [code]Helper functions for feeds
includes/FileDeleteForm.php [code]File deletion user interface
includes/ForkController.php [code]Class for managing forking command line scripts
includes/FormOptions.php [code]Helper class to keep track of options when mixing links and form elements
includes/GitInfo.php [code]A class to help return information about a git repo MediaWiki may be inside This is used by Special:Version and is also useful for the LocalSettings.php of anyone working on large branches in git to setup config that show up only when specific branches are currently checked out
includes/GlobalFunctions.php [code]Global functions used everywhere
includes/HistoryBlob.php [code]Efficient concatenated text storage
includes/Hooks.php [code]A tool for running hook functions
includes/Html.php [code]Collection of methods to generate HTML content
includes/HtmlFormatter.php [code]Performs transformations of HTML by wrapping around libxml2 and working around its countless bugs
includes/HttpFunctions.php [code]Various HTTP related functions
includes/Import.php [code]MediaWiki page data importer
includes/Licenses.php [code]License selector for use on Special:Upload
includes/Linker.php [code]Methods to make links and related items
includes/LinkFilter.php [code]Functions to help implement an external link filter for spam control
includes/MagicWord.php [code]File for magic words
includes/MediaWiki.php [code]Helper class for the index.php entry point
includes/MediaWikiVersionFetcher.php [code]
includes/Message.php [code]Fetching and processing of interface messages
includes/MessageBlobStore.php [code]Resource message blobs storage used by the resource loader
includes/MimeMagic.php [code]Module defining helper functions for detecting and dealing with MIME types
includes/MovePage.php [code]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
includes/MWNamespace.php [code]Provide things related to namespaces
includes/MWTimestamp.php [code]Creation and parsing of MW-style timestamps
includes/OutputHandler.php [code]Functions to be used with PHP's output buffer
includes/OutputPage.php [code]Preparation for the final page rendering
includes/PathRouter.php [code]Parser to extract query parameters out of REQUEST_URI paths
includes/PHPVersionError.php [code]Display something vaguely comprehensible in the event of a totally unrecoverable error
includes/Preferences.php [code]Form to edit user preferences
includes/PrefixSearch.php [code]Prefix search of page names
includes/ProtectionForm.php [code]Page protection
includes/Revision.php [code]Representation of a page version
includes/RevisionList.php [code]Holders of revision list for a single page
includes/Sanitizer.php [code]HTML sanitizer for MediaWiki
includes/Setup.php [code]Include most things that are needed to make MediaWiki work
includes/SiteConfiguration.php [code]Configuration holder, particularly for multi-wiki sites
includes/SiteStats.php [code]Accessors and mutators for the site-wide statistics
includes/SquidPurgeClient.php [code]Squid and Varnish cache purging
includes/StatCounter.php [code]Aggregator for wfIncrStats() that batches updates per request
includes/Status.php [code]Generic operation result
includes/StreamFile.php [code]Functions related to the output of file content
includes/StubObject.php [code]Delayed loading of global objects
includes/TimestampException.php [code]
includes/Title.php [code]Representation of a title within MediaWiki
includes/TitleArray.php [code]Class to walk into a list of Title objects
includes/TitleArrayFromResult.php [code]Class to walk into a list of Title objects
includes/User.php [code]Implements the User class for the MediaWiki software
includes/UserArray.php [code]Class to walk into a list of User objects
includes/UserArrayFromResult.php [code]Class to walk into a list of User objects
includes/UserRightsProxy.php [code]Representation of an user on a other locally-hosted wiki
includes/WatchedItem.php [code]Accessor and mutator for watchlist entries
includes/WebRequest.php [code]Deal with importing all those nasty globals and things
includes/WebResponse.php [code]Classes used to send headers and cookies back to the user
includes/WebStart.php [code]This does the initial set up for a web request
includes/WikiMap.php [code]Tools for dealing with other locally-hosted wikis
includes/Xml.php [code]Methods to generate XML
includes/ZhConversion.php [code]Simplified / Traditional Chinese conversion tables
includes/actions/Action.php [code]Base classes for actions done on pages
includes/actions/CachedAction.php [code]Abstract action class with scaffolding for caching HTML and other values in a single blob
includes/actions/CreditsAction.php [code]Formats credits for articles
includes/actions/DeleteAction.php [code]Handle page deletion
includes/actions/EditAction.php [code]Action=edit handler
includes/actions/FormAction.php [code]Base classes for actions done on pages
includes/actions/FormlessAction.php [code]Base classes for actions done on pages
includes/actions/HistoryAction.php [code]Page history
includes/actions/InfoAction.php [code]Displays information about a page
includes/actions/MarkpatrolledAction.php [code]Mark a revision as patrolled on a page
includes/actions/ProtectAction.php [code]Action=protect handler
includes/actions/PurgeAction.php [code]User-requested page cache purging
includes/actions/RawAction.php [code]Raw page text accessor
includes/actions/RenderAction.php [code]Handle action=render
includes/actions/RevertAction.php [code]File reversion user interface
includes/actions/RevisiondeleteAction.php [code]An action that just pass the request to Special:RevisionDelete
includes/actions/RollbackAction.php [code]Edit rollback user interface
includes/actions/SubmitAction.php [code]Wrapper for EditAction; sets the session cookie
includes/actions/UnprotectAction.php [code]Action=unprotect handler
includes/actions/UnwatchAction.php [code]Performs the unwatch actions on a page
includes/actions/ViewAction.php [code]An action that views article content
includes/actions/WatchAction.php [code]Performs the watch actions on a page
includes/api/ApiBase.php [code]Created on Sep 5, 2006
includes/api/ApiBlock.php [code]Created on Sep 4, 2007
includes/api/ApiClearHasMsg.php [code]Created on August 26, 2014
includes/api/ApiComparePages.php [code]Created on May 1, 2011
includes/api/ApiCreateAccount.php [code]Created on August 7, 2012
includes/api/ApiDelete.php [code]Created on Jun 30, 2007
includes/api/ApiDisabled.php [code]Created on Sep 25, 2008
includes/api/ApiEditPage.php [code]Created on August 16, 2007
includes/api/ApiEmailUser.php [code]Created on June 1, 2008
includes/api/ApiExpandTemplates.php [code]Created on Oct 05, 2007
includes/api/ApiFeedContributions.php [code]Created on June 06, 2011
includes/api/ApiFeedRecentChanges.php [code]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
includes/api/ApiFeedWatchlist.php [code]Created on Oct 13, 2006
includes/api/ApiFileRevert.php [code]Created on March 5, 2011
includes/api/ApiFormatBase.php [code]Created on Sep 19, 2006
includes/api/ApiFormatDbg.php [code]Created on Oct 22, 2006
includes/api/ApiFormatDump.php [code]Created on August 8, 2010
includes/api/ApiFormatFeedWrapper.php [code]Created on Sep 19, 2006
includes/api/ApiFormatJson.php [code]Created on Sep 19, 2006
includes/api/ApiFormatNone.php [code]Created on Oct 22, 2006
includes/api/ApiFormatPhp.php [code]Created on Oct 22, 2006
includes/api/ApiFormatRaw.php [code]Created on Feb 2, 2009
includes/api/ApiFormatTxt.php [code]Created on Oct 22, 2006
includes/api/ApiFormatWddx.php [code]Created on Oct 22, 2006
includes/api/ApiFormatXml.php [code]Created on Sep 19, 2006
includes/api/ApiFormatYaml.php [code]Created on Sep 19, 2006
includes/api/ApiHelp.php [code]Created on Sep 6, 2006
includes/api/ApiImageRotate.php [code]Created on January 3rd, 2013
includes/api/ApiImport.php [code]Created on Feb 4, 2009
includes/api/ApiLogin.php [code]Created on Sep 19, 2006
includes/api/ApiLogout.php [code]Created on Jan 4, 2008
includes/api/ApiMain.php [code]Created on Sep 4, 2006
includes/api/ApiModuleManager.php [code]Created on Dec 27, 2012
includes/api/ApiMove.php [code]Created on Oct 31, 2007
includes/api/ApiOpenSearch.php [code]Created on Oct 13, 2006
includes/api/ApiOptions.php [code]Created on Apr 15, 2012
includes/api/ApiPageSet.php [code]Created on Sep 24, 2006
includes/api/ApiParamInfo.php [code]Created on Dec 01, 2007
includes/api/ApiParse.php [code]Created on Dec 01, 2007
includes/api/ApiPatrol.php [code]API for MediaWiki 1.14+
includes/api/ApiProtect.php [code]Created on Sep 1, 2007
includes/api/ApiPurge.php [code]API for MediaWiki 1.14+
includes/api/ApiQuery.php [code]Created on Sep 7, 2006
includes/api/ApiQueryAllCategories.php [code]Created on December 12, 2007
includes/api/ApiQueryAllImages.php [code]API for MediaWiki 1.12+
includes/api/ApiQueryAllLinks.php [code]Created on July 7, 2007
includes/api/ApiQueryAllMessages.php [code]Created on Dec 1, 2007
includes/api/ApiQueryAllPages.php [code]Created on Sep 25, 2006
includes/api/ApiQueryAllUsers.php [code]Created on July 7, 2007
includes/api/ApiQueryBacklinks.php [code]Created on Oct 16, 2006
includes/api/ApiQueryBacklinksprop.php [code]API module to handle links table back-queries
includes/api/ApiQueryBase.php [code]Created on Sep 7, 2006
includes/api/ApiQueryBlocks.php [code]Created on Sep 10, 2007
includes/api/ApiQueryCategories.php [code]Created on May 13, 2007
includes/api/ApiQueryCategoryInfo.php [code]Created on May 13, 2007
includes/api/ApiQueryCategoryMembers.php [code]Created on June 14, 2007
includes/api/ApiQueryContributors.php [code]Query the list of contributors to a page
includes/api/ApiQueryDeletedrevs.php [code]Created on Jul 2, 2007
includes/api/ApiQueryDisabled.php [code]Created on Sep 25, 2008
includes/api/ApiQueryDuplicateFiles.php [code]Created on Sep 27, 2008
includes/api/ApiQueryExternalLinks.php [code]Created on May 13, 2007
includes/api/ApiQueryExtLinksUsage.php [code]Created on July 7, 2007
includes/api/ApiQueryFilearchive.php [code]API for MediaWiki 1.12+
includes/api/ApiQueryFileRepoInfo.php [code]Copyright © 2013 Mark Holmquist <[email protected]>
includes/api/ApiQueryImageInfo.php [code]Created on July 6, 2007
includes/api/ApiQueryImages.php [code]Created on May 13, 2007
includes/api/ApiQueryInfo.php [code]Created on Sep 25, 2006
includes/api/ApiQueryIWBacklinks.php [code]API for MediaWiki 1.17+
includes/api/ApiQueryIWLinks.php [code]API for MediaWiki 1.17+
includes/api/ApiQueryLangBacklinks.php [code]API for MediaWiki 1.17+
includes/api/ApiQueryLangLinks.php [code]Created on May 13, 2007
includes/api/ApiQueryLinks.php [code]Created on May 12, 2007
includes/api/ApiQueryLogEvents.php [code]Created on Oct 16, 2006
includes/api/ApiQueryORM.php [code]Base query module for querying results from ORMTables
includes/api/ApiQueryPagePropNames.php [code]Created on January 21, 2013
includes/api/ApiQueryPageProps.php [code]Created on Aug 7, 2010
includes/api/ApiQueryPagesWithProp.php [code]Created on December 31, 2012
includes/api/ApiQueryPrefixSearch.php [code]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
includes/api/ApiQueryProtectedTitles.php [code]Created on Feb 13, 2009
includes/api/ApiQueryQueryPage.php [code]Created on Dec 22, 2010
includes/api/ApiQueryRandom.php [code]Created on Monday, January 28, 2008
includes/api/ApiQueryRecentChanges.php [code]Created on Oct 19, 2006
includes/api/ApiQueryRevisions.php [code]Created on Sep 7, 2006
includes/api/ApiQuerySearch.php [code]Created on July 30, 2007
includes/api/ApiQuerySiteinfo.php [code]Created on Sep 25, 2006
includes/api/ApiQueryStashImageInfo.php [code]API for MediaWiki 1.16+
includes/api/ApiQueryTags.php [code]Created on Jul 9, 2009
includes/api/ApiQueryTokens.php [code]Module to fetch tokens via action=query&meta=tokens
includes/api/ApiQueryUserContributions.php [code]Created on Oct 16, 2006
includes/api/ApiQueryUserInfo.php [code]Created on July 30, 2007
includes/api/ApiQueryUsers.php [code]Created on July 30, 2007
includes/api/ApiQueryWatchlist.php [code]Created on Sep 25, 2006
includes/api/ApiQueryWatchlistRaw.php [code]Created on Oct 4, 2008
includes/api/ApiResult.php [code]Created on Sep 4, 2006
includes/api/ApiRevisionDelete.php [code]Created on Jun 25, 2013
includes/api/ApiRollback.php [code]Created on Jun 20, 2007
includes/api/ApiRsd.php [code]API for MediaWiki 1.17+
includes/api/ApiSetNotificationTimestamp.php [code]API for MediaWiki 1.14+
includes/api/ApiTokens.php [code]Created on Jul 29, 2011
includes/api/ApiUnblock.php [code]Created on Sep 7, 2007
includes/api/ApiUndelete.php [code]Created on Jul 3, 2007
includes/api/ApiUpload.php [code]Created on Aug 21, 2008
includes/api/ApiUserrights.php [code]Created on Mar 24, 2009
includes/api/ApiWatch.php [code]Created on Jan 4, 2008
includes/cache/BacklinkCache.php [code]Class for fetching backlink lists, approximate backlink counts and partitions
includes/cache/CacheDependency.php [code]Data caching with dependencies
includes/cache/CacheHelper.php [code]Cache of various elements in a single cache entry
includes/cache/FileCacheBase.php [code]Data storage in the file system
includes/cache/GenderCache.php [code]Caches user genders when needed to use correct namespace aliases
includes/cache/HTMLFileCache.php [code]Page view caching in the file system
includes/cache/LinkBatch.php [code]Batch query to determine page existence
includes/cache/LinkCache.php [code]Page existence cache
includes/cache/LocalisationCache.php [code]Cache of the contents of localisation files
includes/cache/MapCacheLRU.php [code]Per-process memory cache for storing items
includes/cache/MessageCache.php [code]Localisation messages cache
includes/cache/ObjectFileCache.php [code]Object cache in the file system
includes/cache/ResourceFileCache.php [code]Resource loader request result caching in the file system
includes/cache/UserCache.php [code]Caches current user names and other info based on user IDs
includes/cache/bloom/BloomCache.php [code]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
includes/cache/bloom/BloomCacheRedis.php [code]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
includes/cache/bloom/BloomFilters.php [code]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
includes/changes/ChangesFeed.php [code]Feed for list of changes
includes/changes/ChangesList.php [code]Base class for all changes lists
includes/changes/EnhancedChangesList.php [code]Generates a list of changes using an Enhanced system (uses javascript)
includes/changes/OldChangesList.php [code]Generate a list of changes using the good old system (no javascript)
includes/changes/RCCacheEntry.php [code]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
includes/changes/RCCacheEntryFactory.php [code]Creates a RCCacheEntry from a RecentChange to use in EnhancedChangesList
includes/changes/RecentChange.php [code]Utility class for creating and accessing recent change entries
includes/clientpool/RedisConnectionPool.php [code]Redis client connection pooling manager
includes/composer/ComposerHookHandler.php [code]
includes/composer/ComposerPackageModifier.php [code]
includes/composer/ComposerVersionNormalizer.php [code]
includes/config/Config.php [code]Copyright 2014
includes/config/ConfigException.php [code]Copyright 2014
includes/config/ConfigFactory.php [code]Copyright 2014
includes/config/GlobalVarConfig.php [code]Copyright 2014
includes/config/HashConfig.php [code]Copyright 2014
includes/config/MultiConfig.php [code]Copyright 2014
includes/config/MutableConfig.php [code]Copyright 2014
includes/content/AbstractContent.php [code]A content object represents page content, e.g
includes/content/CodeContentHandler.php [code]Content handler for the pages with code, such as CSS, JavaScript, JSON
includes/content/Content.php [code]A content object represents page content, e.g
includes/content/ContentHandler.php [code]Base class for content handling
includes/content/CssContent.php [code]Content object for CSS pages
includes/content/CssContentHandler.php [code]Content handler for CSS pages
includes/content/JavaScriptContent.php [code]Content for JavaScript pages
includes/content/JavaScriptContentHandler.php [code]Content handler for JavaScript pages
includes/content/JsonContent.php [code]JSON Content Model
includes/content/JsonContentHandler.php [code]JSON Schema Content Handler
includes/content/MessageContent.php [code]Wrapper content object allowing to handle a system message as a Content object
includes/content/TextContent.php [code]Content object implementation for representing flat text
includes/content/TextContentHandler.php [code]Base content handler class for flat text contents
includes/content/WikitextContent.php [code]Content object for wiki text pages
includes/content/WikitextContentHandler.php [code]Content handler for wiki text pages
includes/context/ContextSource.php [code]Request-dependant objects containers
includes/context/DerivativeContext.php [code]Request-dependant objects containers
includes/context/IContextSource.php [code]Request-dependant objects containers
includes/context/RequestContext.php [code]Request-dependant objects containers
includes/dao/DBAccessBase.php [code]Base class for objects that allow access to other wiki's databases using the foreign database access mechanism implemented by LBFactoryMulti
includes/dao/IDBAccessObject.php [code]This file contains database access object related constants
includes/db/ChronologyProtector.php [code]Generator of database load balancing objects
includes/db/CloneDatabase.php [code]Helper class for making a copy of the database, mostly for unit testing
includes/db/Database.php [code]Base interface for all DBMS-specific code
includes/db/DatabaseError.php [code]This file contains database error classes
includes/db/DatabaseMssql.php [code]This is the MS SQL Server Native database abstraction layer
includes/db/DatabaseMysql.php [code]This is the MySQL database abstraction layer
includes/db/DatabaseMysqlBase.php [code]This is the MySQL database abstraction layer
includes/db/DatabaseMysqli.php [code]This is the MySQLi database abstraction layer
includes/db/DatabaseOracle.php [code]This is the Oracle database abstraction layer
includes/db/DatabasePostgres.php [code]This is the Postgres database abstraction layer
includes/db/DatabaseSqlite.php [code]This is the SQLite database abstraction layer
includes/db/DatabaseUtility.php [code]This file contains database-related utility classes
includes/db/IORMRow.php [code]Interface for representing objects that are stored in some DB table
includes/db/IORMTable.php [code]Interface for objects representing a single database table
includes/db/LBFactory.php [code]Generator of database load balancing objects
includes/db/LBFactoryMulti.php [code]Advanced generator of database load balancing objects for wiki farms
includes/db/LBFactorySingle.php [code]Simple generator of database connections that always returns the same object
includes/db/LoadBalancer.php [code]Database load balancing
includes/db/LoadMonitor.php [code]Database load monitoring
includes/db/ORMIterator.php [code]Interface for Iterators containing IORMRows
includes/db/ORMResult.php [code]ORMIterator that takes a ResultWrapper object returned from a select operation returning IORMRow objects (ie IORMTable::select)
includes/db/ORMRow.php [code]Abstract base class for representing objects that are stored in some DB table
includes/db/ORMTable.php [code]Abstract base class for representing a single database table
includes/debug/MWDebug.php [code]Debug toolbar related code
includes/deferred/CallableUpdate.php [code]
includes/deferred/DataUpdate.php [code]Base code for update jobs that do something with some secondary data extracted from article
includes/deferred/DeferredUpdates.php [code]Interface and manager for deferred updates
includes/deferred/HTMLCacheUpdate.php [code]HTML cache invalidation of all pages linking to a given title
includes/deferred/LinksUpdate.php [code]Updater for link tracking tables after a page edit
includes/deferred/SearchUpdate.php [code]Search index updater
includes/deferred/SiteStatsUpdate.php [code]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
includes/deferred/SqlDataUpdate.php [code]Base code for update jobs that put some secondary data extracted from article content into the database
includes/deferred/SquidUpdate.php [code]Squid cache purging
includes/deferred/ViewCountUpdate.php [code]Update for the 'page_counter' field
includes/diff/ArrayDiffFormatter.php [code]Portions taken from phpwiki-1.3.3
includes/diff/DairikiDiff.php [code]A PHP diff engine for phpwiki
includes/diff/DifferenceEngine.php [code]User interface for the difference engine
includes/diff/DiffFormatter.php [code]Base for diff rendering classes
includes/diff/TableDiffFormatter.php [code]Portions taken from phpwiki-1.3.3
includes/diff/UnifiedDiffFormatter.php [code]Portions taken from phpwiki-1.3.3
includes/diff/WikiDiff3.php [code]New version of the difference engine
includes/exception/BadTitleError.php [code]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
includes/exception/ErrorPageError.php [code]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
includes/exception/FatalError.php [code]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
includes/exception/HttpError.php [code]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
includes/exception/MWException.php [code]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
includes/exception/MWExceptionHandler.php [code]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
includes/exception/PermissionsError.php [code]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
includes/exception/ReadOnlyError.php [code]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
includes/exception/ThrottledError.php [code]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
includes/exception/UserBlockedError.php [code]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
includes/exception/UserNotLoggedIn.php [code]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
includes/externalstore/ExternalStore.php [code]Interface for data storage in external repositories
includes/externalstore/ExternalStoreDB.php [code]External storage in SQL database
includes/externalstore/ExternalStoreHttp.php [code]External storage using HTTP requests
includes/externalstore/ExternalStoreMedium.php [code]External storage in some particular medium
includes/externalstore/ExternalStoreMwstore.php [code]External storage in a file backend
includes/filebackend/FileBackend.php [code]Base class for all file backends
includes/filebackend/FileBackendGroup.php [code]File backend registration handling
includes/filebackend/FileBackendMultiWrite.php [code]Proxy backend that mirrors writes to several internal backends
includes/filebackend/FileBackendStore.php [code]Base class for all backends using particular storage medium
includes/filebackend/FileOp.php [code]Helper class for representing operations with transaction support
includes/filebackend/FileOpBatch.php [code]Helper class for representing batch file operations
includes/filebackend/FSFile.php [code]Non-directory file on the file system
includes/filebackend/FSFileBackend.php [code]File system based backend
includes/filebackend/MemoryFileBackend.php [code]Simulation of a backend storage in memory
includes/filebackend/README [code]
includes/filebackend/SwiftFileBackend.php [code]OpenStack Swift based file backend
includes/filebackend/TempFSFile.php [code]Location holder of files stored temporarily
includes/filebackend/filejournal/DBFileJournal.php [code]Version of FileJournal that logs to a DB table
includes/filebackend/filejournal/FileJournal.php [code]File operation journaling
includes/filebackend/lockmanager/DBLockManager.php [code]Version of LockManager based on using DB table locks
includes/filebackend/lockmanager/FSLockManager.php [code]Simple version of LockManager based on using FS lock files
includes/filebackend/lockmanager/LockManager.php [code]Resource locking handling
includes/filebackend/lockmanager/LockManagerGroup.php [code]Lock manager registration handling
includes/filebackend/lockmanager/MemcLockManager.php [code]Version of LockManager based on using memcached servers
includes/filebackend/lockmanager/QuorumLockManager.php [code]Version of LockManager that uses a quorum from peer servers for locks
includes/filebackend/lockmanager/RedisLockManager.php [code]Version of LockManager based on using redis servers
includes/filebackend/lockmanager/ScopedLock.php [code]Resource locking handling
includes/filerepo/FileRepo.php [code]Base code for file repositories
includes/filerepo/FileRepoStatus.php [code]Generic operation result for FileRepo-related operations
includes/filerepo/ForeignAPIRepo.php [code]Foreign repository accessible through api.php requests
includes/filerepo/ForeignDBRepo.php [code]A foreign repository with an accessible MediaWiki database
includes/filerepo/ForeignDBViaLBRepo.php [code]A foreign repository with a MediaWiki database accessible via the configured LBFactory
includes/filerepo/FSRepo.php [code]A repository for files accessible via the local filesystem
includes/filerepo/LocalRepo.php [code]Local repository that stores files in the local filesystem and registers them in the wiki's own database
includes/filerepo/NullRepo.php [code]File repository with no files
includes/filerepo/README [code]
includes/filerepo/RepoGroup.php [code]Prioritized list of file repositories
includes/filerepo/file/ArchivedFile.php [code]Deleted file in the 'filearchive' table
includes/filerepo/file/File.php [code]Base code for files
includes/filerepo/file/ForeignAPIFile.php [code]Foreign file accessible through api.php requests
includes/filerepo/file/ForeignDBFile.php [code]Foreign file with an accessible MediaWiki database
includes/filerepo/file/LocalFile.php [code]Local file in the wiki's own database
includes/filerepo/file/OldLocalFile.php [code]Old file in the oldimage table
includes/filerepo/file/UnregisteredLocalFile.php [code]File without associated database record
includes/gallery/ImageGalleryBase.php [code]Image gallery
includes/gallery/NolinesImageGallery.php [code]Nolines image gallery
includes/gallery/PackedImageGallery.php [code]Packed image gallery
includes/gallery/PackedOverlayImageGallery.php [code]Packed overlay image gallery
includes/gallery/TraditionalImageGallery.php [code]Image gallery
includes/htmlform/HTMLApiField.php [code]
includes/htmlform/HTMLAutoCompleteSelectField.php [code]
includes/htmlform/HTMLButtonField.php [code]
includes/htmlform/HTMLCheckField.php [code]
includes/htmlform/HTMLCheckMatrix.php [code]
includes/htmlform/HTMLEditTools.php [code]
includes/htmlform/HTMLFloatField.php [code]
includes/htmlform/HTMLForm.php [code]HTML form generation and submission handling
includes/htmlform/HTMLFormField.php [code]
includes/htmlform/HTMLFormFieldCloner.php [code]
includes/htmlform/HTMLFormFieldRequiredOptionsException.php [code]
includes/htmlform/HTMLHiddenField.php [code]
includes/htmlform/HTMLInfoField.php [code]
includes/htmlform/HTMLIntField.php [code]
includes/htmlform/HTMLMultiSelectField.php [code]
includes/htmlform/HTMLNestedFilterable.php [code]
includes/htmlform/HTMLRadioField.php [code]
includes/htmlform/HTMLSelectAndOtherField.php [code]
includes/htmlform/HTMLSelectField.php [code]
includes/htmlform/HTMLSelectLimitField.php [code]
includes/htmlform/HTMLSelectOrOtherField.php [code]
includes/htmlform/HTMLSubmitField.php [code]
includes/htmlform/HTMLTextAreaField.php [code]
includes/htmlform/HTMLTextField.php [code]
includes/installer/CliInstaller.php [code]Core installer command line interface
includes/installer/DatabaseInstaller.php [code]DBMS-specific installation helper
includes/installer/DatabaseUpdater.php [code]DBMS-specific updater helper
includes/installer/InstallDocFormatter.php [code]Installer-specific wikitext formatting
includes/installer/Installer.php [code]Base code for MediaWiki installer
includes/installer/LocalSettingsGenerator.php [code]Generator for LocalSettings.php file
includes/installer/MssqlInstaller.php [code]Microsoft SQL Server-specific installer
includes/installer/MssqlUpdater.php [code]Microsoft SQL Server-specific installer
includes/installer/MysqlInstaller.php [code]MySQL-specific installer
includes/installer/MysqlUpdater.php [code]MySQL-specific updater
includes/installer/OracleInstaller.php [code]Oracle-specific installer
includes/installer/OracleUpdater.php [code]Oracle-specific updater
includes/installer/PhpBugTests.php [code]Classes for self-contained tests for known bugs in PHP
includes/installer/PostgresInstaller.php [code]PostgreSQL-specific installer
includes/installer/PostgresUpdater.php [code]PostgreSQL-specific updater
includes/installer/SqliteInstaller.php [code]Sqlite-specific installer
includes/installer/SqliteUpdater.php [code]Sqlite-specific updater
includes/installer/WebInstaller.php [code]Core installer web interface
includes/installer/WebInstallerOutput.php [code]Output handler for the web installer
includes/installer/WebInstallerPage.php [code]Base code for web installer pages
includes/interwiki/Interwiki.php [code]Interwiki table entry
includes/jobqueue/Job.php [code]Job queue task base code
includes/jobqueue/JobQueue.php [code]Job queue base code
includes/jobqueue/JobQueueDB.php [code]Database-backed job queue code
includes/jobqueue/JobQueueFederated.php [code]Job queue code for federated queues
includes/jobqueue/JobQueueGroup.php [code]Job queue base code
includes/jobqueue/JobQueueRedis.php [code]Redis-backed job queue code
includes/jobqueue/JobRunner.php [code]Job queue runner utility methods
includes/jobqueue/JobSpecification.php [code]Job queue task description base code
includes/jobqueue/README [code]
includes/jobqueue/aggregator/JobQueueAggregator.php [code]Job queue aggregator code
includes/jobqueue/aggregator/JobQueueAggregatorMemc.php [code]Job queue aggregator code that uses BagOStuff
includes/jobqueue/aggregator/JobQueueAggregatorRedis.php [code]Job queue aggregator code that uses PhpRedis
includes/jobqueue/jobs/AssembleUploadChunksJob.php [code]Assemble the segments of a chunked upload
includes/jobqueue/jobs/DoubleRedirectJob.php [code]Job to fix double redirects after moving a page
includes/jobqueue/jobs/DuplicateJob.php [code]No-op job that does nothing
includes/jobqueue/jobs/EmaillingJob.php [code]Old job for notification emails
includes/jobqueue/jobs/EnotifNotifyJob.php [code]Job for notification emails
includes/jobqueue/jobs/HTMLCacheUpdateJob.php [code]HTML cache invalidation of all pages linking to a given title
includes/jobqueue/jobs/NullJob.php [code]Degenerate job that does nothing
includes/jobqueue/jobs/PublishStashedFileJob.php [code]Upload a file from the upload stash into the local file repo
includes/jobqueue/jobs/RefreshLinksJob.php [code]Job to update link tables for pages
includes/jobqueue/jobs/RefreshLinksJob2.php [code]Job to update links for a given title
includes/jobqueue/jobs/UploadFromUrlJob.php [code]Job for asynchronous upload-by-url
includes/jobqueue/utils/BacklinkJobUtils.php [code]Job to update links for a given title
includes/json/FormatJson.php [code]Wrapper for json_encode and json_decode
includes/libs/CSSJanus.php [code]PHP port of CSSJanus
includes/libs/CSSMin.php [code]Minification of CSS stylesheets
includes/libs/GenericArrayObject.php [code]Extends ArrayObject and does two things:
includes/libs/HashRing.php [code]Convenience class for weighted consistent hash rings
includes/libs/HttpStatus.php [code]List of HTTP status codes
includes/libs/IEContentAnalyzer.php [code]Simulation of Microsoft Internet Explorer's MIME type detection algorithm
includes/libs/IEUrlExtension.php [code]Checks for validity of requested URL's extension
includes/libs/IPSet.php [code]
includes/libs/JavaScriptMinifier.php [code]JavaScript Minifier
includes/libs/jsminplus.php [code]JSMinPlus version 1.4
includes/libs/lessc.inc.php [code]
includes/libs/MappedIterator.php [code]Convenience class for generating iterators from iterators
includes/libs/MultiHttpClient.php [code]HTTP service client
includes/libs/MWMessagePack.php [code]MessagePack serializer
includes/libs/ProcessCacheLRU.php [code]Per-process memory cache for storing items
includes/libs/README [code]
includes/libs/RunningStat.php [code]Compute running mean, variance, and extrema of a stream of numbers
includes/libs/ScopedCallback.php [code]This file deals with RAII style scoped callbacks
includes/libs/ScopedPHPTimeout.php [code]Expansion of the PHP execution time limit feature for a function call
includes/libs/XmlTypeCheck.php [code]XML syntax and type checker
includes/libs/virtualrest/SwiftVirtualRESTService.php [code]Virtual HTTP service client for Swift
includes/libs/virtualrest/VirtualRESTService.php [code]Virtual HTTP service client
includes/libs/virtualrest/VirtualRESTServiceClient.php [code]Virtual HTTP service client
includes/logging/DeleteLogFormatter.php [code]Formatter for delete log entries
includes/logging/LogEntry.php [code]Contain classes for dealing with individual log entries
includes/logging/LogEventsList.php [code]Contain classes to list log entries
includes/logging/LogFormatter.php [code]Contains classes for formatting log entries
includes/logging/LogPage.php [code]Contain log classes
includes/logging/LogPager.php [code]Contain classes to list log entries
includes/logging/MoveLogFormatter.php [code]Formatter for move log entries
includes/logging/NewUsersLogFormatter.php [code]Formatter for new user log entries
includes/logging/PageLangLogFormatter.php [code]Formatter for changelang log entries
includes/logging/PatrolLog.php [code]Specific methods for the patrol log
includes/logging/PatrolLogFormatter.php [code]Formatter for new user log entries
includes/logging/RightsLogFormatter.php [code]Formatter for user rights log entries
includes/mail/EmailNotification.php [code]Classes used to send e-mails
includes/mail/MailAddress.php [code]Classes used to send e-mails
includes/mail/UserMailer.php [code]Classes used to send e-mails
includes/media/Bitmap.php [code]Generic handler for bitmap images
includes/media/Bitmap_ClientOnly.php [code]Handler for bitmap images that will be resized by clients
includes/media/BitmapMetadataHandler.php [code]Extraction of metadata from different bitmap image types
includes/media/BMP.php [code]Handler for Microsoft's bitmap format
includes/media/DjVu.php [code]Handler for DjVu images
includes/media/DjVuImage.php [code]DjVu image handler
includes/media/Exif.php [code]Extraction and validation of image metadata
includes/media/ExifBitmap.php [code]Handler for bitmap images with exif metadata
includes/media/FormatMetadata.php [code]Formatting of image metadata values into human readable form
includes/media/GIF.php [code]Handler for GIF images
includes/media/GIFMetadataExtractor.php [code]GIF frame counter
includes/media/ImageHandler.php [code]Media-handling base classes and generic functionality
includes/media/IPTC.php [code]Class for some IPTC functions
includes/media/Jpeg.php [code]Handler for JPEG images
includes/media/JpegMetadataExtractor.php [code]Extraction of JPEG image metadata
includes/media/MediaHandler.php [code]Media-handling base classes and generic functionality
includes/media/MediaTransformOutput.php [code]Base class for the output of file transformation methods
includes/media/PNG.php [code]Handler for PNG images
includes/media/PNGMetadataExtractor.php [code]PNG frame counter and metadata extractor
includes/media/SVG.php [code]Handler for SVG images
includes/media/SVGMetadataExtractor.php [code]Extraction of SVG image metadata
includes/media/Tiff.php [code]Handler for Tiff images
includes/media/TransformationalImageHandler.php [code]Base class for handlers which require transforming images in a similar way as BitmapHandler does
includes/media/XCF.php [code]Handler for the Gimp's native file format (XCF)
includes/media/XMP.php [code]Reader for XMP data containing properties relevant to images
includes/media/XMPInfo.php [code]Definitions for XMPReader class
includes/media/XMPValidate.php [code]Methods for validating XMP properties
includes/normal/RandomTest.php [code]Test feeds random 16-byte strings to both the pure PHP and ICU-based UtfNormal::cleanUp() code paths, and checks to see if there's a difference
includes/normal/README [code]
includes/normal/Utf8Test.php [code]Runs the UTF-8 decoder test at: http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
includes/normal/UtfNormal.php [code]Unicode normalization routines
includes/normal/UtfNormalBench.php [code]Approximate benchmark for some basic operations
includes/normal/UtfNormalData.inc [code]This file was automatically generated -- do not edit! Run UtfNormalGenerate.php to create this file again (make clean && make)
includes/normal/UtfNormalDataK.inc [code]This file was automatically generated -- do not edit! Run UtfNormalGenerate.php to create this file again (make clean && make)
includes/normal/UtfNormalDefines.php [code]Some constant definitions for the unicode normalization module
includes/normal/UtfNormalGenerate.php [code]This script generates UniNormalData.inc from the Unicode Character Database and supplementary files
includes/normal/UtfNormalMemStress.php [code]Approximate benchmark for some basic operations
includes/normal/UtfNormalTest.php [code]Implements the conformance test at: http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt
includes/normal/UtfNormalTest2.php [code]Other tests for the unicode normalization module
includes/normal/UtfNormalUtil.php [code]Some of these functions are adapted from places in MediaWiki
includes/objectcache/APCBagOStuff.php [code]Object caching using PHP's APC accelerator
includes/objectcache/BagOStuff.php [code]Classes to cache objects in PHP accelerators, SQL database or DBA files
includes/objectcache/EmptyBagOStuff.php [code]Dummy object caching
includes/objectcache/HashBagOStuff.php [code]Object caching using PHP arrays
includes/objectcache/MemcachedBagOStuff.php [code]Base class for memcached clients
includes/objectcache/MemcachedClient.php [code]Memcached client for PHP
includes/objectcache/MemcachedPeclBagOStuff.php [code]Object caching using memcached
includes/objectcache/MemcachedPhpBagOStuff.php [code]Object caching using memcached
includes/objectcache/MultiWriteBagOStuff.php [code]Wrapper for object caching in different caches
includes/objectcache/ObjectCache.php [code]Functions to get cache objects
includes/objectcache/ObjectCacheSessionHandler.php [code]Session storage in object cache
includes/objectcache/RedisBagOStuff.php [code]Object caching using Redis (http://redis.io/)
includes/objectcache/SqlBagOStuff.php [code]Object caching using a SQL database
includes/objectcache/WinCacheBagOStuff.php [code]Object caching using WinCache
includes/objectcache/XCacheBagOStuff.php [code]Object caching using XCache
includes/page/Article.php [code]User interface for page actions
includes/page/CategoryPage.php [code]Special handling for category description pages
includes/page/ImagePage.php [code]Special handling for file description pages
includes/page/WikiCategoryPage.php [code]Special handling for category pages
includes/page/WikiFilePage.php [code]Special handling for file pages
includes/page/WikiPage.php [code]Base representation for a MediaWiki page
includes/pager/AlphabeticPager.php [code]Efficient paging for SQL queries
includes/pager/IndexPager.php [code]Efficient paging for SQL queries
includes/pager/Pager.php [code]Efficient paging for SQL queries
includes/pager/ReverseChronologicalPager.php [code]Efficient paging for SQL queries
includes/pager/TablePager.php [code]Efficient paging for SQL queries
includes/parser/CacheTime.php [code]Parser cache specific expiry check
includes/parser/CoreParserFunctions.php [code]Parser functions provided by MediaWiki core
includes/parser/CoreTagHooks.php [code]Tag hooks provided by MediaWiki core
includes/parser/DateFormatter.php [code]Date formatter
includes/parser/LinkHolderArray.php [code]Holder of replacement pairs for wiki links
includes/parser/MWTidy.php [code]HTML validation and correction
includes/parser/Parser.php [code]PHP parser that converts wiki markup to HTML
includes/parser/ParserCache.php [code]Cache for outputs of the PHP parser
includes/parser/ParserDiffTest.php [code]Fake parser that output the difference of two different parsers
includes/parser/ParserOptions.php [code]Options for the PHP parser
includes/parser/ParserOutput.php [code]Output of the PHP parser
includes/parser/Preprocessor.php [code]Interfaces for preprocessors
includes/parser/Preprocessor_DOM.php [code]Preprocessor using PHP's dom extension
includes/parser/Preprocessor_Hash.php [code]Preprocessor using PHP arrays
includes/parser/StripState.php [code]Holder for stripped items when parsing wiki markup
includes/password/BcryptPassword.php [code]Implements the BcryptPassword class for the MediaWiki software
includes/password/EncryptedPassword.php [code]Implements the EncryptedPassword class for the MediaWiki software
includes/password/InvalidPassword.php [code]Implements the InvalidPassword class for the MediaWiki software
includes/password/LayeredParameterizedPassword.php [code]Implements the LayeredParameterizedPassword class for the MediaWiki software
includes/password/MWOldPassword.php [code]Implements the MWOldPassword class for the MediaWiki software
includes/password/MWSaltedPassword.php [code]Implements the BcryptPassword class for the MediaWiki software
includes/password/ParameterizedPassword.php [code]Implements the ParameterizedPassword class for the MediaWiki software
includes/password/Password.php [code]Implements the Password class for the MediaWiki software
includes/password/PasswordError.php [code]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
includes/password/PasswordFactory.php [code]Implements the Password class for the MediaWiki software
includes/password/Pbkdf2Password.php [code]Implements the Pbkdf2Password class for the MediaWiki software
includes/poolcounter/PoolCounter.php [code]Provides of semaphore semantics for restricting the number of workers that may be concurrently performing the same task
includes/poolcounter/PoolCounterRedis.php [code]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
includes/poolcounter/PoolCounterWork.php [code]Provides of semaphore semantics for restricting the number of workers that may be concurrently performing the same task
includes/poolcounter/PoolCounterWorkViaCallback.php [code]Provides of semaphore semantics for restricting the number of workers that may be concurrently performing the same task
includes/poolcounter/PoolWorkArticleView.php [code]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
includes/profiler/Profiler.php [code]Base class and functions for profiling
includes/profiler/ProfilerMwprof.php [code]Profiler class for Mwprof
includes/profiler/ProfilerSimpleDB.php [code]Profiler storing information in the DB
includes/profiler/ProfilerSimpleText.php [code]Profiler showing output in page source
includes/profiler/ProfilerSimpleTrace.php [code]Profiler showing execution trace
includes/profiler/ProfilerSimpleUDP.php [code]Profiler sending messages over UDP
includes/profiler/ProfilerStandard.php [code]Common implementation class for profiling
includes/profiler/ProfilerStub.php [code]Stub profiling functions
includes/rcfeed/IRCColourfulRCFeedFormatter.php [code]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
includes/rcfeed/JSONRCFeedFormatter.php [code]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
includes/rcfeed/MachineReadableRCFeedFormatter.php [code]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
includes/rcfeed/RCFeedEngine.php [code]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
includes/rcfeed/RCFeedFormatter.php [code]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
includes/rcfeed/RedisPubSubFeedEngine.php [code]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
includes/rcfeed/UDPRCFeedEngine.php [code]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
includes/rcfeed/XMLRCFeedFormatter.php [code]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
includes/resourceloader/DerivativeResourceLoaderContext.php [code]Derivative context for resource loader modules
includes/resourceloader/ResourceLoader.php [code]Base class for resource loading system
includes/resourceloader/ResourceLoaderContext.php [code]Context for resource loader modules
includes/resourceloader/ResourceLoaderEditToolbarModule.php [code]Resource loader module for the edit toolbar
includes/resourceloader/ResourceLoaderFileModule.php [code]Resource loader module based on local JavaScript/CSS files
includes/resourceloader/ResourceLoaderFilePageModule.php [code]Resource loader module for MediaWiki:Filepage.css
includes/resourceloader/ResourceLoaderFilePath.php [code]An object to represent a path to a JavaScript/CSS file, along with a remote and local base path, for use with ResourceLoaderFileModule
includes/resourceloader/ResourceLoaderLanguageDataModule.php [code]Resource loader module for populating language specific data
includes/resourceloader/ResourceLoaderLanguageNamesModule.php [code]Resource loader module for providing language names
includes/resourceloader/ResourceLoaderModule.php [code]Abstraction for resource loader modules
includes/resourceloader/ResourceLoaderNoscriptModule.php [code]Resource loader for site customizations for users without JavaScript enabled
includes/resourceloader/ResourceLoaderSiteModule.php [code]Resource loader module for site customizations
includes/resourceloader/ResourceLoaderStartUpModule.php [code]Module for resource loader initialization
includes/resourceloader/ResourceLoaderUserCSSPrefsModule.php [code]Resource loader module for user preference customizations
includes/resourceloader/ResourceLoaderUserGroupsModule.php [code]Resource loader module for user customizations
includes/resourceloader/ResourceLoaderUserModule.php [code]Resource loader module for user customizations
includes/resourceloader/ResourceLoaderUserOptionsModule.php [code]Resource loader module for user preference customizations
includes/resourceloader/ResourceLoaderUserTokensModule.php [code]Resource loader module for user tokens
includes/resourceloader/ResourceLoaderWikiModule.php [code]Abstraction for resource loader modules which pull from wiki pages
includes/revisiondelete/RevDelArchivedFileItem.php [code]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
includes/revisiondelete/RevDelArchivedFileList.php [code]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
includes/revisiondelete/RevDelArchivedRevisionItem.php [code]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
includes/revisiondelete/RevDelArchiveItem.php [code]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
includes/revisiondelete/RevDelArchiveList.php [code]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
includes/revisiondelete/RevDelFileItem.php [code]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
includes/revisiondelete/RevDelFileList.php [code]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
includes/revisiondelete/RevDelItem.php [code]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
includes/revisiondelete/RevDelList.php [code]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
includes/revisiondelete/RevDelLogItem.php [code]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
includes/revisiondelete/RevDelLogList.php [code]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
includes/revisiondelete/RevDelRevisionItem.php [code]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
includes/revisiondelete/RevDelRevisionList.php [code]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
includes/revisiondelete/RevisionDeleter.php [code]Revision/log/file deletion backend
includes/revisiondelete/RevisionDeleteUser.php [code]Backend functions for suppressing and unsuppressing all references to a given user
includes/search/SearchDatabase.php [code]Database search engine
includes/search/SearchEngine.php [code]Basic search engine
includes/search/SearchHighlighter.php [code]Basic search engine highlighting
includes/search/SearchMssql.php [code]Mssql search engine
includes/search/SearchMySQL.php [code]MySQL search engine
includes/search/SearchOracle.php [code]Oracle search engine
includes/search/SearchPostgres.php [code]PostgreSQL search engine
includes/search/SearchResult.php [code]Search engine result
includes/search/SearchResultSet.php [code]Search result sets
includes/search/SearchSqlite.php [code]SQLite search backend, based upon SearchMysql
includes/site/MediaWikiSite.php [code]Class representing a MediaWiki site
includes/site/Site.php [code]Represents a single site
includes/site/SiteList.php [code]Collection of Site objects
includes/site/SiteSQLStore.php [code]Represents the site configuration of a wiki
includes/site/SiteStore.php [code]Interface for service objects providing a storage interface for Site objects
includes/skins/Skin.php [code]Base class for all skins
includes/skins/SkinException.php [code]Copyright 2014
includes/skins/SkinFactory.php [code]Copyright 2014
includes/skins/SkinFallback.php [code]Skin file for the fallback skin
includes/skins/SkinFallbackTemplate.php [code]Skin template for the fallback skin
includes/skins/SkinTemplate.php [code]Base class for template-based skins
includes/specialpage/ChangesListSpecialPage.php [code]Special page which uses a ChangesList to show query results
includes/specialpage/FormSpecialPage.php [code]Special page which uses an HTMLForm to handle processing
includes/specialpage/ImageQueryPage.php [code]Variant of QueryPage which uses a gallery to output results
includes/specialpage/IncludableSpecialPage.php [code]Shortcut to construct an includable special page
includes/specialpage/PageQueryPage.php [code]Variant of QueryPage which formats the result as a simple link to the page
includes/specialpage/QueryPage.php [code]Base code for "query" special pages
includes/specialpage/RedirectSpecialPage.php [code]Shortcuts to construct a special page alias
includes/specialpage/SpecialPage.php [code]Parent class for all special pages
includes/specialpage/SpecialPageFactory.php [code]Factory for handling the special page list and generating SpecialPage objects
includes/specialpage/UnlistedSpecialPage.php [code]Shortcut to construct a special page which is unlisted by default
includes/specialpage/WantedQueryPage.php [code]Class definition for a wanted query page
includes/specials/SpecialActiveusers.php [code]Implements Special:Activeusers
includes/specials/SpecialAllMessages.php [code]Implements Special:Allmessages
includes/specials/SpecialAllPages.php [code]Implements Special:Allpages
includes/specials/SpecialAncientpages.php [code]Implements Special:Ancientpages
includes/specials/SpecialBlankpage.php [code]Implements Special:Blankpage
includes/specials/SpecialBlock.php [code]Implements Special:Block
includes/specials/SpecialBlockList.php [code]Implements Special:BlockList
includes/specials/SpecialBooksources.php [code]Implements Special:Booksources
includes/specials/SpecialBrokenRedirects.php [code]Implements Special:Brokenredirects
includes/specials/SpecialCachedPage.php [code]Abstract special page class with scaffolding for caching HTML and other values in a single blob
includes/specials/SpecialCategories.php [code]Implements Special:Categories
includes/specials/SpecialChangeEmail.php [code]Implements Special:ChangeEmail
includes/specials/SpecialChangePassword.php [code]Implements Special:ChangePassword
includes/specials/SpecialComparePages.php [code]Implements Special:ComparePages
includes/specials/SpecialConfirmemail.php [code]Implements Special:Confirmemail and Special:Invalidateemail
includes/specials/SpecialContributions.php [code]Implements Special:Contributions
includes/specials/SpecialCreateAccount.php [code]Redirect page: Special:CreateAccount --> Special:UserLogin/signup
includes/specials/SpecialDeadendpages.php [code]Implements Special:Deadenpages
includes/specials/SpecialDeletedContributions.php [code]Implements Special:DeletedContributions
includes/specials/SpecialDiff.php [code]Redirect from Special:Diff/### to index.php?diff=### and from Special:Diff/###/### to index.php?oldid=###&diff=###
includes/specials/SpecialDoubleRedirects.php [code]Implements Special:DoubleRedirects
includes/specials/SpecialEditWatchlist.php [code]Implements Special:EditWatchlist
includes/specials/SpecialEmailuser.php [code]Implements Special:Emailuser
includes/specials/SpecialExpandTemplates.php [code]Implements Special:ExpandTemplates
includes/specials/SpecialExport.php [code]Implements Special:Export
includes/specials/SpecialFewestrevisions.php [code]Implements Special:Fewestrevisions
includes/specials/SpecialFileDuplicateSearch.php [code]Implements Special:FileDuplicateSearch
includes/specials/SpecialFilepath.php [code]Implements Special:Filepath
includes/specials/SpecialImport.php [code]Implements Special:Import
includes/specials/SpecialJavaScriptTest.php [code]Implements Special:JavaScriptTest
includes/specials/SpecialLinkSearch.php [code]Implements Special:LinkSearch
includes/specials/SpecialListDuplicatedFiles.php [code]Implements Special:ListDuplicatedFiles
includes/specials/SpecialListfiles.php [code]Implements Special:Listfiles
includes/specials/SpecialListgrouprights.php [code]Implements Special:Listgrouprights
includes/specials/SpecialListredirects.php [code]Implements Special:Listredirects
includes/specials/SpecialListusers.php [code]Implements Special:Listusers
includes/specials/SpecialLockdb.php [code]Implements Special:Lockdb
includes/specials/SpecialLog.php [code]Implements Special:Log
includes/specials/SpecialLonelypages.php [code]Implements Special:Lonelypaages
includes/specials/SpecialLongpages.php [code]Implements Special:Longpages
includes/specials/SpecialMediaStatistics.php [code]Implements Special:MediaStatistics
includes/specials/SpecialMergeHistory.php [code]Implements Special:MergeHistory
includes/specials/SpecialMIMEsearch.php [code]Implements Special:MIMESearch
includes/specials/SpecialMostcategories.php [code]Implements Special:Mostcategories
includes/specials/SpecialMostimages.php [code]Implements Special:Mostimages
includes/specials/SpecialMostinterwikis.php [code]Implements Special:Mostinterwikis
includes/specials/SpecialMostlinked.php [code]Implements Special:Mostlinked
includes/specials/SpecialMostlinkedcategories.php [code]Implements Special:Mostlinkedcategories
includes/specials/SpecialMostlinkedtemplates.php [code]Implements Special:Mostlinkedtemplates
includes/specials/SpecialMostrevisions.php [code]Implements Special:Mostrevisions
includes/specials/SpecialMovepage.php [code]Implements Special:Movepage
includes/specials/SpecialMyLanguage.php [code]Implements Special:MyLanguage
includes/specials/SpecialMyRedirectPages.php [code]Special pages that are used to get user independent links pointing to current user's pages (user page, talk page, contributions, etc.)
includes/specials/SpecialNewimages.php [code]Implements Special:Newimages
includes/specials/SpecialNewpages.php [code]Implements Special:Newpages
includes/specials/SpecialPageLanguage.php [code]Implements Special:PageLanguage
includes/specials/SpecialPagesWithProp.php [code]Implements Special:PagesWithProp
includes/specials/SpecialPasswordReset.php [code]Implements Special:PasswordReset
includes/specials/SpecialPermanentLink.php [code]Redirect from Special:PermanentLink/### to index.php?oldid=###
includes/specials/SpecialPopularpages.php [code]Implements Special:PopularPages
includes/specials/SpecialPreferences.php [code]Implements Special:Preferences
includes/specials/SpecialPrefixindex.php [code]Implements Special:Prefixindex
includes/specials/SpecialProtectedpages.php [code]Implements Special:Protectedpages
includes/specials/SpecialProtectedtitles.php [code]Implements Special:Protectedtitles
includes/specials/SpecialRandomInCategory.php [code]Implements Special:RandomInCategory
includes/specials/SpecialRandompage.php [code]Implements Special:Randompage
includes/specials/SpecialRandomredirect.php [code]Implements Special:Randomredirect
includes/specials/SpecialRecentchanges.php [code]Implements Special:Recentchanges
includes/specials/SpecialRecentchangeslinked.php [code]Implements Special:Recentchangeslinked
includes/specials/SpecialRedirect.php [code]Implements Special:Redirect
includes/specials/SpecialResetTokens.php [code]Implements Special:ResetTokens
includes/specials/SpecialRevisiondelete.php [code]Implements Special:Revisiondelete
includes/specials/SpecialRunJobs.php [code]Implements Special:RunJobs
includes/specials/SpecialSearch.php [code]Implements Special:Search
includes/specials/SpecialShortpages.php [code]Implements Special:Shortpages
includes/specials/SpecialSpecialpages.php [code]Implements Special:Specialpages
includes/specials/SpecialStatistics.php [code]Implements Special:Statistics
includes/specials/SpecialTags.php [code]Implements Special:Tags
includes/specials/SpecialTrackingCategories.php [code]Implements Special:TrackingCategories
includes/specials/SpecialUnblock.php [code]Implements Special:Unblock
includes/specials/SpecialUncategorizedcategories.php [code]Implements Special:Uncategorizedcategories
includes/specials/SpecialUncategorizedimages.php [code]Implements Special:Uncategorizedimages
includes/specials/SpecialUncategorizedpages.php [code]Implements Special:Uncategorizedpages
includes/specials/SpecialUncategorizedtemplates.php [code]Implements Special:Uncategorizedtemplates
includes/specials/SpecialUndelete.php [code]Implements Special:Undelete
includes/specials/SpecialUnlockdb.php [code]Implements Special:Unlockdb
includes/specials/SpecialUnusedcategories.php [code]Implements Special:Unusedcategories
includes/specials/SpecialUnusedimages.php [code]Implements Special:Unusedimages
includes/specials/SpecialUnusedtemplates.php [code]Implements Special:Unusedtemplates
includes/specials/SpecialUnwatchedpages.php [code]Implements Special:Unwatchedpages
includes/specials/SpecialUpload.php [code]Implements Special:Upload
includes/specials/SpecialUploadStash.php [code]Implements Special:UploadStash
includes/specials/SpecialUserlogin.php [code]Implements Special:UserLogin
includes/specials/SpecialUserlogout.php [code]Implements Special:Userlogout
includes/specials/SpecialUserrights.php [code]Implements Special:Userrights
includes/specials/SpecialVersion.php [code]Implements Special:Version
includes/specials/SpecialWantedcategories.php [code]Implements Special:Wantedcategories
includes/specials/SpecialWantedfiles.php [code]Implements Special:Wantedfiles
includes/specials/SpecialWantedpages.php [code]Implements Special:Wantedpages
includes/specials/SpecialWantedtemplates.php [code]Implements Special:Wantedtemplates
includes/specials/SpecialWatchlist.php [code]Implements Special:Watchlist
includes/specials/SpecialWhatlinkshere.php [code]Implements Special:Whatlinkshere
includes/specials/SpecialWithoutinterwiki.php [code]Implements Special:Withoutinterwiki
includes/templates/NoLocalSettings.php [code]Template used when there is no LocalSettings.php file
includes/templates/Usercreate.php [code]Html form for account creation (since 1.22 with VForm appearance)
includes/templates/Userlogin.php [code]Html form for user login (since 1.22 with VForm appearance)
includes/title/MalformedTitleException.php [code]Representation of a page title within MediaWiki
includes/title/MediaWikiPageLinkRenderer.php [code]A service for generating links from page titles
includes/title/MediaWikiTitleCodec.php [code]A codec for MediaWiki page titles
includes/title/PageLinkRenderer.php [code]Represents a link rendering service for MediaWiki
includes/title/TitleFormatter.php [code]A title formatter service for MediaWiki
includes/title/TitleParser.php [code]A title parser service for MediaWiki
includes/title/TitleValue.php [code]Representation of a page title within MediaWiki
includes/upload/UploadBase.php [code]Base class for the backend of file upload
includes/upload/UploadFromChunks.php [code]Backend for uploading files from chunks
includes/upload/UploadFromFile.php [code]Backend for regular file upload
includes/upload/UploadFromStash.php [code]Backend for uploading files from previously stored file
includes/upload/UploadFromUrl.php [code]Backend for uploading files from a HTTP resource
includes/upload/UploadStash.php [code]Temporary storage for uploaded files
includes/utils/ArrayUtils.php [code]Methods to play with arrays
includes/utils/Cdb.php [code]Native CDB file reader and writer
includes/utils/CdbDBA.php [code]DBA-based CDB reader/writer
includes/utils/CdbPHP.php [code]This is a port of D.J
includes/utils/IP.php [code]Functions and constants to play with IP addresses and ranges
includes/utils/MWCryptHKDF.php [code]Extract-and-Expand Key Derivation Function (HKDF)
includes/utils/MWCryptRand.php [code]A cryptographic random generator class used for generating secret keys
includes/utils/MWFunction.php [code]Helper methods to call functions and instance objects
includes/utils/README [code]
includes/utils/StringUtils.php [code]Methods to play with strings
includes/utils/UIDGenerator.php [code]This file deals with UID generation
includes/utils/ZipDirectoryReader.php [code]ZIP file directories reader, for the purposes of upload verification
languages/ConverterRule.php [code]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
languages/FakeConverter.php [code]Internationalisation code
languages/Language.php [code]Internationalisation code
languages/LanguageConverter.php [code]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
languages/Names.php [code]Language names
languages/classes/LanguageAr.php [code]Arabic (العربية) specific code
languages/classes/LanguageAz.php [code]Azerbaijani (Azərbaycan) specific code
languages/classes/LanguageBe_tarask.php [code]Belarusian in Taraškievica orthography (Беларуская тарашкевіца) specific code
languages/classes/LanguageBg.php [code]Bulgarian (Български) specific code
languages/classes/LanguageBs.php [code]Bosnian (bosanski) specific code
languages/classes/LanguageCu.php [code]Old Church Slavonic (Ѩзыкъ словѣньскъ) specific code
languages/classes/LanguageDsb.php [code]Lower Sorbian (Dolnoserbski) specific code
languages/classes/LanguageEo.php [code]Esperanto (Esperanto) specific code
languages/classes/LanguageEs.php [code]Spanish (español) specific code
languages/classes/LanguageEt.php [code]Estonian (Eesti) specific code
languages/classes/LanguageFi.php [code]Finnish (Suomi) specific code
languages/classes/LanguageGa.php [code]Irish (Gaeilge) specific code
languages/classes/LanguageGan.php [code]Gan Chinese specific code
languages/classes/LanguageHe.php [code]Hebrew (עברית) specific code
languages/classes/LanguageHsb.php [code]Upper Sorbian (Hornjoserbsce) specific code
languages/classes/LanguageHu.php [code]Hungarian (magyar) specific code
languages/classes/LanguageHy.php [code]Armenian (Հայերեն) specific code
languages/classes/LanguageIu.php [code]Inuktitut specific code
languages/classes/LanguageJa.php [code]Japanese (日本語) specific code
languages/classes/LanguageKaa.php [code]Karakalpak (Qaraqalpaqsha) specific code
languages/classes/LanguageKk.php [code]Kazakh (Қазақша) specific code
languages/classes/LanguageKk_cyrl.php [code]Kazakh (Қазақша) specific code
languages/classes/LanguageKm.php [code]Kazakh (Қазақша) specific code
languages/classes/LanguageKsh.php [code]Ripuarian (Ripoarėsh) specific code
languages/classes/LanguageKu.php [code]Kurdish specific code
languages/classes/LanguageKu_ku.php [code]Kurdish specific code
languages/classes/LanguageLa.php [code]Latin (lingua Latina) specific code
languages/classes/LanguageMl.php [code]Malayalam (മലയാളം) specific code
languages/classes/LanguageMy.php [code]Burmese (Myanmasa) specific code
languages/classes/LanguageOs.php [code]Ossetian (Ирон) specific code
languages/classes/LanguagePl.php [code]Polish (polski) specific code
languages/classes/LanguageQqx.php [code]Dummy language that return the message names
languages/classes/LanguageRu.php [code]Russian (русский язык) specific code
languages/classes/LanguageShi.php [code]Shilha specific code
languages/classes/LanguageSl.php [code]Slovenian (Slovenščina) specific code
languages/classes/LanguageSr.php [code]Serbian (Српски / Srpski) specific code
languages/classes/LanguageTg.php [code]Tajik (Тоҷикӣ) specific code
languages/classes/LanguageTr.php [code]Turkish (Türkçe) specific code
languages/classes/LanguageTyv.php [code]Tyvan (Тыва дыл) specific code
languages/classes/LanguageUk.php [code]Ukrainian (українська мова) specific code
languages/classes/LanguageUz.php [code]Uzbek specific code
languages/classes/LanguageWa.php [code]Walloon (Walon) specific code
languages/classes/LanguageYue.php [code]Cantonese (粵語) specific code
languages/classes/LanguageZh.php [code]Chinese specific code
languages/classes/LanguageZh_hans.php [code]Simplified Chinese specific code
languages/messages/MessagesAb.php [code]Abkhazian (Аҧсшәа)
languages/messages/MessagesAce.php [code]Achinese (Acèh)
languages/messages/MessagesAeb.php [code]Tunisian Spoken Arabic ( زَوُن)
languages/messages/MessagesAf.php [code]Afrikaans (Afrikaans)
languages/messages/MessagesAk.php [code]Akan (Akan)
languages/messages/MessagesAln.php [code]Gheg Albanian (Gegë)
languages/messages/MessagesAm.php [code]Amharic (አማርኛ)
languages/messages/MessagesAn.php [code]Aragonese (aragonés)
languages/messages/MessagesAng.php [code]Old English (Ænglisc)
languages/messages/MessagesAnp.php [code]Angika (अङ्गिका)
languages/messages/MessagesAr.php [code]Arabic (العربية)
languages/messages/MessagesArc.php [code]Aramaic (ܐܪܡܝܐ)
languages/messages/MessagesArn.php [code]Mapuche (mapudungun)
languages/messages/MessagesArq.php [code]Algerian Spoken Arabic (جزائري)
languages/messages/MessagesArz.php [code]Egyptian Spoken Arabic (مصرى)
languages/messages/MessagesAs.php [code]Assamese (অসমীয়া)
languages/messages/MessagesAst.php [code]Asturian (asturianu)
languages/messages/MessagesAv.php [code]Avaric (авар)
languages/messages/MessagesAvk.php [code]Kotava (Kotava)
languages/messages/MessagesAy.php [code]Aymara (Aymar aru)
languages/messages/MessagesAz.php [code]Azerbaijani (azərbaycanca)
languages/messages/MessagesAzb.php [code]South Azerbaijani (تورکجه)
languages/messages/MessagesBa.php [code]Bashkir (башҡортса)
languages/messages/MessagesBar.php [code]Bavarian (Boarisch)
languages/messages/MessagesBbc.php [code]Batak Toba (Batak Toba)
languages/messages/MessagesBbc_latn.php [code]Batak Toba (Batak Toba)
languages/messages/MessagesBcc.php [code]Southern Balochi (بلوچی مکرانی)
languages/messages/MessagesBcl.php [code]Bikol Central (Bikol Central)
languages/messages/MessagesBe.php [code]Belarusian (беларуская)
languages/messages/MessagesBe_tarask.php [code]Belarusian (Taraškievica orthography) (беларуская (тарашкевіца)‎)
languages/messages/MessagesBg.php [code]Bulgarian (български)
languages/messages/MessagesBh.php [code]Bihari (भोजपुरी)
languages/messages/MessagesBho.php [code]Bhojpuri (भोजपुरी)
languages/messages/MessagesBjn.php [code]Banjar (Bahasa Banjar)
languages/messages/MessagesBm.php [code]Bambara (bamanankan)
languages/messages/MessagesBn.php [code]Bengali (বাংলা)
languages/messages/MessagesBo.php [code]Tibetan (བོད་ཡིག)
languages/messages/MessagesBpy.php [code]Bishnupria Manipuri (বিষ্ণুপ্রিয়া মণিপুরী)
languages/messages/MessagesBqi.php [code]Bakhtiari (بختياري)
languages/messages/MessagesBr.php [code]Breton (brezhoneg)
languages/messages/MessagesBs.php [code]Bosnian (bosanski)
languages/messages/MessagesBug.php [code]Buginese (ᨅᨔ ᨕᨘᨁᨗ)
languages/messages/MessagesBxr.php [code]буряад (буряад)
languages/messages/MessagesCa.php [code]Catalan (català)
languages/messages/MessagesCbk_zam.php [code]Chavacano de Zamboanga (Chavacano de Zamboanga)
languages/messages/MessagesCdo.php [code]Min Dong Chinese (Mìng-dĕ̤ng-ngṳ̄)
languages/messages/MessagesCe.php [code]Chechen (нохчийн)
languages/messages/MessagesCeb.php [code]Cebuano (Cebuano)
languages/messages/MessagesCh.php [code]Chamorro (Chamoru)
languages/messages/MessagesCkb.php [code]Sorani Kurdish (کوردی)
languages/messages/MessagesCo.php [code]Corsican (corsu)
languages/messages/MessagesCrh.php [code]Crimean Turkish (Qırımtatarca)
languages/messages/MessagesCrh_cyrl.php [code]Crimean Turkish (Cyrillic script) (къырымтатарджа (Кирилл)‎)
languages/messages/MessagesCrh_latn.php [code]Crimean Turkish (Latin script) (qırımtatarca (Latin)‎)
languages/messages/MessagesCs.php [code]Czech (čeština)
languages/messages/MessagesCsb.php [code]Kashubian (kaszëbsczi)
languages/messages/MessagesCu.php [code]Church Slavic (словѣньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ)
languages/messages/MessagesCv.php [code]Chuvash (Чӑвашла)
languages/messages/MessagesCy.php [code]Welsh (Cymraeg)
languages/messages/MessagesDa.php [code]Danish (dansk)
languages/messages/MessagesDe.php [code]German (Deutsch)
languages/messages/MessagesDe_at.php [code]Austrian German (Österreichisches Deutsch)
languages/messages/MessagesDe_ch.php [code]Swiss High German (Schweizer Hochdeutsch)
languages/messages/MessagesDe_formal.php [code]German (formal address) (Deutsch (Sie-Form)‎)
languages/messages/MessagesDiq.php [code]Zazaki (Zazaki)
languages/messages/MessagesDsb.php [code]Lower Sorbian (dolnoserbski)
languages/messages/MessagesDtp.php [code]Central Dusun (Dusun Bundu-liwan)
languages/messages/MessagesDv.php [code]Divehi (ދިވެހިބަސް)
languages/messages/MessagesDz.php [code]Dzongkha (ཇོང་ཁ)
languages/messages/MessagesEgl.php [code]Emiliàn (Emiliàn)
languages/messages/MessagesEl.php [code]Greek (Ελληνικά)
languages/messages/MessagesEml.php [code]Emiliano-Romagnolo (emiliàn e rumagnòl)
languages/messages/MessagesEn.php [code]
languages/messages/MessagesEn_gb.php [code]British English (British English)
languages/messages/MessagesEn_rtl.php [code]To improve a translation please visit https://translatewiki.net
languages/messages/MessagesEo.php [code]Esperanto (Esperanto)
languages/messages/MessagesEs.php [code]Spanish (español)
languages/messages/MessagesEt.php [code]Estonian (eesti)
languages/messages/MessagesEu.php [code]Basque (euskara)
languages/messages/MessagesExt.php [code]Extremaduran (estremeñu)
languages/messages/MessagesFa.php [code]Persian (فارسی)
languages/messages/MessagesFf.php [code]Fulah (Fulfulde)
languages/messages/MessagesFi.php [code]Finnish (suomi)
languages/messages/MessagesFit.php [code]Meänkieli (meänkieli)
languages/messages/MessagesFo.php [code]Faroese (føroyskt)
languages/messages/MessagesFr.php [code]French (français)
languages/messages/MessagesFrc.php [code]Cajun French (français cadien)
languages/messages/MessagesFrp.php [code]Franco-Provençal (arpetan)
languages/messages/MessagesFrr.php [code]Northern Frisian (Nordfriisk)
languages/messages/MessagesFur.php [code]Friulian (furlan)
languages/messages/MessagesFy.php [code]Western Frisian (Frysk)
languages/messages/MessagesGa.php [code]Irish (Gaeilge)
languages/messages/MessagesGag.php [code]Gagauz (Gagauz)
languages/messages/MessagesGan.php [code]Gan (贛語)
languages/messages/MessagesGan_hans.php [code]Simplified Gan script (赣语(简体)‎)
languages/messages/MessagesGan_hant.php [code]Traditional Gan script (贛語(繁體)‎)
languages/messages/MessagesGd.php [code]Scottish Gaelic (Gàidhlig)
languages/messages/MessagesGl.php [code]Galician (galego)
languages/messages/MessagesGlk.php [code]Gilaki (گیلکی)
languages/messages/MessagesGn.php [code]Guarani (Avañe'ẽ)
languages/messages/MessagesGot.php [code]Gothic (Gothic)
languages/messages/MessagesGrc.php [code]Ancient Greek (Ἀρχαία ἑλληνικὴ)
languages/messages/MessagesGsw.php [code]Swiss German (Alemannisch)
languages/messages/MessagesGu.php [code]Gujarati (ગુજરાતી)
languages/messages/MessagesGv.php [code]Manx (Gaelg)
languages/messages/MessagesHak.php [code]Hakka (客家語/Hak-kâ-ngî)
languages/messages/MessagesHaw.php [code]Hawaiian (Hawai`i)
languages/messages/MessagesHe.php [code]Hebrew (עברית)
languages/messages/MessagesHi.php [code]Hindi (हिन्दी)
languages/messages/MessagesHif.php [code]Fiji Hindi (Fiji Hindi/फ़ीजी हिन्दी)
languages/messages/MessagesHif_latn.php [code]Fiji Hindi (Latin script) (Fiji Hindi)
languages/messages/MessagesHr.php [code]Croatian (hrvatski)
languages/messages/MessagesHrx.php [code]Hunsrik (Hunsrik)
languages/messages/MessagesHsb.php [code]Upper Sorbian (hornjoserbsce)
languages/messages/MessagesHt.php [code]Haitian (Kreyòl ayisyen)
languages/messages/MessagesHu.php [code]Hungarian (magyar)
languages/messages/MessagesHy.php [code]Armenian (Հայերեն)
languages/messages/MessagesIa.php [code]Interlingua (interlingua)
languages/messages/MessagesId.php [code]Indonesian (Bahasa Indonesia)
languages/messages/MessagesIe.php [code]Interlingue (Interlingue)
languages/messages/MessagesIg.php [code]Igbo (Igbo)
languages/messages/MessagesIi.php [code]Sichuan Yi (ꆇꉙ)
languages/messages/MessagesIlo.php [code]Iloko (Ilokano)
languages/messages/MessagesInh.php [code]Ingush (ГӀалгӀай)
languages/messages/MessagesIo.php [code]Ido (Ido)
languages/messages/MessagesIs.php [code]Icelandic (íslenska)
languages/messages/MessagesIt.php [code]Italian (italiano)
languages/messages/MessagesIu.php [code]Inuktitut (ᐃᓄᒃᑎᑐᑦ/inuktitut)
languages/messages/MessagesJa.php [code]Japanese (日本語)
languages/messages/MessagesJut.php [code]Jutish (jysk)
languages/messages/MessagesJv.php [code]Javanese (Basa Jawa)
languages/messages/MessagesKa.php [code]Georgian (ქართული)
languages/messages/MessagesKaa.php [code]Kara-Kalpak (Qaraqalpaqsha)
languages/messages/MessagesKab.php [code]Kabyle (Taqbaylit)
languages/messages/MessagesKbd.php [code]Kabardian
languages/messages/MessagesKbd_cyrl.php [code]Адыгэбзэ (Адыгэбзэ)
languages/messages/MessagesKg.php [code]Kongo (Kongo)
languages/messages/MessagesKhw.php [code]Khowar (کھوار)
languages/messages/MessagesKiu.php [code]Kirmanjki (Kırmancki)
languages/messages/MessagesKk.php [code]Kazakh (қазақша)
languages/messages/MessagesKk_arab.php [code]Kazakh (Arabic script) (قازاقشا (تٴوتە)‏)
languages/messages/MessagesKk_cn.php [code]Kazakh (China) (‫قازاقشا (جۇنگو)‬)
languages/messages/MessagesKk_cyrl.php [code]Kazakh (Cyrillic script) (қазақша (кирил)‎)
languages/messages/MessagesKk_kz.php [code]Kazakh (Kazakhstan) (‪Қазақша (Қазақстан)‬)
languages/messages/MessagesKk_latn.php [code]Kazakh (Latin script) (qazaqşa (latın)‎)
languages/messages/MessagesKk_tr.php [code]Kazakh (Turkey) (‪Qazaqşa (Türkïya)‬)
languages/messages/MessagesKl.php [code]Kalaallisut (kalaallisut)
languages/messages/MessagesKm.php [code]Khmer (ភាសាខ្មែរ)
languages/messages/MessagesKn.php [code]Kannada (ಕನ್ನಡ)
languages/messages/MessagesKo.php [code]Korean (한국어)
languages/messages/MessagesKo_kp.php [code]Korean (한국어(조선))
languages/messages/MessagesKoi.php [code]Komi-Permyak (Перем Коми)
languages/messages/MessagesKrc.php [code]Karachay-Balkar (къарачай-малкъар)
languages/messages/MessagesKs.php [code]Kashmiri (कॉशुर / کٲشُر)
languages/messages/MessagesKs_arab.php [code]Kashmiri (Arabic script) (کٲشُر)
languages/messages/MessagesKs_deva.php [code]Kashmiri (Devanagari script) (कॉशुर)
languages/messages/MessagesKsh.php [code]Colognian (Ripoarisch)
languages/messages/MessagesKu.php [code]Kurdish (Kurdî / كوردی)
languages/messages/MessagesKu_arab.php [code]كوردي (عەرەبی)‏ (كوردي (عەرەبی)‏)
languages/messages/MessagesKu_latn.php [code]Kurdish (Latin script) (Kurdî (latînî)‎)
languages/messages/MessagesKv.php [code]Komi (коми)
languages/messages/MessagesKw.php [code]Cornish (kernowek)
languages/messages/MessagesKy.php [code]Kyrgyz (Кыргызча)
languages/messages/MessagesLa.php [code]Latin (Latina)
languages/messages/MessagesLad.php [code]Ladino (Ladino)
languages/messages/MessagesLb.php [code]Luxembourgish (Lëtzebuergesch)
languages/messages/MessagesLbe.php [code]лакку (лакку)
languages/messages/MessagesLez.php [code]Lezghian (лезги)
languages/messages/MessagesLfn.php [code]Lingua Franca Nova (Lingua Franca Nova)
languages/messages/MessagesLi.php [code]Limburgish (Limburgs)
languages/messages/MessagesLij.php [code]Ligure (Ligure)
languages/messages/MessagesLiv.php [code]Līvõ kēļ (Līvõ kēļ)
languages/messages/MessagesLmo.php [code]Lumbaart (lumbaart)
languages/messages/MessagesLn.php [code]Lingala (lingála)
languages/messages/MessagesLo.php [code]Lao (ລາວ)
languages/messages/MessagesLrc.php [code]لوری (لوری)
languages/messages/MessagesLt.php [code]Lithuanian (lietuvių)
languages/messages/MessagesLtg.php [code]Latgalian (latgaļu)
languages/messages/MessagesLv.php [code]Latvian (latviešu)
languages/messages/MessagesLzh.php [code]Literary Chinese (文言)
languages/messages/MessagesLzz.php [code]Lazuri (Lazuri)
languages/messages/MessagesMai.php [code]Maithili (मैथिली)
languages/messages/MessagesMap_bms.php [code]Basa Banyumasan (Basa Banyumasan)
languages/messages/MessagesMdf.php [code]Moksha (мокшень)
languages/messages/MessagesMg.php [code]Malagasy (Malagasy)
languages/messages/MessagesMhr.php [code]Eastern Mari (олык марий)
languages/messages/MessagesMin.php [code]Minangkabau (Baso Minangkabau)
languages/messages/MessagesMk.php [code]Macedonian (македонски)
languages/messages/MessagesMl.php [code]Malayalam (മലയാളം)
languages/messages/MessagesMn.php [code]Mongolian (монгол)
languages/messages/MessagesMo.php [code]Moldavian (молдовеняскэ)
languages/messages/MessagesMr.php [code]Marathi (मराठी)
languages/messages/MessagesMrj.php [code]Hill Mari (кырык мары)
languages/messages/MessagesMs.php [code]Malay (Bahasa Melayu)
languages/messages/MessagesMt.php [code]Maltese (Malti)
languages/messages/MessagesMwl.php [code]Mirandese (Mirandés)
languages/messages/MessagesMy.php [code]Burmese (မြန်မာဘာသာ)
languages/messages/MessagesMyv.php [code]Erzya (эрзянь)
languages/messages/MessagesMzn.php [code]Mazanderani (مازِرونی)
languages/messages/MessagesNah.php [code]Nāhuatl (Nāhuatl)
languages/messages/MessagesNan.php [code]Min Nan Chinese (Bân-lâm-gú)
languages/messages/MessagesNap.php [code]Neapolitan (Napulitano)
languages/messages/MessagesNb.php [code]Norwegian Bokmål (norsk bokmål)
languages/messages/MessagesNds.php [code]Low German (Plattdüütsch)
languages/messages/MessagesNds_nl.php [code]Low Saxon (Netherlands) (Nedersaksies)
languages/messages/MessagesNe.php [code]Nepali (नेपाली)
languages/messages/MessagesNew.php [code]Newari (नेपाल भाषा)
languages/messages/MessagesNl.php [code]Dutch (Nederlands)
languages/messages/MessagesNl_informal.php [code]Nederlands (informeel)‎ (Nederlands (informeel)‎)
languages/messages/MessagesNn.php [code]Norwegian Nynorsk (norsk nynorsk)
languages/messages/MessagesNso.php [code]Northern Sotho (Sesotho sa Leboa)
languages/messages/MessagesNv.php [code]Navajo (Diné bizaad)
languages/messages/MessagesOc.php [code]Occitan (occitan)
languages/messages/MessagesOr.php [code]Oriya (ଓଡ଼ିଆ)
languages/messages/MessagesOs.php [code]Ossetic (Ирон)
languages/messages/MessagesPa.php [code]Punjabi (ਪੰਜਾਬੀ)
languages/messages/MessagesPcd.php [code]Picard (Picard)
languages/messages/MessagesPdc.php [code]Deitsch (Deitsch)
languages/messages/MessagesPdt.php [code]Plautdietsch (Plautdietsch)
languages/messages/MessagesPfl.php [code]Pälzisch (Pälzisch)
languages/messages/MessagesPi.php [code]Pali (पालि)
languages/messages/MessagesPl.php [code]Polish (polski)
languages/messages/MessagesPms.php [code]Piedmontese (Piemontèis)
languages/messages/MessagesPnb.php [code]Western Punjabi (پنجابی)
languages/messages/MessagesPnt.php [code]Pontic (Ποντιακά)
languages/messages/MessagesPs.php [code]Pashto (پښتو)
languages/messages/MessagesPt.php [code]Portuguese (português)
languages/messages/MessagesPt_br.php [code]Brazilian Portuguese (português do Brasil)
languages/messages/MessagesQu.php [code]Quechua (Runa Simi)
languages/messages/MessagesQug.php [code]Runa shimi (Runa shimi)
languages/messages/MessagesRgn.php [code]Romagnol (Rumagnôl)
languages/messages/MessagesRm.php [code]Romansh (rumantsch)
languages/messages/MessagesRmy.php [code]Romani (Romani)
languages/messages/MessagesRo.php [code]Romanian (română)
languages/messages/MessagesRoa_tara.php [code]Tarandíne (tarandíne)
languages/messages/MessagesRu.php [code]Russian (русский)
languages/messages/MessagesRue.php [code]Rusyn (русиньскый)
languages/messages/MessagesRuq.php [code]Megleno-Romanian (Vlăheşte)
languages/messages/MessagesRuq_cyrl.php [code]Megleno-Romanian (Cyrillic script) (Влахесте)
languages/messages/MessagesRuq_latn.php [code]Megleno-Romanian (Latin script) (Vlăheşte)
languages/messages/MessagesSa.php [code]Sanskrit (संस्कृतम्)
languages/messages/MessagesSah.php [code]Sakha (саха тыла)
languages/messages/MessagesSc.php [code]Sardinian (sardu)
languages/messages/MessagesScn.php [code]Sicilian (sicilianu)
languages/messages/MessagesSd.php [code]Sindhi (سنڌي)
languages/messages/MessagesSdc.php [code]Sassaresu (Sassaresu)
languages/messages/MessagesSe.php [code]Northern Sami (sámegiella)
languages/messages/MessagesSg.php [code]Sango (Sängö)
languages/messages/MessagesSgs.php [code]Samogitian (žemaitėška)
languages/messages/MessagesSh.php [code]Serbo-Croatian (srpskohrvatski / српскохрватски)
languages/messages/MessagesSi.php [code]Sinhala (සිංහල)
languages/messages/MessagesSk.php [code]Slovak (slovenčina)
languages/messages/MessagesSl.php [code]Slovenian (slovenščina)
languages/messages/MessagesSli.php [code]Lower Silesian (Schläsch)
languages/messages/MessagesSq.php [code]Albanian (shqip)
languages/messages/MessagesSr.php [code]Serbian (српски / srpski)
languages/messages/MessagesSr_ec.php [code]Serbian (Cyrillic script) (српски (ћирилица)‎)
languages/messages/MessagesSr_el.php [code]Serbian (Latin script) (srpski (latinica)‎)
languages/messages/MessagesSrn.php [code]Sranan Tongo (Sranantongo)
languages/messages/MessagesStq.php [code]Seeltersk (Seeltersk)
languages/messages/MessagesSu.php [code]Sundanese (Basa Sunda)
languages/messages/MessagesSv.php [code]Swedish (svenska)
languages/messages/MessagesSw.php [code]Swahili (Kiswahili)
languages/messages/MessagesSzl.php [code]Silesian (ślůnski)
languages/messages/MessagesTa.php [code]Tamil (தமிழ்)
languages/messages/MessagesTcy.php [code]Tulu (ತುಳು)
languages/messages/MessagesTe.php [code]Telugu (తెలుగు)
languages/messages/MessagesTet.php [code]Tetum (tetun)
languages/messages/MessagesTg.php [code]Tajik (Тоҷикӣ)
languages/messages/MessagesTg_cyrl.php [code]Tajik (Cyrillic script) (тоҷикӣ)
languages/messages/MessagesTh.php [code]Thai (ไทย)
languages/messages/MessagesTk.php [code]Turkmen (Türkmençe)
languages/messages/MessagesTl.php [code]Tagalog (Tagalog)
languages/messages/MessagesTly.php [code]толышә зывон (толышә зывон)
languages/messages/MessagesTpi.php [code]Tok Pisin (Tok Pisin)
languages/messages/MessagesTr.php [code]Turkish (Türkçe)
languages/messages/MessagesTt.php [code]Tatar (татарча/tatarça)
languages/messages/MessagesTt_cyrl.php [code]Tatar (Cyrillic script) (татарча)
languages/messages/MessagesTt_latn.php [code]Tatar (Latin script) (tatarça)
languages/messages/MessagesTy.php [code]Tahitian (Reo Mā`ohi)
languages/messages/MessagesTyv.php [code]Tuvinian (тыва дыл)
languages/messages/MessagesUdm.php [code]Udmurt (удмурт)
languages/messages/MessagesUg.php [code]Uighur (Uyghurche‎ / ئۇيغۇرچە)
languages/messages/MessagesUg_arab.php [code]Uyghur (Arabic script) (ئۇيغۇرچە)
languages/messages/MessagesUk.php [code]Ukrainian (українська)
languages/messages/MessagesUr.php [code]Urdu (اردو)
languages/messages/MessagesUz.php [code]Uzbek (oʻzbekcha)
languages/messages/MessagesVec.php [code]Vèneto (vèneto)
languages/messages/MessagesVep.php [code]Veps (vepsän kel’)
languages/messages/MessagesVi.php [code]Vietnamese (Tiếng Việt)
languages/messages/MessagesVls.php [code]West-Vlams (West-Vlams)
languages/messages/MessagesVmf.php [code]Upper Franconian (Mainfränkisch)
languages/messages/MessagesVo.php [code]Volapük (Volapük)
languages/messages/MessagesVot.php [code]Votic (Vaďďa)
languages/messages/MessagesVro.php [code]Võro (Võro)
languages/messages/MessagesWa.php [code]Walloon (walon)
languages/messages/MessagesWar.php [code]Waray (Winaray)
languages/messages/MessagesWo.php [code]Wolof (Wolof)
languages/messages/MessagesWuu.php [code]Wu (吴语)
languages/messages/MessagesXal.php [code]Kalmyk (хальмг)
languages/messages/MessagesXmf.php [code]Mingrelian (მარგალური)
languages/messages/MessagesYi.php [code]Yiddish (ייִדיש)
languages/messages/MessagesYo.php [code]Yoruba (Yorùbá)
languages/messages/MessagesYue.php [code]Cantonese (粵語)
languages/messages/MessagesZa.php [code]Zhuang (Vahcuengh)
languages/messages/MessagesZea.php [code]Zeeuws (Zeêuws)
languages/messages/MessagesZh.php [code]Chinese (中文)
languages/messages/MessagesZh_cn.php [code]Chinese (China) (‪中文(中国大陆)‬)
languages/messages/MessagesZh_hans.php [code]Simplified Chinese (中文(简体)‎)
languages/messages/MessagesZh_hant.php [code]Traditional Chinese (中文(繁體)‎)
languages/messages/MessagesZh_hk.php [code]Chinese (Hong Kong) (‪中文(香港)‬)
languages/messages/MessagesZh_mo.php [code]‪Chinese (Macau) (‪中文(澳門)‬)
languages/messages/MessagesZh_my.php [code]‪Chinese (Malaysia)‬ (‪中文(马来西亚)‬)
languages/messages/MessagesZh_sg.php [code]Chinese (Singapore) (‪中文(新加坡)‬)
languages/messages/MessagesZh_tw.php [code]Chinese (Taiwan) (‪中文(台灣)‬)
languages/utils/CLDRPluralRuleConverter.php [code]
languages/utils/CLDRPluralRuleConverterExpression.php [code]
languages/utils/CLDRPluralRuleConverterFragment.php [code]
languages/utils/CLDRPluralRuleConverterOperator.php [code]
languages/utils/CLDRPluralRuleError.php [code]
languages/utils/CLDRPluralRuleEvaluator.php [code]Parse and evaluate a plural rule
languages/utils/CLDRPluralRuleEvaluatorRange.php [code]
maintenance/7zip.inc [code]7z stream wrapper
maintenance/attachLatest.php [code]Corrects wrong values in the `page_latest` field in the database
maintenance/backup.inc [code]Base classes for database dumpers
maintenance/backupPrefetch.inc [code]Helper class for the --prefetch option of dumpTextPass.php
maintenance/backupTextPass.inc [code]BackupDumper that postprocesses XML dumps from dumpBackup.php to add page text
maintenance/cdb.php [code]Cdb inspector tool
maintenance/changePassword.php [code]Change the password of a given user
maintenance/checkBadRedirects.php [code]Check that pages marked as being redirects really are
maintenance/checkImages.php [code]Check images to see if they exist, are readable, etc
maintenance/checkLess.php [code]Checks LESS files in known resources for errors
maintenance/checkSyntax.php [code]Check syntax of all PHP files in MediaWiki
maintenance/checkUsernames.php [code]Check that database usernames are actually valid
maintenance/cleanupAncientTables.php [code]Cleans up old database tables, dropping old indexes and fields
maintenance/cleanupCaps.php [code]Clean up broken page links when somebody turns on $wgCapitalLinks
maintenance/cleanupImages.php [code]Clean up broken, unparseable upload filenames
maintenance/cleanupPreferences.php [code]Remove hidden preferences from the database
maintenance/cleanupRemovedModules.php [code]Remove cache entries for removed ResourceLoader modules from the database
maintenance/cleanupSpam.php [code]Cleanup all spam from a given hostname
maintenance/cleanupTable.inc [code]Generic class to cleanup a database table
maintenance/cleanupTitles.php [code]Clean up broken, unparseable titles
maintenance/cleanupUploadStash.php [code]Remove old or broken uploads from temporary uploaded file storage, clean up associated database records
maintenance/cleanupWatchlist.php [code]Remove broken, unparseable titles in the watchlist table
maintenance/clearCacheStats.php [code]Removes all statistics tracking from the cache
maintenance/clearInterwikiCache.php [code]Clear the cache of interwiki prefixes for all local wikis
maintenance/commandLine.inc [code]Backwards-compatibility wrapper for old-style maintenance scripts
maintenance/compareParserCache.php [code]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/compareParsers.php [code]Take page text out of an XML dump file and render basic HTML out to files
maintenance/convertLinks.php [code]Convert from the old links schema (string->ID) to the new schema (ID->ID)
maintenance/convertUserOptions.php [code]Convert user options to the new `user_properties` table
maintenance/copyFileBackend.php [code]Copy all files in some containers of one backend to another
maintenance/copyJobQueue.php [code]Copy all jobs from one job queue system to another
maintenance/createAndPromote.php [code]Creates an account and grants it rights
maintenance/deleteArchivedFiles.inc [code]Core functions for deleteArchivedFiles.php
maintenance/deleteArchivedFiles.php [code]Delete archived (non-current) files from the database
maintenance/deleteArchivedRevisions.inc [code]Helper methods for the deleteArchivedRevisions.php maintenance script
maintenance/deleteArchivedRevisions.php [code]Delete archived (deleted from public) revisions from the database
maintenance/deleteBatch.php [code]Deletes a batch of pages
maintenance/deleteDefaultMessages.php [code]Deletes all pages in the MediaWiki namespace which were last edited by "MediaWiki default"
maintenance/deleteEqualMessages.php [code]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/deleteImageMemcached.php [code]Delete image information from the object cache
maintenance/deleteOldRevisions.php [code]Delete old (non-current) revisions from the database
maintenance/deleteOrphanedRevisions.php [code]Delete revisions which refer to a nonexisting page
maintenance/deleteRevision.php [code]Delete one or more revisions by moving them to the archive table
maintenance/deleteSelfExternals.php [code]Delete self-references to $wgServer from the externallinks table
maintenance/doMaintenance.php [code]We want to make this whole thing as seamless as possible to the end-user
maintenance/dumpBackup.php [code]Script that dumps wiki pages or logging database into an XML interchange wrapper format for export or backup
maintenance/dumpIterator.php [code]Take page text out of an XML dump file and perform some operation on it
maintenance/dumpLinks.php [code]Quick demo hack to generate a plaintext link dump, per the proposed wiki link database standard: http://www.usemod.com/cgi-bin/mb.pl?LinkDatabase
maintenance/dumpSisterSites.php [code]Quickie page name dump script for SisterSites usage
maintenance/dumpTextPass.php [code]Script that postprocesses XML dumps from dumpBackup.php to add page text
maintenance/dumpUploads.php [code]Dump a the list of files uploaded, for feeding to tar or similar
maintenance/edit.php [code]Make a page edit
maintenance/eraseArchivedFile.php [code]Delete archived (non-current) files from storage
maintenance/eval.php [code]This script lets a command-line user start up the wiki engine and then poke about by issuing PHP commands directly
maintenance/fetchText.php [code]Communications protocol
maintenance/fileOpPerfTest.php [code]Test for fileop performance
maintenance/findHooks.php [code]Simple script that try to find documented hook and hooks actually in the code and show what's missing
maintenance/findMissingFiles.php [code]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/fixDoubleRedirects.php [code]Fix double redirects
maintenance/fixExtLinksProtocolRelative.php [code]Fixes any entries for protocol-relative URLs in the externallinks table, replacing each protocol-relative entry with two entries, one for http and one for https
maintenance/fixSlaveDesync.php [code]Fix erroneous page_latest values due to slave desynchronisation
maintenance/fixTimestamps.php [code]Fixes timestamp corruption caused by one or more webservers temporarily being set to the wrong time
maintenance/fixUserRegistration.php [code]Fix the user_registration field
maintenance/formatInstallDoc.php [code]Format RELEASE-NOTE file to wiki text or HTML markup
maintenance/generateJsonI18n.php [code]Convert a PHP messages file to a set of JSON messages files
maintenance/generateSitemap.php [code]Creates a sitemap for the site
maintenance/getConfiguration.php [code]Print serialized output of MediaWiki config vars
maintenance/getLagTimes.php [code]Display replication lag times
maintenance/getSlaveServer.php [code]Reports the hostname of a slave server
maintenance/getText.php [code]Outputs page text to stdout
maintenance/importDump.php [code]Import XML dump files into the current wiki
maintenance/importImages.inc [code]Support functions for the importImages.php script
maintenance/importImages.php [code]Import one or more images from the local file system into the wiki without using the web-based interface
maintenance/importSiteScripts.php [code]Import all scripts in the MediaWiki namespace from a local site
maintenance/initEditCount.php [code]Init the user_editcount database field based on the number of rows in the revision table
maintenance/initSiteStats.php [code]Re-initialise or update the site statistics table
maintenance/install.php [code]CLI-based MediaWiki installation and configuration
maintenance/jsparse.php [code]Test JavaScript validity parses using jsmin+'s parser
maintenance/lag.php [code]Shows database lag
maintenance/Maintenance.php [code]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/mcc.php [code]Memcached diagnostic tool
maintenance/mctest.php [code]Makes several 'set', 'incr' and 'get' requests on every memcached server and shows a report
maintenance/mergeMessageFileList.php [code]Merge $wgExtensionMessagesFiles from various extensions to produce a single array containing all message files
maintenance/migrateUserGroup.php [code]Re-assign users from an old group to a new one
maintenance/minify.php [code]Minify a file or set of files
maintenance/moveBatch.php [code]Move a batch of pages
maintenance/mwdoc-filter.php [code]Doxygen filter to show correct member variable types in documentation
maintenance/mwdocgen.php [code]Generate class and file reference documentation for MediaWiki using doxygen
maintenance/namespaceDupes.php [code]Check for articles to fix after adding/deleting namespaces
maintenance/nukeNS.php [code]Remove pages with only 1 revision from the MediaWiki namespace, without flooding recent changes, delete logs, etc
maintenance/nukePage.php [code]Erase a page record from the database Irreversible (can't use standard undelete) and does not update link tables
maintenance/orphans.php [code]Look for 'orphan' revisions hooked to pages which don't exist and 'childless' pages with no revisions
maintenance/pageExists.php [code]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/parse.php [code]Parse some wikitext
maintenance/patchSql.php [code]Manually run an SQL patch outside of the general updaters
maintenance/populateBacklinkNamespace.php [code]Optional upgrade script to populate *_from_namespace fields
maintenance/populateBloomCache.php [code]Script to populate a bloom filter with a BloomFilter* class
maintenance/populateCategory.php [code]Populate the category table
maintenance/populateFilearchiveSha1.php [code]Optional upgrade script to populate the fa_sha1 field
maintenance/populateImageSha1.php [code]Optional upgrade script to populate the img_sha1 field
maintenance/populateLogSearch.php [code]Makes the required database updates for populating the log_search table retroactively
maintenance/populateLogUsertext.php [code]Makes the required database updates for Special:ProtectedPages to show all protected pages, even ones before the page restrictions schema change
maintenance/populateParentId.php [code]Makes the required database updates for rev_parent_id to be of any use
maintenance/populateRecentChangesSource.php [code]Upgrade script to populate the rc_source field
maintenance/populateRevisionLength.php [code]Populates the rev_len and ar_len fields for old revisions created before MW 1.10
maintenance/populateRevisionSha1.php [code]Fills the rev_sha1 and ar_sha1 columns of revision and archive tables for revisions created before MW 1.19
maintenance/preprocessDump.php [code]Take page text out of an XML dump file and preprocess it to obj
maintenance/preprocessorFuzzTest.php [code]Performs fuzz-style testing of MediaWiki's preprocessor
maintenance/protect.php [code]Protect or unprotect a page
maintenance/pruneFileCache.php [code]Prune file cache for pages, objects, resources, etc
maintenance/purgeChangedFiles.php [code]Scan the logging table and purge affected files within a timeframe
maintenance/purgeChangedPages.php [code]Send purge requests for pages edited in date range to squid/varnish
maintenance/purgeList.php [code]Send purge requests for listed pages to squid
maintenance/purgeOldText.php [code]Purge old text records from the database
maintenance/purgeParserCache.php [code]Remove old objects from the parser cache
maintenance/README [code]
maintenance/reassignEdits.php [code]Reassign edits from a user or IP address to another user
maintenance/rebuildall.php [code]Rebuild link tracking tables from scratch
maintenance/rebuildFileCache.php [code]Build file cache for content pages
maintenance/rebuildImages.php [code]Update image metadata records
maintenance/rebuildLocalisationCache.php [code]Rebuild the localisation cache
maintenance/rebuildmessages.php [code]Purge all languages from the message cache
maintenance/rebuildrecentchanges.php [code]Rebuild recent changes from scratch
maintenance/rebuildtextindex.php [code]Rebuild search index table from scratch
maintenance/refreshFileHeaders.php [code]Refresh file headers from metadata
maintenance/refreshImageMetadata.php [code]Refresh image metadata fields
maintenance/refreshLinks.php [code]Refresh link tables
maintenance/removeUnusedAccounts.php [code]Remove unused user accounts from the database An unused account is one which has made no edits
maintenance/renameDbPrefix.php [code]Change the prefix of database tables
maintenance/renderDump.php [code]Take page text out of an XML dump file and render basic HTML out to files
maintenance/resetUserTokens.php [code]Reset the user_token for all users on the wiki
maintenance/rollbackEdits.php [code]Rollback all edits by a given user or IP provided they're the most recent edit (just like real rollback)
maintenance/runBatchedQuery.php [code]Run a database query in batches and wait for slaves
maintenance/runJobs.php [code]Run pending jobs
maintenance/runScript.php [code]Convenience maintenance script wrapper, useful for scripts or extensions located outside of standard locations
maintenance/showCacheStats.php [code]Show statistics from the cache
maintenance/showJobs.php [code]Report number of jobs currently waiting in master database
maintenance/showSiteStats.php [code]Show the cached statistics
maintenance/sql.php [code]Send SQL queries from the specified file to the database, performing variable replacement along the way
maintenance/sqlite.inc [code]Helper class for sqlite-specific scripts
maintenance/sqlite.php [code]Performs some operations specific to SQLite database backend
maintenance/syncFileBackend.php [code]Sync one file backend to another based on the journal of later
maintenance/tidyUpBug37714.php [code]
maintenance/undelete.php [code]Undelete a page by fetching it from the archive table
maintenance/update.php [code]Run all updaters
maintenance/updateArticleCount.php [code]Provide a better count of the number of articles and update the site statistics table, if desired
maintenance/updateCollation.php [code]Find all rows in the categorylinks table whose collation is out-of-date (cl_collation != $wgCategoryCollation) and repopulate cl_sortkey using the page title and cl_sortkey_prefix
maintenance/updateDoubleWidthSearch.php [code]Normalize double-byte latin UTF-8 characters
maintenance/updateRestrictions.php [code]Makes the required database updates for Special:ProtectedPages to show all protected pages, even ones before the page restrictions schema change
maintenance/updateSearchIndex.php [code]Periodic off-peak updating of the search index
maintenance/updateSpecialPages.php [code]Update for cached special pages
maintenance/userDupes.inc [code]Helper class for update.php
maintenance/userOptions.inc [code]Helper class for userOptions.php script
maintenance/userOptions.php [code]Script to change users preferences on the fly
maintenance/waitForSlave.php [code]Wait until slave lag goes under a certain value
maintenance/wrapOldPasswords.php [code]Maintenance script to wrap all old-style passwords in a layered type
maintenance/archives/upgradeLogging.php [code]Replication-safe online upgrade for log_id/log_deleted fields
maintenance/benchmarks/bench_delete_truncate.php [code]Benchmark SQL DELETE vs SQL TRUNCATE
maintenance/benchmarks/bench_HTTP_HTTPS.php [code]Benchmark HTTP request vs HTTPS request
maintenance/benchmarks/bench_if_switch.php [code]Benchmark if elseif..
maintenance/benchmarks/bench_strtr_str_replace.php [code]Benchmark for strtr() vs str_replace()
maintenance/benchmarks/bench_utf8_title_check.php [code]Benchmark for using a regexp vs
maintenance/benchmarks/bench_wfBaseConvert.php [code]Benchmark for wfBaseConvert
maintenance/benchmarks/bench_wfIsWindows.php [code]Benchmark for wfIsWindows()
maintenance/benchmarks/Benchmarker.php [code]Base code for benchmark scripts
maintenance/benchmarks/benchmarkHooks.php [code]Benchmark MediaWiki hooks
maintenance/benchmarks/benchmarkParse.php [code]Benchmark script for parse operations
maintenance/benchmarks/benchmarkPurge.php [code]Benchmark for Squid purge
maintenance/benchmarks/README [code]
maintenance/dev/README [code]
maintenance/dev/includes/router.php [code]Router for the php cli-server built-in webserver
maintenance/language/alltrans.php [code]Get all the translations messages, as defined in the English language file
maintenance/language/checkDupeMessages.php [code]Print out duplicates in message array
maintenance/language/checkExtensions.php [code]Check the extensions language files
maintenance/language/checkLanguage.inc [code]Helper class for checkLanguage.php script
maintenance/language/checkLanguage.php [code]Check a language file
maintenance/language/date-formats.php [code]Test various language time and date functions
maintenance/language/digit2html.php [code]Check digit transformation
maintenance/language/dumpMessages.php [code]Dump an entire language, using the keys from English so we get all the values, not just the customized ones
maintenance/language/generateCollationData.php [code]Maintenance script to generate first letter data files for Collation.php
maintenance/language/generateNormalizerDataAr.php [code]Generates the normalizer data file for Arabic
maintenance/language/generateNormalizerDataMl.php [code]Generates the normalizer data file for Malayalam
maintenance/language/generateUtf8Case.php [code]Generates Utf8Case.ser from the Unicode Character Database and supplementary files
maintenance/language/langmemusage.php [code]Dumb program that tries to get the memory usage for each language file
maintenance/language/languages.inc [code]Handle messages in the language files
maintenance/language/listVariants.php [code]Lists all language variants
maintenance/language/StatOutputs.php [code]Statistic output classes
maintenance/language/transstat.php [code]Statistics about the localisation
maintenance/language/zhtable/Makefile.py [code]
maintenance/language/zhtable/README [code]
maintenance/oracle/alterSharedConstraints.php [code]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/storage/checkStorage.php [code]Fsck for MediaWiki
maintenance/storage/compressOld.php [code]Compress the text of a wiki
maintenance/storage/dumpRev.php [code]Get the text of a revision, resolving external storage if needed
maintenance/storage/fixBug20757.php [code]Script to fix bug 20757
maintenance/storage/moveToExternal.php [code]Move revision's text to external storage
maintenance/storage/orphanStats.php [code]Show some statistics on the blob_orphans table, created with trackBlobs.php
maintenance/storage/recompressTracked.php [code]Moves blobs indexed by trackBlobs.php to a specified list of destination clusters, and recompresses them in the process
maintenance/storage/resolveStubs.php [code]Convert history stubs that point to an external row to direct external pointers
maintenance/storage/storageTypeStats.php [code]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/storage/testCompression.php [code]Test revision text compression and decompression
maintenance/storage/trackBlobs.php [code]Adds blobs from a given external storage cluster to the blob_tracking table
maintenance/term/MWTerm.php [code]Set of classes to help with test output and such
mw-config/index.php [code]New version of MediaWiki web-based config/installation
mw-config/index.php5 [code]Version of mw-config/index.php to be used in web servers that require the .php5 extension to execute scripts with the PHP5 engine
mw-config/overrides.php [code]MediaWiki installer overrides
resources/Resources.php [code]Definition of core ResourceLoader modules
skins/README [code]
tests/parserTests.php [code]MediaWiki parser test suite
tests/testHelpers.inc [code]Recording for passing/failing tests
tests/TestsAutoLoader.php [code]AutoLoader for the testing suite
tests/parser/parserTest.inc [code]Helper code for the MediaWiki parser test suite
tests/parser/ParserTestResult.php [code]
tests/parser/parserTestsParserHook.php [code]A basic extension that's used by the parser tests to test whether input and arguments are passed to extensions properly
tests/parser/README [code]
tests/phpunit/bootstrap.php [code]Bootstrapping for MediaWiki PHPUnit tests This file is included by phpunit and is NOT in the global scope
tests/phpunit/LessFileCompilationTest.php [code]
tests/phpunit/MediaWikiLangTestCase.php [code]
tests/phpunit/MediaWikiPHPUnitTestListener.php [code]
tests/phpunit/MediaWikiTestCase.php [code]
tests/phpunit/phpunit.php [code]Bootstrapping for MediaWiki PHPUnit tests
tests/phpunit/README [code]
tests/phpunit/ResourceLoaderTestCase.php [code]
tests/phpunit/data/autoloader/TestAutoloadedCamlClass.php [code]
tests/phpunit/data/autoloader/TestAutoloadedClass.php [code]
tests/phpunit/data/autoloader/TestAutoloadedLocalClass.php [code]
tests/phpunit/data/autoloader/TestAutoloadedSerializedClass.php [code]
tests/phpunit/data/media/README [code]
tests/phpunit/data/xmp/1.result.php [code]
tests/phpunit/data/xmp/2.result.php [code]
tests/phpunit/data/xmp/3-invalid.result.php [code]
tests/phpunit/data/xmp/3.result.php [code]
tests/phpunit/data/xmp/4.result.php [code]
tests/phpunit/data/xmp/5.result.php [code]
tests/phpunit/data/xmp/6.result.php [code]
tests/phpunit/data/xmp/7.result.php [code]
tests/phpunit/data/xmp/bag-for-seq.result.php [code]
tests/phpunit/data/xmp/flash.result.php [code]
tests/phpunit/data/xmp/gps.result.php [code]
tests/phpunit/data/xmp/invalid-child-not-struct.result.php [code]
tests/phpunit/data/xmp/no-namespace.result.php [code]
tests/phpunit/data/xmp/no-recognized-props.result.php [code]
tests/phpunit/data/xmp/README [code]
tests/phpunit/data/xmp/utf16BE.result.php [code]
tests/phpunit/data/xmp/utf16LE.result.php [code]
tests/phpunit/data/xmp/utf32BE.result.php [code]
tests/phpunit/data/xmp/utf32LE.result.php [code]
tests/phpunit/data/xmp/xmpExt.result.php [code]
tests/phpunit/docs/ExportDemoTest.php [code]
tests/phpunit/includes/ArrayUtilsTest.php [code]
tests/phpunit/includes/ArticleTablesTest.php [code]
tests/phpunit/includes/ArticleTest.php [code]
tests/phpunit/includes/BlockTest.php [code]
tests/phpunit/includes/CollationTest.php [code]
tests/phpunit/includes/DiffHistoryBlobTest.php [code]
tests/phpunit/includes/EditPageTest.php [code]
tests/phpunit/includes/ExternalStoreTest.php [code]
tests/phpunit/includes/ExtraParserTest.php [code]
tests/phpunit/includes/FallbackTest.php [code]
tests/phpunit/includes/FauxRequestTest.php [code]
tests/phpunit/includes/FauxResponseTest.php [code]Tests for the FauxResponse class
tests/phpunit/includes/FormOptionsInitializationTest.php [code]
tests/phpunit/includes/FormOptionsTest.php [code]
tests/phpunit/includes/GitInfoTest.php [code]
tests/phpunit/includes/HooksTest.php [code]
tests/phpunit/includes/HtmlFormatterTest.php [code]
tests/phpunit/includes/HtmlTest.php [code]
tests/phpunit/includes/HttpTest.php [code]
tests/phpunit/includes/ImagePage404Test.php [code]
tests/phpunit/includes/ImagePageTest.php [code]
tests/phpunit/includes/ImportTest.php [code]
tests/phpunit/includes/LanguageConverterTest.php [code]
tests/phpunit/includes/LicensesTest.php [code]
tests/phpunit/includes/LinkerTest.php [code]
tests/phpunit/includes/LinkFilterTest.php [code]
tests/phpunit/includes/LinksUpdateTest.php [code]
tests/phpunit/includes/LocalFileTest.php [code]
tests/phpunit/includes/MediaWikiVersionFetcherTest.php [code]
tests/phpunit/includes/MessageTest.php [code]
tests/phpunit/includes/MimeMagicTest.php [code]
tests/phpunit/includes/MWFunctionTest.php [code]
tests/phpunit/includes/MWNamespaceTest.php [code]
tests/phpunit/includes/MWTimestampTest.php [code]
tests/phpunit/includes/OutputPageTest.php [code]
tests/phpunit/includes/PasswordTest.php [code]Testing framework for the Password infrastructure
tests/phpunit/includes/PathRouterTest.php [code]
tests/phpunit/includes/PreferencesTest.php [code]
tests/phpunit/includes/RequestContextTest.php [code]
tests/phpunit/includes/RevisionStorageTest.php [code]
tests/phpunit/includes/RevisionStorageTestContentHandlerUseDB.php [code]
tests/phpunit/includes/RevisionTest.php [code]
tests/phpunit/includes/SampleTest.php [code]
tests/phpunit/includes/SanitizerTest.php [code]
tests/phpunit/includes/SanitizerValidateEmailTest.php [code]
tests/phpunit/includes/SiteConfigurationTest.php [code]
tests/phpunit/includes/SpecialPageTest.php [code]
tests/phpunit/includes/StatusTest.php [code]
tests/phpunit/includes/TemplateCategoriesTest.php [code]
tests/phpunit/includes/TestUser.php [code]
tests/phpunit/includes/TimeAdjustTest.php [code]
tests/phpunit/includes/TitleArrayFromResultTest.php [code]
tests/phpunit/includes/TitleMethodsTest.php [code]
tests/phpunit/includes/TitlePermissionTest.php [code]
tests/phpunit/includes/TitleTest.php [code]
tests/phpunit/includes/UserArrayFromResultTest.php [code]
tests/phpunit/includes/UserTest.php [code]
tests/phpunit/includes/WebRequestTest.php [code]
tests/phpunit/includes/WikiPageTest.php [code]
tests/phpunit/includes/WikiPageTestContentHandlerUseDB.php [code]
tests/phpunit/includes/XmlJsTest.php [code]
tests/phpunit/includes/XmlSelectTest.php [code]
tests/phpunit/includes/XmlTest.php [code]
tests/phpunit/includes/XmlTypeCheckTest.php [code]
tests/phpunit/includes/actions/ActionTest.php [code]
tests/phpunit/includes/api/ApiBaseTest.php [code]
tests/phpunit/includes/api/ApiBlockTest.php [code]
tests/phpunit/includes/api/ApiCreateAccountTest.php [code]
tests/phpunit/includes/api/ApiEditPageTest.php [code]
tests/phpunit/includes/api/ApiLoginTest.php [code]
tests/phpunit/includes/api/ApiMainTest.php [code]
tests/phpunit/includes/api/ApiModuleManagerTest.php [code]
tests/phpunit/includes/api/ApiOptionsTest.php [code]
tests/phpunit/includes/api/ApiParseTest.php [code]
tests/phpunit/includes/api/ApiPurgeTest.php [code]
tests/phpunit/includes/api/ApiQueryAllPagesTest.php [code]
tests/phpunit/includes/api/ApiRevisionDeleteTest.php [code]
tests/phpunit/includes/api/ApiTestCase.php [code]
tests/phpunit/includes/api/ApiTestCaseUpload.php [code]
tests/phpunit/includes/api/ApiTestContext.php [code]
tests/phpunit/includes/api/ApiTokensTest.php [code]
tests/phpunit/includes/api/ApiUnblockTest.php [code]
tests/phpunit/includes/api/ApiUploadTest.php [code]
tests/phpunit/includes/api/ApiWatchTest.php [code]
tests/phpunit/includes/api/generateRandomImages.php [code]Bootstrapping for test image file generation
tests/phpunit/includes/api/MockApi.php [code]
tests/phpunit/includes/api/MockApiQueryBase.php [code]
tests/phpunit/includes/api/PrefixUniquenessTest.php [code]
tests/phpunit/includes/api/RandomImageGenerator.php [code]RandomImageGenerator -- does what it says on the tin
tests/phpunit/includes/api/UserWrapper.php [code]
tests/phpunit/includes/api/format/ApiFormatJsonTest.php [code]
tests/phpunit/includes/api/format/ApiFormatNoneTest.php [code]
tests/phpunit/includes/api/format/ApiFormatPhpTest.php [code]
tests/phpunit/includes/api/format/ApiFormatTestBase.php [code]
tests/phpunit/includes/api/format/ApiFormatWddxTest.php [code]
tests/phpunit/includes/api/query/ApiQueryBasicTest.php [code]Created on Feb 6, 2013
tests/phpunit/includes/api/query/ApiQueryContinue2Test.php [code]
tests/phpunit/includes/api/query/ApiQueryContinueTest.php [code]
tests/phpunit/includes/api/query/ApiQueryContinueTestBase.php [code]Created on Jan 1, 2013
tests/phpunit/includes/api/query/ApiQueryRevisionsTest.php [code]
tests/phpunit/includes/api/query/ApiQueryTest.php [code]
tests/phpunit/includes/api/query/ApiQueryTestBase.php [code]Created on Feb 10, 2013
tests/phpunit/includes/cache/GenderCacheTest.php [code]
tests/phpunit/includes/cache/LocalisationCacheTest.php [code]
tests/phpunit/includes/cache/MessageCacheTest.php [code]
tests/phpunit/includes/cache/RedisBloomCacheTest.php [code]
tests/phpunit/includes/changes/EnhancedChangesListTest.php [code]
tests/phpunit/includes/changes/OldChangesListTest.php [code]
tests/phpunit/includes/changes/RCCacheEntryFactoryTest.php [code]
tests/phpunit/includes/changes/RecentChangeTest.php [code]
tests/phpunit/includes/changes/TestRecentChangesHelper.php [code]
tests/phpunit/includes/composer/ComposerVersionNormalizerTest.php [code]
tests/phpunit/includes/config/ConfigFactoryTest.php [code]
tests/phpunit/includes/config/GlobalVarConfigTest.php [code]
tests/phpunit/includes/config/HashConfigTest.php [code]
tests/phpunit/includes/config/MultiConfigTest.php [code]
tests/phpunit/includes/content/ContentHandlerTest.php [code]
tests/phpunit/includes/content/CssContentTest.php [code]
tests/phpunit/includes/content/JavaScriptContentTest.php [code]
tests/phpunit/includes/content/JsonContentTest.php [code]
tests/phpunit/includes/content/TextContentTest.php [code]
tests/phpunit/includes/content/WikitextContentHandlerTest.php [code]
tests/phpunit/includes/content/WikitextContentTest.php [code]
tests/phpunit/includes/db/DatabaseMysqlBaseTest.php [code]Holds tests for DatabaseMysqlBase MediaWiki class
tests/phpunit/includes/db/DatabaseSqliteTest.php [code]
tests/phpunit/includes/db/DatabaseSQLTest.php [code]
tests/phpunit/includes/db/DatabaseTest.php [code]
tests/phpunit/includes/db/DatabaseTestHelper.php [code]
tests/phpunit/includes/db/LBFactoryTest.php [code]Holds tests for LBFactory abstract MediaWiki class
tests/phpunit/includes/db/ORMRowTest.php [code]Abstract class to construct tests for ORMRow deriving classes
tests/phpunit/includes/db/ORMTableTest.php [code]Abstract class to construct tests for ORMTable deriving classes
tests/phpunit/includes/db/TestORMRowTest.php [code]Tests for the TestORMRow class
tests/phpunit/includes/debug/MWDebugTest.php [code]
tests/phpunit/includes/deferred/DeferredUpdatesTest.php [code]
tests/phpunit/includes/diff/ArrayDiffFormatterTest.php [code]
tests/phpunit/includes/diff/DifferenceEngineTest.php [code]
tests/phpunit/includes/diff/DiffOpTest.php [code]
tests/phpunit/includes/diff/DiffTest.php [code]
tests/phpunit/includes/diff/FakeDiffOp.php [code]
tests/phpunit/includes/exception/BadTitleErrorTest.php [code]
tests/phpunit/includes/exception/ErrorPageErrorTest.php [code]
tests/phpunit/includes/exception/MWExceptionHandlerTest.php [code]
tests/phpunit/includes/exception/MWExceptionTest.php [code]
tests/phpunit/includes/exception/ReadOnlyErrorTest.php [code]
tests/phpunit/includes/exception/ThrottledErrorTest.php [code]
tests/phpunit/includes/exception/UserNotLoggedInTest.php [code]
tests/phpunit/includes/filebackend/FileBackendTest.php [code]
tests/phpunit/includes/filerepo/FileRepoTest.php [code]
tests/phpunit/includes/filerepo/RepoGroupTest.php [code]
tests/phpunit/includes/filerepo/StoreBatchTest.php [code]
tests/phpunit/includes/filerepo/file/FileTest.php [code]
tests/phpunit/includes/GlobalFunctions/GlobalTest.php [code]
tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php [code]
tests/phpunit/includes/GlobalFunctions/README [code]
tests/phpunit/includes/GlobalFunctions/wfAssembleUrlTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfBaseConvertTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfBaseNameTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php [code]
tests/phpunit/includes/GlobalFunctions/wfExpandUrlTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfGetCallerTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfParseUrlTest.php [code]Copyright © 2013 Alexandre Emsenhuber
tests/phpunit/includes/GlobalFunctions/wfRemoveDotSegmentsTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfShellExecTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfShorthandToIntegerTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfTimestampTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php [code]
tests/phpunit/includes/htmlform/HTMLAutoCompleteSelectFieldTest.php [code]
tests/phpunit/includes/htmlform/HTMLCheckMatrixTest.php [code]
tests/phpunit/includes/installer/InstallDocFormatterTest.php [code]
tests/phpunit/includes/installer/OracleInstallerTest.php [code]
tests/phpunit/includes/jobqueue/JobQueueTest.php [code]
tests/phpunit/includes/jobqueue/RefreshLinksPartitionTest.php [code]
tests/phpunit/includes/json/FormatJsonTest.php [code]
tests/phpunit/includes/libs/CSSMinTest.php [code]
tests/phpunit/includes/libs/GenericArrayObjectTest.php [code]Tests for the GenericArrayObject and deriving classes
tests/phpunit/includes/libs/HashRingTest.php [code]
tests/phpunit/includes/libs/IEUrlExtensionTest.php [code]
tests/phpunit/includes/libs/IPSetTest.php [code]
tests/phpunit/includes/libs/JavaScriptMinifierTest.php [code]
tests/phpunit/includes/libs/MWMessagePackTest.php [code]
tests/phpunit/includes/libs/ProcessCacheLRUTest.php [code]
tests/phpunit/includes/libs/RunningStatTest.php [code]
tests/phpunit/includes/logging/LogFormatterTest.php [code]
tests/phpunit/includes/logging/LogTests.i18n.php [code]Internationalisation file for log tests
tests/phpunit/includes/mail/MailAddressTest.php [code]
tests/phpunit/includes/mail/UserMailerTest.php [code]
tests/phpunit/includes/media/BitmapMetadataHandlerTest.php [code]
tests/phpunit/includes/media/BitmapScalingTest.php [code]
tests/phpunit/includes/media/DjVuTest.php [code]
tests/phpunit/includes/media/ExifBitmapTest.php [code]
tests/phpunit/includes/media/ExifRotationTest.php [code]
tests/phpunit/includes/media/ExifTest.php [code]
tests/phpunit/includes/media/FakeDimensionFile.php [code]
tests/phpunit/includes/media/FormatMetadataTest.php [code]
tests/phpunit/includes/media/GIFMetadataExtractorTest.php [code]
tests/phpunit/includes/media/GIFTest.php [code]
tests/phpunit/includes/media/IPTCTest.php [code]
tests/phpunit/includes/media/JpegMetadataExtractorTest.php [code]
tests/phpunit/includes/media/JpegTest.php [code]
tests/phpunit/includes/media/MediaHandlerTest.php [code]
tests/phpunit/includes/media/MediaWikiMediaTestCase.php [code]
tests/phpunit/includes/media/PNGMetadataExtractorTest.php [code]
tests/phpunit/includes/media/PNGTest.php [code]
tests/phpunit/includes/media/SVGMetadataExtractorTest.php [code]
tests/phpunit/includes/media/SVGTest.php [code]
tests/phpunit/includes/media/TiffTest.php [code]
tests/phpunit/includes/media/XCFTest.php [code]
tests/phpunit/includes/media/XMPTest.php [code]
tests/phpunit/includes/media/XMPValidateTest.php [code]
tests/phpunit/includes/normal/CleanUpTest.php [code]Tests for UtfNormal::cleanUp() function
tests/phpunit/includes/objectcache/BagOStuffTest.php [code]
tests/phpunit/includes/parser/MagicVariableTest.php [code]This file is intended to test magic variables in the parser It was inspired by Raymond & Matěj Grabovský commenting about r66200
tests/phpunit/includes/parser/MediaWikiParserTest.php [code]
tests/phpunit/includes/parser/NewParserTest.php [code]
tests/phpunit/includes/parser/ParserMethodsTest.php [code]
tests/phpunit/includes/parser/ParserOutputTest.php [code]
tests/phpunit/includes/parser/ParserPreloadTest.php [code]
tests/phpunit/includes/parser/PreprocessorTest.php [code]
tests/phpunit/includes/parser/TagHooksTest.php [code]
tests/phpunit/includes/parser/TidyTest.php [code]
tests/phpunit/includes/password/BcryptPasswordTest.php [code]
tests/phpunit/includes/password/LayeredParameterizedPasswordTest.php [code]
tests/phpunit/includes/password/PasswordTestCase.php [code]Testing framework for the password hashes
tests/phpunit/includes/password/Pbkdf2PasswordTest.php [code]
tests/phpunit/includes/poolcounter/PoolCounterTest.php [code]
tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php [code]
tests/phpunit/includes/resourceloader/ResourceLoaderStartupModuleTest.php [code]
tests/phpunit/includes/resourceloader/ResourceLoaderTest.php [code]
tests/phpunit/includes/resourceloader/ResourceLoaderWikiModuleTest.php [code]
tests/phpunit/includes/search/SearchEngineTest.php [code]
tests/phpunit/includes/search/SearchUpdateTest.php [code]
tests/phpunit/includes/site/MediaWikiSiteTest.php [code]Tests for the MediaWikiSite class
tests/phpunit/includes/site/SiteListTest.php [code]Tests for the SiteList class
tests/phpunit/includes/site/SiteSQLStoreTest.php [code]Tests for the SiteSQLStore class
tests/phpunit/includes/site/SiteTest.php [code]Tests for the Site class
tests/phpunit/includes/site/TestSites.php [code]Holds sites for testing purposes
tests/phpunit/includes/skins/SkinFactoryTest.php [code]
tests/phpunit/includes/skins/SkinTemplateTest.php [code]
tests/phpunit/includes/specialpage/SpecialPageFactoryTest.php [code]
tests/phpunit/includes/specials/ImageListPagerTest.php [code]
tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php [code]
tests/phpunit/includes/specials/SpecialMIMESearchTest.php [code]
tests/phpunit/includes/specials/SpecialMyLanguageTest.php [code]
tests/phpunit/includes/specials/SpecialPreferencesTest.php [code]
tests/phpunit/includes/specials/SpecialRecentchangesTest.php [code]
tests/phpunit/includes/specials/SpecialSearchTest.php [code]
tests/phpunit/includes/title/MediaWikiPageLinkRendererTest.php [code]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
tests/phpunit/includes/title/MediaWikiTitleCodecTest.php [code]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
tests/phpunit/includes/title/TitleValueTest.php [code]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
tests/phpunit/includes/upload/UploadBaseTest.php [code]
tests/phpunit/includes/upload/UploadFromUrlTest.php [code]
tests/phpunit/includes/upload/UploadStashTest.php [code]
tests/phpunit/includes/utils/CdbTest.php [code]
tests/phpunit/includes/utils/IPTest.php [code]
tests/phpunit/includes/utils/MWCryptHKDFTest.php [code]
tests/phpunit/includes/utils/StringUtilsTest.php [code]
tests/phpunit/includes/utils/UIDGeneratorTest.php [code]
tests/phpunit/includes/utils/ZipDirectoryReaderTest.php [code]
tests/phpunit/languages/LanguageAmTest.php [code]
tests/phpunit/languages/LanguageArqTest.php [code]Based on LanguageMlTest
tests/phpunit/languages/LanguageArTest.php [code]Based on LanguagMlTest
tests/phpunit/languages/LanguageBe_taraskTest.php [code]
tests/phpunit/languages/LanguageBeTest.php [code]
tests/phpunit/languages/LanguageBhoTest.php [code]
tests/phpunit/languages/LanguageBsTest.php [code]
tests/phpunit/languages/LanguageClassesTestCase.php [code]
tests/phpunit/languages/LanguageCsTest.php [code]
tests/phpunit/languages/LanguageCuTest.php [code]
tests/phpunit/languages/LanguageCyTest.php [code]
tests/phpunit/languages/LanguageDsbTest.php [code]
tests/phpunit/languages/LanguageFrTest.php [code]
tests/phpunit/languages/LanguageGaTest.php [code]
tests/phpunit/languages/LanguageGdTest.php [code]
tests/phpunit/languages/LanguageGvTest.php [code]Test for Manx (Gaelg) language
tests/phpunit/languages/LanguageHeTest.php [code]
tests/phpunit/languages/LanguageHiTest.php [code]
tests/phpunit/languages/LanguageHrTest.php [code]
tests/phpunit/languages/LanguageHsbTest.php [code]
tests/phpunit/languages/LanguageHuTest.php [code]
tests/phpunit/languages/LanguageHyTest.php [code]
tests/phpunit/languages/LanguageKshTest.php [code]
tests/phpunit/languages/LanguageLnTest.php [code]
tests/phpunit/languages/LanguageLtTest.php [code]
tests/phpunit/languages/LanguageLvTest.php [code]
tests/phpunit/languages/LanguageMgTest.php [code]
tests/phpunit/languages/LanguageMkTest.php [code]
tests/phpunit/languages/LanguageMlTest.php [code]
tests/phpunit/languages/LanguageMoTest.php [code]
tests/phpunit/languages/LanguageMtTest.php [code]
tests/phpunit/languages/LanguageNlTest.php [code]
tests/phpunit/languages/LanguageNsoTest.php [code]
tests/phpunit/languages/LanguagePlTest.php [code]
tests/phpunit/languages/LanguageRoTest.php [code]
tests/phpunit/languages/LanguageRuTest.php [code]
tests/phpunit/languages/LanguageSeTest.php [code]
tests/phpunit/languages/LanguageSgsTest.php [code]
tests/phpunit/languages/LanguageShTest.php [code]
tests/phpunit/languages/LanguageSkTest.php [code]
tests/phpunit/languages/LanguageSlTest.php [code]
tests/phpunit/languages/LanguageSmaTest.php [code]
tests/phpunit/languages/LanguageSrTest.php [code]PHPUnit tests for the Serbian language
tests/phpunit/languages/LanguageTest.php [code]
tests/phpunit/languages/LanguageTiTest.php [code]
tests/phpunit/languages/LanguageTlTest.php [code]
tests/phpunit/languages/LanguageTrTest.php [code]
tests/phpunit/languages/LanguageUkTest.php [code]
tests/phpunit/languages/LanguageUzTest.php [code]PHPUnit tests for the Uzbek language
tests/phpunit/languages/LanguageWaTest.php [code]
tests/phpunit/languages/SpecialPageAliasTest.php [code]
tests/phpunit/languages/utils/CLDRPluralRuleEvaluatorTest.php [code]
tests/phpunit/maintenance/backup_LogTest.php [code]
tests/phpunit/maintenance/backup_PageTest.php [code]
tests/phpunit/maintenance/backupPrefetchTest.php [code]
tests/phpunit/maintenance/backupTextPassTest.php [code]
tests/phpunit/maintenance/DumpTestCase.php [code]
tests/phpunit/maintenance/fetchTextTest.php [code]
tests/phpunit/maintenance/MaintenanceTest.php [code]
tests/phpunit/mocks/filebackend/MockFileBackend.php [code]Simulation (mock) of a backend storage
tests/phpunit/mocks/filebackend/MockFSFile.php [code]Mock of a filesystem file
tests/phpunit/mocks/media/MockBitmapHandler.php [code]Fake handler for Bitmap images
tests/phpunit/mocks/media/MockDjVuHandler.php [code]Fake handler for DjVu images
tests/phpunit/mocks/media/MockImageHandler.php [code]Fake handler for images
tests/phpunit/mocks/media/MockSvgHandler.php [code]Fake handler for SVG images
tests/phpunit/skins/SideBarTest.php [code]
tests/phpunit/structure/AutoLoaderTest.php [code]
tests/phpunit/structure/ResourcesTest.php [code]Sanity checks for making sure registered resources are sane
tests/phpunit/structure/StructureTest.php [code]
tests/phpunit/suites/ExtensionsParserTestSuite.php [code]
tests/phpunit/suites/ExtensionsTestSuite.php [code]
tests/phpunit/suites/LessTestSuite.php [code]
tests/phpunit/suites/UploadFromUrlTestSuite.php [code]
tests/phpunit/tests/MediaWikiTestCaseTest.php [code]
tests/qunit/QUnitTestResources.php [code]
tests/qunit/data/generateJqueryMsgData.php [code]
tests/qunit/data/load.mock.php [code]Mock load.php with pre-defined test modules
tests/qunit/data/styleTest.css.php [code]Dynamically create a simple stylesheet for unit tests in MediaWiki