MediaWiki  REL1_22
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 used in web server requiring .php5 extension to execute scripts with PHP5 engine
img_auth.php [code]Image authorisation script
img_auth.php5 [code]Version of img_auth.php to used in web server requiring .php5 extension to execute scripts with PHP5 engine
index.php [code]This is the main web entry point for MediaWiki
index.php5 [code]Version of index.php to used in web server requiring .php5 extension to execute scripts with PHP5 engine
load.php [code]This file is the entry point for the resource loader
load.php5 [code]Version of load.php to used in web server requiring .php5 extension to execute scripts with PHP5 engine
opensearch_desc.php [code]Generate an OpenSearch description file
opensearch_desc.php5 [code]Version of opensearch_desc.php to used in web server requiring .php5 extension to execute scripts with PHP5 engine
profileinfo.php [code]Show profiling data
README [code]
thumb.php [code]PHP script to stream out an image thumbnail
thumb.php5 [code]Version of thumb.php to used in web server requiring .php5 extension to execute scripts with 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 used in web server requiring .php5 extension to execute scripts with 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/Action.php [code]Base classes for actions done on pages
includes/AjaxDispatcher.php [code]Handle ajax requests and send them to the proper handler
includes/AjaxResponse.php [code]Response handler for Ajax requests
includes/ArrayUtils.php [code]
includes/Article.php [code]User interface for page actions
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/CacheHelper.php [code]Cache of various elements in a single cache entry
includes/CallableUpdate.php [code]
includes/Category.php [code]Representation for a category
includes/Categoryfinder.php [code]Recent changes filtering by category
includes/CategoryPage.php [code]Special handling for category description pages
includes/CategoryViewer.php [code]List and paging of category members
includes/Cdb.php [code]Native CDB file reader and writer
includes/Cdb_PHP.php [code]This is a port of D.J
includes/ChangesFeed.php [code]Feed for list of changes
includes/ChangeTags.php [code]Recent changes tagging
includes/Collation.php [code]Database row sorting
includes/ConfEditor.php [code]Configuration file editor
includes/Cookie.php [code]Cookie for HTTP requests
includes/DataUpdate.php [code]Base code for update jobs that do something with some secondary data extracted from article
includes/DefaultSettings.php [code]Default values for MediaWiki configuration settings
includes/DeferredUpdates.php [code]Interface and manager for deferred updates
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]Page edition user interface
includes/Exception.php [code]Exception class and handler
includes/Export.php [code]Base classes for dumps and export
includes/FakeTitle.php [code]Fake title class that triggers an error if any members are called
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/HashRing.php [code]Convenience class for weighted consistent hash rings
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/HTMLForm.php [code]HTML form generation and submission handling
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/ImagePage.php [code]Special handling for file description pages
includes/ImageQueryPage.php [code]Variant of QueryPage which uses a gallery to output results
includes/Import.php [code]MediaWiki page data importer
includes/Init.php [code]Some functions that are useful during startup
includes/IP.php [code]Functions and constants to play with IP addresses and ranges
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/LinksUpdate.php [code]Updater for link tracking tables after a page edit
includes/MagicWord.php [code]File for magic words
includes/MappedIterator.php [code]Convenience class for generating iterators from iterators
includes/Message.php [code]Fetching and processing of interface messages
includes/MessageBlobStore.php [code]Resource message blobs storage used by the resource loader
includes/Metadata.php [code]Base code to format metadata
includes/MimeMagic.php [code]Module defining helper functions for detecting and dealing with mime types
includes/MWCryptRand.php [code]A cryptographic random generator class used for generating secret keys
includes/MWFunction.php [code]Helper methods to call functions and instance objects
includes/Namespace.php [code]Provide things related to namespaces
includes/OutputHandler.php [code]Functions to be used with PHP's output buffer
includes/OutputPage.php [code]Preparation for the final page rendering
includes/PageQueryPage.php [code]Variant of QueryPage which formats the result as a simple link to the page
includes/Pager.php [code]Efficient paging for SQL queries
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/PoolCounter.php [code]Provides of semaphore semantics for restricting the number of workers that may be concurrently performing the same task
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/ProxyTools.php [code]Functions for dealing with proxies
includes/QueryPage.php [code]Base code for "query" special pages
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/ScopedCallback.php [code]This file deals with RAII style scoped callbacks
includes/ScopedPHPTimeout.php [code]Expansion of the PHP execution time limit feature for a function call
includes/Setup.php [code]Include most things that's need to customize the site
includes/SiteConfiguration.php [code]Configuration holder, particularly for multi-wiki sites
includes/SiteStats.php [code]Accessors and mutators for the site-wide statistics
includes/Skin.php [code]Base class for all skins
includes/SkinTemplate.php [code]Base class for template-based skins
includes/SpecialPage.php [code]Parent class for all special pages
includes/SpecialPageFactory.php [code]Factory for handling the special page list and generating SpecialPage objects
includes/SqlDataUpdate.php [code]Base code for update jobs that put some secondary data extracted from article content into the database
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/StringUtils.php [code]Methods to play with strings
includes/StubObject.php [code]Delayed loading of global objects
includes/Timestamp.php [code]Creation and parsing of MW-style timestamps
includes/Title.php [code]Representation a title within MediaWiki
includes/TitleArray.php [code]Classes to walk into a list of Title objects
includes/UIDGenerator.php [code]This file deals with UID generation
includes/User.php [code]Implements the User class for the MediaWiki software
includes/UserArray.php [code]Classes to walk into a list of User objects
includes/UserMailer.php [code]Classes used to send e-mails
includes/UserRightsProxy.php [code]Representation of an user on a other locally-hosted wiki
includes/ViewCountUpdate.php [code]Update for the 'page_counter' field
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 setup for a web request
includes/Wiki.php [code]Helper class for the index.php entry point
includes/WikiCategoryPage.php [code]Special handling for category pages
includes/WikiError.php [code]MediaWiki error classes
includes/WikiFilePage.php [code]Special handling for file pages
includes/WikiMap.php [code]Tools for dealing with other locally-hosted wikis
includes/WikiPage.php [code]Base representation for a MediaWiki page
includes/Xml.php [code]Methods to generate XML
includes/XmlTypeCheck.php [code]XML syntax and type checker
includes/ZhClient.php [code]Client for querying zhdaemon
includes/ZhConversion.php [code]Simplified / Traditional Chinese conversion tables
includes/ZipDirectoryReader.php [code]ZIP file directories reader, for the purposes of upload verification
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 / action=submit handler
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/ViewAction.php [code]An action that views article content
includes/actions/WatchAction.php [code]Performs the watch and unwatch 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/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/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/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/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/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/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/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/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/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/HTMLCacheUpdate.php [code]HTML cache invalidation of all pages linking to a given title
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/MessageCache.php [code]Localisation messages cache
includes/cache/ObjectFileCache.php [code]Object cache in the file system
includes/cache/ProcessCacheLRU.php [code]Per-process memory cache for storing items
includes/cache/ResourceFileCache.php [code]Resource loader request result caching in the file system
includes/cache/SquidUpdate.php [code]Squid cache purging
includes/cache/UserCache.php [code]Caches current user names and other info based on user IDs
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/RecentChange.php [code]Utility class for creating and accessing recent change entries
includes/clientpool/RedisConnectionPool.php [code]Redis client connection pooling manager
includes/content/AbstractContent.php [code]A content object represents page content, e.g
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/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 LBFactory_multi
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/LBFactory_Multi.php [code]Advanced generator of database load balancing objects for wiki farms
includes/db/LBFactory_Single.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/Debug.php [code]Debug toolbar related code
includes/diff/DairikiDiff.php [code]A PHP diff engine for phpwiki
includes/diff/DifferenceEngine.php [code]User interface for the difference engine
includes/diff/WikiDiff3.php [code]New version of the difference engine
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/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/LSLockManager.php [code]Version of LockManager based on using lock daemon servers
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/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.i18n.php [code]Internationalization file for the install/upgrade process
includes/installer/Installer.php [code]Base code for MediaWiki installer
includes/installer/LocalSettingsGenerator.php [code]Generator for LocalSettings.php file
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/job/Job.php [code]Job queue base code
includes/job/JobQueue.php [code]Job queue base code
includes/job/JobQueueDB.php [code]Database-backed job queue code
includes/job/JobQueueFederated.php [code]Job queue code for federated queues
includes/job/JobQueueGroup.php [code]Job queue base code
includes/job/JobQueueRedis.php [code]Redis-backed job queue code
includes/job/README [code]
includes/job/aggregator/JobQueueAggregator.php [code]Job queue aggregator code
includes/job/aggregator/JobQueueAggregatorMemc.php [code]Job queue aggregator code that uses BagOStuff
includes/job/aggregator/JobQueueAggregatorRedis.php [code]Job queue aggregator code that uses PhpRedis
includes/job/jobs/AssembleUploadChunksJob.php [code]Assemble the segments of a chunked upload
includes/job/jobs/DoubleRedirectJob.php [code]Job to fix double redirects after moving a page
includes/job/jobs/DuplicateJob.php [code]No-op job that does nothing
includes/job/jobs/EmaillingJob.php [code]Old job for notification emails
includes/job/jobs/EnotifNotifyJob.php [code]Job for notification emails
includes/job/jobs/HTMLCacheUpdateJob.php [code]HTML cache invalidation of all pages linking to a given title
includes/job/jobs/NullJob.php [code]Degenerate job that does nothing
includes/job/jobs/PublishStashedFileJob.php [code]Upload a file from the upload stash into the local file repo
includes/job/jobs/RefreshLinksJob.php [code]Job to update links for a given title
includes/job/jobs/UploadFromUrlJob.php [code]Job for asynchronous upload-by-url
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/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/JavaScriptMinifier.php [code]JavaScript Minifier
includes/libs/jsminplus.php [code]JSMinPlus version 1.4
includes/libs/lessc.inc.php [code]
includes/libs/README [code]
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/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/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/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/Utf8Case.php [code]Simple 1:1 upper/lowercase switching arrays for utf-8 text
includes/normal/Utf8CaseGenerate.php [code]This script generates Utf8Case.php from the Unicode Character Database and supplementary files
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/DBABagOStuff.php [code]Object caching using DBA backend
includes/objectcache/EhcacheBagOStuff.php [code]Object caching using the Ehcache RESTful web service
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/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/Parser.php [code]PHP parser that converts wiki markup to HTML
includes/parser/Parser_DiffTest.php [code]Fake parser that output the difference of two different parsers
includes/parser/ParserCache.php [code]Cache for outputs of the PHP parser
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/parser/Tidy.php [code]HTML validation and correction
includes/profiler/Profiler.php [code]Base class and functions for profiling
includes/profiler/ProfilerSimple.php [code]Base class for simple profiling
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/ProfilerStub.php [code]Stub profiling functions
includes/rcfeed/IRCColourfulRCFeedFormatter.php [code]
includes/rcfeed/JSONRCFeedFormatter.php [code]
includes/rcfeed/RCFeedEngine.php [code]
includes/rcfeed/RCFeedFormatter.php [code]
includes/rcfeed/RedisPubSubFeedEngine.php [code]
includes/rcfeed/UDPRCFeedEngine.php [code]
includes/resourceloader/ResourceLoader.php [code]Base class for resource loading system
includes/resourceloader/ResourceLoaderContext.php [code]Context for resource loader modules
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/ResourceLoaderLanguageDataModule.php [code]Resource loader module for populating language specific data
includes/resourceloader/ResourceLoaderLESSFunctions.php [code]PHP-provided functions for LESS; see docs for $wgResourceLoaderLESSFunctions
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/RevisionDelete.php [code]Base implementations for deletable items
includes/revisiondelete/RevisionDeleteAbstracts.php [code]Interface definition for deletable items
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/SearchEngine.php [code]Basic search engine
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/SearchSqlite.php [code]SQLite search backend, based upon SearchMysql
includes/search/SearchUpdate.php [code]Search index updater
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/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/SpecialDeadendpages.php [code]Implements Special:Deadenpages
includes/specials/SpecialDeletedContributions.php [code]Implements Special:DeletedContributions
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/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/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/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/SpecialNewimages.php [code]Implements Special:Newimages
includes/specials/SpecialNewpages.php [code]Implements Special:Newpages
includes/specials/SpecialPagesWithProp.php [code]Implements Special:PagesWithProp
includes/specials/SpecialPasswordReset.php [code]Implements Special:PasswordReset
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/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/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/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
languages/Language.php [code]Internationalisation code
languages/LanguageConverter.php [code]Contains the LanguageConverter class and ConverterRule class
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/MessagesAry.php [code]Moroccan Spoken Arabic (Maġribi)
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/MessagesBi.php [code]Bislama (Bislama)
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/MessagesBrh.php [code]Brahui (Bráhuí)
languages/messages/MessagesBs.php [code]Bosnian (bosanski)
languages/messages/MessagesBug.php [code]Buginese (ᨅᨔ ᨕᨘᨁᨗ)
languages/messages/MessagesBxr.php [code]Buryat (Russia) (буряад)
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/MessagesChr.php [code]Cherokee (ᏣᎳᎩ)
languages/messages/MessagesCkb.php [code]Sorani Kurdish (کوردی)
languages/messages/MessagesCo.php [code]Corsican (corsu)
languages/messages/MessagesCps.php [code]Capiznon (Capiceño)
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 (česky)
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/MessagesEe.php [code]Ewe (eʋegbe)
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_ca.php [code]Canadian English (Canadian English)
languages/messages/MessagesEn_gb.php [code]British English (British English)
languages/messages/MessagesEn_rtl.php [code]See MessagesQqq.php for message documentation incl
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/MessagesFj.php [code]Fijian (Na Vosa Vakaviti)
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/MessagesHa.php [code]Hausa (Hausa)
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/MessagesHil.php [code]Hiligaynon (Ilonggo)
languages/messages/MessagesHr.php [code]Croatian (hrvatski)
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/MessagesIk.php [code]Inupiaq (Iñupiak)
languages/messages/MessagesIke_cans.php [code]Eastern Canadian (Aboriginal syllabics) (ᐃᓄᒃᑎᑐᑦ)
languages/messages/MessagesIke_latn.php [code]Eastern Canadian (Latin script) (inuktitut)
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/MessagesJam.php [code]Jamaican Creole English (Patois)
languages/messages/MessagesJbo.php [code]Lojban (Lojban)
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/MessagesKri.php [code]Krio (Krio)
languages/messages/MessagesKrj.php [code]Kinaray-a (Kinaray-a)
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/MessagesLg.php [code]Ganda (Luganda)
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/MessagesLoz.php [code]Lozi (Silozi)
languages/messages/MessagesLt.php [code]Lithuanian (lietuvių)
languages/messages/MessagesLtg.php [code]Latgalian (latgaļu)
languages/messages/MessagesLus.php [code]Mizo (Mizo ţawng)
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/MessagesMi.php [code]Maori (Māori)
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/MessagesNa.php [code]Nauru (Dorerin Naoero)
languages/messages/MessagesNah.php [code]Nahuatl (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/MessagesNiu.php [code]Niuean (ko e vagahau Niuē)
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/MessagesNov.php [code]Novial (Novial)
languages/messages/MessagesNso.php [code]Northern Sotho (Sesotho sa Leboa)
languages/messages/MessagesNv.php [code]Navajo (Diné bizaad)
languages/messages/MessagesNy.php [code]Nyanja (Chi-Chewa)
languages/messages/MessagesOc.php [code]Occitan (occitan)
languages/messages/MessagesOm.php [code]Oromo (Oromoo)
languages/messages/MessagesOr.php [code]Oriya (ଓଡ଼ିଆ)
languages/messages/MessagesOs.php [code]Ossetic (Ирон)
languages/messages/MessagesPa.php [code]Punjabi (ਪੰਜਾਬੀ)
languages/messages/MessagesPag.php [code]Pangasinan (Pangasinan)
languages/messages/MessagesPam.php [code]Pampanga (Kapampangan)
languages/messages/MessagesPap.php [code]Papiamento (Papiamentu)
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/MessagesPih.php [code]Norfuk / Pitkern (Norfuk / Pitkern)
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/MessagesPrg.php [code]Prussian (Prūsiskan)
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/MessagesQqq.php [code]Message documentation (Message documentation)
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/MessagesRif.php [code]Tarifit (Tarifit)
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/MessagesRup.php [code]Aromanian (Armãneashce)
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/MessagesSat.php [code]Santali (Santali)
languages/messages/MessagesSc.php [code]Sardinian (sardu)
languages/messages/MessagesScn.php [code]Sicilian (sicilianu)
languages/messages/MessagesSco.php [code]Scots (Scots)
languages/messages/MessagesSd.php [code]Sindhi (سنڌي)
languages/messages/MessagesSdc.php [code]Sassaresu (Sassaresu)
languages/messages/MessagesSe.php [code]Northern Sami (sámegiella)
languages/messages/MessagesSei.php [code]Cmique Itom (Cmique Itom)
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/MessagesShi.php [code]Tachelhit (Tašlḥiyt/ⵜⴰⵛⵍⵃⵉⵜ)
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/MessagesSm.php [code]Samoan (Gagana Samoa)
languages/messages/MessagesSma.php [code]Southern Sami (Åarjelsaemien)
languages/messages/MessagesSn.php [code]Shona (chiShona)
languages/messages/MessagesSo.php [code]Somali (Soomaaliga)
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/MessagesSs.php [code]Swati (SiSwati)
languages/messages/MessagesSt.php [code]Southern Sotho (Sesotho)
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/MessagesTg_latn.php [code]Tajik (Latin script) (tojikī)
languages/messages/MessagesTh.php [code]Thai (ไทย)
languages/messages/MessagesTi.php [code]Tigrinya (ትግርኛ)
languages/messages/MessagesTk.php [code]Turkmen (Türkmençe)
languages/messages/MessagesTl.php [code]Tagalog (Tagalog)
languages/messages/MessagesTly.php [code]толышә зывон (толышә зывон)
languages/messages/MessagesTn.php [code]Tswana (Setswana)
languages/messages/MessagesTo.php [code]Tongan (lea faka-Tonga)
languages/messages/MessagesTokipona.php [code]Toki Pona (Toki Pona)
languages/messages/MessagesTpi.php [code]Tok Pisin (Tok Pisin)
languages/messages/MessagesTr.php [code]Turkish (Türkçe)
languages/messages/MessagesTru.php [code]Turoyo (Ṫuroyo)
languages/messages/MessagesTs.php [code]Tsonga (Xitsonga)
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/MessagesUg_latn.php [code]Uyghur (Latin script) (Uyghurche)
languages/messages/MessagesUk.php [code]Ukrainian (українська)
languages/messages/MessagesUr.php [code]Urdu (اردو)
languages/messages/MessagesUz.php [code]Uzbek (oʻzbekcha)
languages/messages/MessagesVe.php [code]Venda (Tshivenda)
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/MessagesXh.php [code]Xhosa (isiXhosa)
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/messages/MessagesZu.php [code]Zulu (isiZulu)
languages/utils/CLDRPluralRuleEvaluator.php [code]Parse and evaluate a plural rule
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/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]PHP lacks an interactive mode, but this can be very helpful when debugging
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/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/fuzz-tester.php [code]Performs fuzz-style testing of MediaWiki's parser and forms
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/importTextFile.php [code]Create or edit pages using the contents of a text file
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/nextJobDB.php [code]Pick a database that has pending jobs
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/parse.php [code]Parse some wikitext
maintenance/patchSql.php [code]Manually run an SQL patch outside of the general updaters
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/populateRevisionLength.php [code]Populates the rev_len field 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.inc [code]Support functions for cleaning up redundant text records
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/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/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/benchmarkPurge.php [code]Benchmark for Squid purge
maintenance/benchmarks/README [code]
maintenance/cssjanus/cssjanus.py [code]
maintenance/cssjanus/csslex.py [code]
maintenance/cssjanus/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/countMessages.php [code]Count how many messages we have defined for each language
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/generateNormalizerData.php [code]Generates normalizer data files for Arabic and Malayalam
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/messages.inc [code]Define the messages structure in the messages file, for an automated rewriting
maintenance/language/messageTypes.inc [code]Several types of messages
maintenance/language/rebuildLanguage.php [code]Rewrite the messages array in the files languages/messages/MessagesXx.php
maintenance/language/StatOutputs.php [code]Statistic output classes
maintenance/language/transstat.php [code]Statistics about the localisation
maintenance/language/validate.php [code]Check language files for unrecognised variables
maintenance/language/writeMessagesArray.inc [code]Write a messages array as a PHP text
maintenance/language/zhtable/Makefile.py [code]
maintenance/language/zhtable/README [code]
maintenance/locking/LockServerDaemon.php [code]Simple lock server daemon that accepts lock/unlock requests
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 used in web server requiring .php5 extension to execute scripts with PHP5 engine
mw-config/overrides.php [code]MediaWiki installer overrides
resources/Resources.php [code]Definition of core ResourceLoader modules
serialized/serialize.php [code]Serialize variables found in input file and store the result in the specified file
skins/CologneBlue.php [code]Cologne Blue: A nicer-looking alternative to Standard
skins/Modern.php [code]Modern skin, derived from monobook template
skins/MonoBook.php [code]MonoBook nouveau
skins/Vector.php [code]Vector - Modern version of MonoBook with fresh look and many usability improvements
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/MediaWikiLangTestCase.php [code]
tests/phpunit/MediaWikiPHPUnitCommand.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/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/ArticleTablesTest.php [code]
tests/phpunit/includes/ArticleTest.php [code]
tests/phpunit/includes/BlockTest.php [code]
tests/phpunit/includes/CdbTest.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/HashRingTest.php [code]
tests/phpunit/includes/HooksTest.php [code]
tests/phpunit/includes/HTMLCheckMatrixTest.php [code]
tests/phpunit/includes/HtmlFormatterTest.php [code]
tests/phpunit/includes/HtmlTest.php [code]
tests/phpunit/includes/HttpTest.php [code]
tests/phpunit/includes/IPTest.php [code]
tests/phpunit/includes/LanguageConverterTest.php [code]
tests/phpunit/includes/LicensesTest.php [code]
tests/phpunit/includes/LinkerTest.php [code]
tests/phpunit/includes/LinksUpdateTest.php [code]
tests/phpunit/includes/LocalFileTest.php [code]
tests/phpunit/includes/LocalisationCacheTest.php [code]
tests/phpunit/includes/MessageTest.php [code]
tests/phpunit/includes/MWExceptionHandlerTest.php [code]Tests for includes/Exception.php
tests/phpunit/includes/MWFunctionTest.php [code]
tests/phpunit/includes/MWNamespaceTest.php [code]
tests/phpunit/includes/OutputPageTest.php [code]
tests/phpunit/includes/PathRouterTest.php [code]
tests/phpunit/includes/PreferencesTest.php [code]
tests/phpunit/includes/RecentChangeTest.php [code]
tests/phpunit/includes/RequestContextTest.php [code]
tests/phpunit/includes/ResourceLoaderTest.php [code]
tests/phpunit/includes/RevisionStorageTest.php [code]
tests/phpunit/includes/RevisionStorageTest_ContentHandlerUseDB.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/StringUtilsTest.php [code]
tests/phpunit/includes/TemplateCategoriesTest.php [code]
tests/phpunit/includes/TestUser.php [code]
tests/phpunit/includes/TimeAdjustTest.php [code]
tests/phpunit/includes/TimestampTest.php [code]
tests/phpunit/includes/TitleMethodsTest.php [code]
tests/phpunit/includes/TitlePermissionTest.php [code]
tests/phpunit/includes/TitleTest.php [code]
tests/phpunit/includes/UIDGeneratorTest.php [code]
tests/phpunit/includes/UserMailerTest.php [code]
tests/phpunit/includes/UserTest.php [code]
tests/phpunit/includes/WebRequestTest.php [code]
tests/phpunit/includes/WikiPageTest.php [code]
tests/phpunit/includes/WikiPageTest_ContentHandlerUseDB.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/ZipDirectoryReaderTest.php [code]
tests/phpunit/includes/api/ApiAccountCreationTest.php [code]
tests/phpunit/includes/api/ApiBlockTest.php [code]
tests/phpunit/includes/api/ApiEditPageTest.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/ApiTest.php [code]
tests/phpunit/includes/api/ApiTestCase.php [code]
tests/phpunit/includes/api/ApiTestCaseUpload.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/PrefixUniquenessTest.php [code]
tests/phpunit/includes/api/RandomImageGenerator.php [code]RandomImageGenerator -- does what it says on the tin
tests/phpunit/includes/api/format/ApiFormatPhpTest.php [code]
tests/phpunit/includes/api/format/ApiFormatTestBase.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/MessageCacheTest.php [code]
tests/phpunit/includes/cache/ProcessCacheLRUTest.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/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/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/filebackend/FileBackendTest.php [code]
tests/phpunit/includes/filerepo/FileRepoTest.php [code]
tests/phpunit/includes/filerepo/StoreBatchTest.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/wfShorthandToIntegerTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfTimestampTest.php [code]
tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.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/json/FormatJsonTest.php [code]
tests/phpunit/includes/libs/CSSJanusTest.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/IEUrlExtensionTest.php [code]
tests/phpunit/includes/libs/JavaScriptMinifierTest.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/media/BitmapMetadataHandlerTest.php [code]
tests/phpunit/includes/media/BitmapScalingTest.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/PNGMetadataExtractorTest.php [code]
tests/phpunit/includes/media/PNGTest.php [code]
tests/phpunit/includes/media/SVGMetadataExtractorTest.php [code]
tests/phpunit/includes/media/TiffTest.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/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/specials/QueryAllSpecialPagesTest.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/upload/UploadBaseTest.php [code]
tests/phpunit/includes/upload/UploadFromUrlTest.php [code]
tests/phpunit/includes/upload/UploadStashTest.php [code]
tests/phpunit/languages/LanguageAmTest.php [code]
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/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/getSlaveServerTest.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 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/UploadFromUrlTestSuite.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