►NMediaWiki | A helper class for throttling authentication attempts |
►NAuth | |
CAbstractAuthenticationProvider | A base class that implements some of the boilerplate for an AuthenticationProvider |
CAbstractAuthenticationProviderTest | AuthManager MediaWiki\Auth\AbstractAuthenticationProvider |
CAbstractPasswordPrimaryAuthenticationProvider | Basic framework for a primary authentication provider that uses passwords |
CAbstractPasswordPrimaryAuthenticationProviderTest | AuthManager MediaWiki\Auth\AbstractPasswordPrimaryAuthenticationProvider |
CAbstractPreAuthenticationProvider | A base class that implements some of the boilerplate for a PreAuthenticationProvider |
CAbstractPreAuthenticationProviderTest | AuthManager MediaWiki\Auth\AbstractPreAuthenticationProvider |
CAbstractPrimaryAuthenticationProvider | A base class that implements some of the boilerplate for a PrimaryAuthenticationProvider |
CAbstractPrimaryAuthenticationProviderTest | AuthManager MediaWiki\Auth\AbstractPrimaryAuthenticationProvider |
CAbstractSecondaryAuthenticationProvider | A base class that implements some of the boilerplate for a SecondaryAuthenticationProvider |
CAbstractSecondaryAuthenticationProviderTest | AuthManager MediaWiki\Auth\AbstractSecondaryAuthenticationProvider |
CAuthenticationProvider | An AuthenticationProvider is used by AuthManager when authenticating users |
CAuthenticationRequest | This is a value object for authentication requests |
CAuthenticationRequestTest | AuthManager MediaWiki\Auth\AuthenticationRequest |
CAuthenticationRequestTestCase | AuthManager |
CAuthenticationResponse | This is a value object to hold authentication response data |
CAuthenticationResponseTest | AuthManager MediaWiki\Auth\AuthenticationResponse |
CAuthManager | This serves as the entry point to the authentication system |
CAuthManagerAuthPlugin | Backwards-compatibility wrapper for AuthManager via $wgAuth |
CAuthManagerAuthPluginUser | |
CAuthManagerTest | AuthManager Database MediaWiki\Auth\AuthManager |
CAuthPluginPrimaryAuthenticationProvider | Primary authentication provider wrapper for AuthPlugin |
CAuthPluginPrimaryAuthenticationProviderTest | AuthManager MediaWiki\Auth\AuthPluginPrimaryAuthenticationProvider |
CButtonAuthenticationRequest | This is an authentication request that just implements a simple button |
CButtonAuthenticationRequestTest | AuthManager MediaWiki\Auth\ButtonAuthenticationRequest |
CCheckBlocksSecondaryAuthenticationProvider | Check if the user is blocked, and prevent authentication if so |
CCheckBlocksSecondaryAuthenticationProviderTest | AuthManager Database MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProvider |
CConfirmLinkAuthenticationRequest | |
CConfirmLinkAuthenticationRequestTest | AuthManager MediaWiki\Auth\ConfirmLinkAuthenticationRequest |
CConfirmLinkSecondaryAuthenticationProvider | Links third-party authentication to the user's account |
CConfirmLinkSecondaryAuthenticationProviderTest | AuthManager MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider |
CCreatedAccountAuthenticationRequest | Returned from account creation to allow for logging into the created account |
CCreatedAccountAuthenticationRequestTest | AuthManager MediaWiki\Auth\CreatedAccountAuthenticationRequest |
CCreateFromLoginAuthenticationRequest | This transfers state between the login and account creation flows |
CCreateFromLoginAuthenticationRequestTest | AuthManager MediaWiki\Auth\CreateFromLoginAuthenticationRequest |
CCreationReasonAuthenticationRequest | Authentication request for the reason given for account creation |
CCreationReasonAuthenticationRequestTest | AuthManager MediaWiki\Auth\CreationReasonAuthenticationRequest |
CEmailNotificationSecondaryAuthenticationProvider | Handles email notification / email address confirmation for account creation |
CEmailNotificationSecondaryAuthenticationProviderTest | |
CLegacyHookPreAuthenticationProvider | A pre-authentication provider to call some legacy hooks |
CLegacyHookPreAuthenticationProviderTest | AuthManager Database MediaWiki\Auth\LegacyHookPreAuthenticationProvider |
CLocalPasswordPrimaryAuthenticationProvider | A primary authentication provider that uses the password field in the 'user' table |
CLocalPasswordPrimaryAuthenticationProviderTest | AuthManager Database MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider |
CPasswordAuthenticationRequest | This is a value object for authentication requests with a username and password |
CPasswordAuthenticationRequestTest | AuthManager MediaWiki\Auth\PasswordAuthenticationRequest |
CPasswordDomainAuthenticationRequest | This is a value object for authentication requests with a username, password, and domain |
CPasswordDomainAuthenticationRequestTest | AuthManager MediaWiki\Auth\PasswordDomainAuthenticationRequest |
CPreAuthenticationProvider | A pre-authentication provider is a check that must pass for authentication to proceed |
CPrimaryAuthenticationProvider | A primary authentication provider determines which user is trying to log in |
CRememberMeAuthenticationRequest | This is an authentication request added by AuthManager to show a "remember
me" checkbox |
CRememberMeAuthenticationRequestTest | AuthManager MediaWiki\Auth\RememberMeAuthenticationRequest |
CResetPasswordSecondaryAuthenticationProvider | Reset the local password, if signalled via $this->manager->setAuthenticationSessionData() |
CResetPasswordSecondaryAuthenticationProviderTest | AuthManager MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProvider |
CSecondaryAuthenticationProvider | A secondary authentication provider performs additional authentication steps after a PrimaryAuthenticationProvider has done its thing |
CTemporaryPasswordAuthenticationRequest | This represents the intention to set a temporary password for the user |
CTemporaryPasswordAuthenticationRequestTest | AuthManager MediaWiki\Auth\TemporaryPasswordAuthenticationRequest |
CTemporaryPasswordPrimaryAuthenticationProvider | A primary authentication provider that uses the temporary password field in the 'user' table |
CTemporaryPasswordPrimaryAuthenticationProviderTest | AuthManager Database MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider |
CThrottlePreAuthenticationProvider | A pre-authentication provider to throttle authentication actions |
CThrottlePreAuthenticationProviderTest | AuthManager Database MediaWiki\Auth\ThrottlePreAuthenticationProvider |
CThrottler | |
CThrottlerTest | AuthManager MediaWiki\Auth\Throttler |
CUserDataAuthenticationRequest | This represents additional user data requested on the account creation form |
CUserDataAuthenticationRequestTest | AuthManager MediaWiki\Auth\UserDataAuthenticationRequest |
CUsernameAuthenticationRequest | AuthenticationRequest to ensure something with a username is present |
CUsernameAuthenticationRequestTest | AuthManager MediaWiki\Auth\UsernameAuthenticationRequest |
►NLanguages | |
►NData | |
CNames | Language names in their own languages (language autonyms) |
CZhConversion | |
►NLinker | |
CLinkTarget | |
►NLogger | |
►NMonolog | |
CAvroFormatter | Log message formatter that uses the apache Avro format |
CAvroFormatterTest | |
CBufferHandler | Updates \Monolog\Handler\BufferHandler to use DeferredUpdates rather than register_shutdown_function |
CKafkaHandler | Log handler sends log events to a kafka server |
CKafkaHandlerTest | |
CLegacyFormatter | Log message formatter that mimics the legacy log message formatting of wfDebug , wfDebugLog , wfLogDBError and wfErrorLog global functions by delegating the formatting to \MediaWiki\Logger\LegacyLogger |
CLegacyHandler | Log handler that replicates the behavior of MediaWiki's wfErrorLog() logging service |
CLineFormatter | Formats incoming records into a one-line string |
CLineFormatterTest | |
CSyslogHandler | Log handler that supports sending log events to a syslog server using RFC 3164 formatted UDP packets |
CWikiProcessor | Annotate log records with request-global metadata, such as the hostname, wiki / request ID, and MediaWiki version |
CLegacyLogger | PSR-3 logger that mimics the historic implementation of MediaWiki's wfErrorLog logging implementation |
CLegacyLoggerTest | |
CLegacySpi | LoggerFactory service provider that creates LegacyLogger instances |
CLoggerFactory | PSR-3 logger instance factory |
CMonologSpi | LoggerFactory service provider that creates loggers implemented by Monolog |
CMonologSpiTest | |
CNullSpi | LoggerFactory service provider that creates \Psr\Log\NullLogger instances |
CSpi | Service provider interface for \Psr\Log\LoggerInterface implementation libraries |
►NServices | |
CServiceContainer | ServiceContainer provides a generic service to manage named services using lazy instantiation based on instantiator callback functions |
►NSession | |
►NSession | |
CBotPasswordSessionProvider | Session provider for bot passwords |
CBotPasswordSessionProviderTest | Session Database MediaWiki\Session\BotPasswordSessionProvider |
CCookieSessionProvider | A CookieSessionProvider persists sessions using cookies |
CCookieSessionProviderTest | Session Database MediaWiki\Session\CookieSessionProvider |
CDummySessionBackend | Dummy session backend |
CImmutableSessionProviderWithCookie | An ImmutableSessionProviderWithCookie doesn't persist the user, but optionally can use a cookie to support multiple IDs per session |
CImmutableSessionProviderWithCookieTest | Session Database MediaWiki\Session\ImmutableSessionProviderWithCookie |
CMetadataMergeException | Subclass of UnexpectedValueException that can be annotated with additional data for debug logging |
CMetadataMergeExceptionTest | Session MediaWiki\Session\MetadataMergeException |
CPHPSessionHandler | Adapter for PHP's session handling |
CPHPSessionHandlerTest | Session MediaWiki\Session\PHPSessionHandler |
CSession | Manages data for an an authenticated session |
CSessionBackend | This is the actual workhorse for Session |
CSessionBackendTest | Session Database MediaWiki\Session\SessionBackend |
CSessionId | Value object holding the session ID in a manner that can be globally updated |
CSessionIdTest | Session MediaWiki\Session\SessionId |
CSessionInfo | Value object returned by SessionProvider |
CSessionInfoTest | Session Database MediaWiki\Session\SessionInfo |
CSessionManager | This serves as the entry point to the MediaWiki session handling system |
CSessionManagerInterface | This exists to make IDEs happy, so they don't see the internal-but-required-to-be-public methods on SessionManager |
CSessionManagerTest | Session Database MediaWiki\Session\SessionManager |
CSessionProvider | A SessionProvider provides SessionInfo and support for Session |
CSessionProviderInterface | This exists to make IDEs happy, so they don't see the internal-but-required-to-be-public methods on SessionProvider |
CSessionProviderTest | Session Database MediaWiki\Session\SessionProvider |
CSessionTest | Session MediaWiki\Session\Session |
CTestBagOStuff | BagOStuff with utility functions for MediaWiki\\Session\\* testing |
CTestUtils | Utility functions for Session unit tests |
CToken | Value object representing a CSRF token |
CTokenTest | Session MediaWiki\Session\Token |
CUserInfo | Object holding data about a session's user |
CUserInfoTest | Session Database MediaWiki\Session\UserInfo |
►NSite | |
CMediaWikiPageNameNormalizer | Service for normalizing a page name using a MediaWiki api |
►NTidy | |
CHtml5Depurate | |
CRaggettBase | |
CRaggettExternal | |
CRaggettInternalHHVM | |
CRaggettInternalPHP | |
CRaggettWrapper | Class used to hide mw:editsection tokens from Tidy so that it doesn't break them or break on them |
CTidyDriverBase | Base class for HTML cleanup utilities |
►NWidget | MediaWiki Widgets – ComplexNamespaceInputWidget class |
CComplexNamespaceInputWidget | Namespace input widget |
CComplexTitleInputWidget | Complex title input widget |
CNamespaceInputWidget | Namespace input widget |
CSearchInputWidget | Search input widget |
CTitleInputWidget | Title input widget |
CUserInputWidget | User input widget |
CAbstractContent | Base implementation for content objects |
CAction | Actions are things which can be done to pages (edit, delete, rollback, etc) |
CActionTest | Action |
CActiveUsersPager | This class is used to get a list of active users |
CActivityUpdateJob | Job for updating user activity like "last viewed" timestamps |
CAjaxDispatcher | Object-Oriented Ajax functions |
CAjaxResponse | Handle responses for Ajax requests (send headers, print content, that sort of thing) |
CAllMessagesTablePager | Use TablePager for prettified output |
CAllTrans | Maintenance script that gets all messages as defined by the English language file |
CAlphabeticPager | IndexPager with an alphabetic list and a formatted navigation bar |
CAlterSharedConstraints | When using shared tables that are referenced by foreign keys on local tables you have to change the constraints on local tables |
CAncientPagesPage | Implements Special:Ancientpages |
CAnsiTermColorer | Terminal that supports ANSI escape sequences |
CAPCBagOStuff | This is a wrapper for APC's shared memory functions |
CAPCUBagOStuff | This is a wrapper for APCU's shared memory functions |
CApiAMCreateAccount | Create an account with AuthManager |
CApiAuthManagerHelper | Helper class for AuthManager-using API modules |
CApiBase | This abstract class implements many basic API functions, and is the base of all API classes |
CApiBaseTest | API Database medium |
CApiBlock | API module that facilitates the blocking of users |
CApiBlockTest | API Database medium |
CApiChangeAuthenticationData | Change authentication data with AuthManager |
CApiCheckToken | |
CApiClearHasMsg | API module that clears the hasmsg flag for current user |
CApiClientLogin | Log in to the wiki with AuthManager |
CApiComparePages | |
CApiContinuationManager | This manages continuation state |
CApiContinuationManagerTest | ApiContinuationManager API |
CApiDelete | API module that facilitates deleting pages |
CApiDisabled | API module that dies with an error immediately |
CApiDocumentationTest | Checks that all API modules, core and extensions, have documentation i18n messages |
CApiEditPage | A module that allows for editing and creating pages |
CApiEditPageTest | Tests for MediaWiki api.php?action=edit |
CApiEmailUser | API Module to facilitate sending of emails to users |
CApiErrorFormatter | Formats errors and warnings for the API, and add them to the associated ApiResult |
CApiErrorFormatter_BackCompat | Format errors and warnings in the old style, for backwards compatibility |
CApiErrorFormatterTest | API |
CApiExpandTemplates | API module that functions as a shortcut to the wikitext preprocessor |
CApiFeedContributions | |
CApiFeedRecentChanges | Recent changes feed |
CApiFeedWatchlist | This action allows users to get their watchlist items in RSS/Atom formats |
CApiFileRevert | |
CApiFormatBase | This is the abstract base class for API formatters |
CApiFormatFeedWrapper | This printer is used to wrap an instance of the Feed class |
CApiFormatJson | API JSON output formatter |
CApiFormatJsonTest | API ApiFormatJson |
CApiFormatNone | API Serialized PHP output formatter |
CApiFormatNoneTest | API ApiFormatNone |
CApiFormatPhp | API Serialized PHP output formatter |
CApiFormatPhpTest | API ApiFormatPhp |
CApiFormatRaw | Formatter that spits out anything you like with any desired MIME type |
CApiFormatTestBase | |
CApiFormatXml | API XML output formatter |
CApiFormatXmlRsd | |
CApiFormatXmlTest | API Database ApiFormatXml |
CApiHelp | Class to output help for an API module |
CApiHelpParamValueMessage | Message subclass that prepends wikitext for API help |
CApiImageRotate | |
CApiImport | API module that imports an XML file like Special:Import does |
CApiImportReporter | Import reporter for the API |
CApiLinkAccount | Link an account with AuthManager |
CApiLogin | Unit to authenticate log-in attempts to the current wiki |
CApiLoginTest | API Database medium |
CApiLogout | API module to allow users to log out of the wiki |
CApiMain | This is the main API class, used for both external and internal processing |
CApiMainTest | API medium |
CApiManageTags | |
CApiMergeHistory | API Module to merge page histories |
CApiMessage | Extension of Message implementing IApiMessage |
CApiMessageTest | API |
CApiModuleManager | This class holds a list of modules and handles instantiation |
CApiModuleManagerTest | ApiModuleManager |
CApiMove | API Module to move pages |
CApiOpenSearch | |
CApiOpenSearchFormatJson | |
CApiOptions | API module that facilitates the changing of user's preferences |
CApiOptionsTest | API Database medium |
CApiPageSet | This class contains a list of pages that the client has requested |
CApiPageSetTest | API medium Database |
CApiParamInfo | |
CApiParse | |
CApiParseTest | API Database medium |
CApiPatrol | Allows user to patrol pages |
CApiProtect | |
CApiPurge | API interface for page purging |
CApiPurgeTest | API Database medium |
CApiQuery | This is the main query class |
CApiQueryAllCategories | Query module to enumerate all categories, even the ones that don't have category pages |
CApiQueryAllDeletedRevisions | Query module to enumerate all deleted revisions |
CApiQueryAllImages | Query module to enumerate all available pages |
CApiQueryAllLinks | Query module to enumerate links from all pages together |
CApiQueryAllMessages | A query action to return messages from site message cache |
CApiQueryAllPages | Query module to enumerate all available pages |
CApiQueryAllPagesTest | API Database medium |
CApiQueryAllRevisions | Query module to enumerate all revisions |
CApiQueryAllUsers | Query module to enumerate all registered users |
CApiQueryAuthManagerInfo | A query action to return meta information about AuthManager state |
CApiQueryBacklinks | This is a three-in-one module to query: |
CApiQueryBacklinksprop | This implements prop=redirects, prop=linkshere, prop=catmembers, prop=transcludedin, and prop=fileusage |
CApiQueryBase | This is a base class for all Query modules |
CApiQueryBasicTest | These tests validate basic functionality of the api query module |
CApiQueryBlocks | Query module to enumerate all user blocks |
CApiQueryCategories | A query module to enumerate categories the set of pages belong to |
CApiQueryCategoryInfo | This query adds the "<categories>" subelement to all pages with the list of categories the page is in |
CApiQueryCategoryMembers | A query module to enumerate pages that belong to a category |
CApiQueryContinue2Test | Copyright © 2013 Yuri Astrakhan "<Firstname><Lastname>@gmail.com" |
CApiQueryContinueTest | Copyright © 2013 Yuri Astrakhan "<Firstname><Lastname>@gmail.com" |
CApiQueryContinueTestBase | |
CApiQueryContributions | This query action adds a list of a specified user's contributions to the output |
CApiQueryContributors | A query module to show contributors to a page |
CApiQueryDeletedRevisions | Query module to enumerate deleted revisions for pages |
CApiQueryDeletedrevs | Query module to enumerate all deleted revisions |
CApiQueryDisabled | API module that does nothing |
CApiQueryDuplicateFiles | A query module to list duplicates of the given file(s) |
CApiQueryExternalLinks | A query module to list all external URLs found on a given set of pages |
CApiQueryExtLinksUsage | |
CApiQueryFilearchive | Query module to enumerate all deleted files |
CApiQueryFileRepoInfo | A query action to return meta information about the foreign file repos configured on the wiki |
CApiQueryGeneratorBase | |
CApiQueryImageInfo | A query action to get image information and upload history |
CApiQueryImages | This query adds an "<images>" subelement to all pages with the list of images embedded into those pages |
CApiQueryInfo | A query module to show basic page information |
CApiQueryIWBacklinks | This gives links pointing to the given interwiki |
CApiQueryIWLinks | A query module to list all interwiki links on a page |
CApiQueryLangBacklinks | This gives links pointing to the given interwiki |
CApiQueryLangLinks | A query module to list all langlinks (links to corresponding foreign language pages) |
CApiQueryLinks | A query module to list all wiki links on a given set of pages |
CApiQueryLogEvents | Query action to List the log events, with optional filtering by various parameters |
CApiQueryMyStashedFiles | Action=query&list=mystashedfiles module, gets all stashed files for the current user |
CApiQueryPagePropNames | A query module to list used page props |
CApiQueryPageProps | A query module to show basic page information |
CApiQueryPagesWithProp | A query module to enumerate pages that use a particular prop |
CApiQueryPrefixSearch | |
CApiQueryProtectedTitles | Query module to enumerate all create-protected pages |
CApiQueryQueryPage | Query module to get the results of a QueryPage-based special page |
CApiQueryRandom | Query module to get list of random pages |
CApiQueryRecentChanges | A query action to enumerate the recent changes that were done to the wiki |
CApiQueryRevisions | A query action to enumerate revisions of a given page, or show top revisions of multiple pages |
CApiQueryRevisionsBase | A base class for functions common to producing a list of revisions |
CApiQueryRevisionsTest | API Database medium ApiQueryRevisions |
CApiQuerySearch | Query module to perform full text search within wiki titles and content |
CApiQuerySiteinfo | A query action to return meta information about the wiki site |
CApiQueryStashImageInfo | A query action to get image information from temporarily stashed files |
CApiQueryTags | Query module to enumerate change tags |
CApiQueryTest | API Database medium ApiQuery |
CApiQueryTestBase | This class has some common functionality for testing query module |
CApiQueryTokens | Module to fetch tokens via action=query&meta=tokens |
CApiQueryUserInfo | Query module to get information about the currently logged-in user |
CApiQueryUsers | Query module to get information about a list of users |
CApiQueryWatchlist | This query action allows clients to retrieve a list of recently modified pages that are part of the logged-in user's watchlist |
CApiQueryWatchlistRaw | This query action allows clients to retrieve a list of pages on the logged-in user's watchlist |
CApiRawMessage | Extension of RawMessage implementing IApiMessage |
CApiRemoveAuthenticationData | Remove authentication data from AuthManager |
CApiResetPassword | Reset password, with AuthManager |
CApiResult | This class represents the result of the API operations |
CApiResultTest | ApiResult API |
CApiResultTestSerializableObject | |
CApiResultTestStringifiableObject | |
CApiRevisionDelete | API interface to RevDel |
CApiRevisionDeleteTest | Tests for action=revisiondelete APIRevisionDelete API medium Database |
CApiRollback | |
CApiRsd | API module for sending out RSD information |
CApiSerializable | This interface allows for overriding the default conversion applied by ApiResult::validateValue() |
CApiSetNotificationTimestamp | API interface for setting the wl_notificationtimestamp field |
CApiStashEdit | Prepare an edit in shared cache so that it can be reused on edit |
CApiTag | |
CApiTestCase | |
CApiTestCaseUpload | Abstract class to support upload tests |
CApiTestContext | |
CApiTokens | |
CApiTokensTest | API Database medium |
CApiUnblock | API module that facilitates the unblocking of users |
CApiUnblockTest | API Database medium |
CApiUndelete | |
CApiUpload | |
CApiUploadTest | N.b |
CApiUserrights | |
CApiWatch | API module to allow users to watch a page |
CApiWatchTest | API Database medium |
CArchivedFile | Class representing a row of the 'filearchive' table |
CArrayBackedMemoizedCallable | A MemoizedCallable subclass that stores function return values in an instance property rather than APC or APCu |
CArrayDiffFormatter | A pseudo-formatter that just passes along the Diff::$edits array |
CArrayDiffFormatterTest | |
CArrayUtils | A collection of static methods to play with arrays |
CArrayUtilsTest | Test class for ArrayUtils class |
CArticle | Class for viewing MediaWiki article and history |
CArticleTablesTest | Database |
CArticleTest | |
CAssembleUploadChunksJob | Assemble the segments of a chunked upload |
CAtomFeed | Generate an Atom feed |
CAtomicSectionUpdate | Deferrable Update for closure/callback updates via IDatabase::doAtomicSection() |
CAttachLatest | Maintenance script to correct wrong values in the page_latest field in the database |
CAuthManagerSpecialPage | A special page subclass for authentication-related special pages |
CAuthPlugin | Authentication plugin interface |
CAuthPluginUser | |
CAutoLoader | Locations of core classes Extension classes are specified with $wgAutoloadClasses This array is a global instead of a static member of AutoLoader to work around a bug in APC |
CAutoLoaderTest | |
CAutoloadGenerator | Accepts a list of files and directories to search for php files and generates $wgAutoloadLocalClasses or $wgAutoloadClasses lines for all detected classes |
CAutopromote | This class checks if user can get extra rights because of conditions specified in $wgAutopromote |
CAvailableRightsTest | Try to make sure that extensions register all rights in $wgAvailableRights or via the 'UserGetAllRights' hook |
CAvroValidator | Generate error strings for data that doesn't match the specified Avro schema |
CAvroValidatorTest | Tests for IP validity functions |
CBacklinkCache | Class for fetching backlink lists, approximate backlink counts and partitions |
CBacklinkJobUtils | Class with Backlink related Job helper methods |
CBackupDumper | |
CBackupDumperLoggerTest | Tests for log dumps of BackupDumper |
CBackupDumperPageTest | Tests for page dumps of BackupDumper |
CBackupReader | Maintenance script that imports XML dump files into the current wiki |
CBackupTextPassTestModelHandler | |
CBadTitleError | Show an error page on a badtitle |
CBadTitleErrorTest | BadTitleError |
CBagOStuff | Interface is intended to be more or less compatible with the PHP memcached client |
CBagOStuffTest | |
CBaseDump | Readahead helper for making large MediaWiki data dumps; reads in a previous XML dump to sequentially prefetch text records already normalized and decompressed |
CBaseDumpTest | Tests for BaseDump |
CBaseTemplate | New base template for a skin's template extended from QuickTemplate this class features helper methods that provide common ways of interacting with the data stored in the QuickTemplate |
CBatchedQueryRunner | Maintenance script to run a database query in batches and wait for slaves |
CBatchRowIterator | |
CBatchRowUpdate | |
CBatchRowUpdateTest | Tests for BatchRowUpdate and its components |
CBatchRowWriter | |
CBcryptPassword | A Bcrypt-hashed password |
CBcryptPasswordTest | Large |
CBenchHttpHttps | Maintenance script that benchmarks HTTP request vs HTTPS request |
CBenchIfSwitch | Maintenance script that benchmark if elseif.. |
CBenchmarkDeleteTruncate | Maintenance script that benchmarks SQL DELETE vs SQL TRUNCATE |
CBenchmarker | Base class for benchmark scripts |
CBenchmarkHooks | Maintenance script that benchmarks MediaWiki hooks |
CBenchmarkParse | Maintenance script to benchmark how long it takes to parse a given title at an optionally specified timestamp |
CBenchmarkPurge | Maintenance script that benchmarks Squid purge |
CBenchStrtrStrReplace | Maintenance script that benchmarks for strtr() vs str_replace() |
CBenchUtf8TitleCheck | This little benchmark executes the regexp formerly used in Language->checkTitleEncoding() and compares its execution time against that of mb_check_encoding |
CBenchWfIsWindows | Maintenance script that benchmarks wfIsWindows() |
CBenchWikimediaBaseConvert | Maintenance script that benchmarks Wikimedia\base_convert() |
CBitmapHandler | Generic handler for bitmap images |
CBitmapHandler_ClientOnly | Handler for bitmap images that will be resized by clients |
CBitmapMetadataHandler | Class to deal with reconciling and extracting metadata from bitmap images |
CBitmapMetadataHandlerTest | Media |
CBitmapScalingTest | Media |
CBlob | Utility classThis allows us to distinguish a blob from a normal string and an array of strings |
CBlock | |
CBlockListPager | |
CBlockLogFormatter | This class formats block log entries |
CBlockLogFormatterTest | |
CBlockTest | Database Blocking |
CBmpHandler | Handler for Microsoft's bitmap format; getimagesize() doesn't support these files |
CBotPassword | Utility class for bot passwords |
CBotPasswordTest | BotPassword Database |
CBrokenRedirectsPage | A special page listing redirects to non existent page |
CBufferingStatsdDataFactory | A factory for application metric data |
CCachedAction | Abstract action class with scaffolding for caching HTML and other values in a single blob |
CCachedBagOStuff | Wrapper around a BagOStuff that caches data in memory |
CCachedBagOStuffTest | BagOStuff |
CCacheDependency | |
CCacheHelper | Helper class for caching various elements in a single cache entry |
CCacheTime | Parser cache specific expiry check |
CCachingSiteStore | |
CCachingSiteStoreTest | |
CCalledDummyAction | |
CCapsCleanup | Maintenance script to clean up broken page links when somebody turns on $wgCapitalLinks |
CCategory | Category objects are immutable, strictly speaking |
CCategoryFinder | The "CategoryFinder" class takes a list of articles, creates an internal representation of all their parent categories (as well as parents of parents etc.) |
CCategoryMembershipChange | |
CCategoryMembershipChangeJob | Job to add recent change entries mentioning category membership changes |
CCategoryMembershipChangeJobTest | CategoryMembershipChangeJob |
CCategoryMembershipChangeTest | CategoryMembershipChange |
CCategoryPage | Special handling for category description pages, showing pages, subcategories and file that belong to the category |
CCategoryPager | |
CCategoryViewer | |
CCdbException | |
CCdbReader | |
CCdbWriter | |
CCdnCacheUpdate | Handles purging appropriate CDN URLs given a title (or titles) |
CCdnCacheUpdateTest | |
CCdnPurgeJob | Job to purge a set of URLs from CDN |
CCentralIdLookup | The CentralIdLookup service allows for connecting local users with cluster-wide IDs |
CCentralIdLookupTest | CentralIdLookup Database |
CCgzCopyTransaction | Class to represent a recompression operation for a single CGZ blob |
CChangePassword | Maintenance script to change the password of a given user |
CChangesFeed | Feed to Special:RecentChanges and Special:RecentChangesLiked |
CChangesList | |
CChangesListSpecialPage | Special page which uses a ChangesList to show query results |
CChangeTags | |
CChangeTagsList | Generic list for change tagging |
CChangeTagsLogItem | Item class for a logging table row with its associated change tags |
CChangeTagsLogList | Stores a list of taggable log entries |
CChangeTagsRevisionItem | Item class for a live revision table row with its associated change tags |
CChangeTagsRevisionList | Stores a list of taggable revisions |
CChannelFeed | Class to support the outputting of syndication feeds in Atom and RSS format |
CCheckBadRedirects | Maintenance script to check that pages marked as being redirects really are |
CCheckComposerLockUpToDate | Checks whether your composer-installed dependencies are up to date |
CCheckExtensionsCLI | |
CCheckImages | Maintenance script to check images to see if they exist, are readable, etc |
CCheckLanguageCLI | |
CCheckLess | |
CCheckStorage | Maintenance script to do various checks on external storage |
CCheckSyntax | Maintenance script to check syntax of all PHP files in MediaWiki |
CCheckUsernames | Maintenance script to check that database usernames are actually valid |
CChronologyProtector | Class for ensuring a consistent ordering of events as seen by the user, despite replication |
CClassCollector | Reads PHP code and returns the FQCN of every class defined within it |
CCleanupAncientTables | Maintenance script to cleans up old database tables, dropping old indexes and fields |
CCleanupBlocks | Maintenance script to clean up user blocks with user names not matching the 'user' table |
CCleanupPreferences | Maintenance script that removes hidden preferences from the database |
CCleanupRemovedModules | Maintenance script to remove cache entries for removed ResourceLoader modules from the database |
CCleanupSpam | Maintenance script to cleanup all spam from a given hostname |
CClearInterwikiCache | Maintenance script to clear the cache of interwiki prefixes for all local wikis |
CCliInstaller | Class for the core installer command line interface |
CCLIParser | Maintenance script to parse some wikitext |
CCloneDatabase | |
CCodeContentHandler | Content handler for code content such as CSS, JavaScript, JSON, etc |
CCollation | |
CCollationCkb | Workaround for the lack of support of Sorani Kurdish / Central Kurdish language ('ckb') in ICU |
CCollationEt | Workaround for incorrect collation of Estonian language ('et') in ICU (bug 54168) |
CCollationTest | Class CollationTest Collation IcuCollation IdentityCollation UppercaseCollation |
CCommandLineInc | |
CCommandLineInstaller | Maintenance script to install and configure MediaWiki |
CCompareParserCache | |
CCompareParsers | Maintenance script to take page text out of an XML dump file and render basic HTML out to files |
CComposerHookHandler | GNU GPL v2+ |
CComposerInstalled | Reads an installed.json file and provides accessors to get what is installed |
CComposerJson | Reads a composer.json file and provides accessors to get its hash and the required dependencies |
CComposerJsonTest | |
CComposerLock | Reads a composer.lock file and provides accessors to get its hash and what is installed |
CComposerLockTest | |
CComposerPackageModifier | GNU GPL v2+ |
CComposerVersionNormalizer | GNU GPL v2+ |
CComposerVersionNormalizerTest | ComposerVersionNormalizer |
CCompressOld | Maintenance script that compress the text of a wiki |
CConcatenatedGzipHistoryBlob | Concatenated gzip (CGZ) storage Improves compression ratio by concatenating like objects before gzipping |
CConfig | Interface for configuration instances |
CConfigException | Exceptions for config failures |
CConfigFactory | Factory class to create Config objects |
CConfigFactoryTest | |
CConstantDependency | |
CContent | Base interface for content objects |
CContentHandler | A content handler knows how do deal with a specific type of content on a wiki page |
CContentHandlerTest | ContentHandler |
CContentModelLogFormatter | |
CContextSource | The simplest way of implementing IContextSource is to hold a RequestContext as a member variable and provide accessors to it |
CContribsPager | Pager for Special:Contributions |
CConverterRule | Parser for rules of language conversion , parse rules in -{ }- tag |
CConvertExtensionToRegistration | |
CConvertLinks | Maintenance script to convert from the old links schema (string->ID) to the new schema (ID->ID) |
CConvertUserOptions | Maintenance script to convert user options to the new user_properties table |
CCookie | |
CCookieJar | |
CCopyFileBackend | Copy all files in one container of one backend to another |
CCopyFileOp | Copy a file from one storage path to another in the backend |
CCopyJobQueue | Copy all jobs from one job queue system to another |
CCoreParserFunctions | Various core parser functions, registered in Parser::firstCallInit() |
CCoreTagHooks | Various tag hooks, registered in Parser::firstCallInit() |
CCoreVersionChecker | |
CCoreVersionCheckerTest | CoreVersionChecker |
CCreateAndPromote | Maintenance script to create an account and grant it rights |
CCreateFileOp | Create a file in the backend with the given content |
CCreditsAction | |
CCssContent | Content object for CSS pages |
CCssContentHandler | Content handler for CSS pages |
CCssContentHandlerTest | |
CCssContentTest | ContentHandler Database ^— needed, because we do need the database to test link updates |
CCSSMin | Transforms CSS data |
CCSSMinTest | This file test the CSSMin library shipped with Mediawiki |
CCSSMinTestable | |
CCsvStatsOutput | Csv output |
CCurlHttpRequest | MWHttpRequest implemented using internal curl compiled into PHP |
CCurlHttpRequestTester | |
CDatabase | |
CDatabaseBase | Database abstraction object |
CDatabaseInstaller | Base class for DBMS-specific installation helper classes |
CDatabaseLag | Maintenance script to show database lag |
CDatabaseLogEntry | This class wraps around database result row |
CDatabaseMssql | |
CDatabaseMysql | Database abstraction object for PHP extension mysql |
CDatabaseMysqlBase | Database abstraction object for MySQL |
CDatabaseMysqlBaseTest | |
CDatabaseMysqli | Database abstraction object for PHP extension mysqli |
CDatabaseOracle | |
CDatabasePostgres | |
CDatabaseSqlite | |
CDatabaseSqliteMock | |
CDatabaseSqliteTest | Sqlite Database medium |
CDatabaseSQLTest | Test the abstract database layer This is a non DBMS depending test |
CDatabaseTest | Database DatabaseBase |
CDatabaseTestHelper | Helper for testing the methods from the DatabaseBase class |
CDatabaseUpdater | Class for handling database updates |
CDatabaseUpdaterTest | |
CDataUpdate | Abstract base class for update jobs that do something with some secondary data extracted from article |
CDateFormats | Maintenance script that tests various language time and date functions |
CDateFormatter | Date formatter, recognises dates in plain text and formats them according to user preferences |
CDBAccessBase | |
CDBAccessError | Exception class for attempted DB access |
CDBAccessObjectUtils | Helper class for DAO classes |
CDBConnectionError | |
CDBConnRef | Helper class to handle automatically marking connections as reusable (via RAII pattern) as well handling deferring the actual network connection until the handle is used |
CDBError | Database error base class |
CDBExpectedError | Base class for the more common types of database errors |
CDBFileJournal | Version of FileJournal that logs to a DB table |
CDBLockManager | Version of LockManager based on using named/row DB locks |
CDBMasterPos | An object representing a master or slave position in a replicated setup |
CDBQueryError | |
CDBReadOnlyError | |
CDBReplicationWaitError | Exception class for replica DB wait timeouts |
CDBSiteStore | |
CDBSiteStoreTest | |
CDbTestPreviewer | |
CDbTestRecorder | |
CDBTransactionError | |
CDBUnexpectedError | |
CDeadendPagesPage | A special page that list pages that contain no link to other pages |
CDeferrableUpdate | Interface that deferrable updates should implement |
CDeferredStringifier | |
CDeferredStringifierTest | |
CDeferredUpdates | Class for managing the deferred updates |
CDeferredUpdatesTest | |
CDelayedParserTest | A class to delay execution of a parser test hooks |
CDeleteAction | Handle page deletion |
CDeleteArchivedFiles | Maintenance script to delete archived (non-current) files from the database |
CDeleteArchivedRevisions | Maintenance script to delete archived (deleted from public) revisions from the database |
CDeleteBatch | Maintenance script to delete a batch of pages |
CDeletedContribsPager | |
CDeletedContributionsPage | Implements Special:DeletedContributions to display archived revisions |
CDeleteDefaultMessages | Maintenance script that deletes all pages in the MediaWiki namespace which were last edited by "MediaWiki default" |
CDeleteEqualMessages | Maintenance script that deletes all pages in the MediaWiki namespace of which the content is equal to the system default |
CDeleteFileOp | Delete a file at the given storage path from the backend |
CDeleteLinksJob | Job to prune link tables for pages that were deleted |
CDeleteLogFormatter | This class formats delete log entries |
CDeleteLogFormatterTest | |
CDeleteOldRevisions | Maintenance script that deletes old (non-current) revisions from the database |
CDeleteOrphanedRevisions | Maintenance script that deletes revisions which refer to a nonexisting page |
CDeleteRevision | Maintenance script that deletes one or more revisions by moving them to the archive table |
CDeleteSelfExternals | Maintenance script that deletes self-references to $wgServer from the externallinks table |
CDependencyWrapper | This class stores an arbitrary value along with its dependencies |
CDeprecatedGlobal | Class to allow throwing wfDeprecated warnings when people use globals that we do not want them to |
CDeprecatedInterfaceFinder | A PHPParser node visitor that finds deprecated functions and methods |
CDerivativeContext | An IContextSource implementation which will inherit context from another source but allow individual pieces of context to be changed locally eg: A ContextSource that can inherit from the main RequestContext but have a different Title instance set on it |
CDerivativeRequest | Similar to FauxRequest, but only fakes URL parameters and method (POST or GET) and use the base request for the remaining stuff (cookies, session and headers) |
CDerivativeResourceLoaderContext | Allows changing specific properties of a context object, without changing the main one |
CDerivativeResourceLoaderContextTest | ResourceLoader |
CDescribeFileOp | Change metadata for a file at the given storage path in the backend |
CDiff | Class representing a 'diff' between two sequences of strings |
CDiffEngine | Class used internally by Diff to actually compute the diffs |
CDifferenceEngine | |
CDifferenceEngineTest | DifferenceEngine |
CDiffFormatter | Base class for diff formatters |
CDiffHistoryBlob | Diff-based history compression Requires xdiff 1.5+ and zlib |
CDiffHistoryBlobTest | |
CDiffOp | The base class for all other DiffOp classes |
CDiffOpAdd | Extends DiffOp |
CDiffOpChange | Extends DiffOp |
CDiffOpCopy | Extends DiffOp |
CDiffOpDelete | Extends DiffOp |
CDiffOpTest | |
CDiffTest | |
CDigit2Html | Maintenance script that check digit transformation |
CDjVuHandler | Handler for DjVu images |
CDjVuImage | Support for detecting/validating DjVu image files and getting some basic file metadata (resolution etc) |
CDjVuSupport | Initialize and detect the DjVu files support |
CDjVuTest | Media DjVuHandler |
CDoubleRedirectJob | Job to fix double redirects after moving a page |
CDoubleRedirectsPage | A special page listing redirects to redirecting page |
CDoubleReplacer | Class to perform secondary replacement within each replacement string |
CDummyAction | |
CDummyContentForTesting | |
CDummyContentHandlerForTesting | |
CDummyExtensionsTest | Needed to avoid warnings like 'No tests found in class "ExtensionsTestSuite" |
CDummyLinker | |
CDummyNonTextContent | |
CDummyNonTextContentHandler | |
CDummySessionProvider | Dummy session provider |
CDummyTermColorer | A colour-less terminal |
CDump7ZipOutput | |
CDumpBackup | |
CDumpBZip2Output | |
CDumpDBZip2Output | |
CDumpFileOutput | |
CDumpFilter | |
CDumpGZipOutput | |
CDumpIterator | Base class for interating over a dump |
CDumpLatestFilter | |
CDumpLinks | Maintenance script that generates a plaintext link dump |
CDumpMessages | Maintenance script that dumps an entire language, using the keys from English |
CDumpMultiWriter | |
CDumpNamespaceFilter | |
CDumpNotalkFilter | |
CDumpOutput | |
CDumpPipeOutput | |
CDumpRenderer | Maintenance script that takes page text out of an XML dump file and render basic HTML out to files |
CDumpRev | Maintenance script that gets the text of a revision, resolving external storage if needed |
CDumpTestCase | Base TestCase for dumps |
CDuplicateJob | No-op job that does nothing |
CEditAction | Page edition handler |
CEditCLI | Maintenance script to make a page edit |
CEditPage | The edit page/HTML interface (split from Article) The actual database and text munging is still in Article, but it should get easier to call those from alternate interfaces |
CEditPageTest | Editing |
CEditWatchlistCheckboxSeriesField | |
CEditWatchlistNormalHTMLForm | Extend HTMLForm purely so we can have a more sane way of getting the section headers |
CEmailConfirmation | Special page allows users to request email confirmation message, and handles processing of the confirmation code when the link in the email is followed |
CEmailInvalidation | Special page allows users to cancel an email confirmation using the e-mail confirmation code |
CEmaillingJob | Old job used for sending single notification emails; kept for backwards-compatibility |
CEmailNotification | This module processes the email notifications when the current page is changed |
CEmptyBagOStuff | A BagOStuff object with no objects in it |
CEncryptedPassword | Helper class for passwords that use another password hash underneath it and encrypts that hash with a configured secret |
CEnhancedChangesList | |
CEnhancedChangesListTest | EnhancedChangesList |
CEnotifNotifyJob | Job for email notification mails |
CEnqueueableDataUpdate | Interface that marks a DataUpdate as enqueuable via the JobQueue |
CEnqueueJob | Router job that takes jobs and enqueues them to their proper queues |
CEraseArchivedFile | Maintenance script to delete archived (non-current) files from storage |
CErrorPageError | An error page which can definitely be safely rendered using the OutputPage |
CErrorPageErrorTest | ErrorPageError |
CEventRelayer | Base class for reliable event relays |
CEventRelayerGroup | Factory class for spawning EventRelayer objects using configuration |
CEventRelayerKafka | Event relayer for Apache Kafka |
CEventRelayerNull | No-op class for publishing messages into a PubSub system |
CExif | Class to extract and validate Exif data from jpeg (and possibly tiff) files |
CExifBitmapHandler | Stuff specific to JPEG and (built-in) TIFF handler |
CExifBitmapTest | Media |
CExifRotationTest | Tests related to auto rotation |
CExifTest | Media Exif |
CExplodeIterator | An iterator which works exactly like: |
CExportDemoTest | Test making sure the demo export xml is valid |
CExportProgressFilter | |
CExportSites | Maintenance script for exporting site definitions from XML into the sites table |
CExportTest | Test class for Export methods |
CExtensionJsonValidationTest | 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 |
CExtensionLanguages | |
CExtensionProcessor | |
CExtensionProcessorTest | |
CExtensionRegistry | ExtensionRegistry class |
CExtensionRegistryTest | |
CExtensionsParserTestSuite | |
CExtensionsTestSuite | This test suite runs unit tests registered by extensions |
CExternalStore | Constructor class for key/value blob data kept in external repositories |
CExternalStoreDB | DB accessable external objects |
CExternalStoreFOO | |
CExternalStoreHttp | Example class for HTTP accessable external objects |
CExternalStoreMedium | Accessable external objects in a particular storage medium |
CExternalStoreMwstore | File backend accessable external objects |
CExternalStoreTest | External Store tests |
CExtraParserTest | Parser-related tests that don't suit for parserTests.txt |
CFakeAuthTemplate | B/C class to try handling login/signup template modifications even though login/signup does not actually happen through a template anymore |
CFakeConverter | A fake language converter |
CFakeDatabase | |
CFakeDatabaseMysqlBase | Fake class around abstract class so we can call concrete methods |
CFakeDatabaseUpdater | |
CFakeDiffOp | Class FakeDiffOp used to test abstract class DiffOp |
CFakeDimensionFile | Media |
CFakeMaintenance | Fake maintenance wrapper, mostly used for the web installer/updater |
CFakeResultWrapper | Overloads the relevant methods of the real ResultsWrapper so it doesn't go anywhere near an actual database |
CFatalError | Exception class which takes an HTML error message, and does not produce a backtrace |
CFauxRequest | WebRequest clone which takes values from a provided array |
CFauxRequestTest | |
CFauxResponse | |
CFauxResponseTest | |
CFeedItem | A base class for basic support for outputting syndication feeds in RSS and other formats |
CFeedUtils | Helper functions for feeds |
CFetchText | Maintenance script used to fetch page text in a subprocess |
CFetchTextTest | TestCase for FetchText |
CFewestrevisionsPage | Special page for listing the articles with the fewest revisions |
CField | Base for all database-specific classes representing information about database fields |
CFile | Implements some public methods and some protected utility functions which are required by multiple child classes |
CFileAwareNodeVisitor | A PHPParser node visitor that associates each node with its file name |
CFileBackend | Base class for all file backend classes (including multi-write backends) |
CFileBackendDBRepoWrapper | Proxy backend that manages file layout rewriting for FileRepo |
CFileBackendDBRepoWrapperTest | |
CFileBackendError | File backend exception for checked exceptions (e.g |
CFileBackendException | Generic file backend exception for checked and unexpected (e.g |
CFileBackendGroup | Class to handle file backend registration |
CFileBackendMultiWrite | Proxy backend that mirrors writes to several internal backends |
CFileBackendStore | Base class for all backends using particular storage medium |
CFileBackendStoreOpHandle | FileBackendStore helper class for performing asynchronous file operations |
CFileBackendStoreShardDirIterator | Iterator for listing directories |
CFileBackendStoreShardFileIterator | Iterator for listing regular files |
CFileBackendStoreShardListIterator | FileBackendStore helper function to handle listings that span container shards |
CFileBackendTest | FileRepo FileBackend medium |
CFileBasedSiteLookup | Provides a file-based cache of a SiteStore |
CFileBasedSiteLookupTest | |
CFileCacheBase | Base class for data storage in the file system |
CFileContentsHasher | |
CFileContentsHasherTest | FileContentsHasherTest |
CFileDeleteForm | File deletion user interface |
CFileDependency | |
CFileDuplicateSearchPage | Searches the database for files of the requested hash, comparing this with the 'img_sha1' field in the image table |
CFileJournal | Class for handling file operation journaling |
CFileOp | FileBackend helper class for representing operations |
CFileOpBatch | Helper class for representing batch file operations |
CFileRepo | Base class for file repositories |
CFileRepoStatus | Generic operation result class for FileRepo-related operations |
CFileRepoTest | |
CFileTest | |
CFindDeprecated | Maintenance task that recursively scans MediaWiki PHP files for deprecated functions and interfaces and produces a report |
CFindHooks | Maintenance script that compares documented and actually present mismatches |
CFindMissingFiles | |
CFindOrphanedFiles | |
CFixBug20757 | Maintenance script to fix bug 20757 |
CFixDefaultJsonContentPages | Usage: fixDefaultJsonContentPages.php |
CFixDoubleRedirects | Maintenance script that fixes double redirects |
CFixExtLinksProtocolRelative | Maintenance script that fixes any entriy for protocol-relative URLs in the externallinks table |
CFixTimestamps | Maintenance script that fixes timestamp corruption caused by one or more webservers temporarily being set to the wrong time |
CFixUserRegistration | Maintenance script that fixes the user_registration field |
CForeignAPIFile | Foreign file accessible through api.php requests |
CForeignAPIRepo | A foreign repository with a remote MediaWiki with an API thingy |
CForeignDBFile | Foreign file with an accessible MediaWiki database |
CForeignDBRepo | A foreign repository with an accessible MediaWiki database |
CForeignDBViaLBRepo | A foreign repository with a MediaWiki database accessible via the configured LBFactory |
CForeignTitle | A simple, immutable structure to hold the title of a page on a foreign MediaWiki installation |
CForeignTitleFactory | A parser that translates page titles into ForeignTitle objects |
CForeignTitleTest | ForeignTitle |
CForkController | Class for managing forking command line scripts |
CFormAction | An action which shows a form and does something based on the input from the form |
CFormatJson | JSON formatter wrapper class |
CFormatJsonTest | FormatJson |
CFormatMetadata | Format Image metadata values into a human readable form |
CFormatMetadataTest | Media |
CFormlessAction | An action which just does something, without showing a form first |
CFormOptions | Helper class to keep track of options when mixing links and form elements |
CFormOptionsExposed | This file host two test case classes for the MediaWiki FormOptions class: |
CFormOptionsInitializationTest | Test class for FormOptions initialization Ensure the FormOptions::add() does what we want it to do |
CFormOptionsTest | This file host two test case classes for the MediaWiki FormOptions class: |
CFormSpecialPage | Special page which uses an HTMLForm to handle processing |
CFSFile | Class representing a non-directory file on the file system |
CFSFileBackend | Class for a file system (FS) based file backend |
CFSFileBackendDirList | |
CFSFileBackendFileList | |
CFSFileBackendList | Wrapper around RecursiveDirectoryIterator/DirectoryIterator that catches exception or does any custom behavoir that we may want |
CFSFileOpHandle | |
CFSLockManager | Simple version of LockManager based on using FS lock files |
CFSRepo | A repository for files accessible via the local filesystem |
CGanConverter | |
CGenderCache | Caches user genders when needed to use correct namespace aliases |
CGenderCacheTest | Database Cache |
CGenerateCollationData | Generate first letter data files for Collation.php |
CGenerateCommonPassword | Maintenance script to create common password cdb database |
CGenerateJqueryMsgData | This PHP script defines the spec that the mediawiki.jqueryMsg module should conform to |
CGenerateJsonI18n | Maintenance script to generate JSON i18n files from a PHP i18n file |
CGenerateNormalizerDataAr | Generates the normalizer data file for Arabic |
CGenerateNormalizerDataMl | Generates the normalizer data file for Malayalam |
CGenerateRandomImages | |
CGenerateSitemap | Maintenance script that generates a sitemap for the site |
CGenericArrayObject | |
CGenericArrayObjectTest | |
CGetConfiguration | Print serialized output of MediaWiki config vars |
CGetLagTimes | Maintenance script that displays replication lag times |
CGetSlaveServer | Maintenance script that reports the hostname of a slave server |
CGetTextMaint | Maintenance script that outputs page text to stdout |
CGIFHandler | Handler for GIF images |
CGIFHandlerTest | Media |
CGIFMetadataExtractor | GIF frame counter |
CGIFMetadataExtractorTest | Media |
CGitInfo | |
CGitInfoTest | GitInfo |
CGlobalDependency | |
CGlobalTest | GlobalFunctions |
CGlobalVarConfig | Accesses configuration settings from $GLOBALS |
CGlobalVarConfigTest | |
CGlobalWithDBTest | GlobalFunctions Database |
CHashBagOStuff | Simple store for keeping values in an associative array for the current process |
CHashBagOStuffTest | BagOStuff |
CHashConfig | A Config instance which stores all settings as a member variable |
CHashConfigTest | |
CHashRing | Convenience class for weighted consistent hash rings |
CHashRingTest | HashRing |
CHashSiteStore | In-memory SiteStore implementation, storing sites in an associative array |
CHashSiteStoreTest | |
CHashtableReplacer | Class to perform replacement based on a simple hashtable lookup |
CHistoryAction | This class handles printing the history page for an article |
CHistoryBlob | Base class for general text storage via the "object" flag in old_flags, or two-part external storage URLs |
CHistoryBlobCurStub | To speed up conversion from 1.4 to 1.5 schema, text rows can refer to the leftover cur table as the backend |
CHistoryBlobStub | Pointer object for an item within a CGZ blob stored in the text table |
CHistoryPager | |
CHooks | Hooks class |
CHooksTest | |
CHtml | This class is a collection of static functions that serve two purposes: |
CHTMLApiField | |
CHTMLAutoCompleteSelectField | Text field for selecting a value from a large list of possible values, with auto-completion and optionally with a select dropdown for selecting common options |
CHtmlAutoCompleteSelectFieldTest | Unit tests for HTMLAutoCompleteSelectField |
CHTMLButtonField | Adds a generic button inline to the form |
CHTMLCacheUpdate | Class to invalidate the HTML cache of all the pages linking to a given title |
CHTMLCacheUpdateJob | Job to purge the cache for all pages that link to or use another page or file |
CHTMLCheckField | A checkbox field |
CHTMLCheckMatrix | A checkbox matrix Operates similarly to HTMLMultiSelectField, but instead of using an array of options, uses an array of rows and an array of columns to dynamically construct a matrix of options |
CHtmlCheckMatrixTest | Unit tests for the HTMLCheckMatrix HTMLCheckMatrix |
CHTMLComboboxField | A combo box field |
CHTMLEditTools | |
CHTMLFileCache | Page view caching in the file system |
CHTMLFloatField | A field that will contain a numeric value |
CHTMLForm | Object handling generic submission, CSRF protection, layout and other logic for UI forms |
CHtmlFormatter | |
CHTMLFormField | The parent class to generate form fields |
CHTMLFormFieldCloner | A container for HTMLFormFields that allows for multiple copies of the set of fields to be displayed to and entered by the user |
CHTMLFormFieldRequiredOptionsException | |
CHTMLFormFieldWithButton | Enables HTMLFormField elements to be build with a button |
CHTMLFormTest | |
CHTMLHiddenField | |
CHTMLInfoField | An information field (text blob), not a proper input |
CHTMLIntField | A field that must contain a number |
CHTMLMultiSelectField | Multi-select field |
CHTMLNestedFilterable | |
CHTMLRadioField | Radio checkbox fields |
CHTMLSelectAndOtherField | Double field with a dropdown list constructed from a system message in the format |
CHTMLSelectField | A select dropdown field |
CHTMLSelectLimitField | A limit dropdown, which accepts any valid number |
CHTMLSelectNamespace | Wrapper for Html::namespaceSelector to use in HTMLForm |
CHTMLSelectNamespaceWithButton | Creates a Html::namespaceSelector input field with a button assigned to the input field |
CHTMLSelectOrOtherField | Select dropdown field, with an additional "other" textbox |
CHTMLSubmitField | Add a submit button inline in the form (as opposed to HTMLForm::addButton(), which will add it at the end) |
CHTMLTagFilter | Wrapper for ChangeTags::buildTagFilterSelector to use in HTMLForm |
CHtmlTest | Tests for includes/Html.php |
CHtmlTestValue | |
CHTMLTextAreaField | |
CHTMLTextField | |
CHTMLTextFieldWithButton | Creates a text input field with a button assigned to the input field |
CHTMLTitleTextField | Implements a text input field for page titles |
CHTMLUserTextField | Implements a text input field for user names |
CHttp | Various HTTP related functions |
CHttpError | Show an error that looks like an HTTP server error |
CHttpErrorTest | |
CHttpStatus | |
CHttpTest | Http |
CHWLDFWordAccumulator | Additions by Axel Boldt follow, partly taken from diff.php, phpwiki-1.3.3 |
CIApiMessage | Interface for messages with machine-readable data for use by the API |
CICacheHelper | Interface for all classes implementing CacheHelper functionality |
CIContextSource | Interface for objects which can provide a MediaWiki context on request |
CIcuCollation | |
CIDatabase | Basic database interface for live and lazy-loaded DB handles |
CIDBAccessObject | Interface for database access objects |
CIdentityCollation | Collation class that's essentially a no-op |
CIEContentAnalyzer | This class simulates Microsoft Internet Explorer's terribly broken and insecure MIME type detection algorithm |
CIEUrlExtension | Internet Explorer derives a cache filename from a URL, and then in certain circumstances, uses the extension of the resulting file to determine the content type of the data, ignoring the Content-Type header |
CIEUrlExtensionTest | Tests for IEUrlExtension::findIE6Extension |
CIExpiringStore | Generic base class for storage interfaces |
CIJobSpecification | Job queue task description interface |
CImageBuilder | Maintenance script to update image metadata records |
CImageCleanup | Maintenance script to clean up broken, unparseable upload filenames |
CImageGallery | Backwards compatibility |
CImageGalleryBase | Image gallery |
CImageHandler | Media handler abstract base class for images |
CImageHistoryList | Builds the image revision log shown on image pages |
CImageHistoryPseudoPager | |
CImageListPager | |
CImageListPagerTest | Test class for ImageListPagerTest class |
CImagePage | Class for viewing MediaWiki file description pages |
CImagePage404Test | For doing Image Page tests that rely on 404 thumb handling |
CImagePageTest | |
CImageQueryPage | Variant of QueryPage which uses a gallery to output results, thus suited for reports generating images |
CImportLinkCacheIntegrationTest | Integration test that checks import success and LinkCache integration |
CImportLogFormatter | This class formats import log entries |
CImportLogFormatterTest | |
CImportReporter | Reporting callback |
CImportSites | Maintenance script for importing site definitions from XML into the sites table |
CImportSiteScripts | Maintenance script to import all scripts in the MediaWiki namespace from a local site |
CImportSource | Source interface for XML import |
CImportStreamSource | Imports a XML dump from a file (either from file upload, files on disk, or HTTP) |
CImportStringSource | Used for importing XML dumps where the content of the dump is in a string |
CImportTest | Test class for Import methods |
CImportTextFiles | Maintenance script which reads in text files and imports their content to a page of the wiki |
CImportTitleFactory | Represents an object that can convert page titles on a foreign wiki (ForeignTitle objects) into page titles on the local wiki (Title objects) |
CIncludableSpecialPage | Shortcut to construct an includable special page |
CIndexPager | IndexPager is an efficient pager which uses a (roughly unique) index in the data set to implement paging, rather than a "LIMIT offset,limit" clause |
CInfoAction | Displays information about a page |
CInitEditCount | |
CInitSiteStats | Maintenance script to re-initialise or update the site statistics table |
CInstallDocFormatter | |
CInstallDocFormatterTest | |
CInstaller | Base installer class |
CInstallerOverrides | |
CInstallerSessionProvider | |
CInstantiatedDummyAction | |
CInterwiki | The interwiki class All information is loaded on creation when called by Interwiki::fetch( $prefix ) |
CInterwikiTest | Interwiki |
CInvalidPassword | Represents an invalid password hash |
CIP | A collection of public static functions to play with IP address and IP blocks |
CIPSet | Backward-compatibility alias for IPSet, which was moved out into an external library and namespaced |
CIPTC | Class for some IPTC functions |
CIPTCTest | Media |
CIPTest | Tests for IP validity functions |
CIRCColourfulRCFeedFormatter | Generates a colourful notification intended for humans on IRC |
CIteratorDecorator | |
CITestRecorder | Interface to record parser test results |
CIuConverter | Conversion script between Latin and Syllabics for Inuktitut |
CJavaScriptContent | Content for JavaScript pages |
CJavaScriptContentHandler | Content handler for JavaScript pages |
CJavaScriptContentHandlerTest | |
CJavaScriptContentTest | ContentHandler Database ^— needed, because we do need the database to test link updates |
CJavaScriptMinifier | This class is meant to safely minify javascript code, while leaving syntactically correct programs intact |
CJavaScriptMinifierTest | |
CJob | Class to both describe a background job and handle jobs |
CJobQueue | Class to handle enqueueing and running of background jobs |
CJobQueueAggregator | Class to handle tracking information about all queues |
CJobQueueAggregatorNull | |
CJobQueueAggregatorRedis | Class to handle tracking information about all queues using PhpRedis |
CJobQueueConnectionError | |
CJobQueueDB | Class to handle job queues stored in the DB |
CJobQueueError | |
CJobQueueFederated | Class to handle enqueueing and running of background jobs for federated queues |
CJobQueueGroup | Class to handle enqueueing of background jobs |
CJobQueueMemory | Class to handle job queues stored in PHP memory for testing |
CJobQueueMemoryTest | JobQueueMemory |
CJobQueueReadOnlyError | |
CJobQueueRedis | Class to handle job queues stored in Redis |
CJobQueueTest | JobQueue medium Database |
CJobRunner | Job queue runner utility methods |
CJobSpecification | Job queue task description base code |
CJobTest | |
CJpegHandler | JPEG specific handler |
CJpegMetadataExtractor | Class for reading jpegs and extracting metadata |
CJpegMetadataExtractorTest | |
CJpegPixelFormatTest | Tests related to JPEG chroma subsampling via $wgJpegPixelFormat setting |
CJpegTest | Media JpegHandler |
CJSCompilerContext | |
CJSMinPlus | |
CJSNode | |
CJsonContent | Represents the content of a JSON content |
CJsonContentHandler | Content handler for JSON |
CJsonContentTest | |
CJSONRCFeedFormatter | Formats a notification into the JSON format (http://www.json.org) |
CJSParseHelper | Maintenance script to do test JavaScript validity parses using jsmin+'s parser |
CJSParser | |
CJSToken | |
CJSTokenizer | |
CKkConverter | Kazakh (Қазақша) converter routines |
CKuConverter | Kurdish converter routines |
CLangMemUsage | This is a command line script |
CLanguage | Internationalisation code |
CLanguageAmTest | Tests for MediaWiki languages/LanguageAm.php |
CLanguageAr | Arabic (العربية) |
CLanguageArqTest | Tests for MediaWiki languages/LanguageArq.php |
CLanguageArTest | Tests for MediaWiki languages/LanguageAr.php |
CLanguageAz | Azerbaijani (Azərbaycan) |
CLanguageBe_tarask | Belarusian in Taraškievica orthography (Беларуская тарашкевіца) |
CLanguageBe_taraskTest | |
CLanguageBeTest | Tests for MediaWiki languages/LanguageBe.php |
CLanguageBg | Bulgarian (Български) |
CLanguageBhoTest | Tests for MediaWiki languages/LanguageBho.php |
CLanguageBs | Bosnian (bosanski) |
CLanguageBsTest | Tests for Croatian (hrvatski) |
CLanguageClassesTestCase | Helping class to run tests using a clean language instance |
CLanguageConverter | Base class for language conversion |
CLanguageConverterTest | |
CLanguageCsTest | Tests for MediaWiki languages/classes/Languagecs.php |
CLanguageCu | Old Church Slavonic (Ѩзыкъ словѣньскъ) |
CLanguageCuTest | Tests for MediaWiki languages/LanguageCu.php |
CLanguageCyTest | Tests for MediaWiki languages/classes/LanguageCy.php |
CLanguageDsb | Lower Sorbian (Dolnoserbski) |
CLanguageDsbTest | Tests for MediaWiki languages/classes/LanguageDsb.php |
CLanguageEo | Esperanto (Esperanto) |
CLanguageEs | Spanish (español) |
CLanguageEt | Estonian (eesti) |
CLanguageFi | Finnish (Suomi) |
CLanguageFrTest | Tests for MediaWiki languages/classes/LanguageFr.php |
CLanguageGa | Irish (Gaeilge) |
CLanguageGan | Class that handles both Traditional and Simplified Chinese right now it only distinguish gan_hans, gan_hant |
CLanguageGanTest | |
CLanguageGaTest | Tests for MediaWiki languages/classes/LanguageGa.php |
CLanguageGdTest | Tests for MediaWiki languages/classes/LanguageGd.php |
CLanguageGvTest | |
CLanguageHe | Hebrew (עברית) |
CLanguageHeTest | Tests for MediaWiki languages/classes/LanguageHe.php |
CLanguageHiTest | Tests for MediaWiki languages/LanguageHi.php |
CLanguageHrTest | Tests for MediaWiki languages/classes/LanguageHr.php |
CLanguageHsb | Upper Sorbian (Hornjoserbsce) |
CLanguageHsbTest | Tests for MediaWiki languages/classes/LanguageHsb.php |
CLanguageHu | Hungarian localisation for MediaWiki |
CLanguageHuTest | Tests for MediaWiki languages/LanguageHu.php |
CLanguageHy | Armenian (Հայերեն) |
CLanguageHyTest | Tests for Armenian (Հայերեն) |
CLanguageIu | Inuktitut |
CLanguageIuTest | |
CLanguageJa | Japanese (日本語) |
CLanguageKaa | Karakalpak (Qaraqalpaqsha) |
CLanguageKk | Class that handles Cyrillic, Latin and Arabic scripts for Kazakh right now it only distinguish kk_cyrl, kk_latn, kk_arab and kk_kz, kk_tr, kk_cn |
CLanguageKk_cyrl | Kazakh (Қазақша) |
CLanguageKkTest | |
CLanguageKm | Khmer (ភាសាខ្មែរ) |
CLanguageKsh | Ripuarian (Ripoarėsh) |
CLanguageKshTest | Tests for MediaWiki languages/classes/LanguageKsh.php |
CLanguageKu | Kurdish (Kurdî / كوردی) |
CLanguageKu_ku | Kurdish |
CLanguageKuTest | |
CLanguageLa | Latin (lingua Latina) |
CLanguageLnTest | Tests for MediaWiki languages/classes/LanguageLn.php |
CLanguageLtTest | Tests for MediaWiki languages/LanguageLt.php |
CLanguageLvTest | Tests for Latvian |
CLanguageMgTest | Tests for MediaWiki languages/classes/LanguageMg.php |
CLanguageMkTest | Tests for македонски/Macedonian |
CLanguageMl | Malayalam (മലയാളം) |
CLanguageMlTest | Tests for MediaWiki languages/LanguageMl.php |
CLanguageMoTest | Tests for MediaWiki languages/classes/LanguageMo.php |
CLanguageMtTest | Tests for MediaWiki languages/classes/LanguageMt.php |
CLanguageMy | Burmese (Myanmasa) |
CLanguageNlTest | Tests for MediaWiki languages/LanguageNl.php |
CLanguageNsoTest | Tests for MediaWiki languages/classes/LanguageNso.php |
CLanguageOs | Ossetian (Ирон) |
CLanguagePl | Polish (polski) |
CLanguagePlTest | Tests for MediaWiki languages/classes/LanguagePl.php |
CLanguageQqx | For all translated messages, this returns the name of the message bracketed |
CLanguageRoTest | Tests for MediaWiki languages/classes/LanguageRo.php |
CLanguageRu | Russian (русский язык) |
CLanguageRuTest | Tests for MediaWiki languages/classes/LanguageRu.php |
CLanguages | |
CLanguageSeTest | Tests for MediaWiki languages/classes/LanguageSe.php |
CLanguageSgsTest | Tests for Samogitian |
CLanguageShi | Tachelhit |
CLanguageShiTest | |
CLanguageShTest | Tests for srpskohrvatski / српскохрватски / Serbocroatian |
CLanguageSkTest | Tests for MediaWiki languages/classes/LanguageSk.php |
CLanguageSl | Slovenian (Slovenščina) |
CLanguageSlTest | Tests for MediaWiki languages/classes/LanguageSl.php |
CLanguageSmaTest | Tests for MediaWiki languages/classes/LanguageSma.php |
CLanguageSr | Serbian (Српски / Srpski) |
CLanguageSrTest | Tests for MediaWiki languages/LanguageSr.php |
CLanguageTest | |
CLanguageTg | Tajik (Тоҷикӣ) |
CLanguageTgTest | |
CLanguageTiTest | Tests for MediaWiki languages/classes/LanguageTi.php |
CLanguageTlTest | Tests for MediaWiki languages/classes/LanguageTl.php |
CLanguageToTest | |
CLanguageTr | Turkish (Türkçe) |
CLanguageTrTest | Tests for MediaWiki languages/LanguageTr.php |
CLanguageTyv | Tyvan localization (Тыва дыл) |
CLanguageUk | Ukrainian (українська мова) |
CLanguageUkTest | Tests for Ukrainian |
CLanguageUz | Uzbek |
CLanguageUzTest | Tests for MediaWiki languages/LanguageUz.php |
CLanguageWa | Walloon (Walon) |
CLanguageWaTest | Tests for MediaWiki languages/classes/LanguageWa.php |
CLanguageYue | Cantonese (粵語) |
CLanguageZh | Class that handles both Traditional and Simplified Chinese right now it only distinguish zh_hans, zh_hant, zh_cn, zh_tw, zh_sg and zh_hk |
CLanguageZh_hans | Simplified Chinese |
CLanguageZhTest | |
CLayeredParameterizedPassword | This password hash type layers one or more parameterized password types on top of each other |
CLayeredParameterizedPasswordTest | |
CLBFactory | An interface for generating database load balancers |
CLBFactoryFake | LBFactory class that throws an error on any attempt to use it |
CLBFactoryMulti | A multi-wiki, multi-master factory for Wikimedia and similar installations |
CLBFactorySimple | A simple single-master LBFactory that gets its configuration from the b/c globals |
CLBFactorySingle | An LBFactory class that always returns a single database object |
CLBFactoryTest | |
CLCStore | Interface for the persistence layer of LocalisationCache |
CLCStoreCDB | LCStore implementation which stores data as a collection of CDB files in the directory given by $wgCacheDirectory |
CLCStoreDB | LCStore implementation which uses the standard DB functions to store data |
CLCStoreNull | Null store backend, used to avoid DB errors during install |
CLCStoreStaticArray | |
CLegacyLogFormatter | This class formats all log entries for log types which have not been converted to the new system |
CLessFileCompilationTest | Modelled on Sebastian Bergmann's PHPUnit_Extensions_PhptTestCase class |
CLessTestSuite | |
CLicense | A License class for use on Special:Upload (represents a single type of license) |
CLicenses | A License class for use on Special:Upload |
CLicensesTest | Licenses |
CLikeMatch | Used by DatabaseBase::buildLike() to represent characters that have special meaning in SQL LIKE clauses and thus need no escaping |
CLinkBatch | Class representing a list of titles The execute() method checks them all for existence and adds them to a LinkCache object |
CLinkCache | Cache for article titles (prefixed DB keys) and ids linked from one source |
CLinker | Some internal bits split of from Skin.php |
CLinkerTest | Database |
CLinkFilter | Some functions to help implement an external link filter for spam control |
CLinkFilterTest | Database |
CLinkHolderArray | |
CLinksDeletionUpdate | Update object handling the cleanup of links tables after a page was deleted |
CLinkSearchPage | Special:LinkSearch to search the external-links table |
CLinksUpdate | See docs/deferred.txt |
CLinksUpdateTest | LinksUpdate Database ^— make sure temporary tables are used |
CListDuplicatedFilesPage | Special:ListDuplicatedFiles Lists all files where the current version is a duplicate of the current version of some other file |
CListredirectsPage | Special:Listredirects - Lists all the redirects on the wiki |
CListToggle | Class for generating clickable toggle links for a list of checkboxes |
CListVariants | |
CLoadBalancer | Database load balancing object |
CLoadBalancerSingle | Helper class for LBFactorySingle |
CLoadMonitor | An interface for database load monitoring |
CLoadMonitorMySQL | Basic MySQL load monitor with no external dependencies Uses memcached to cache the replication lag for a short time |
CLoadMonitorNull | |
CLocalFile | Class to represent a local file in the wiki's own database |
CLocalFileDeleteBatch | Helper class for file deletion |
CLocalFileLockError | |
CLocalFileMoveBatch | Helper class for file movement |
CLocalFileRestoreBatch | Helper class for file undeletion |
CLocalFileTest | These tests should work regardless of $wgCapitalLinks |
CLocalIdLookup | A CentralIdLookup provider that just uses local IDs |
CLocalIdLookupTest | LocalIdLookup Database |
CLocalisationCache | Class for caching the contents of localisation files, Messages*.php and *.i18n.php |
CLocalisationCacheBulkLoad | A localisation cache optimised for loading large amounts of data for many languages |
CLocalisationCacheTest | Database Cache LocalisationCache |
CLocalRepo | A repository that stores files in the local filesystem and registers them in the wiki's own database |
CLocalSettingsGenerator | Class for generating LocalSettings.php file |
CLockManager | Class for handling resource locking |
CLockManagerGroup | Class to handle file lock manager registration |
CLogEntry | Interface for log entries |
CLogEntryBase | Extends the LogEntryInterface with some basic functionality |
CLogEventsList | |
CLogFormatter | Implements the default log formatting |
CLogFormatterTest | Database |
CLogFormatterTestCase | |
CLoggedOutEditToken | Value object representing a logged-out user's edit token |
CLoggedUpdateMaintenance | Class for scripts that perform database maintenance and want to log the update in updatelog so we can later skip it |
CLoginForm | LoginForm as a special page has been replaced by SpecialUserLogin and SpecialCreateAccount, but some extensions called its public methods directly, so the class is retained as a B/C wrapper |
CLoginHelper | Helper functions for the login form that need to be shared with other special pages (such as CentralAuth's SpecialCentralLogin) |
CLoginSignupSpecialPage | Holds shared logic for login and account creation pages |
CLogPage | Class to simplify the use of log pages |
CLogPager | |
CLonelyPagesPage | A special page looking for articles with no article linking to them, thus being lonely |
CLongPagesPage | |
CMachineReadableRCFeedFormatter | Abstract class so there can be multiple formatters outputting the same data |
CMagicVariableTest | |
CMagicWord | This class encapsulates "magic words" such as "#redirect", NOTOC, etc |
CMagicWordArray | Class for handling an array of magic words |
CMailAddress | Stores a single person's name and email address |
CMailAddressTest | |
CMaintenance | Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effort |
CMaintenanceFixup | Makes parts of the API of Maintenance that is hidden by protected visibily visible for testing, and makes up for a stream closing hack in Maintenance.php |
CMaintenanceFormatInstallDoc | Maintenance script that formats RELEASE-NOTE file to wiki text or HTML markup |
CMaintenanceTest | Maintenance |
CMakeTestEdits | Make test edits for a user to populate a test wiki |
CMalformedTitleException | MalformedTitleException is thrown when a TitleParser is unable to parse a title string |
CManualLogEntry | Class for creating log entries manually, to inject them into the database |
CMapCacheLRU | Handles a simple LRU key/value map with a maximum number of entries |
CMappedDiff | |
CMappedIterator | Convenience class for generating iterators from iterators |
CMarkpatrolledAction | Mark a revision as patrolled on a page |
CMcTest | Maintenance script that makes several 'set', 'incr' and 'get' requests on every memcached server and shows a report |
CMediaHandler | Base media handler class |
CMediaHandlerTest | Media |
CMediaStatisticsPage | |
CMediaTransformError | Basic media transform error class |
CMediaTransformInvalidParametersException | MediaWiki exception thrown by some methods when the transform parameter array is invalid |
CMediaTransformOutput | Base class for the output of MediaHandler::doTransform() and File::transform() |
►CMediaWiki | Helper class for the index.php entry point |
CMediaWikiServices | MediaWikiServices is the service locator for the application scope of MediaWiki |
CMediaWikiI18N | Wrapper object for MediaWiki's localization functions, to be passed to the template engine |
CMediaWikiLangTestCase | Base class that store and restore the Language objects |
CMediaWikiMediaTestCase | Specificly for testing Media handlers |
CMediaWikiPageLinkRenderer | A service for generating links from page titles |
CMediaWikiPageLinkRendererTest | MediaWikiPageLinkRenderer |
CMediaWikiPageNameNormalizerTest | MediaWiki\Site\MediaWikiPageNameNormalizer |
CMediaWikiParserTest | The UnitTest must be either a class that inherits from MediaWikiTestCase or a class that provides a public static suite() method which returns an PHPUnit_Framework_Test object |
CMediaWikiPHPUnitBootstrap | |
CMediaWikiPHPUnitTestListener | |
CMediaWikiServicesTest | MediaWiki\MediaWikiServices |
CMediaWikiSite | Class representing a MediaWiki site |
CMediaWikiSiteTest | |
CMediaWikiTest | |
CMediaWikiTestCase | |
CMediaWikiTestCaseTest | MediaWikiTestCase |
CMediaWikiTitleCodec | A codec for MediaWiki page titles |
CMediaWikiTitleCodecTest | MediaWikiTitleCodec |
CMediaWikiVersionFetcher | Provides access to MediaWiki's version without requiring MediaWiki (or anything else) being loaded first |
CMediaWikiVersionFetcherTest | Note: this is not a unit test, as it touches the file system and reads an actual file |
CMemcachedBagOStuff | Base class for memcached clients |
CMemcachedBagOStuffTest | BagOStuff |
CMemcachedClient | Memcached client class implemented using (p)fsockopen() |
CMemCachedClientforWiki | |
CMemcachedPeclBagOStuff | A wrapper class for the PECL memcached client |
CMemcachedPhpBagOStuff | A wrapper class for the pure-PHP memcached client, exposing a BagOStuff interface |
CMemcLockManager | Manage locks using memcached servers |
CMemoizedCallable | |
CMemoizedCallableTest | PHP Unit tests for MemoizedCallable class |
CMemoryFileBackend | Simulation of a backend storage in memory |
CMergeableUpdate | Interface that deferrable updates can implement |
CMergeHistory | Handles the backend logic of merging the histories of two pages |
CMergeHistoryPager | |
CMergeHistoryTest | Database |
CMergeLogFormatter | This class formats merge log entries |
CMergeLogFormatterTest | |
CMergeMessageFileList | Maintenance script that merges $wgExtensionMessagesFiles from various extensions to produce a single array containing all message files |
CMessage | Methods which fulfil two basic services: |
CMessageBlobStore | This class generates message blobs for use by ResourceLoader modules |
CMessageBlobStoreTest | Cache MessageBlobStore |
CMessageCache | Message cache Performs various MediaWiki namespace-related functions |
CMessageCacheTest | Database Cache MessageCache |
CMessageContent | Wrapper allowing us to handle a system message as a Content object |
CMessageSpecifier | |
CMessageTest | |
CMigrateFileRepoLayout | Copy all files in FileRepo to an originals container using SHA1 paths |
CMigrateFileRepoLayoutTest | |
CMigrateUserGroup | Maintenance script that re-assigns users from an old group to a new one |
CMimeMagic | Implements functions related to MIME types such as detection and mapping to file extension |
CMimeMagicTest | |
CMIMEsearchPage | Searches the database for files of the requested MIME type, comparing this with the 'img_major_mime' and 'img_minor_mime' fields in the image table |
CMinifyScript | Maintenance script that minifies a file or set of files |
CMockApi | |
CMockApiQueryBase | |
CMockBitmapHandler | |
CMockDjVuHandler | |
CMockExtensionProcessor | Allow overriding the default value of $this->globals so we can test merging |
CMockFileBackend | Class simulating a backend store |
CMockFSFile | Class representing an in memory fake file |
CMockImageHandler | Mock handler for images |
CMockOggHandler | |
CMockSearch | |
CMockSvgHandler | |
CMockWebRequest | A mock WebRequest |
CMostcategoriesPage | A special page that list pages that have highest category count |
CMostimagesPage | A special page that lists most used images |
CMostinterwikisPage | A special page that listed pages that have highest interwiki count |
CMostlinkedCategoriesPage | A querypage to show categories ordered in descending order by the pages in them |
CMostlinkedPage | A special page to show pages ordered by the number of pages linking to them |
CMostlinkedTemplatesPage | Special page lists templates with a large number of transclusion links, i.e |
CMostrevisionsPage | |
CMoveBatch | Maintenance script to move a batch of pages |
CMoveFileOp | Move a file from one storage path to another in the backend |
CMoveLogFormatter | This class formats move log entries |
CMoveLogFormatterTest | |
CMovePage | Handles the backend logic of moving a page from one title to another |
CMovePageForm | A special page that allows users to change page titles |
CMovePageTest | Database |
CMssqlBlob | |
CMssqlField | Utility class |
CMssqlInstaller | Class for setting up the MediaWiki database using Microsoft SQL Server |
CMssqlResultWrapper | |
CMssqlUpdater | Class for setting up the MediaWiki database using Microsoft SQL Server |
CMultiConfig | Provides a fallback sequence for Config objects |
CMultiConfigTest | |
CMultiHttpClient | Class to handle concurrent HTTP requests |
CMultiWriteBagOStuff | A cache class that replicates all writes to multiple child caches |
CMultiWriteBagOStuffTest | Database |
CMutableConfig | Interface for mutable configuration instances |
CMutableContext | |
CMWCallableUpdate | Deferrable Update for closure/callback |
CMWContentSerializationException | Exception representing a failure to serialize or unserialize a content object |
CMWCryptHash | |
CMWCryptHashTest | Hash |
CMWCryptHKDF | |
CMWCryptHKDFTest | HKDF |
CMWCryptRand | |
CMWDebug | New debugger system that outputs a toolbar on page view |
CMWDebugTest | |
CMWDocGen | Maintenance script that builds doxygen documentation |
CMWException | MediaWiki exception |
CMWExceptionHandler | Handler class for MWExceptions |
CMWExceptionHandlerTest | |
CMWExceptionTest | |
CMWGrants | Functions and constants to deal with grants |
CMWGrantsTest | |
CMWHttpRequest | This wrapper class will call out to curl (if available) or fallback to regular PHP if necessary for handling internal HTTP requests |
CMWHttpRequestTester | Class to let us overwrite MWHttpRequest respHeaders variable |
CMWMemcached | |
CMWMessagePack | |
CMWMessagePackTest | PHP Unit tests for MWMessagePack MWMessagePack |
CMWNamespace | This is a utility class with only static functions for dealing with namespaces that encodes all the "magic" behaviors of them based on index |
CMWNamespaceTest | Test class for MWNamespace |
CMWOldPassword | The old style of MediaWiki password hashing |
CMWRestrictions | A class to check request restrictions expressed as a JSON object |
CMWRestrictionsTest | |
CMWSaltedPassword | The old style of MediaWiki password hashing, with a salt |
CMwSql | Maintenance script that sends SQL queries from the specified file to the database |
CMWTidy | Class to interact with HTML tidy |
CMWTimestamp | Library for creating and parsing MW-style timestamps |
CMWTimestampTest | Tests timestamp parsing and output |
CMWUnknownContentModelException | Exception thrown when an unregistered content model is requested |
CMySQLField | Utility class |
CMysqlInstaller | Class for setting up the MediaWiki database using MySQL |
CMySqlLockManager | MySQL version of DBLockManager that supports shared locks |
CMySQLMasterPos | |
CMysqlUpdater | Mysql update list and mysql-specific update functions |
CNaiveForeignTitleFactory | A parser that translates page titles on a foreign wiki into ForeignTitle objects, with no knowledge of the namespace setup on the foreign site |
CNaiveForeignTitleFactoryTest | NaiveForeignTitleFactory |
CNaiveImportTitleFactory | A class to convert page titles on a foreign wiki (ForeignTitle objects) into page titles on the local wiki (Title objects), using a default namespace mapping |
CNaiveImportTitleFactoryTest | NaiveImportTitleFactory |
CNamedDummyAction | |
CNamespaceAwareForeignTitleFactory | A parser that translates page titles on a foreign wiki into ForeignTitle objects, using information about the namespace setup on the foreign site |
CNamespaceAwareForeignTitleFactoryTest | NamespaceAwareForeignTitleFactory |
CNamespaceConflictChecker | Maintenance script that checks for articles to fix after adding/deleting namespaces |
CNamespaceImportTitleFactory | A class to convert page titles on a foreign wiki (ForeignTitle objects) into page titles on the local wiki (Title objects), placing all pages in a fixed local namespace |
CNamespaceImportTitleFactoryTest | NamespaceImportTitleFactory |
CNewFilesPager | |
CNewPagesPager | |
CNewParserTest | Although marked as a stub, can work independently |
CNewUsersLogFormatter | This class formats new user log entries |
CNewUsersLogFormatterTest | Database |
CNolinesImageGallery | |
CNothingClass | |
CNotRecursiveIterator | |
CNukeNS | Maintenance script that removes pages with only one revision from the MediaWiki namespace |
CNukePage | Maintenance script that erases a page record from the database |
CNullFileJournal | Simple version of FileJournal that does nothing |
CNullFileOp | Placeholder operation that has no params and does nothing |
CNullJob | Degenerate job that does nothing, but can optionally replace itself in the queue and/or sleep for a brief time period |
CNullLockManager | Simple version of LockManager that does nothing |
CNullMessageBlobStore | MessageBlobStore that doesn't do anything |
CNullRepo | File repository with no files, for performance testing |
CNullStatsdDataFactory | |
CObjectCache | Functions to get cache objects |
CObjectFactory | Construct objects from configuration instructions |
CObjectFactoryTest | |
CObjectFactoryTestFixture | |
CObjectFileCache | Object cache in the file system |
COldChangesList | |
COldChangesListTest | OldChangesList |
COldLocalFile | Class to represent a file in the oldimage table |
COOUIHTMLForm | Compact stacked vertical format for forms, implemented using OOUI widgets |
COracleInstaller | Class for setting up the MediaWiki database using Oracle |
COracleInstallerTest | Tests for OracleInstaller |
COracleUpdater | Class for handling updates to Oracle databases |
CORAField | Utility class |
CORAResult | The oci8 extension is fairly weak and doesn't support oci_num_rows, among other things |
COrphans | Maintenance script that looks for 'orphan' revisions hooked to pages which don't exist and 'childless' pages with no revisions |
COrphanStats | Maintenance script that shows some statistics on the blob_orphans table, created with trackBlobs.php |
COutputPage | This class should be covered by a general architecture document which does not exist as of January 2011 |
COutputPageTest | |
CPackedHoverImageGallery | Same as Packed except different CSS is applied to make the caption only show up on hover |
CPackedImageGallery | |
CPackedOverlayImageGallery | |
CPage | Interface for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage) |
CPageArchive | Used to show archived pages and eventually restore them |
CPageExists | |
CPageLangLogFormatter | This class formats language change log entries |
CPageLangLogFormatterTest | |
CPageLinkRenderer | Represents a link rendering service for MediaWiki |
CPageProps | Gives access to properties of a page |
CPageQueryPage | Variant of QueryPage which formats the result as a simple link to the page |
CPager | Basic pager interface |
CParameterizedPassword | Helper class for password hash types that have a delimited set of parameters inside of the hash |
CParser | PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for making links), and provides a one-way transformation of that wiki markup it into (X)HTML output / markup (which in turn the browser understands, and can display) |
CParserCache | |
CParserDiffTest | |
CParserMethodsTest | Database |
CParserOptions | Set options of the Parser |
CParserOutput | |
CParserOutputTest | Database ^— trigger DB shadowing because we are using Title magic |
CParserPreloadTest | Basic tests for Parser::getPreloadText |
CParserTest | |
CParserTestParserHook | |
CParserTestResult | Represent the result of a parser test |
CParsoidVirtualRESTService | Virtual HTTP service client for Parsoid |
CPassword | Represents a password hash for use in authentication |
CPasswordError | Show an error when any operation involving passwords fails to run |
CPasswordFactory | Factory class for creating and checking Password objects |
CPasswordPolicyChecks | Functions to check passwords against a policy requirement |
CPasswordPolicyChecksTest | |
CPasswordReset | Helper class for the password reset functionality shared by the web UI and the API |
CPasswordResetTest | Database |
CPasswordTest | |
CPasswordTestCase | |
CPatchSql | Maintenance script that manually runs an SQL patch outside of the general updaters |
CPathRouter | PathRouter class |
CPathRouterPatternReplacer | |
CPathRouterTest | Tests for the PathRouter parsing |
CPatrolLog | Class containing static functions for working with logs of patrol events |
CPatrolLogFormatter | This class formats patrol log entries |
CPatrolLogFormatterTest | |
CPbkdf2Password | A PBKDF2-hashed password |
CPbkdf2PasswordTest | Large |
CPermissionsError | Show an error when a user tries to do something they do not have the necessary permissions for |
CPhpHttpRequest | |
CPhpHttpRequestTester | |
CPHPUnitMaintClass | |
CPhpXmlBugTester | Test for PHP+libxml2 bug which breaks XML input subtly with certain versions |
CPNGHandler | Handler for PNG images |
CPNGHandlerTest | Media |
CPNGMetadataExtractor | PNG frame counter |
CPNGMetadataExtractorTest | Media PNGMetadataExtractor |
CPoolCounter | When you have many workers (threads/servers) giving service, and a cached item expensive to produce expires, you may get several workers doing the job at the same time |
CPoolCounter_Stub | |
CPoolCounterAbstractMock | |
CPoolCounterRedis | Version of PoolCounter that uses Redis |
CPoolCounterTest | |
CPoolCounterWork | Class for dealing with PoolCounters using class members |
CPoolCounterWorkViaCallback | Convenience class for dealing with PoolCounters using callbacks |
CPoolWorkArticleView | |
CPopulateBacklinkNamespace | Maintenance script to populate *_from_namespace fields |
CPopulateCategory | Maintenance script to populate the category table |
CPopulateContentModel | Usage: populateContentModel.php –ns=1 –table=page |
CPopulateFilearchiveSha1 | Maintenance script to populate the fa_sha1 field |
CPopulateImageSha1 | Maintenance script to populate the img_sha1 field |
CPopulateLogSearch | Maintenance script that makes the required database updates for populating the log_search table retroactively |
CPopulateLogUsertext | Maintenance script that makes the required database updates for Special:ProtectedPages to show all protected pages |
CPopulateParentId | Maintenance script that makes the required database updates for rev_parent_id to be of any use |
CPopulateRecentChangesSource | Maintenance script to populate the rc_source field |
CPopulateRevisionLength | Maintenance script that populates the rev_len and ar_len fields for old revisions created before MW 1.10 |
CPopulateRevisionSha1 | Maintenance script that fills the rev_sha1 and ar_sha1 columns of revision and archive tables for revisions created before MW 1.19 |
CPostgresBlob | |
CPostgresField | |
CPostgresInstaller | Class for setting up the MediaWiki database using Postgres |
CPostgreSqlLockManager | PostgreSQL version of DBLockManager that supports shared locks |
CPostgresUpdater | Class for handling updates to Postgres databases |
CPPCustomFrame_DOM | Expansion frame with custom arguments |
CPPCustomFrame_Hash | Expansion frame with custom arguments |
CPPDAccum_Hash | |
CPPDPart | |
CPPDPart_Hash | |
CPPDStack | Stack class to help Preprocessor::preprocessToObj() |
CPPDStack_Hash | Stack class to help Preprocessor::preprocessToObj() |
CPPDStackElement | |
CPPDStackElement_Hash | |
CPPFrame | |
CPPFrame_DOM | An expansion frame, used as a context to expand the result of preprocessToObj() |
CPPFrame_Hash | An expansion frame, used as a context to expand the result of preprocessToObj() |
CPPFuzzTest | |
CPPFuzzTester | |
CPPFuzzUser | |
CPPNode | There are three types of nodes: |
CPPNode_DOM | |
CPPNode_Hash_Array | |
CPPNode_Hash_Attr | |
CPPNode_Hash_Text | |
CPPNode_Hash_Tree | |
CPPTemplateFrame_DOM | Expansion frame with template arguments |
CPPTemplateFrame_Hash | Expansion frame with template arguments |
CPreferences | We're now using the HTMLForm object with some customisation to generate the Preferences form |
CPreferencesForm | Some tweaks to allow js prefs to work |
CPreferencesTest | Database |
CPrefixSearch | Handles searching prefixes of titles and finding any page names that match |
CPrefixSearchTest | Search Database |
CPrefixUniquenessTest | Checks that all API query modules, core and extensions, have unique prefixes |
CPreprocessDump | Maintenance script that takes page text out of an XML dump file and preprocesses it to obj |
CPreprocessor | |
CPreprocessor_DOM | |
CPreprocessor_Hash | Differences from DOM schema: |
CPreprocessorTest | |
CProcessCacheLRU | Handles per process caching of items |
CProcessCacheLRUTest | Test for ProcessCacheLRU class |
CProcessCacheLRUTestable | Overrides some ProcessCacheLRU methods and properties accessibility |
CProcessor | Processors read associated arrays and register whatever is required |
Cprofile_point | |
CProfiler | Profiler base class that defines the interface and some trivial functionality |
CProfilerOutput | Base class for profiling output |
CProfilerOutputDb | Logs profiling data into the local DB |
CProfilerOutputDump | Profiler dumping output in xhprof dump file |
CProfilerOutputStats | ProfilerOutput class that flushes profiling data to the profiling context's stats buffer |
CProfilerOutputText | The least sophisticated profiler output class possible, view your source! :) |
CProfilerSectionOnly | Profiler that only tracks explicit profiling sections |
CProfilerStub | Stub profiler that does nothing |
CProfilerXhprof | Profiler wrapper for XHProf extension |
CProfileSection | Class for handling function-scope profiling |
CProtect | Maintenance script that protects or unprotects a page |
CProtectAction | Handle page protection |
CProtectedPagesPager | |
CProtectedTitlesPager | |
CProtectionForm | Handles the page protection UI and backend |
CProtectLogFormatter | This class formats protect log entries |
CProtectLogFormatterTest | |
CPruneFileCache | Maintenance script that prunes file cache for pages, objects, resources, etc |
CPublishStashedFileJob | Upload a file from the upload stash into the local file repo |
CPurgeAction | User-requested page cache purging |
CPurgeChangedFiles | Maintenance script that scans the deletion log and purges affected files within a timeframe |
CPurgeChangedPages | Maintenance script that sends purge requests for pages edited in a date range to squid/varnish |
CPurgeList | Maintenance script that sends purge requests for listed pages to squid |
CPurgeOldText | Maintenance script that purges old text records from the database |
CPurgeParserCache | Maintenance script to remove old objects from the parser cache |
CQueryAllSpecialPagesTest | Test class to run the query of most of all our special pages |
CQueryPage | This is a class for doing query pages; since they're almost all the same, we factor out some of the functionality into a superclass, and let subclasses derive from it |
CQuickTemplate | Generic wrapper for template functions, with interface compatible with what we use of PHPTAL 0.7 |
CQuorumLockManager | Version of LockManager that uses a quorum from peer servers for locks |
CRandomImageGenerator | RandomImageGenerator: does what it says on the tin |
CRandomPage | Special page to direct the user to a random page |
CRangeDifference | Alternative representation of a set of changes, by the index ranges that are changed |
CRawAction | A simple method to retrieve the plain source of an article, using "action=raw" in the GET request string |
CRawMessage | Variant of the Message class |
CRCCacheEntry | |
CRCCacheEntryFactory | |
CRCCacheEntryFactoryTest | RCCacheEntryFactory |
CRCDatabaseLogEntry | |
CRCFeedEngine | Interface for RC feed engines, which send formatted notifications |
CRCFeedFormatter | Interface for RC feed formatters |
CReadOnlyError | Show an error when the wiki is locked/read-only and the user tries to do something that requires write access |
CReadOnlyErrorTest | ReadOnlyError |
CReassignEdits | Maintenance script that reassigns edits from a user or IP address to another user |
CRebuildAll | Maintenance script that rebuilds link tracking tables from scratch |
CRebuildFileCache | Maintenance script that builds file cache for content pages |
CRebuildLocalisationCache | Maintenance script to rebuild the localisation cache |
CRebuildMessages | Maintenance script that purges all languages from the message cache |
CRebuildRecentchanges | Maintenance script that rebuilds recent changes from scratch |
CRebuildSitesCache | Maintenance script to dump a SiteStore as a static json file |
CRebuildTextIndex | Maintenance script that rebuilds search index table from scratch |
CRecentChange | Utility class for creating new RC entries |
CRecentChangesUpdateJob | Job for pruning recent changes |
CRecentChangeTest | Database |
CRecompressTracked | Maintenance script that moves blobs indexed by trackBlobs.php to a specified list of destination clusters, and recompresses them in the process |
CRedirectSpecialArticle | Superclass for any RedirectSpecialPage which redirects the user to a particular article (as opposed to user contributions, logs, etc.) |
CRedirectSpecialPage | Shortcut to construct a special page alias |
CRedisBagOStuff | Redis-based caching module for redis server >= 2.6.12 |
CRedisConnectionPool | Helper class to manage Redis connections |
CRedisConnRef | Helper class to handle automatically marking connectons as reusable (via RAII pattern) |
CRedisLockManager | Manage locks using redis servers |
CRedisPubSubFeedEngine | |
CRefreshFileHeaders | Maintenance script to refresh file headers from metadata |
CRefreshImageMetadata | Maintenance script to refresh image metadata fields |
CRefreshLinks | Maintenance script to refresh link tables |
CRefreshLinksJob | Job to update link tables for pages |
CRefreshLinksPartitionTest | JobQueue medium Database |
CRegexlikeReplacer | Class to replace regex matches with a string similar to that used in preg_replace() |
CRemoveInvalidEmails | A script to remove emails that are invalid from the user_email column of the user table |
CRemoveUnusedAccounts | Maintenance script that removes unused user accounts from the database |
CRenameDbPrefix | Maintenance script that changes the prefix of database tables |
CRenderAction | Handle action=render |
CReplacementArray | Wrapper around strtr() that holds replacements |
CReplacer | Base class for "replacers", objects used in preg_replace_callback() and StringUtils::delimiterReplaceCallback() |
CReplicatedBagOStuff | A cache class that directs writes to one set of servers and reads to another |
CReplicatedBagOStuffTest | |
CRepoGroup | Prioritized list of file repositories |
CRepoGroupTest | |
CRepoGroupTestHelper | Quick helper class to use as a mock callback for RepoGroup::singleton()->forEachForeignRepo |
CRequestContext | Group all the pieces relevant to the context of a request into one instance |
CRequestContextTest | Database RequestContext |
CResetUserEmail | Maintenance script that resets user email |
CResetUserTokens | Maintenance script to reset the user_token for all users on the wiki |
CResourceFileCache | ResourceLoader request result caching in the file system |
CResourceLoader | Dynamic JavaScript and CSS resource loading system |
CResourceLoaderContext | Object passed around to modules which contains information about the state of a specific loader request |
CResourceLoaderEditToolbarModule | ResourceLoader module for the edit toolbar |
CResourceLoaderFileModule | ResourceLoader module based on local JavaScript/CSS files |
CResourceLoaderFileModuleTest | Database ResourceLoader |
CResourceLoaderFileModuleTestModule | |
CResourceLoaderFilePath | An object to represent a path to a JavaScript/CSS file, along with a remote and local base path, for use with ResourceLoaderFileModule |
CResourceLoaderForeignApiModule | ResourceLoader module for mediawiki.ForeignApi and its generated data |
CResourceLoaderImage | Class encapsulating an image used in a ResourceLoaderImageModule |
CResourceLoaderImageModule | ResourceLoader module for generated and embedded images |
CResourceLoaderImageModuleTest | ResourceLoader |
CResourceLoaderImageModuleTestable | |
CResourceLoaderImageTest | ResourceLoader |
CResourceLoaderImageTestable | |
CResourceLoaderJqueryMsgModule | ResourceLoader module for mediawiki.jqueryMsg and its generated data |
CResourceLoaderLanguageDataModule | ResourceLoader module for populating language specific data |
CResourceLoaderLanguageNamesModule | ResourceLoader module for populating language specific data |
CResourceLoaderModule | Abstraction for ResourceLoader modules, with name registration and maxage functionality |
CResourceLoaderModuleTest | |
CResourceLoaderOOUIImageModule | Secret special sauce |
CResourceLoaderRawFileModule | |
CResourceLoaderSiteModule | Module for site customizations |
CResourceLoaderSkinModule | |
CResourceLoaderSpecialCharacterDataModule | ResourceLoader module for populating special characters data for some editing extensions to use |
CResourceLoaderStartUpModule | |
CResourceLoaderStartUpModuleTest | |
CResourceLoaderTest | |
CResourceLoaderTestCase | |
CResourceLoaderTestModule | |
CResourceLoaderUploadDialogModule | ResourceLoader module for the upload dialog configuration data |
CResourceLoaderUserCSSPrefsModule | Module for user preference customizations |
CResourceLoaderUserDefaultsModule | Module for default user preferences |
CResourceLoaderUserGroupsModule | Module for user customizations |
CResourceLoaderUserModule | Module for user customizations |
CResourceLoaderUserOptionsModule | Module for user preference customizations |
CResourceLoaderUserTokensModule | Module for user tokens |
CResourceLoaderWikiModule | Abstraction for ResourceLoader modules which pull from wiki pages |
CResourceLoaderWikiModuleTest | |
CResourcesTest | |
CRestbaseVirtualRESTService | Virtual HTTP service client for RESTBase |
CResultWrapper | Result wrapper for grabbing data queried by someone else |
CRevDelArchivedFileItem | Item class for a filearchive table row |
CRevDelArchivedFileList | List for filearchive table items |
CRevDelArchivedRevisionItem | Item class for a archive table row by ar_rev_id – actually used via RevDelRevisionList |
CRevDelArchiveItem | Item class for a archive table row |
CRevDelArchiveList | List for archive table items, i.e |
CRevDelFileItem | Item class for an oldimage table row |
CRevDelFileList | List for oldimage table items |
CRevDelItem | Abstract base class for deletable items |
CRevDelList | Abstract base class for a list of deletable items |
CRevDelLogItem | Item class for a logging table row |
CRevDelLogList | List for logging table items |
CRevDelRevisionItem | Item class for a live revision table row |
CRevDelRevisionList | List for revision table items |
CReverseChronologicalPager | IndexPager with a formatted navigation bar |
CRevertAction | File reversion user interface |
CRevision | |
CRevisiondeleteAction | An action that just pass the request to Special:RevisionDelete |
CRevisionDeleter | General controller for RevDel, used by both SpecialRevisiondelete and ApiRevisionDelete |
CRevisionDeleteUser | Backend functions for suppressing and unsuppressing all references to a given user, used when blocking with HideUser enabled |
CRevisionItem | Item class for a live revision table row |
CRevisionItemBase | Abstract base class for revision items |
CRevisionList | |
CRevisionListBase | List for revision table items for a single page |
CRevisionStorageTest | Test class for Revision storage |
CRevisionTest | ContentHandler |
CRevisionTestContentHandlerUseDB | ContentHandler Database ^— important, causes temporary tables to be used instead of the real database |
CRevisionTestModifyableContent | |
CRevisionTestModifyableContentHandler | |
CRiffExtractor | |
CRightsLogFormatter | This class formats rights log entries |
CRightsLogFormatterTest | |
CRollbackAction | User interface for the rollback action |
CRollbackEdits | Maintenance script to rollback all edits by a given user or IP provided they're the most recent edit |
CRowUpdateGenerator | |
CRSSFeed | Generate a RSS feed |
CRunJobs | Maintenance script that runs pending jobs |
CRunningStat | Backward-compatibility alias for RunningStat, which was moved out into an external library and namespaced |
CSamplingStatsdClient | A statsd client that applies the sampling rate to the data items before sending them |
CSamplingStatsdClientTest | |
CSanitizer | HTML sanitizer for MediaWiki |
CSanitizerTest | |
CSanitizerValidateEmailTest | Sanitizer::validateEmail |
CSavepointPostgres | Manage savepoints within a transaction |
CScopedCallback | Class for asserting that a callback happens when an dummy object leaves scope |
CScopedLock | Self-releasing locks |
CSearchDatabase | Base search engine base class for database-backed searches |
CSearchDump | Maintenance script that runs a regex in the revisions from a dump |
CSearchEngine | Contain a class for special pages |
CSearchEngineConfig | Configuration handling class for SearchEngine |
CSearchEngineDummy | Dummy class to be used when non-supported Database engine is present |
CSearchEngineFactory | Factory class for SearchEngine |
CSearchEnginePrefixTest | Search Database |
CSearchEngineTest | Search Database |
CSearchExactMatchRescorer | An utility class to rescore search results by looking for an exact match in the db and add the page found to the first position |
CSearchHighlighter | Highlight bits of wikitext |
CSearchMssql | Search engine hook base class for Mssql (ConText) |
CSearchMySQL | Search engine hook for MySQL 4+ |
CSearchNearMatcher | Implementation of near match title search |
CSearchNearMatchResultSet | A SearchResultSet wrapper for SearchNearMatcher |
CSearchOracle | Search engine hook base class for Oracle (ConText) |
CSearchPostgres | Search engine hook base class for Postgres |
CSearchResult | |
CSearchResultSet | |
CSearchSqlite | Search engine hook for SQLite |
CSearchSuggestion | Search suggestion |
CSearchSuggestionSet | Search suggestion sets |
CSearchSuggestionSetTest | Test for filter utilities |
CSearchUpdate | Database independant search index updater |
CSearchUpdateTest | Search |
CSectionProfileCallback | Subclass ScopedCallback to avoid call_user_func_array(), which is slow |
CSectionProfiler | Custom PHP profiler for parser/DB type section names that xhprof/xdebug can't handle |
CSemiMockedFetchText | Mock for the input/output of FetchText |
CServiceContainerTest | MediaWiki\Services\ServiceContainer |
CSevenZipStream | Stream wrapper around 7za filter program |
CShiConverter | Conversion script between Latin and Tifinagh for Tachelhit |
CShortPagesPage | SpecialShortpages extends QueryPage |
CShowJobs | Maintenance script that reports the number of jobs currently waiting in master database |
CShowSiteStats | Maintenance script to show the cached statistics |
CSideBarTest | Skin |
CSite | |
CSiteConfiguration | This is a class for holding configuration settings, particularly for multi-wiki sites |
CSiteConfigurationTest | |
CSiteExporter | |
CSiteExporterTest | |
CSiteImporter | |
CSiteImporterTest | |
CSiteList | |
CSiteListTest | |
CSiteLookup | |
CSitesCacheFileBuilder | |
CSitesCacheFileBuilderTest | |
CSiteSQLStore | |
CSiteStats | Static accessor class for site_stats and related things |
CSiteStatsInit | Class designed for counting of stats |
CSiteStatsUpdate | Class for handling updates to the site_stats table |
CSiteStore | |
CSiteTest | |
CSkin | The main skin class which provides methods and properties for all other skins |
CSkinApi | SkinTemplate class for API output |
CSkinApiTemplate | BaseTemplate class for the 'apioutput' skin |
CSkinException | Exceptions for skin-related failures |
CSkinFactory | Factory class to create Skin objects |
CSkinFactoryTest | |
CSkinFallback | SkinTemplate class for the fallback skin |
CSkinFallbackTemplate | BaseTemplate class for the fallback skin |
CSkinTemplate | Base class for template-based skins |
CSkinTemplateTest | SkinTemplate |
CSpecialActiveUsers | |
CSpecialAllMessages | |
CSpecialAllMyUploads | Special page pointing to current user's uploaded files (including old versions) |
CSpecialAllPages | Implements Special:Allpages |
CSpecialApiHelp | Special page to redirect to API help pages, for situations where linking to the api.php endpoint is not wanted |
CSpecialApiSandbox | |
CSpecialBlankpage | Special page designed for basic benchmarking of MediaWiki since it doesn't really do much |
CSpecialBlankPageTest | GNU GPL v2+ |
CSpecialBlock | A special page that allows users with 'block' right to block users from editing pages and other actions |
CSpecialBlockList | A special page that lists existing blocks |
CSpecialBookSources | Special page outputs information on sourcing a book with a particular ISBN The parser creates links to this page when dealing with ISBNs in wikitext |
CSpecialBooksourcesTest | |
CSpecialBotPasswords | Let users manage bot passwords |
CSpecialCachedPage | |
CSpecialCategories | |
CSpecialChangeContentModel | |
CSpecialChangeCredentials | Special change to change credentials (such as the password) |
CSpecialChangeEmail | Let users change their email address |
CSpecialChangePassword | Let users recover their password |
CSpecialComparePages | Implements Special:ComparePages |
CSpecialContributions | Special:Contributions, show user contributions in a paged list |
CSpecialCreateAccount | Implements Special:CreateAccount |
CSpecialDiff | Redirect from Special:Diff/### to index.php?diff=### and from Special:Diff/###/### to index.php?oldid=###&diff=### |
CSpecialEditTags | Special page for adding and removing change tags to individual revisions |
CSpecialEditWatchlist | Provides the UI through which users can perform editing operations on their watchlist |
CSpecialEditWatchlistTest | |
CSpecialEmailUser | A special page that allows users to send e-mails to other users |
CSpecialExpandTemplates | A special page that expands submitted templates, parser functions, and variables, allowing easier debugging of these |
CSpecialExport | A special page that allows users to export pages in a XML file |
CSpecialFilepath | A special page that redirects to the URL of a given file |
CSpecialGoToInterwiki | Landing page for non-local interwiki links |
CSpecialImport | MediaWiki page data importer |
CSpecialJavaScriptTest | |
CSpecialLinkAccounts | Links/unlinks external accounts to the current user |
CSpecialListAdmins | Redirect page: Special:ListAdmins –> Special:ListUsers/sysop |
CSpecialListBots | Redirect page: Special:ListBots –> Special:ListUsers/bot |
CSpecialListFiles | |
CSpecialListGrants | This special page lists all defined rights grants and the associated rights |
CSpecialListGroupRights | This special page lists all defined user groups and the associated rights |
CSpecialListUsers | |
CSpecialLockdb | A form to make the database readonly (eg for maintenance purposes) |
CSpecialLog | A special page that lists log entries |
CSpecialMergeHistory | Special page allowing users with the appropriate permissions to merge article histories, with some restrictions |
CSpecialMIMESearchTest | Database |
CSpecialMycontributions | Special page pointing to current user's contributions |
CSpecialMyLanguage | Unlisted special page just to redirect the user to the translated version of a page, if it exists |
CSpecialMyLanguageTest | Database SpecialMyLanguage |
CSpecialMypage | Special page pointing to current user's user page |
CSpecialMytalk | Special page pointing to current user's talk page |
CSpecialMyuploads | Special page pointing to current user's uploaded files |
CSpecialNewFiles | |
CSpecialNewpages | A special page that list newly created pages |
CSpecialPage | Parent class for all special pages |
CSpecialPageAction | An action that just passes the request to the relevant special page |
CSpecialPageAliasTest | Verifies that special page aliases are valid, with no slashes |
CSpecialPageExecutor | |
CSpecialPageFactory | Factory for handling the special page list and generating SpecialPage objects |
CSpecialPageFactoryTest | Factory for handling the special page list and generating SpecialPage objects |
CSpecialPageLanguage | Special page for changing the content language of a page |
CSpecialPagesWithProp | Special:PagesWithProp to search the page_props table |
CSpecialPageTest | SpecialPage |
CSpecialPageTestBase | Base class for testing special pages |
CSpecialPageTestHelper | 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 |
CSpecialPasswordReset | Special page for requesting a password reset email |
CSpecialPermanentLink | Redirect from Special:PermanentLink/### to index.php?oldid=### |
CSpecialPreferences | A special page that allows users to change their preferences |
CSpecialPreferencesTest | Test class for SpecialPreferences class |
CSpecialPrefixindex | Implements Special:Prefixindex |
CSpecialProtectedpages | A special page that lists protected pages |
CSpecialProtectedtitles | A special page that list protected titles from creation |
CSpecialRandomInCategory | Special page to direct the user to a random page |
CSpecialRandomredirect | Special page to direct the user to a random redirect page (minus the second redirect) |
CSpecialRandomrootpage | |
CSpecialRecentChanges | A special page that lists last changes made to the wiki |
CSpecialRecentChangesLinked | This is to display changes made to all articles linked in an article |
CSpecialRecentchangesTest | Test class for SpecialRecentchanges class |
CSpecialRedirect | A special page that redirects to: the user for a numeric user id, the file for a given filename, or the page for a given revision id |
CSpecialRedirectToSpecial | |
CSpecialRemoveCredentials | Special change to remove credentials (such as a two-factor token) |
CSpecialResetTokens | Let users reset tokens like the watchlist token |
CSpecialRevisionDelete | Special page allowing users with the appropriate permissions to view and hide revisions |
CSpecialRunJobs | Special page designed for running background tasks (internal use only) |
CSpecialSearch | Implements Special:Search - Run text & title search and display the output |
CSpecialSearchTest | Test class for SpecialSearch class Copyright © 2012, Antoine Musso |
CSpecialSearchTestMockResultSet | |
CSpecialSpecialpages | A special page that lists special pages |
CSpecialStatistics | Special page lists various statistics, including the contents of site_stats , plus page view details if enabled |
CSpecialTags | A special page that lists tags for edits |
CSpecialTrackingCategories | A special page that displays list of tracking categories Tracking categories allow pages with certain characteristics to be tracked |
CSpecialUnblock | A special page for unblocking users |
CSpecialUndelete | Special page allowing users with the appropriate permissions to view and restore deleted content |
CSpecialUnlinkAccounts | |
CSpecialUnlockdb | Implements Special:Unlockdb |
CSpecialUpload | Form for handling uploads and special page |
CSpecialUploadStash | Web access for files temporarily stored by UploadStash |
CSpecialUploadStashTooLargeException | |
CSpecialUserLogin | Implements Special:UserLogin |
CSpecialUserLogout | Implements Special:Userlogout |
CSpecialVersion | Give information about the version of MediaWiki, PHP, the DB and extensions |
CSpecialWatchlist | A special page that lists last changes made to the wiki, limited to user-defined list of titles |
CSpecialWatchlistTest | |
CSpecialWhatLinksHere | Implements Special:Whatlinkshere |
CSqlBagOStuff | Class to store objects in the database |
CSqlDataUpdate | Abstract base class for update jobs that put some secondary data extracted from article content into the database |
CSqlite | This class contains code common to different SQLite-related maintenance scripts |
CSQLiteField | |
CSqliteInstaller | Class for setting up the MediaWiki database using SQLLite |
CSqliteMaintenance | Maintenance script that performs some operations specific to SQLite database backend |
CSqliteUpdater | Class for handling updates to Sqlite databases |
CSqlSearchResultSet | This class is used for different SQL-based search engines shipped with MediaWiki |
CSquidPurgeClient | An HTTP 1.0 client built for the purposes of purging Squid and Varnish |
CSquidPurgeClientPool | |
CSquidUpdate | |
CSrConverter | There are two levels of conversion for Serbian: the script level (Cyrillics <-> Latin), and the variant level (ekavian <->iyekavian) |
CStatsdAwareInterface | Describes a Statsd aware interface |
CStatsOutput | A general output object |
CStatus | Generic operation result class Has warning/error list, boolean status and arbitrary value |
CStatusTest | |
CStatusValue | Generic operation result class Has warning/error list, boolean status and arbitrary value |
CStorageTypeStats | |
CStoreBatchTest | FileRepo medium |
CStoreFileOp | Store a file into the backend from a file on the file system |
CStreamFile | Functions related to the output of file content |
CStringPrefixSearch | Performs prefix search, returning strings |
CStringUtils | A collection of static methods to play with strings |
CStringUtilsTest | |
CStripState | |
CStructureTest | The tests here verify the structure of the code |
CStubObject | Class to implement stub globals, which are globals that delay loading the their associated module code by deferring initialisation until the first method call |
CStubUserLang | Stub object for the user language |
CSubmitAction | This is the same as EditAction; except that it sets the session cookie |
CSubpageImportTitleFactory | A class to convert page titles on a foreign wiki (ForeignTitle objects) into page titles on the local wiki (Title objects), placing all pages as subpages of a given root page |
CSubpageImportTitleFactoryTest | SubpageImportTitleFactory |
CSvgHandler | Handler for SVG images |
CSVGMetadataExtractor | |
CSVGMetadataExtractorTest | Media SVGMetadataExtractor |
CSVGReader | |
CSvgTest | Media |
CSwiftFileBackend | Class for an OpenStack Swift (or Ceph RGW) based file backend |
CSwiftFileBackendDirList | Iterator for listing directories |
CSwiftFileBackendFileList | Iterator for listing regular files |
CSwiftFileBackendList | SwiftFileBackend helper class to page through listings |
CSwiftFileBackendTest | FileRepo FileBackend medium |
CSwiftFileOpHandle | |
CSwiftVirtualRESTService | Example virtual rest service for OpenStack Swift : caching support (APC/memcached) |
CSyncFileBackend | Maintenance script that syncs one file backend to another based on the journal of later |
CTableCleanup | Generic class to cleanup a database table |
CTableDiffFormatter | MediaWiki default table style diff formatter |
CTablePager | Table-based display with a user-selectable sort order |
CTagHookTest | Database Parser |
CTagLogFormatter | 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 |
CTempFileRepo | FileRepo for temporary files created via FileRepo::getTempRepo() |
CTempFSFile | This class is used to hold the location and do limited manipulation of files stored temporarily (this will be whatever wfTempDir() returns) |
CTemplateCategoriesTest | Database |
CTemplateParser | |
CTemplateParserTest | Templates |
CTestAutoloadedCamlClass | |
CTestAutoloadedClass | |
CTestAutoloadedLocalClass | |
CTestAutoloadedSerializedClass | |
CTestConverter | Test converter (from Tajiki to latin orthography) |
CTestFileDataProvider | An iterator for use as a phpunit data provider |
CTestFileIterator | |
CTestFileOpPerformance | Maintenance script to test fileop performance |
CTestingAccessWrapper | Circumvent access restrictions on object internals |
CTestingAccessWrapperTest | |
CTestLogger | A logger that may be configured to either buffer logs or to print them to the output where PHPUnit will complain about them |
CTestPageProps | Database ^— tell jenkins this test needs the database |
CTestRecentChangesHelper | Helper for generating test recent changes entries |
CTestRecorder | |
CTestSample | |
CTestSites | |
CTestUser | Wraps the user object, so we can also retain full access to properties like password if we log in via the API |
CTextContent | Content object implementation for representing flat text |
CTextContentHandler | Base content handler implementation for flat text contents |
CTextContentHandlerTest | ContentHandler |
CTextContentTest | ContentHandler Database ^— needed, because we do need the database to test link updates |
CTextPassDumper | |
CTextPassDumperAccessor | Accessor for internal state of TextPassDumper |
CTextPassDumperDatabaselessTest | Tests for TextPassDumper that do not rely on the database |
CTextPassDumperDatabaseTest | Tests for TextPassDumper that rely on the database |
CTextStatsOutput | Output text |
CTgConverter | Converts Tajiki to latin orthography |
CThrottledError | Show an error when the user hits a rate limit |
CThrottledErrorTest | ThrottledError |
CThumbnailImage | Media transform output for images |
CThumbnailRenderJob | Job for asynchronous rendering of thumbnails |
CTidySupport | Initialize and detect the tidy support |
CTidyTest | Parser |
CTidyUpBug37714 | Fixes all rows affected by https://bugzilla.wikimedia.org/show_bug.cgi?id=37714 |
CTiffHandler | Handler for Tiff images |
CTiffTest | Media |
CTimeAdjustTest | |
CTimestampException | |
CTiming | An interface to help developers measure the performance of their applications |
CTimingTest | |
CTitle | Represents a title within MediaWiki |
CTitleArray | Only exists to provide the newFromResult method at pre- sent |
CTitleArrayFromResult | |
CTitleArrayFromResultTest | |
CTitleCleanup | Maintenance script to clean up broken, unparseable titles |
CTitleFormatter | A title formatter service for MediaWiki |
CTitleMethodsTest | ContentHandler Database |
CTitleParser | A title parser service for MediaWiki |
CTitlePermissionTest | Database |
CTitlePrefixSearch | Performs prefix search, returning Title objects |
CTitleTest | Database Title |
CTitleValue | Represents a page (or page fragment) title within MediaWiki |
CTitleValueTest | TitleValue |
CTrackBlobs | |
CTraditionalImageGallery | |
CTransactionProfiler | Helper class that detects high-contention DB queries via profiling calls |
CTransformationalImageHandler | Handler for images that need to be transformed |
CTransformParameterError | Shortcut class for parameter validation errors |
CTransformTooBigImageAreaError | Shortcut class for parameter file size errors |
CUcdXmlReader | |
CUDPRCFeedEngine | Sends the notification to the specified host in a UDP packet |
CUDPTransport | A generic class to send a message over UDP |
CUIDGenerator | Class for getting statistically unique IDs |
CUIDGeneratorTest | |
CUncategorizedCategoriesPage | A special page that lists uncategorized categories |
CUncategorizedImagesPage | Special page lists images which haven't been categorised |
CUncategorizedPagesPage | A special page looking for page without any category |
CUncategorizedTemplatesPage | Special page lists all uncategorised pages in the template namespace |
CUndelete | |
CUnifiedDiffFormatter | A formatter that outputs unified diffs |
CUnlistedSpecialPage | Shortcut to construct a special page which is unlisted by default |
CUnprotectAction | Handle page unprotection |
CUnregisteredLocalFile | A file object referring to either a standalone local file, or a file in a local repository with no database, for example an FileRepo repository |
CUnusedCategoriesPage | |
CUnusedimagesPage | A special page that lists unused images |
CUnusedtemplatesPage | A special page that lists unused templates |
CUnwatchAction | Page removal from a user's watchlist |
CUnwatchedpagesPage | A special page that displays a list of pages that are not on anyones watchlist |
CUpdateArticleCount | Maintenance script to provide a better count of the number of articles and update the site statistics table, if desired |
CUpdateCollation | Maintenance script that will find all rows in the categorylinks table whose collation is out-of-date |
CUpdateDoubleWidthSearch | Maintenance script to normalize double-byte latin UTF-8 characters |
CUpdateLogging | Maintenance script that upgrade for log_id/log_deleted fields in a replication-safe way |
CUpdateMediaWiki | Maintenance script to run database schema updates |
CUpdateRestrictions | Maintenance script that updates page_restrictions table from old page_restriction column |
CUpdateSearchIndex | Maintenance script for periodic off-peak updating of the search index |
CUpdateSpecialPages | Maintenance script to update cached special pages |
CUploadBase | UploadBase and subclasses are the backend of MediaWiki's file uploads |
CUploadBaseTest | Upload |
CUploadChunkFileException | |
CUploadChunkVerificationException | |
CUploadChunkZeroLengthFileException | |
CUploadDumper | Maintenance script to dump a the list of files uploaded, for feeding to tar or similar |
CUploadForm | Sub class of HTMLForm that provides the form section of SpecialUpload |
CUploadFromChunks | Implements uploading from chunks |
CUploadFromFile | Implements regular file uploads |
CUploadFromStash | Implements uploading from previously stored file |
CUploadFromUrl | Implements uploading from a HTTP resource |
CUploadFromUrlTest | Broken Upload Database |
CUploadFromUrlTestSuite | |
CUploadLogFormatter | This class formats upload log entries |
CUploadLogFormatterTest | |
CUploadSourceAdapter | This is a horrible hack used to keep source compatibility |
CUploadSourceField | A form field that contains a radio box in the label |
CUploadStash | UploadStash is intended to accomplish a few things: |
CUploadStashBadPathException | |
CUploadStashCleanup | Maintenance script to remove old or broken uploads from temporary uploaded file storage and clean up associated database records |
CUploadStashException | |
CUploadStashFile | |
CUploadStashFileException | |
CUploadStashFileNotFoundException | |
CUploadStashNoSuchKeyException | |
CUploadStashNotLoggedInException | |
CUploadStashTest | Database |
CUploadStashWrongOwnerException | |
CUploadStashZeroLengthFileException | |
CUploadTestHandler | |
CUppercaseCollation | |
CUsageException | This exception will be thrown when dieUsage is called to stop module execution |
CUser | The User object encapsulates all of the user-specific settings (user_id, name, rights, email address, options, last login time) |
CUserArray | |
CUserArrayFromResult | |
CUserArrayFromResultTest | |
CUserBlockedError | Show an error when the user tries to do something whilst blocked |
CUserCache | |
CUserDupes | Look for duplicate user table entries and optionally prune them |
CUserMailer | Collection of static functions for sending mail |
CUserMailerTest | |
CUserNamePrefixSearch | Handles searching prefixes of user names |
CUserNotLoggedIn | Redirect a user to the login page |
CUserNotLoggedInTest | UserNotLoggedIn |
CUserOptions | |
CUserPasswordPolicy | Check if a user's password complies with any password policies that apply to that user, based on the user's group membership |
CUserPasswordPolicyTest | |
CUserrightsPage | Special page to allow managing user group membership |
CUserRightsProxy | Cut-down copy of User interface for local-interwiki-database user rights manipulation |
CUsersPager | This class is used to get a list of user |
CUserTest | Database |
CUserWrapper | |
CUtfNormal | Unicode normalization routines for working with UTF-8 strings |
CUzConverter | |
CValidateRegistrationFile | |
CVFormHTMLForm | Compact stacked vertical format for forms |
CViewAction | An action that views article content |
CVirtualRESTService | Virtual HTTP service instance that can be mounted on to a VirtualRESTService |
CVirtualRESTServiceClient | Virtual HTTP service client loosely styled after a Virtual File System |
CWANObjectCache | Multi-datacenter aware caching interface |
CWANObjectCacheTest | |
CWantedCategoriesPage | A querypage to list the most wanted categories - implements Special:Wantedcategories |
CWantedFilesPage | Querypage that lists the most wanted files |
CWantedPagesPage | A special page that lists most linked pages that does not exist |
CWantedQueryPage | Class definition for a wanted query page like WantedPages, WantedTemplates, etc |
CWantedTemplatesPage | A querypage to list the most wanted templates |
CWatchAction | Page addition to a user's watchlist |
CWatchedItem | Representation of a pair of user and title for watchlist entries |
CWatchedItemIntegrationTest | |
CWatchedItemStore | Storage layer class for WatchedItems |
CWatchedItemStoreIntegrationTest | |
CWatchedItemStoreUnitTest | |
CWatchedItemUnitTest | |
CWatchlistCleanup | Maintenance script to remove broken, unparseable titles in the watchlist table |
CWebInstaller | Class for the core installer web interface |
CWebInstallerComplete | |
CWebInstallerCopying | |
CWebInstallerDBConnect | |
CWebInstallerDBSettings | |
CWebInstallerDocument | |
CWebInstallerExistingWiki | |
CWebInstallerInstall | |
CWebInstallerLanguage | |
CWebInstallerName | |
CWebInstallerOptions | |
CWebInstallerOutput | Output class modelled on OutputPage |
CWebInstallerPage | Abstract class to define pages for the web installer |
CWebInstallerReadme | |
CWebInstallerReleaseNotes | |
CWebInstallerRestart | |
CWebInstallerUpgrade | |
CWebInstallerUpgradeDoc | |
CWebInstallerWelcome | |
CWebPHandler | Handler for Google's WebP format https://developers.google.com/speed/webp/ |
CWebPHandlerTest | |
CWebRequest | Encapsulates getting at data passed in the URL or via a POSTed form stripping illegal input characters and normalizing Unicode sequences |
CWebRequestTest | WebRequest |
CWebRequestUpload | Object to access the $_FILES array |
CWebResponse | Allow programs to request this object from WebRequest::response() and handle all outputting (or lack of outputting) via it |
CWellProtectedClass | |
CWellProtectedParentClass | |
CWfAppendQueryTest | GlobalFunctions wfAppendQuery |
CWfArrayPlus2dTest | GlobalFunctions wfArrayPlus2d |
CWfAssembleUrlTest | GlobalFunctions wfAssembleUrl |
CWfBaseNameTest | GlobalFunctions wfBaseName |
CWfBCP47Test | GlobalFunctions wfBCP47 |
CWfEscapeShellArgTest | GlobalFunctions wfEscapeShellArg |
CWfExpandUrlTest | GlobalFunctions wfExpandUrl |
CWfGetCallerTest | GlobalFunctions wfGetCaller |
CWfParseUrlTest | GlobalFunctions wfParseUrl |
CWfRemoveDotSegmentsTest | GlobalFunctions wfRemoveDotSegments |
CWfShellExecTest | GlobalFunctions wfShellExec |
CWfShorthandToIntegerTest | GlobalFunctions wfShorthandToInteger |
CWfThumbIsStandardTest | GlobalFunctions wfThumbIsStandard |
CWfTimestampTest | GlobalFunctions wfTimestamp |
CWfUrlencodeTest | The function only need a string parameter and might react to IIS7.0 |
CWikiCategoryPage | Special handling for category pages |
CWikiCategoryPageTest | |
CWikiDiff3 | This diff implementation is mainly lifted from the LCS algorithm of the Eclipse project which in turn is based on Myers' "An O(ND) difference algorithm and its variations" (http://citeseer.ist.psu.edu/myers86ond.html) with range compression (see Wu et al |
CWikiExporter | |
CWikiFilePage | Special handling for file pages |
CWikiImporter | XML file reader for the page data importer |
CWikiMap | Helper tools for dealing with other wikis |
CWikiMapTest | WikiMap |
CWikiPage | Class representing a MediaWiki article and history |
CWikiPageTest | ContentHandler Database ^— important, causes temporary tables to be used instead of the real database medium |
CWikiPageTestContentHandlerUseDB | ContentHandler Database ^— important, causes temporary tables to be used instead of the real database |
CWikiReference | Reference to a locally-hosted wiki |
CWikiReferenceTest | WikiReference |
CWikiRevision | Represents a revision, log entry or upload during the import process |
CWikiStatsOutput | Outputs WikiText |
CWikitextContent | Content object for wiki text pages |
CWikitextContentHandler | Content handler for wiki text pages |
CWikitextContentHandlerTest | ContentHandler |
CWikitextContentTest | ContentHandler |
CWinCacheBagOStuff | Wrapper for WinCache object caching functions; identical interface to the APC wrapper |
CWithoutInterwikiPage | Special page lists pages without language links |
CWordLevelDiff | |
CWrapOldPasswords | Maintenance script to wrap all passwords of a certain type in a specified layered type that wraps around the old type |
CXCacheBagOStuff | Wrapper for XCache object caching functions; identical interface to the APC wrapper |
CXCFHandler | Handler for the Gimp's native file format; getimagesize() doesn't support these files |
CXCFHandlerTest | Media |
CXhprof | Convenience class for working with XHProf https://github.com/phacility/xhprof |
CXhprofTest | Xhprof AutoLoader |
CXml | Module of static functions for generating XML |
CXmlDumpWriter | |
CXmlJs | Xml |
CXmlJsCode | A wrapper class which causes Xml::encodeJsVar() and Xml::encodeJsCall() to interpret a given string as being a JavaScript expression, instead of string data |
CXMLRCFeedFormatter | |
CXmlSelect | Class for generating HTML <select> or <datalist> elements |
CXmlSelectTest | Xml |
CXmlTest | Xml |
CXmlTypeCheck | |
CXmlTypeCheckTest | PHPUnit tests for XMLTypeCheck |
CXMPInfo | This class is just a container for a big array used by XMPReader to determine which XMP items to extract |
CXMPReader | Class for reading xmp data containing properties relevant to images, and spitting out an array that FormatMetadata accepts |
CXMPTest | Media XMPReader |
CXMPValidate | This contains some static methods for validating XMP properties |
CXMPValidateTest | Media |
CZhConverter | |
CZipDirectoryReader | A class for reading ZIP file directories, for the purposes of upload verification |
CZipDirectoryReaderError | Internal exception class |
CZipDirectoryReaderTest | ZipDirectoryReader NOTE: this test is more like an integration test than a unit test |