MediaWiki  REL1_19
File List
Here is a list of all files with brief descriptions:
api.php [code]API for MediaWiki 1.8+
api.php5 [code]
img_auth.php [code]Image authorisation script
img_auth.php5 [code]
index.php [code]This is the main web entry point for MediaWiki
index.php5 [code]
load.php [code]This file is the entry point for the resource loader
load.php5 [code]
opensearch_desc.php [code]Generate an OpenSearch description file
opensearch_desc.php5 [code]
profileinfo.php [code]Show profiling data
redirect.php [code]Script that redirects to the article passed in the "wpDropdown" parameter
redirect.php5 [code]
thumb.php [code]PHP script to stream out an image thumbnail
thumb.php5 [code]
thumb_handler.php [code]
thumb_handler.php5 [code]
docs/doxygen_first_page.php [code]This file does not hold any code
includes/Action.php [code]Actions are things which can be done to pages (edit, delete, rollback, etc)
includes/AjaxDispatcher.php [code]Handle ajax requests and send them to the proper handler
includes/AjaxResponse.php [code]Response handler for Ajax requests
includes/Article.php [code]File for articles
includes/AuthPlugin.php [code]Authentication plugin interface
includes/AutoLoader.php [code]This defines autoloading handler for whole MediaWiki framework
includes/Autopromote.php [code]
includes/BacklinkCache.php [code]File for BacklinkCache class
includes/Block.php [code]Blocks and bans object
includes/Category.php [code]
includes/Categoryfinder.php [code]
includes/CategoryPage.php [code]Class for viewing MediaWiki category description pages
includes/CategoryViewer.php [code]
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]
includes/ChangesList.php [code]Classes to show various lists of changes:
includes/ChangeTags.php [code]Functions related to change tags
includes/Collation.php [code]
includes/ConfEditor.php [code]
includes/Cookie.php [code]
includes/CryptRand.php [code]A cryptographic random generator class used for generating secret keys
includes/DefaultSettings.php [code]NEVER EDIT THIS FILE
includes/DeferredUpdates.php [code]
includes/Defines.php [code]A few constants that might be needed during LocalSettings.php
includes/EditPage.php [code]Contains the EditPage class
includes/Exception.php [code]Exception class and handler
includes/Export.php [code]Base classes for dumps and export
includes/ExternalEdit.php [code]External editors support
includes/ExternalStore.php [code]
includes/ExternalStoreDB.php [code]
includes/ExternalStoreHttp.php [code]
includes/ExternalUser.php [code]
includes/FakeTitle.php [code]
includes/Fallback.php [code]
includes/Feed.php [code]Basic support for outputting syndication feeds in RSS, other formats
includes/FeedUtils.php [code]
includes/FileDeleteForm.php [code]
includes/ForkController.php [code]
includes/FormOptions.php [code]
includes/GlobalFunctions.php [code]Global functions used everywhere
includes/HistoryBlob.php [code]
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]
includes/HttpFunctions.old.php [code]
includes/HttpFunctions.php [code]
includes/ImageFunctions.php [code]Global functions related to images
includes/ImageGallery.php [code]
includes/ImagePage.php [code]
includes/ImageQueryPage.php [code]
includes/Import.php [code]MediaWiki page data importer
includes/Init.php [code]
includes/IP.php [code]Functions and constants to play with IP addresses and ranges
includes/Licenses.php [code]
includes/Linker.php [code]
includes/LinkFilter.php [code]
includes/LinksUpdate.php [code]
includes/LocalisationCache.php [code]
includes/MagicWord.php [code]File for magic words
includes/Message.php [code]
includes/MessageBlobStore.php [code]
includes/Metadata.php [code]Copyright 2004, Evan Prodromou <[email protected]>
includes/MimeMagic.php [code]Module defining helper functions for detecting and dealing with mime types
includes/MWFunction.php [code]
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]
includes/PageQueryPage.php [code]
includes/Pager.php [code]
includes/PathRouter.php [code]
includes/PHPVersionError.php [code]
includes/PoolCounter.php [code]
includes/Preferences.php [code]
includes/PrefixSearch.php [code]
includes/ProtectionForm.php [code]Page protection
includes/ProxyTools.php [code]Functions for dealing with proxies
includes/QueryPage.php [code]Contain a class for special pages
includes/RecentChange.php [code]
includes/Revision.php [code]
includes/RevisionList.php [code]
includes/Sanitizer.php [code]XHTML sanitizer for MediaWiki
includes/SeleniumWebSettings.php [code]
includes/Setup.php [code]Include most things that's need to customize the site
includes/SiteConfiguration.php [code]
includes/SiteStats.php [code]
includes/Skin.php [code]
includes/SkinLegacy.php [code]
includes/SkinTemplate.php [code]Base class for template-based skins
includes/SpecialPage.php [code]SpecialPage: handling special pages and lists thereof
includes/SpecialPageFactory.php [code]SpecialPage: handling special pages and lists thereof
includes/SquidPurgeClient.php [code]
includes/Status.php [code]
includes/StreamFile.php [code]Functions related to the output of file content
includes/StringUtils.php [code]
includes/StubObject.php [code]
includes/Title.php [code]See title.txt
includes/TitleArray.php [code]
includes/User.php [code]Implements the User class for the MediaWiki software
includes/UserArray.php [code]
includes/UserMailer.php [code]Classes used to send e-mails
includes/UserRightsProxy.php [code]
includes/ViewCountUpdate.php [code]Update for the 'page_counter' field
includes/WatchedItem.php [code]
includes/WebRequest.php [code]Deal with importing all those nasssty 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]
includes/WikiError.php [code]MediaWiki error classes
includes/WikiFilePage.php [code]
includes/WikiMap.php [code]
includes/WikiPage.php [code]
includes/Xml.php [code]
includes/XmlTypeCheck.php [code]
includes/ZhClient.php [code]
includes/ZhConversion.php [code]Simplified / Traditional Chinese conversion tables
includes/ZipDirectoryReader.php [code]
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]Display informations 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]Formats credits for articles
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/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/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/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/ApiMove.php [code]Created on Oct 31, 2007
includes/api/ApiOpenSearch.php [code]Created on Oct 13, 2006
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/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/ApiQueryPageProps.php [code]Created on Aug 7, 2010
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/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/CacheDependency.php [code]
includes/cache/FileCacheBase.php [code]Contain the FileCacheBase class
includes/cache/GenderCache.php [code]
includes/cache/HTMLCacheUpdate.php [code]
includes/cache/HTMLFileCache.php [code]Contain the HTMLFileCache class
includes/cache/LinkBatch.php [code]
includes/cache/LinkCache.php [code]
includes/cache/MemcachedSessions.php [code]This file gets included if $wgSessionsInMemcache is set in the config
includes/cache/MessageCache.php [code]
includes/cache/ObjectFileCache.php [code]Contain the ObjectFileCache class
includes/cache/ResourceFileCache.php [code]Contain the ResourceFileCache class
includes/cache/SquidUpdate.php [code]See deferred.txt
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/db/CloneDatabase.php [code]
includes/db/Database.php [code]This file deals with database interface functions and query specifics/optimisations
includes/db/DatabaseError.php [code]
includes/db/DatabaseIbm_db2.php [code]This is the IBM DB2 database abstraction layer
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/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]
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]
includes/db/LoadBalancer.php [code]Database load balancing
includes/db/LoadMonitor.php [code]Database load monitoring
includes/debug/Debug.php [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/extauth/Hardcoded.php [code]External authentication with hardcoded user names and passwords
includes/extauth/MediaWiki.php [code]External authentication with external MediaWiki database
includes/extauth/vB.php [code]External authentication with a vBulletin database
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/RepoGroup.php [code]Prioritized list of file repositories
includes/filerepo/backend/FileBackend.php [code]
includes/filerepo/backend/FileBackendGroup.php [code]
includes/filerepo/backend/FileBackendMultiWrite.php [code]
includes/filerepo/backend/FileOp.php [code]
includes/filerepo/backend/FSFile.php [code]
includes/filerepo/backend/FSFileBackend.php [code]
includes/filerepo/backend/SwiftFileBackend.php [code]
includes/filerepo/backend/TempFSFile.php [code]
includes/filerepo/backend/lockmanager/DBLockManager.php [code]
includes/filerepo/backend/lockmanager/FSLockManager.php [code]
includes/filerepo/backend/lockmanager/LockManager.php [code]
includes/filerepo/backend/lockmanager/LockManagerGroup.php [code]
includes/filerepo/backend/lockmanager/LSLockManager.php [code]
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/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/Ibm_db2Installer.php [code]IBM_DB2-specific installer
includes/installer/Ibm_db2Updater.php [code]IBM_DB2-specific updater
includes/installer/InstallDocFormatter.php [code]
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/DoubleRedirectJob.php [code]Job to fix double redirects after moving a page
includes/job/EmaillingJob.php [code]Old job for notification emails
includes/job/EnotifNotifyJob.php [code]Job for notification emails
includes/job/JobQueue.php [code]Job queue base code
includes/job/RefreshLinksJob.php [code]Job to update links for a given title
includes/job/UploadFromUrlJob.php [code]Job for asynchronous upload-by-url
includes/json/FormatJson.php [code]Simple wrapper for json_econde and json_decode that falls back on Services_JSON class
includes/json/Services_JSON.php [code]Converts to and from JSON format
includes/libs/CSSJanus.php [code]
includes/libs/CSSMin.php [code]Copyright 2010 Wikimedia Foundation
includes/libs/HttpStatus.php [code]
includes/libs/IEContentAnalyzer.php [code]
includes/libs/IEUrlExtension.php [code]
includes/libs/JavaScriptMinifier.php [code]
includes/libs/jsminplus.php [code]
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/PatrolLog.php [code]
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]
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]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/media/ExifBitmap.php [code]
includes/media/FormatMetadata.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/media/Generic.php [code]Media-handling base classes and generic functionality
includes/media/GIF.php [code]Handler for GIF images
includes/media/GIFMetadataExtractor.php [code]GIF frame counter
includes/media/IPTC.php [code]
includes/media/Jpeg.php [code]
includes/media/JpegMetadataExtractor.php [code]
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]SVGMetadataExtractor.php
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]
includes/media/XMPInfo.php [code]
includes/media/XMPValidate.php [code]
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/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]
includes/objectcache/BagOStuff.php [code]Classes to cache objects in PHP accelerators, SQL database or DBA files
includes/objectcache/DBABagOStuff.php [code]
includes/objectcache/EhcacheBagOStuff.php [code]
includes/objectcache/EmptyBagOStuff.php [code]
includes/objectcache/HashBagOStuff.php [code]
includes/objectcache/MemcachedClient.php [code]+---------------------------------------------------------------------------+ | memcached client, PHP | +---------------------------------------------------------------------------+ | Copyright (c) 2003 Ryan T
includes/objectcache/MemcachedPhpBagOStuff.php [code]
includes/objectcache/MultiWriteBagOStuff.php [code]
includes/objectcache/ObjectCache.php [code]Functions to get cache objects
includes/objectcache/SqlBagOStuff.php [code]
includes/objectcache/WinCacheBagOStuff.php [code]
includes/objectcache/XCacheBagOStuff.php [code]
includes/parser/CoreLinkFunctions.php [code]Link functions provided by MediaWiki core; experimental
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]File for Parser and related classes
includes/parser/Parser_DiffTest.php [code]Fake parser that output the difference of two different parsers
includes/parser/Parser_LinkHooks.php [code]Modified version of the PHP parser with hooks for wiki links; experimental
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]
includes/parser/Tidy.php [code]HTML validation and correction
includes/profiler/Profiler.php [code]This file is only included if profiling is enabled
includes/profiler/ProfilerSimple.php [code]
includes/profiler/ProfilerSimpleText.php [code]
includes/profiler/ProfilerSimpleTrace.php [code]
includes/profiler/ProfilerSimpleUDP.php [code]
includes/profiler/ProfilerStub.php [code]Stub profiling functions
includes/resourceloader/ResourceLoader.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderContext.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderFileModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderFilePageModule.php [code]
includes/resourceloader/ResourceLoaderModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderNoscriptModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderSiteModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderStartUpModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderUserCSSPrefsModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderUserGroupsModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderUserModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderUserOptionsModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderUserTokensModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/resourceloader/ResourceLoaderWikiModule.php [code]This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
includes/revisiondelete/RevisionDelete.php [code]
includes/revisiondelete/RevisionDeleteAbstracts.php [code]
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, used when blocking with HideUser enabled
includes/search/SearchEngine.php [code]Basic search engine
includes/search/SearchIBM_DB2.php [code]IBM DB2 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/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/SpecialBlockme.php [code]Implements Special:Blockme
includes/specials/SpecialBooksources.php [code]Implements Special:Booksources
includes/specials/SpecialBrokenRedirects.php [code]Implements Special:Brokenredirects
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/SpecialDisambiguations.php [code]Implements Special:Disambiguations
includes/specials/SpecialDoubleRedirects.php [code]Implements Special:DoubleRedirects
includes/specials/SpecialEditWatchlist.php [code]
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]
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/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/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/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/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]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/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
includes/templates/Userlogin.php [code]Html form for user login
includes/upload/UploadBase.php [code]
includes/upload/UploadFromChunks.php [code]
includes/upload/UploadFromFile.php [code]
includes/upload/UploadFromStash.php [code]
includes/upload/UploadFromUrl.php [code]
includes/upload/UploadStash.php [code]
includes/zhtable/Makefile.py [code]
includes/zhtable/printutf8.c [code]
languages/Language.php [code]Internationalisation code
languages/LanguageConverter.php [code]Contains the LanguageConverter class and ConverterRule class
languages/Names.php [code]
languages/classes/LanguageAm.php [code]
languages/classes/LanguageAr.php [code]
languages/classes/LanguageAz.php [code]
languages/classes/LanguageBe.php [code]
languages/classes/LanguageBe_tarask.php [code]
languages/classes/LanguageBg.php [code]
languages/classes/LanguageBh.php [code]
languages/classes/LanguageBs.php [code]
languages/classes/LanguageCs.php [code]
languages/classes/LanguageCu.php [code]
languages/classes/LanguageCy.php [code]
languages/classes/LanguageDsb.php [code]
languages/classes/LanguageEo.php [code]
languages/classes/LanguageEt.php [code]
languages/classes/LanguageFi.php [code]
languages/classes/LanguageFr.php [code]
languages/classes/LanguageGa.php [code]
languages/classes/LanguageGan.php [code]
languages/classes/LanguageGd.php [code]
languages/classes/LanguageGv.php [code]
languages/classes/LanguageHe.php [code]
languages/classes/LanguageHi.php [code]
languages/classes/LanguageHr.php [code]
languages/classes/LanguageHsb.php [code]
languages/classes/LanguageHu.php [code]
languages/classes/LanguageHy.php [code]
languages/classes/LanguageIu.deps.php [code]
languages/classes/LanguageIu.php [code]
languages/classes/LanguageJa.php [code]
languages/classes/LanguageKaa.php [code]
languages/classes/LanguageKk.deps.php [code]
languages/classes/LanguageKk.php [code]
languages/classes/LanguageKk_cyrl.php [code]
languages/classes/LanguageKm.php [code]
languages/classes/LanguageKsh.php [code]
languages/classes/LanguageKu.deps.php [code]
languages/classes/LanguageKu.php [code]
languages/classes/LanguageKu_ku.php [code]
languages/classes/LanguageLa.php [code]
languages/classes/LanguageLn.php [code]
languages/classes/LanguageLt.php [code]
languages/classes/LanguageLv.php [code]
languages/classes/LanguageMg.php [code]
languages/classes/LanguageMk.php [code]
languages/classes/LanguageMl.php [code]
languages/classes/LanguageMo.php [code]
languages/classes/LanguageMt.php [code]
languages/classes/LanguageMy.php [code]
languages/classes/LanguageNso.php [code]
languages/classes/LanguageOs.php [code]
languages/classes/LanguagePl.php [code]
languages/classes/LanguageQqx.php [code]
languages/classes/LanguageRo.php [code]
languages/classes/LanguageRu.php [code]
languages/classes/LanguageSe.php [code]
languages/classes/LanguageSgs.php [code]
languages/classes/LanguageSh.php [code]
languages/classes/LanguageShi.deps.php [code]
languages/classes/LanguageShi.php [code]
languages/classes/LanguageSk.php [code]
languages/classes/LanguageSl.php [code]
languages/classes/LanguageSma.php [code]
languages/classes/LanguageSr.deps.php [code]
languages/classes/LanguageSr.php [code]
languages/classes/LanguageSr_ec.php [code]
languages/classes/LanguageSr_el.php [code]
languages/classes/LanguageTg.php [code]
languages/classes/LanguageTi.php [code]
languages/classes/LanguageTl.php [code]
languages/classes/LanguageTr.php [code]
languages/classes/LanguageTyv.php [code]
languages/classes/LanguageUk.php [code]
languages/classes/LanguageWa.php [code]
languages/classes/LanguageYue.php [code]
languages/classes/LanguageZh.deps.php [code]
languages/classes/LanguageZh.php [code]
languages/classes/LanguageZh_hans.php [code]
languages/messages/MessagesAb.php [code]Abkhazian (Аҧсшәа)
languages/messages/MessagesAce.php [code]Achinese (Acèh)
languages/messages/MessagesAf.php [code]Afrikaans (Afrikaans)
languages/messages/MessagesAk.php [code]Akan (Akan)
languages/messages/MessagesAln.php [code]Gheg Albanian (Gegë)
languages/messages/MessagesAls.php [code]Alemannisch
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/MessagesBa.php [code]Bashkir (башҡортса)
languages/messages/MessagesBar.php [code]Bavarian (Boarisch)
languages/messages/MessagesBat_smg.php [code]Samogitian
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/MessagesBe_x_old.php [code]Belarusian in 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/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 (čeština)
languages/messages/MessagesCsb.php [code]Kashubian (kaszëbsczi)
languages/messages/MessagesCu.php [code]Church Slavic (словѣ́ньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ)
languages/messages/MessagesCv.php [code]Chuvash (Чӑвашла)
languages/messages/MessagesCy.php [code]Welsh (Cymraeg)
languages/messages/MessagesDa.php [code]Danish (dansk)
languages/messages/MessagesDe.php [code]German (Deutsch)
languages/messages/MessagesDe_at.php [code]Austrian German (Österreichisches Deutsch)
languages/messages/MessagesDe_ch.php [code]Swiss High German (Schweizer Hochdeutsch)
languages/messages/MessagesDe_formal.php [code]German (formal address) (Deutsch (Sie-Form)‎)
languages/messages/MessagesDiq.php [code]Zazaki (Zazaki)
languages/messages/MessagesDsb.php [code]Lower Sorbian (dolnoserbski)
languages/messages/MessagesDtp.php [code]Central Dusun (Dusun Bundu-liwan)
languages/messages/MessagesDv.php [code]Divehi (ދިވެހިބަސް)
languages/messages/MessagesDz.php [code]Dzongkha (ཇོང་ཁ)
languages/messages/MessagesEe.php [code]Ewe (eʋegbe)
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/MessagesFiu_vro.php [code]Võro
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/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/MessagesNo.php [code]Norwegian (bokmål)‬ (‪norsk (bokmål)‬)
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_rup.php [code]Aromanian (Armãneashce)
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/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/MessagesSimple.php [code]Simple English (Simple English)
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/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/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_classical.php [code]Classical 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_min_nan.php [code]Min Nan (Bân-lâm-gú/閩南話)
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/MessagesZh_yue.php [code]Cantonese (粵語/廣東話)
languages/messages/MessagesZu.php [code]Zulu (isiZulu)
maintenance/7zip.inc [code]7z stream wrapper
maintenance/attachLatest.php [code]Quick hackjob to fix damages imports on wikisource page records have page_latest wrong
maintenance/backup.inc [code]Base classes for database dumpers
maintenance/backupPrefetch.inc [code]Helper class for the --prefetch option of dumpTextPass.php
maintenance/cdb.php [code]Cdb inspector tool
maintenance/changePassword.php [code]Change the password of a given user
maintenance/checkAutoLoader.php [code]Check the autoloader
maintenance/checkBadRedirects.php [code]CheckBadRedirects - See if pages marked as being redirects really are
maintenance/checkImages.php [code]Check images to see if they exist, are readable, etc etc
maintenance/checkSyntax.php [code]Check syntax of all PHP files in MediaWiki
maintenance/checkUsernames.php [code]This script verifies that database usernames are actually valid
maintenance/cleanupCaps.php [code]Script to clean up broken page links when somebody turns on $wgCapitalLinks
maintenance/cleanupImages.php [code]Script to clean up broken, unparseable upload filenames
maintenance/cleanupRemovedModules.php [code]Maintenance script to 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 table cleanup class
maintenance/cleanupTitles.php [code]Script to 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]Script to remove broken, unparseable titles in the Watchlist
maintenance/clear_interwiki_cache.php [code]This script is used to clear the interwiki links for ALL languages in the cache
maintenance/clear_stats.php [code]This script remove all statistics tracking from the cache
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) The wiki should be put into read-only mode while this script executes
maintenance/convertUserOptions.php [code]Do each user sequentially, since accounts can't be deleted
maintenance/createAndPromote.php [code]Maintenance script to create an account and grant it administrator rights
maintenance/deleteArchivedFiles.inc [code]
maintenance/deleteArchivedFiles.php [code]
maintenance/deleteArchivedRevisions.inc [code]
maintenance/deleteArchivedRevisions.php [code]
maintenance/deleteBatch.php [code]
maintenance/deleteDefaultMessages.php [code]
maintenance/deleteImageMemcached.php [code]
maintenance/deleteOldRevisions.php [code]
maintenance/deleteOrphanedRevisions.php [code]
maintenance/deleteRevision.php [code]
maintenance/deleteSelfExternals.php [code]
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]
maintenance/dumpSisterSites.php [code]
maintenance/dumpTextPass.php [code]Script that postprocesses XML dumps from dumpBackup.php to add page text
maintenance/dumpUploads.php [code]
maintenance/edit.php [code]
maintenance/eval.php [code]PHP lacks an interactive mode, but this can be very helpful when debugging
maintenance/fetchText.php [code]
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]Script to fix double redirects
maintenance/fixExtLinksProtocolRelative.php [code]
maintenance/fixSlaveDesync.php [code]
maintenance/fixTimestamps.php [code]
maintenance/fixUserRegistration.php [code]
maintenance/formatInstallDoc.php [code]
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/getLagTimes.php [code]
maintenance/getSlaveServer.php [code]
maintenance/getText.php [code]
maintenance/importDump.php [code]Copyright (C) 2005 Brion Vibber <[email protected]> http://www.mediawiki.org/
maintenance/importImages.inc [code]Support functions for the importImages script
maintenance/importImages.php [code]Maintenance script to import one or more images from the local file system into the wiki without using the web-based interface
maintenance/importSiteScripts.php [code]Maintenance script to import all scripts in the MediaWiki namespace from a local site
maintenance/importTextFile.php [code]Maintenance script allows creating or editing 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/initStats.php [code]Maintenance script to re-initialise or update the site statistics table
maintenance/install.php [code]
maintenance/jsparse.php [code]
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]
maintenance/mergeMessageFileList.php [code]Merge $wgExtensionMessagesFiles from various extensions to produce a single array containing all message files
maintenance/migrateUserGroup.php [code]
maintenance/minify.php [code]Minify a file or set of files
maintenance/moveBatch.php [code]
maintenance/mwdocgen.php [code]Generate class and file reference documentation for MediaWiki using doxygen
maintenance/namespaceDupes.php [code]
maintenance/nextJobDB.php [code]
maintenance/nukeNS.php [code]
maintenance/nukePage.php [code]
maintenance/orphans.php [code]
maintenance/parse.php [code]
maintenance/patchSql.php [code]
maintenance/populateCategory.php [code]Script to populate category table
maintenance/populateImageSha1.php [code]
maintenance/populateLogSearch.php [code]
maintenance/populateLogUsertext.php [code]
maintenance/populateParentId.php [code]
maintenance/populateRevisionLength.php [code]
maintenance/populateRevisionSha1.php [code]
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]
maintenance/proxy_check.php [code]Command line script to check for an open proxy at a specified location
maintenance/pruneFileCache.php [code]
maintenance/purgeDeletedFiles.php [code]
maintenance/purgeList.php [code]
maintenance/purgeOldText.inc [code]Support functions for cleaning up redundant text records
maintenance/purgeOldText.php [code]
maintenance/purgeParserCache.php [code]
maintenance/purgeStaleMemcachedText.php [code]
maintenance/reassignEdits.php [code]
maintenance/rebuildall.php [code]
maintenance/rebuildFileCache.php [code]
maintenance/rebuildImages.php [code]Script to update image metadata records
maintenance/rebuildLocalisationCache.php [code]
maintenance/rebuildmessages.php [code]
maintenance/rebuildrecentchanges.php [code]
maintenance/rebuildtextindex.php [code]
maintenance/refreshImageCount.php [code]
maintenance/refreshImageMetadata.php [code]Script to refresh image metadata fields
maintenance/refreshLinks.php [code]
maintenance/removeUnusedAccounts.php [code]
maintenance/renameDbPrefix.php [code]
maintenance/renderDump.php [code]Take page text out of an XML dump file and render basic HTML out to files
maintenance/resetUserTokens.php [code]Script to reset the user_token for all users on the wiki
maintenance/rollbackEdits.php [code]
maintenance/runBatchedQuery.php [code]
maintenance/runJobs.php [code]
maintenance/showJobs.php [code]
maintenance/showStats.php [code]
maintenance/sql.php [code]
maintenance/sqlite.inc [code]Helper class for sqlite-specific scripts
maintenance/sqlite.php [code]
maintenance/stats.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]Maintenance script to provide a better count of the number of articles and update the site statistics table, if desired
maintenance/updateCollation.php [code]Script will 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]Script to 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]Script for periodic off-peak updating of the search index
maintenance/updateSpecialPages.php [code]Run this script periodically if you have miser mode enabled, to refresh the caches
maintenance/upgrade1_5.php [code]Alternate 1.4 -> 1.5 schema upgrade
maintenance/userDupes.inc [code]Helper class for update.php and upgrade1_5.php
maintenance/userOptions.inc [code]Helper class for userOptions.php script
maintenance/userOptions.php [code]Script to change users skins on the fly
maintenance/waitForSlave.php [code]Script to wait until slave lag goes under a certain value
maintenance/archives/upgradeLogging.php [code]Replication-safe online upgrade script for log_id/log_deleted
maintenance/benchmarks/bench_delete_truncate.php [code]
maintenance/benchmarks/bench_HTTP_HTTPS.php [code]This come from r75429 message
maintenance/benchmarks/bench_if_switch.php [code]This come from r75429 message
maintenance/benchmarks/bench_strtr_str_replace.php [code]
maintenance/benchmarks/bench_wfIsWindows.php [code]This come from r75429 message
maintenance/benchmarks/Benchmarker.php [code]Create a doxygen subgroup of Maintenance for benchmarks
maintenance/benchmarks/benchmarkHooks.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/benchmarks/benchmarkPurge.php [code]Squid purge benchmark script
maintenance/cssjanus/cssjanus.py [code]
maintenance/cssjanus/csslex.py [code]
maintenance/dev/includes/router.php [code]
maintenance/language/alltrans.php [code]
maintenance/language/checkDupeMessages.php [code]Script to 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]
maintenance/language/date-formats.php [code]
maintenance/language/digit2html.php [code]
maintenance/language/dumpMessages.php [code]
maintenance/language/generateCollationData.php [code]
maintenance/language/generateNormalizerData.php [code]Generates normalizer data files for Arabic and Malayalam
maintenance/language/lang2po.php [code]
maintenance/language/langmemusage.php [code]
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/locking/LockServerDaemon.php [code]
maintenance/oracle/alterSharedConstraints.php [code]
maintenance/storage/checkStorage.php [code]Fsck for MediaWiki
maintenance/storage/compressOld.php [code]Compress the text of a wiki
maintenance/storage/dumpRev.php [code]
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]
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]Script to 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]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/trackBlobs.php [code]Adds blobs from a given external storage cluster to the blob_tracking table
maintenance/term/MWTerm.php [code]
mw-config/index.php [code]New version of MediaWiki web-based config/installation
mw-config/index.php5 [code]
resources/Resources.php [code]
serialized/serialize.php [code]
skins/Chick.deps.php [code]
skins/Chick.php [code]Chick: A lightweight Monobook skin with no sidebar, the sidebar links are given at the bottom of the page instead, as in the unstyled MySkin
skins/CologneBlue.php [code]Cologne Blue: A nicer-looking alternative to Standard
skins/Modern.deps.php [code]
skins/Modern.php [code]Modern skin, derived from monobook template
skins/MonoBook.deps.php [code]
skins/MonoBook.php [code]MonoBook nouveau
skins/MySkin.deps.php [code]
skins/MySkin.php [code]MySkin: Monobook without the CSS
skins/Nostalgia.php [code]Nostalgia: A skin which looks like Wikipedia did in its first year (2001)
skins/Simple.deps.php [code]
skins/Simple.php [code]Simple: A lightweight skin with a simple white-background sidebar and no top bar
skins/Standard.php [code]Standard (a.k.a
skins/Vector.deps.php [code]
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/RunSeleniumTests.php [code]
tests/testHelpers.inc [code]
tests/TestsAutoLoader.php [code]
tests/jasmine/spec_makers/makeJqueryMsgSpec.php [code]
tests/parser/parserTest.inc [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/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/MediaWikiTestCase.php [code]
tests/phpunit/phpunit.php [code]Bootstrapping for MediaWiki PHPUnit tests
tests/phpunit/StructureTest.php [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/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/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/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/EditPageTest.php [code]
tests/phpunit/includes/ExternalStoreTest.php [code]
tests/phpunit/includes/ExtraParserTest.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/HooksTest.php [code]
tests/phpunit/includes/HtmlTest.php [code]
tests/phpunit/includes/HttpTest.php [code]
tests/phpunit/includes/IPTest.php [code]
tests/phpunit/includes/JsonTest.php [code]
tests/phpunit/includes/LanguageConverterTest.php [code]
tests/phpunit/includes/LicensesTest.php [code]
tests/phpunit/includes/LocalFileTest.php [code]
tests/phpunit/includes/MessageTest.php [code]
tests/phpunit/includes/MWFunctionTest.php [code]
tests/phpunit/includes/MWNamespaceTest.php [code]
tests/phpunit/includes/ParserOptionsTest.php [code]
tests/phpunit/includes/PathRouterTest.php [code]
tests/phpunit/includes/Providers.php [code]Generic providers for the MediaWiki PHPUnit test suite
tests/phpunit/includes/ResourceLoaderTest.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/SeleniumConfigurationTest.php [code]
tests/phpunit/includes/SiteConfigurationTest.php [code]
tests/phpunit/includes/TemplateCategoriesTest.php [code]
tests/phpunit/includes/TimeAdjustTest.php [code]
tests/phpunit/includes/TitleMethodsTest.php [code]
tests/phpunit/includes/TitlePermissionTest.php [code]
tests/phpunit/includes/TitleTest.php [code]
tests/phpunit/includes/UserTest.php [code]
tests/phpunit/includes/WebRequestTest.php [code]
tests/phpunit/includes/XmlJsTest.php [code]
tests/phpunit/includes/XmlSelectTest.php [code]
tests/phpunit/includes/XmlTest.php [code]
tests/phpunit/includes/ZipDirectoryReaderTest.php [code]
tests/phpunit/includes/api/ApiBlockTest.php [code]
tests/phpunit/includes/api/ApiPurgeTest.php [code]
tests/phpunit/includes/api/ApiQueryTest.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/ApiTestUser.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/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/db/DatabaseSqliteTest.php [code]
tests/phpunit/includes/db/DatabaseTest.php [code]
tests/phpunit/includes/debug/MWDebugTest.php [code]
tests/phpunit/includes/filerepo/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/wfAssembleUrlTest.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/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/json/ServicesJsonTest.php [code]
tests/phpunit/includes/libs/IEUrlExtensionTest.php [code]
tests/phpunit/includes/libs/JavaScriptMinifierTest.php [code]
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/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/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/ParserPreloadTest.php [code]
tests/phpunit/includes/parser/PreprocessorTest.php [code]
tests/phpunit/includes/parser/TagHooksTest.php [code]
tests/phpunit/includes/search/SearchEngineTest.php [code]
tests/phpunit/includes/search/SearchUpdateTest.php [code]
tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php [code]
tests/phpunit/includes/specials/SpecialRecentchangesTest.php [code]
tests/phpunit/includes/specials/SpecialSearchTest.php [code]
tests/phpunit/includes/upload/UploadFromUrlTest.php [code]
tests/phpunit/includes/upload/UploadStashTest.php [code]
tests/phpunit/includes/upload/UploadTest.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/LanguageBhTest.php [code]
tests/phpunit/languages/LanguageBsTest.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]
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/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/LanguageWaTest.php [code]
tests/phpunit/skins/SideBarTest.php [code]
tests/phpunit/suites/ExtensionsTestSuite.php [code]
tests/phpunit/suites/UploadFromUrlTestSuite.php [code]
tests/qunit/QUnitTestResources.php [code]
tests/selenium/Selenium.php [code]
tests/selenium/SeleniumConfig.php [code]
tests/selenium/SeleniumLoader.php [code]
tests/selenium/SeleniumServerManager.php [code]Selenium server manager
tests/selenium/SeleniumTestCase.php [code]
tests/selenium/SeleniumTestConsoleLogger.php [code]
tests/selenium/SeleniumTestConstants.php [code]
tests/selenium/SeleniumTestHTMLLogger.php [code]
tests/selenium/SeleniumTestListener.php [code]
tests/selenium/SeleniumTestSuite.php [code]
tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php [code]MediaWikiButtonsAvailabilityTestCase
tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php [code]MediaWikiDifferentDatabaseAccountTestCase
tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php [code]MediaWikiDifferntDatabasePrefixTestCase
tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php [code]MediaWikiErrorsConnectToDatabasePageTestCase
tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php [code]MediaWikiErrorsNamepageTestCase
tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php [code]MediaWikiHelpFieldHintTestCase
tests/selenium/installer/MediaWikiInstallationCommonFunction.php [code]MediaWikiInstallationCommonFunction
tests/selenium/installer/MediaWikiInstallationConfig.php [code]MediaWikiInstallationConfig
tests/selenium/installer/MediaWikiInstallationMessage.php [code]MediaWikiInstallationConfig
tests/selenium/installer/MediaWikiInstallationVariables.php [code]MediaWikiInstallationConfig
tests/selenium/installer/MediaWikiInstallerTestSuite.php [code]MediaWikiInstallerTestSuite
tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php [code]MediaWikiOnAlreadyInstalledTestCase
tests/selenium/installer/MediaWikiMySQLiteDataBaseTestCase.php [code]MediaWikiMySQLiteataBaseTestCase
tests/selenium/installer/MediaWikiOnAlreadyInstalledTestCase.php [code]Selenium server manager
tests/selenium/installer/MediaWikiRestartInstallationTestCase.php [code]MediaWikiRestartInstallationTestCase
tests/selenium/installer/MediaWikiRightFrameworkLinksTestCase.php [code]MediaWikiRightFrameworkLinksTestCase
tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php [code]MediaWikiUpgradeExistingDatabaseTestCase
tests/selenium/installer/MediaWikiUserInterfaceTestCase.php [code]MediaWikiUserInterfaceTestCase
tests/selenium/suites/AddContentToNewPageTestCase.php [code]Selenium server manager
tests/selenium/suites/AddNewPageTestCase.php [code]Selenium server manager
tests/selenium/suites/CreateAccountTestCase.php [code]Selenium server manager
tests/selenium/suites/DeletePageAdminTestCase.php [code]Selenium server manager
tests/selenium/suites/EmailPasswordTestCase.php [code]Selenium server manager
tests/selenium/suites/MediawikiCoreSmokeTestCase.php [code]
tests/selenium/suites/MediawikiCoreSmokeTestSuite.php [code]
tests/selenium/suites/MediaWikiEditorConfig.php [code]Selenium server manager
tests/selenium/suites/MediaWikiEditorTestSuite.php [code]
tests/selenium/suites/MediaWikiExtraTestSuite.php [code]
tests/selenium/suites/MovePageTestCase.php [code]Selenium server manager
tests/selenium/suites/MyContributionsTestCase.php [code]Selenium server manager
tests/selenium/suites/MyWatchListTestCase.php [code]Selenium server manager
tests/selenium/suites/PageDeleteTestSuite.php [code]
tests/selenium/suites/PageSearchTestCase.php [code]Selenium server manager
tests/selenium/suites/PreviewPageTestCase.php [code]Selenium server manager
tests/selenium/suites/SavePageTestCase.php [code]Selenium server manager
tests/selenium/suites/SimpleSeleniumConfig.php [code]
tests/selenium/suites/SimpleSeleniumTestCase.php [code]
tests/selenium/suites/SimpleSeleniumTestSuite.php [code]
tests/selenium/suites/UserPreferencesTestCase.php [code]Selenium server manager