MediaWiki
1.23.3
|
Functions | |
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser | getSkin (). See also skin.txt. Language Represents the language used for incidental text |
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when | needed (most notably, OutputPage::addWikiText()). The StandardSkin object is a complete implementation |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling | output () to send it all. It could be easily changed to send incrementally if that becomes useful |
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a | skin (according to that user 's preference) |
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do | so (and don 't be surprised if I reformat your code). - I have the code indented with tabs to save file size and so that users can set their tab stops to any depth they like. I use 4-space tab stops |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For and for historical it also represents a few features of articles that don t involve their such as access rights See also title txt Article Encapsulates access to the page table of the database The object represents a an and maintains state such as | text (in Wikitext format) |
Variables | |
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the content language as | $wgContLang |
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as | $wgLang |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an | article |
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without | bothering |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For | convenience |
be sure to use the *correct *language object depending upon the circumstances See also language txt Parser Class used to transform wikitext to html LinkCache Keeps information on existence of articles See linkcache txt Naming coding | conventions |
it sets a lot of them automatically from | cookies |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the | database |
when a variable name is used in a it is silently declared as a new masking the so you ll get weird error because you forgot the global | declaration |
be sure to use the *correct *language object depending upon the circumstances See also language txt Parser Class used to transform wikitext to html LinkCache Keeps information on existence of articles See linkcache txt Naming coding not | dictatorial |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For and for historical it also represents a few features of articles that don t involve their such as access rights See also title txt Article Encapsulates access to the page table of the database The object represents a an and maintains state such as etc Revision Encapsulates individual page revision data and access to the revision text blobs storage system Higher level code should never touch text storage | directly |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add | etc |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For and for historical it also represents a few features of articles that don t involve their such as access rights See also title txt Article Encapsulates access to the page table of the database The object represents a an and maintains state such as | flags |
when a variable name is used in a | function = array('ircNotify', 'brion') |
when a variable name is used in a it is silently declared as a new masking the | global |
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these | guidelines |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add | headers |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at | https |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database | key |
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do which work well I also use K &R brace matching style I know that s a religious issue for so if you want to use a style that puts opening braces on the next | line |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at | name |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any | order |
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do which work well I also use K &R brace matching style I know that s a religious issue for so if you want to use a style that puts opening braces on the next that s OK but please don t use a style where closing braces don t align with either the opening brace on its own line or the statement that opened the block that s confusing as hell Certain functions and class members are marked with rather than being marked as such This is a hold over from PHP which didn t support proper visibilities You should not access things marked in this manner outside the class inheritance line as this code is subjected to be updated in a manner that enforces this at some time in the near future and things will break New code should use the standard method of setting visibilities as normal Globals are particularly evil in | PHP |
I won t presume to tell you how to | program |
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the | project |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For and for historical | reasons |
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do which work well I also use K &R brace matching style I know that s a religious issue for | some |
it sets a lot of them automatically from query | strings |
it sets a lot of them automatically from query and | such |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add | text |
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do which work well I also use K &R brace matching style I know that s a religious issue for so if you want to use a style that puts opening braces on the next that s OK | too |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain | URL |
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser getSkin | ( | ) |
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when needed | ( | most | notably, |
OutputPage::addWikiText() | |||
) |
Referenced by Revision::__construct(), and PoolCounterRedis::release().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling output | ( | ) |
Referenced by CheckLanguageCLI::__construct(), WebInstaller::__construct(), WebInstaller::endPageWrapper(), UpdateLogging::execute(), WebInstaller::execute(), PPFuzzTest::execute(), CheckLanguageCLI::execute(), WebInstaller::finish(), PNGMetadataExtractor::getMetadata(), DerivativeContext::getOutput(), RequestContext::getOutput(), PPFuzzTest::getReport(), CheckLanguageCLI::help(), ApiFormatBase::initPrinter(), DerivativeContext::setOutput(), RequestContext::setOutput(), WebInstaller::showError(), WebInstaller::showHelpBox(), WebInstaller::showMessage(), WebInstaller::showStatusBox(), showUsage(), and WebInstaller::startPageWrapper().
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a skin | ( | according to that user 's | preference | ) |
Referenced by ChangesList::__construct(), ResourceLoaderContext::__construct(), SideBarTest::assertSideBar(), ResourceLoaderContext::getHash(), DerivativeContext::getSkin(), RequestContext::getSkin(), DerivativeContext::setSkin(), RequestContext::setSkin(), SideBarTest::setUp(), and UserOptions::warn().
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do so | ( | and don 't be surprised if I reformat your | code | ) |
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For and for historical it also represents a few features of articles that don t involve their such as access rights See also title txt Article Encapsulates access to the page table of the database The object represents a an and maintains state such as text | ( | in Wikitext | format | ) |
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the content language as $wgContLang |
Definition at line 56 of file design.txt.
Referenced by AllmessagesTablePager::__construct(), LogPage::actionText(), OutputPage::addCategoryLinks(), LogPage::addEntry(), CategoryViewer::addImage(), ImageBuilder::addMissingImage(), LoginForm::addNewAccount(), CategoryViewer::addPage(), DatabaseOracle::addQuotes(), MagicWord::addToArray(), OutputPage::buildCssLinks(), XmlDumpWriter::canonicalTitle(), Title::capitalize(), SearchHighlighter::caseCallback(), NamespaceConflictChecker::checkAll(), Orphans::checkOrphans(), User::checkPasswordValidity(), ApiResult::cleanUp_helper(), WikiPage::commitRollback(), Sanitizer::decodeCharReferencesAndNormalize(), Revision::decompressRevisionText(), TextContent::diff(), LinkBatch::doGenderQuery(), MysqlUpdater::doPagelinksUpdate(), WikiPage::doUpdateRestrictions(), LinkHolderArray::doVariants(), Xml::elementClean(), SearchOracle::escapeTerm(), ApiQueryAllMessages::execute(), ApiQueryBlocks::execute(), SpecialPrefixindex::execute(), ConvertLinks::execute(), RandomPage::execute(), FormatMetadata::exifMsg(), ImageGalleryBase::factory(), HistoryAction::feedItem(), Interwiki::fetch(), DeleteEqualMessages::fetchMessageInfo(), LocalRepo::findFiles(), FormatMetadata::flattenArrayContentLang(), WikiPage::formatExpiry(), Linker::formatLinksInCommentCallback(), CoreParserFunctions::formatRaw(), PageQueryPage::formatResult(), PopularPagesPage::formatResult(), AncientPagesPage::formatResult(), FewestrevisionsPage::formatResult(), UnwatchedpagesPage::formatResult(), MostlinkedCategoriesPage::formatResult(), WantedCategoriesPage::formatResult(), MIMEsearchPage::formatResult(), FileDuplicateSearchPage::formatResult(), DifferenceEngine::generateTextDiffBody(), MessageCache::get(), SpecialPageFactory::getAliasList(), MessageCache::getAllMessageKeys(), ApiQueryLangLinks::getAllowedParams(), ApiQueryImageInfo::getAllowedParams(), Skin::getCachedNotice(), User::getCanonicalName(), Title::getCascadeProtectionSources(), LinksUpdate::getCategoryInsertions(), ResourceLoaderStartUpModule::getConfig(), Skin::getCopyright(), Title::getDefaultMessageText(), User::getDefaultOptions(), UploadForm::getDescriptionSection(), IdentityCollation::getFirstLetter(), ResourceLoaderModule::getFlip(), RevertFileAction::getFormFields(), WebRequest::getGPCVal(), MagicWordArray::getHash(), ApiQueryImageInfo::getInfo(), DateFormatter::getInstance(), Linker::getInterwikiLinkAttributes(), Linker::getInvalidTitleDescription(), OutputPage::getJSVars(), RequestContext::getLanguage(), SpecialPageFactory::getLocalNameFor(), Title::getLocalURL(), MessageCache::getMessageFromFallbackChain(), FileRepo::getNameFromTitle(), Title::getNamespaceKey(), SearchEngine::getNearMatchInternal(), SpecialEditWatchlist::getNormalForm(), BackupReader::getNsIndex(), RandomPage::getNsList(), ContentHandler::getPageLanguage(), SpecialExport::getPagesFromCategory(), SpecialExport::getPagesFromNamespace(), Title::getParentCategories(), WebRequest::getPathInfo(), ApiQueryInfo::getProtectionInfo(), CategoryViewer::getSubcategorySortChar(), Title::getSubjectNsText(), Title::getTalkNsText(), WebRequest::getText(), TextPassDumper::getTextDb(), TextContent::getTextForSummary(), TextPassDumper::getTextSpawnedOnce(), Title::getTitleParser(), Title::hasSourceText(), OutputPage::headElement(), SearchHighlighter::highlightSimple(), SearchHighlighter::highlightText(), Title::indexTitle(), ManualLogEntry::insert(), DatabaseOracle::insertOneRow(), WikiPage::insertProtectNullRevision(), User::isValidUserName(), ApiParse::languagesHtml(), CoreParserFunctions::lc(), CoreParserFunctions::lcfirst(), SearchHighlighter::linkReplace(), MagicWord::load(), User::loadOptions(), Title::loadRestrictions(), Title::loadRestrictionsFromRows(), Linker::makeImageLink(), PPFuzzTester::makeInputText(), Title::makeName(), MessageCacheTest::makePage(), RightsLogFormatter::makePageLink(), ContentHandler::makeParserOptions(), Linker::makeThumbLink2(), MagicWordArray::matchStartToEnd(), Title::moveToInternal(), XmlDumpWriter::namespaces(), SearchEngine::namespacesAsText(), Html::namespaceSelector(), SearchEngine::normalizeText(), SearchMySQL::normalizeText(), WebRequest::normalizeUnicode(), CoreParserFunctions::ns(), SpecialLockdb::onSubmit(), ParserOptions::optionsHash(), SpecialPage::outputHeader(), SpecialListGroupRights::outputNamespaceProtectionInfo(), QueryPage::outputResults(), InfoAction::pageInfo(), CoreParserFunctions::pagesincategory(), SearchSqlite::parseQuery(), SearchMySQL::parseQuery(), SearchMssql::parseQuery(), SearchOracle::parseQuery(), MediaWiki::parseTitle(), SpecialSearch::powerSearchBox(), WikiPage::prepareContentForEdit(), SkinTemplate::prepareQuickTemplate(), TitleCleanup::processRow(), ImageCleanup::processRow(), WatchlistCleanup::processRow(), CapsCleanup::processRow(), ApiPageSet::processTitlesArray(), Preferences::profilePreferences(), WikiPage::protectDescriptionLog(), ForeignAPIFile::purgeDescriptionPage(), SearchSqlite::regexTerm(), SearchMySQL::regexTerm(), MessageCache::replace(), LinkHolderArray::replaceInternal(), SearchEngine::replacePrefixes(), SpecialPageFactory::resolveAlias(), ApiQueryProtectedTitles::run(), ApiQuerySearch::run(), RecentChange::save(), SearchEngine::searchableNamespaces(), SearchSqlite::searchInternal(), Preferences::searchPreferences(), PrefixSearch::searchWithVariants(), EmailNotification::sendImpersonal(), EmailNotification::sendPersonalised(), WikiImporter::setTargetRootPage(), SpecialRecentChanges::setTopText(), RevisionTest::setUp(), MediaWikiLangTestCase::setUp(), TitleMethodsTest::setUp(), PreprocessorTest::setUp(), ContentHandlerTest::setUp(), ApiEditPageTest::setUp(), ParserPreloadTest::setUp(), RevisionStorageTest::setUp(), WebInstaller::setupLanguage(), MovePageForm::showForm(), SpecialSearch::showInterwiki(), SpecialAllpages::showline(), SpecialBookSources::showList(), SpecialSearch::showMatches(), SpecialPrefixindex::showPrefixChunk(), SpecialSearch::showResults(), PrefixSearch::specialSearch(), Linker::splitTrail(), SpecialSearch::startsWithImage(), SkinTemplate::tabAction(), TitleMethodsTest::tearDown(), ContentHandlerTest::tearDown(), RevisionTest::tearDown(), RevisionStorageTest::tearDown(), TagHookTest::testBadFunctionTagHooks(), TagHookTest::testBadTagHooks(), TagHookTest::testFunctionTagHooks(), TitleTest::testGetPageViewLanguage(), LanguageConverterTest::testGetPreferredVariantDefaultLanguageVsUrlVariant(), LanguageConverterTest::testGetPreferredVariantHeaderUserVsUrl(), LanguageConverterTest::testGetPreferredVariantUserOptionForForeignLanguage(), WikitextContentHandlerTest::testMakeRedirectContent(), TitlePermissionTest::testPageRestrictions(), BackupDumperLoggerTest::testPlain(), TextContentTest::testPreloadTransform(), TextContentTest::testPreSaveTransform(), TitlePermissionTest::testQuickPermissions(), TagHookTest::testTagHooks(), TimeAdjustTest::testUserAdjust(), BackupDumperLoggerTest::testXmlDumpsBackupUseCaseLogging(), CoreParserFunctions::uc(), CoreParserFunctions::ucfirst(), DatabaseOracle::update(), LocalFile::upload(), HTMLFileCache::useFileCache(), PrefixSearch::validateNamespaces(), and DatabaseOracle::wrapFieldForWhere().
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as $wgLang |
Definition at line 56 of file design.txt.
Referenced by PermissionsError::__construct(), ParserOptions::__construct(), LogPage::actionText(), ProtectionForm::buildForm(), SpecialEditWatchlist::buildTools(), SpecialPageFactory::capturePath(), Title::checkActionPermissions(), UploadBase::checkWarnings(), Installer::doGenerateKeys(), Installer::envCheckDB(), ChangesFeed::execute(), UpdateMediaWiki::execute(), LocalFileRestoreBatch::execute(), Linker::formatAutocommentsCallback(), FeedUtils::formatDiffRow(), ChangeTags::formatSummaryRow(), Linker::formatTemplates(), SpecialVersion::getCopyrightAndAuthorList(), User::getDatePreference(), File::getDescriptionText(), WebInstallerOutput::getDir(), MediaHandler::getGeneralLongDesc(), MediaHandler::getGeneralShortDesc(), WebInstallerOutput::getLanguageCode(), PNGHandler::getLongDesc(), GIFHandler::getLongDesc(), ImageHandler::getLongDesc(), SvgHandler::getLongDesc(), MediaHandler::getLongDesc(), ContentHandler::getPageLanguage(), Title::getPageLanguage(), Title::getPageViewLanguage(), ImageHandler::getShortDesc(), MediaHandler::getShortDesc(), SpecialVersion::getVersionLinkedGit(), Title::missingPermissionError(), Xml::monthSelector(), DBConnectionError::msg(), User::newFatalPermissionDeniedStatus(), FileDeleteForm::prepareMessage(), LoginForm::processLogin(), ParserOutput::replaceEditSectionLinksCallback(), User::sendConfirmationMail(), UploadFromUrlTestSuite::setUp(), LogFormatterTest::setUp(), WebInstaller::setupLanguage(), Skin::subPageSubtitle(), LogFormatterTest::tearDown(), TitleTest::testGetPageViewLanguage(), LogFormatterTest::testLogParamsTypeNumber(), MWExceptionTest::testUseMessageCache(), MWExceptionTest::testUseOutputPage(), TitlePermissionTest::testUserBlock(), ForeignAPIFile::transform(), MWException::useMessageCache(), Linker::userToolLinks(), and wfInstallerMain().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For and for historical it also represents a few features of articles that don t involve their such as access rights See also title txt Article Encapsulates access to the page table of the database The object represents a an article |
Definition at line 25 of file design.txt.
Referenced by User::getStubThreshold(), ArticleTest::setUp(), ArticleTest::tearDown(), ArticleTest::testGetOrSetOnNewProperty(), ArticleTest::testImplementsCallMagic(), ArticleTest::testImplementsGetMagic(), and ArticleTest::testImplementsSetMagic().
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without bothering |
Definition at line 70 of file design.txt.
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For convenience |
Definition at line 25 of file design.txt.
be sure to use the* correct* language object depending upon the circumstances See also language txt Parser Class used to transform wikitext to html LinkCache Keeps information on existence of articles See linkcache txt Naming coding conventions |
Definition at line 69 of file design.txt.
Definition at line 93 of file design.txt.
Referenced by FauxResponse::getcookie(), and FauxResponse::setcookie().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the database |
Definition at line 12 of file design.txt.
Referenced by UserRightsProxy::__construct(), DatabaseSQLTest::assertLastSql(), UserRightsProxy::invalidateCache(), DatabaseSQLTest::setUp(), UserOptions::showUsageAndExit(), DatabaseBase::tableName(), DatabaseSQLTest::testBuildConcat(), DatabaseSQLTest::testBuildLike(), DatabaseSQLTest::testConditional(), DatabaseSQLTest::testDelete(), DatabaseSQLTest::testDeleteJoin(), DatabaseSQLTest::testDropNonExistingTable(), DatabaseSQLTest::testDropTable(), DatabaseSQLTest::testInsert(), DatabaseSQLTest::testInsertSelect(), DatabaseSQLTest::testNativeReplace(), DatabaseSQLTest::testReplace(), DatabaseSQLTest::testSelect(), DatabaseSQLTest::testTransactionCommit(), DatabaseSQLTest::testTransactionRollback(), DatabaseSQLTest::testUnionQueries(), DatabaseSQLTest::testUpdate(), DatabaseSQLTest::testUpsert(), and UserOptions::warn().
when a variable name is used in a it is silently declared as a new masking the so you ll get weird error because you forgot the global declaration |
Definition at line 93 of file design.txt.
be sure to use the* correct* language object depending upon the circumstances See also language txt Parser Class used to transform wikitext to html LinkCache Keeps information on existence of articles See linkcache txt Naming coding not dictatorial |
Definition at line 69 of file design.txt.
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For and for historical it also represents a few features of articles that don t involve their such as access rights See also title txt Article Encapsulates access to the page table of the database The object represents a an and maintains state such as etc Revision Encapsulates individual page revision data and access to the revision text blobs storage system Higher level code should never touch text storage directly |
Definition at line 34 of file design.txt.
Referenced by BackupReader::__construct(), and Sanitizer::setupAttributeWhitelist().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add etc |
Definition at line 12 of file design.txt.
Referenced by SpecialPreferences::execute(), ConvertLinks::execute(), and WikiPageTest::setUp().
div flags Integer display flags |
Definition at line 34 of file design.txt.
Referenced by LogEventsList::__construct(), ForkController::__construct(), LogEventsList::getShowHideLinks(), LogEventsList::logLine(), and ForkController::start().
Definition at line 93 of file design.txt.
Definition at line 93 of file design.txt.
Referenced by PermissionsError::__construct(), CommandLineInc::__construct(), ApiQueryQueryPage::__construct(), SquidUpdate::__construct(), CommandLineInstaller::__construct(), FileCacheBase::__construct(), DatabaseSqlite::__construct(), UpdateCollation::__construct(), SpecialImport::__construct(), CheckLanguageCLI::__construct(), ImageBuilder::__construct(), SqlDataUpdate::__construct(), JobQueueDB::__construct(), ResourceLoaderContext::__construct(), ActiveUsersPager::__construct(), ProtectionForm::__construct(), SVGReader::__construct(), ForeignAPIRepo::__construct(), CategoryViewer::__construct(), UploadStash::__construct(), ImageListPager::__construct(), LanguageGan::__construct(), AllmessagesTablePager::__construct(), ImageGalleryBase::__construct(), LanguageZh::__construct(), Maintenance::__construct(), WebInstaller::__construct(), ApiQuery::__construct(), LanguageUz::__construct(), LBFactoryMulti::__construct(), PPFuzzTest::__construct(), ApiMain::__construct(), LocalisationCache::__construct(), LanguageShi::__construct(), ResourceLoaderFileModule::__construct(), DatabaseOracle::__construct(), LanguageIu::__construct(), ResourceLoader::__construct(), LanguageSr::__construct(), MWHttpRequest::__construct(), LanguageKu::__construct(), Installer::__construct(), ParserOptions::__construct(), LanguageKk::__construct(), Revision::__construct(), DatabaseBase::__construct(), LCStoreCDB::__construct(), StubContLang::_newObject(), LogPage::actionText(), EmailNotification::actuallyNotifyOnPageChange(), User::addAutopromoteOnceGroups(), OutputPage::addCategoryLinks(), LogPage::addEntry(), ParserOutput::addExternalLink(), OutputPage::addFeedLink(), SpecialPage::addFeedLinks(), CategoryViewer::addImage(), LinkCache::addLinkObj(), ImageBuilder::addMissingImage(), LoginForm::addNewAccount(), LoginForm::addNewAccountInternal(), User::addNewUserLogEntry(), CategoryViewer::addPage(), OutputPage::addParserOutputNoText(), DatabaseOracle::addQuotes(), OutputPage::addScriptFile(), MagicWord::addToArray(), Skin::addToSidebarPlain(), UploadForm::addUploadJS(), ApiResult::addValue(), OutputPage::addWikiTextTitle(), SiteStatsUpdate::adjustPending(), UpdateMediaWiki::afterFinalSetup(), SpecialPasswordReset::alterForm(), WebRequest::appendQueryArray(), EnhancedChangesList::arrow(), SiteStatsInit::articles(), DatabaseSqlite::attachDatabase(), LoginForm::attemptAutoCreate(), SpecialChangeEmail::attemptChange(), SpecialChangePassword::attemptReset(), LoginForm::authenticateUserData(), SrConverter::autoConvert(), ShiConverter::autoConvert(), IuConverter::autoConvert(), KuConverter::autoConvert(), KkConverter::autoConvert(), AutoLoader::autoload(), BitmapHandler::autoRotateEnabled(), BackupDumper::backupServer(), FileCacheBase::baseCacheDirectory(), DatabaseBase::begin(), SpecialBlock::blockLogFlags(), ProtectionForm::buildCleanupScript(), SkinTemplate::buildContentNavigationUrls(), OutputPage::buildCssLinks(), AllmessagesTablePager::buildForm(), ProtectionForm::buildForm(), SkinTemplate::buildNavUrls(), Linker::buildRollbackLink(), ProtectionForm::buildSelector(), Skin::buildSidebar(), ChangeTags::buildTagFilterSelector(), SpecialEditWatchlist::buildTools(), SiteStatsUpdate::cacheUpdate(), SpecialActiveUsers::cacheUpdate(), callbackCanonical(), callbackCompat(), GIFHandler::canAnimateThumbnail(), SpecialBlock::canBlockEmail(), SpecialPasswordReset::canChangePassword(), XmlDumpWriter::canonicalTitle(), TiffHandler::canRender(), User::canSendEmail(), EmailNotification::canSendUserTalkEmail(), Title::canUseNoindex(), Title::capitalize(), SpecialPageFactory::capturePath(), SearchHighlighter::caseCallback(), XmlDumpWriter::caseSetting(), User::changeableByGroup(), CloneDatabase::changePrefix(), Title::checkActionPermissions(), NamespaceConflictChecker::checkAll(), ApiUpload::checkAsyncDownloadEnabled(), AutoLoaderTest::checkAutoLoadConf(), Autopromote::checkCondition(), Revision::checkContentModel(), MWTidy::checkErrors(), SpecialUnlockdb::checkExecutePermissions(), SpecialLockdb::checkExecutePermissions(), FeedUtils::checkFeedOutput(), MediaWikiTestCase::checkHasDiff3(), RecentChange::checkIPAddress(), AjaxResponse::checkLastModified(), OutputPage::checkLastModified(), MediaWiki::checkMaxLag(), ApiMain::checkMaxLag(), CompareParsers::checkOptions(), PreprocessDump::checkOptions(), Orphans::checkOrphans(), CompareParsers::checkParserLocally(), User::checkPassword(), User::checkPasswordValidity(), FeedUtils::checkPurge(), Title::checkReadPermissions(), LocalRepo::checkRedirect(), ApiQueryBase::checkRowCount(), User::checkTemporaryPassword(), WebRequest::checkUrlExtension(), Title::checkUserBlock(), ApiUpload::checkVerification(), UploadBase::checkWarnings(), UploadBase::checkXMLEncodingMissmatch(), Preferences::cleanSignature(), ApiResult::cleanUp_helper(), User::clearAllNotifications(), LoginForm::clearCreateaccountToken(), HTMLFileCache::clearFileCache(), DatabaseBase::clearFlag(), LoginForm::clearLoginThrottle(), LoginForm::clearLoginToken(), User::clearNotification(), DeferredUpdates::clearPendingUpdates(), User::clearSharedCache(), Html::closeElement(), ViewCountUpdate::collect(), AnsiTermColorer::color(), WikiPage::commitRollback(), compare_point(), MWInit::compiledPath(), EmailNotification::compose(), EmailNotification::composeCommonMailtext(), Revision::compressRevisionText(), User::confirmationToken(), DatabaseMysqlBase::connectInitCharset(), StreamFile::contentTypeFromPath(), ResourceLoaderUserTokensModule::contextUserTokens(), LanguageHu::convertGrammar(), LanguageCu::convertGrammar(), LanguageHsb::convertGrammar(), LanguageGa::convertGrammar(), LanguageUk::convertGrammar(), LanguageDsb::convertGrammar(), LanguageFi::convertGrammar(), LanguageHy::convertGrammar(), LanguageSl::convertGrammar(), LanguageTyv::convertGrammar(), LanguageKaa::convertGrammar(), LanguageRu::convertGrammar(), LanguageBs::convertGrammar(), LanguageHe::convertGrammar(), LanguageLa::convertGrammar(), LanguageOs::convertGrammar(), Language::convertGrammar(), LanguageKk_cyrl::convertGrammarKk_arab(), LanguageKk_cyrl::convertGrammarKk_cyrl(), LanguageKk_cyrl::convertGrammarKk_latn(), SearchEngine::create(), ApiFeedWatchlist::createFeedItem(), User::crypt(), ContentHandlerTest::dataGetPageLanguage(), Language::dateFormat(), DifferenceEngine::debug(), MWDebug::debugMsg(), Sanitizer::decodeCharReferencesAndNormalize(), Revision::decompressRevisionText(), SearchEngine::defaultNamespaces(), Block::defaultRetroactiveAutoblock(), Article::delete(), LocalFile::delete(), LocalFile::deleteOld(), MWDebug::deprecated(), UploadBase::detectScript(), UploadBase::detectVirus(), TextContent::diff(), DiffEngine::diffLocal(), LBFactory::disableBackend(), DatabaseUpdater::disableContentHandlerUseDB(), CoreParserFunctions::displaytitle(), ApiTestCase::doApiRequest(), ApiTestCase::doApiRequestWithToken(), DatabaseUpdater::doCollationUpdate(), LocalFileDeleteBatch::doDBInserts(), PopulateImageSha1::doDBUpdates(), FileDeleteForm::doDelete(), WikiPage::doDeleteArticleReal(), WikiPage::doEditContent(), WikiPage::doEditUpdates(), SqliteUpdater::doEnableProfiling(), MysqlUpdater::doEnableProfiling(), QueryPage::doFeed(), LinkBatch::doGenderQuery(), Installer::doGenerateKeys(), JobQueueDB::doGetAbandonedCount(), SpecialRecentChanges::doHeader(), SpecialImport::doImport(), MysqlUpdater::doInterwikiUpdate(), SpecialWatchlist::doMainQuery(), SpecialRecentChanges::doMainQuery(), RecentChange::doMarkPatrolled(), MysqlUpdater::doPagelinksUpdate(), RevDel_FileList::doPostCommitUpdates(), WikiPage::doPurge(), SpecialActiveUsers::doQueryCacheUpdate(), RefreshLinks::doRefreshLinks(), ImagePage::doRenderLangOpt(), UserrightsPage::doSaveUserGroups(), MysqlUpdater::doSchemaRestructuring(), UpdateSpecialPages::doSpecialPageCacheUpdates(), MovePageForm::doSubmit(), DatabaseUpdater::doTable(), DjVuHandler::doTransform(), ViewCountUpdate::doUpdate(), SiteStatsUpdate::doUpdate(), WikiPage::doUpdateRestrictions(), DeferredUpdates::doUpdates(), DatabaseUpdater::doUpdates(), UpdateSearchIndex::doUpdateSearchIndex(), LinkHolderArray::doVariants(), WikiPage::doViewUpdates(), WikiRevision::downloadSource(), PoolWorkArticleView::doWork(), Preferences::editingPreferences(), Xml::elementClean(), DatabaseUpdater::enableContentHandlerUseDB(), Installer::envCheckDB(), Installer::envCheckPath(), Installer::envCheckUploadsDirectory(), Sanitizer::escapeId(), SearchOracle::escapeTerm(), MWTidy::execExternalTidy(), MWTidy::execInternalTidy(), UserloginTemplate::execute(), ApiCreateAccount::execute(), ApiProtect::execute(), CleanupPreferences::execute(), Undelete::execute(), ApiEditPage::execute(), ApiUpload::execute(), ApiParse::execute(), ApiExpandTemplates::execute(), CheckLess::execute(), GetSlaveServer::execute(), RebuildMessages::execute(), BenchmarkHooks::execute(), BenchmarkPurge::execute(), ClearInterwikiCache::execute(), ClearCacheStats::execute(), CountMessages::execute(), ApiPurge::execute(), SpecialStatistics::execute(), ApiQueryAllMessages::execute(), DeleteSelfExternals::execute(), MaintenanceFormatInstallDoc::execute(), DumpMessages::execute(), NextJobDB::execute(), SpecialExport::execute(), SpecialTrackingCategories::execute(), UpdateLogging::execute(), DeleteDefaultMessages::execute(), DateFormats::execute(), SpecialWatchlist::execute(), UsercreateTemplate::execute(), CleanupSpam::execute(), ImportSiteScripts::execute(), MwSql::execute(), ApiFeedContributions::execute(), DeleteImageCache::execute(), GenerateNormalizerDataMl::execute(), AlterSharedConstraints::execute(), PruneFileCache::execute(), ShowCacheStats::execute(), UpdateSpecialPages::execute(), SpecialListGroupRights::execute(), SpecialWhatLinksHere::execute(), ApiFeedRecentChanges::execute(), ApiQueryBlocks::execute(), UploadDumper::execute(), McTest::execute(), ApiQueryLogEvents::execute(), UploadStashCleanup::execute(), CopyJobQueue::execute(), GenerateNormalizerDataAr::execute(), RenameDbPrefix::execute(), CapsCleanup::execute(), EditCLI::execute(), PurgeParserCache::execute(), ApiOpenSearch::execute(), SpecialAllmessages::execute(), SpecialLog::execute(), ApiQueryAllUsers::execute(), ApiLogin::execute(), CommandLineInc::execute(), GenerateUtf8Case::execute(), PurgeChangedPages::execute(), RebuildFileCache::execute(), DeleteBatch::execute(), SpecialExpandTemplates::execute(), TableCleanup::execute(), MergeMessageFileList::execute(), DumpRenderer::execute(), SpecialPrefixindex::execute(), ApiFeedWatchlist::execute(), ConvertLinks::execute(), SpecialVersion::execute(), MoveBatch::execute(), RandomPage::execute(), SpecialChangeEmail::execute(), FileDeleteForm::execute(), FindHooks::execute(), PHPUnitMaintClass::execute(), RebuildLocalisationCache::execute(), CompressOld::execute(), UpdateCollation::execute(), SpecialRandomInCategory::execute(), CommandLineInstaller::execute(), PurgeChangedFiles::execute(), ChangesFeed::execute(), LinkSearchPage::execute(), UpdateMediaWiki::execute(), DeleteEqualMessages::execute(), FileDuplicateSearchPage::execute(), VectorTemplate::execute(), MIMEsearchPage::execute(), MWDocGen::execute(), LoginForm::execute(), ProtectionForm::execute(), PPFuzzTest::execute(), SpecialActiveUsers::execute(), ApiQueryInfo::execute(), DeletedContributionsPage::execute(), QueryPage::execute(), LocalFileRestoreBatch::execute(), SpecialPageFactory::executePath(), NextJobDB::executeReadyPeriodicTasks(), JobQueueGroup::executeReadyPeriodicTasks(), LoginForm::executeReturnTo(), FormatMetadata::exifMsg(), Html::expandAttributes(), CacheTime::expired(), ApiQueryInfo::extractPageInfo(), ApiQueryRevisions::extractRowInfo(), ImageGalleryBase::factory(), Job::factory(), PoolCounter::factory(), Language::factory(), HistoryAction::feed(), SpecialNewpages::feed(), HistoryAction::feedItem(), SpecialNewpages::feedTitle(), QueryPage::feedTitle(), Interwiki::fetch(), FormatMetadata::fetchExtendedMetadata(), ForeignAPIRepo::fetchImageQuery(), DeleteEqualMessages::fetchMessageInfo(), UserrightsPage::fetchUser(), MessageCache::figureMessage(), ResourceLoader::filter(), PHPUnitMaintClass::finalSetup(), RebuildFileCache::finalSetup(), RebuildLocalisationCache::finalSetup(), DumpIterator::finalSetup(), Maintenance::finalSetup(), LocalRepo::findFiles(), JobQueueAggregator::findPendingWikiQueues(), Language::fixVariableInNamespace(), ChangesList::flag(), FormatMetadata::flattenArrayContentLang(), StatCounter::flush(), follows(), SpecialNewpages::form(), Linker::formatAutocommentsCallback(), FeedUtils::formatDiffRow(), ResourceLoader::formatException(), WikiPage::formatExpiry(), Linker::formatLinksInCommentCallback(), Language::formatNum(), CoreParserFunctions::formatRaw(), PageQueryPage::formatResult(), PopularPagesPage::formatResult(), AncientPagesPage::formatResult(), FewestrevisionsPage::formatResult(), UnwatchedpagesPage::formatResult(), MostlinkedCategoriesPage::formatResult(), WantedCategoriesPage::formatResult(), MIMEsearchPage::formatResult(), FileDuplicateSearchPage::formatResult(), UsersPager::formatRow(), ChangeTags::formatSummaryRow(), Linker::formatTemplates(), GenerateCollationData::generateFirstChars(), SpecialExpandTemplates::generateHtml(), Preferences::generateSkinOptions(), DifferenceEngine::generateTextDiffBody(), XmlDumpWriter::generator(), JobQueueGroup::get(), ParserCache::get(), MessageCache::get(), WebInstaller::getAcceptLanguage(), HTMLForm::getAction(), Action::getActionName(), SpecialPageFactory::getAliasList(), ContentHandler::getAllContentFormats(), User::getAllGroups(), MessageCache::getAllMessageKeys(), ResourcesTest::getAllModules(), ApiQueryLogEvents::getAllowedLogActions(), ApiOpenSearch::getAllowedParams(), ApiImport::getAllowedParams(), ApiFeedRecentChanges::getAllowedParams(), ApiQueryLangLinks::getAllowedParams(), ApiFeedContributions::getAllowedParams(), ApiQueryProtectedTitles::getAllowedParams(), ApiCreateAccount::getAllowedParams(), ApiFeedWatchlist::getAllowedParams(), ApiQueryAllPages::getAllowedParams(), ApiQuerySearch::getAllowedParams(), ApiQueryLogEvents::getAllowedParams(), ApiQueryImageInfo::getAllowedParams(), Skin::getAllowedSkins(), Interwiki::getAllPrefixes(), Interwiki::getAllPrefixesCached(), User::getAllRights(), Block::getAutoblockExpiry(), Autopromote::getAutopromoteGroups(), Autopromote::getAutopromoteOnceGroups(), RunJobs::getBackoffTimeToWait(), User::getBlockedStatus(), ApiQueryInfo::getBlockToken(), OutputPage::getBottomScripts(), ObjectCacheSessionHandler::getCache(), JobQueueGroup::getCachedConfigVar(), WikiPage::getCachedLastEditTime(), Skin::getCachedNotice(), CacheTime::getCacheExpiry(), OutputPage::getCacheVaryCookies(), User::getCanonicalName(), MWNamespace::getCanonicalNamespaces(), Title::getCascadeProtectionSources(), LinksUpdate::getCategoryInsertions(), Skin::getCategoryLinks(), CheckLanguageCLI::getCheckBlacklist(), Action::getClass(), Language::getClassFileName(), JobQueueGroup::getCoalescedQueues(), Skin::getCommonStylePath(), ResourceLoaderStartUpModule::getConfig(), SiteConfiguration::getConfig(), ContentHandler::getContentModels(), MWNamespace::getContentNamespaces(), ContentHandler::getContentText(), CreditsAction::getContributors(), InfoAction::getContributors(), WebRequest::getCookie(), Skin::getCopyright(), SpecialVersion::getCopyrightAndAuthorList(), Skin::getCopyrightIcon(), LoginForm::getCreateaccountToken(), SpecialVersion::getCreditsForExtension(), ApiQueryUserInfo::getCurrentUserInfo(), Preferences::getDateOptions(), User::getDatePreference(), SqlBagOStuff::getDB(), UserRightsProxy::getDB(), LBFactoryMulti::getDBNameAndPrefix(), MWDebug::getDebugHTML(), MWDebug::getDebugInfo(), ConfigFactory::getDefaultInstance(), Title::getDefaultMessageText(), Skin::getDefaultModules(), User::getDefaultOptions(), JobQueueGroup::getDefaultQueueTypes(), ImageListPager::getDefaultSort(), MediaWikiTestCase::getDefaultWikitextNS(), ApiQueryInfo::getDeleteToken(), LogPage::getDescription(), UploadForm::getDescriptionSection(), File::getDescriptionText(), DifferenceEngine::getDiffBody(), WebInstallerOutput::getDir(), Skin::getDynamicStylesheetQuery(), ApiQueryInfo::getEditToken(), ApiQueryInfo::getEmailToken(), RecentChange::getEngine(), SpecialVersion::getEntryPointInfo(), getEscapedProfileUrl(), LogEventsList::getExcludeClause(), BitmapMetadataHandler::getExif(), Installer::getExistingLocalSettings(), SpecialVersion::getExtensionCategory(), SpecialVersion::getExtensionCredits(), UploadStash::getExtensionForPath(), UploadForm::getExtensionsMessage(), SpecialRecentChanges::getExtraOptions(), Language::getFallbacksIncludingSiteLanguage(), ChangesFeed::getFeedObject(), SpecialRecentChanges::getFeedQuery(), ImageListPager::getFieldNames(), Title::getFilteredRestrictionTypes(), LogPager::getFilterParams(), SpecialPage::getFinalGroupName(), IdentityCollation::getFirstLetter(), ResourceLoaderModule::getFlip(), NewFilesPager::getForm(), ImageListPager::getForm(), SpecialPasswordReset::getFormFields(), SpecialChangePassword::getFormFields(), RevertFileAction::getFormFields(), SpecialBlock::getFormFields(), ContentHandler::getForModelID(), OutputPage::getFrameOptions(), MessageBlobStore::getFromDB(), Language::getGenderNsText(), GenderCache::getGenderOf(), MediaHandler::getGeneralLongDesc(), MediaHandler::getGeneralShortDesc(), WebRequest::getGPCVal(), Language::getGrammarForms(), User::getGroupPermissions(), SpecialStatistics::getGroupStats(), User::getGroupsWithPermission(), MediaHandler::getHandler(), Hooks::getHandlers(), MagicWordArray::getHash(), GitInfo::getHeadCommitDate(), OutputPage::getHeadLinksArray(), OutputPage::getHeadScripts(), HTMLForm::getHiddenFields(), DBExpectedError::getHTML(), CategoryViewer::getHTML(), MWException::getHTML(), DBConnectionError::getHTML(), MWDebug::getHTMLDebugLog(), ImagePage::getImageLimitsFromOption(), Preferences::getImageSizes(), RandomImageGenerator::getImageWriteMethod(), User::getImplicitGroups(), ApiQueryInfo::getImportToken(), ApiQueryImageInfo::getInfo(), LocalRepo::getInfo(), SpecialUpload::getInitialPageText(), Profiler::getInitialTime(), DateFormatter::getInstance(), Title::getInternalURL(), Interwiki::getInterwikiCacheEntry(), Linker::getInterwikiLinkAttributes(), Linker::getInvalidTitleDescription(), Block::getIpFragment(), File::getIsSafeFileUncached(), Language::getJsonMessagesFileName(), OutputPage::getJSVars(), ParserCache::getKey(), LoadMonitorMySQL::getLagTimes(), FeedItem::getLanguage(), RequestContext::getLanguage(), WebInstallerOutput::getLanguageCode(), SkinTemplate::getLanguages(), ResourceLoader::getLessCompiler(), ResourceLoader::getLESSVars(), SpecialProtectedtitles::getLevelMenu(), SpecialProtectedpages::getLevelMenu(), TablePager::getLimitForm(), WebRequest::getLimitOffset(), IRCColourfulRCFeedFormatter::getLine(), MachineReadableRCFeedFormatter::getLine(), Title::getLinksFrom(), SpecialPageFactory::getList(), MessageCache::getLocalCache(), MWTimestamp::getLocalInstance(), Language::getLocalisationCache(), SpecialPageFactory::getLocalNameFor(), Title::getLocalURL(), LoginForm::getLoginToken(), Skin::getLogo(), PNGHandler::getLongDesc(), GIFHandler::getLongDesc(), ImageHandler::getLongDesc(), SvgHandler::getLongDesc(), MediaHandler::getLongDesc(), BitmapHandler::getMagickVersion(), UploadBase::getMaxUploadSize(), MessageCache::getMessageFromFallbackChain(), Language::getMessagesFileName(), TiffHandler::getMetadata(), FileCacheBase::getMissesRecent(), ResourceLoaderStartUpModule::getModifiedHash(), ResourceLoaderUserCSSPrefsModule::getModifiedTime(), ResourceLoaderUserOptionsModule::getModifiedTime(), ResourceLoaderStartUpModule::getModifiedTime(), ResourceLoaderStartUpModule::getModuleRegistrations(), ApiQueryInfo::getMoveToken(), LogPage::getName(), FileRepo::getNameFromTitle(), Language::getNamespaceAliases(), MWNamespace::getNamespaceContentModel(), Language::getNamespaceIds(), Title::getNamespaceKey(), Language::getNamespaces(), TablePager::getNavigationBar(), SearchEngine::getNearMatchInternal(), User::getNewtalk(), SpecialEditWatchlist::getNormalForm(), Title::getNotificationTimestamp(), BackupReader::getNsIndex(), RandomPage::getNsList(), BacklinkCache::getNumLinks(), PostgresUpdater::getOldGlobalUpdates(), DatabaseUpdater::getOldGlobalUpdates(), SearchEngine::getOpenSearchTemplate(), User::getOption(), User::getOptions(), ApiQueryInfo::getOptionsToken(), Profiler::getOutput(), SpecialSpecialpages::getPageGroups(), WithoutInterwikiPage::getPageHeader(), ActiveUsersPager::getPageHeader(), UsersPager::getPageHeader(), ContentHandler::getPageLanguage(), Title::getPageLanguage(), ResourceLoaderSiteModule::getPages(), ResourceLoaderUserGroupsModule::getPages(), ResourceLoaderUserModule::getPages(), QueryPage::getPages(), SpecialExport::getPagesFromCategory(), SpecialExport::getPagesFromNamespace(), Title::getPageViewLanguage(), ApiQueryExtLinksUsage::getParamDescription(), ApiQueryBlocks::getParamDescription(), ApiQueryCategoryMembers::getParamDescription(), ApiQueryAllUsers::getParamDescription(), ApiQueryContributions::getParamDescription(), Title::getParentCategories(), MessageCache::getParser(), SpecialVersion::getParserFunctionHooks(), TextContent::getParserOutput(), WikitextContent::getParserOutput(), ParserCache::getParserOutputKey(), SpecialVersion::getParserTags(), User::getPasswordExpired(), WebRequest::getPathInfo(), ApiQueryRecentChanges::getPatrolToken(), SiteStatsUpdate::getPendingDeltas(), SpecialEmailUser::getPermissionsError(), ApiCreateAccount::getPossibleErrors(), ApiQueryBlocks::getPossibleErrors(), ApiEditPage::getPossibleErrors(), Skin::getPoweredBy(), Preferences::getPreferences(), ApiQueryInfo::getProtectionInfo(), ApiQueryInfo::getProtectToken(), ApiQueryExtLinksUsage::getProtocolPrefix(), UnusedimagesPage::getQueryInfo(), WantedPagesPage::getQueryInfo(), NewFilesPager::getQueryInfo(), LinkSearchPage::getQueryInfo(), NewPagesPager::getQueryInfo(), SpecialRunJobs::getQuerySignature(), ApiQueryUserInfo::getRateLimits(), RawAction::getRawText(), LoadBalancer::getReaderIndex(), AbstractContent::getRedirectChain(), WikitextContent::getRedirectTarget(), RequestContext::getRequest(), User::getRequest(), SpecialPageFactory::getRestrictedPages(), LogPage::getRestriction(), MWNamespace::getRestrictionLevels(), ApiQueryProtectedTitles::getResultProperties(), ApiQueryLogEvents::getResultProperties(), ApiQueryWatchlist::getResultProperties(), ApiQueryRecentChanges::getResultProperties(), PageArchive::getRevision(), SpecialLog::getRevisionButton(), Article::getRobotPolicy(), Linker::getRollbackEditCount(), ApiQueryRevisions::getRollbackToken(), BitmapHandler::getScalerType(), DatabaseBase::getSchemaPath(), ResourceLoaderUserOptionsModule::getScript(), ResourceLoaderStartUpModule::getScript(), OutputPage::getScriptsForBottomQueue(), SearchEngine::getSearchTypes(), WikitextContent::getSection(), Title::getSelectFields(), AtomFeed::getSelfUrl(), DatabaseTest::getSharedTableName(), ImageHandler::getShortDesc(), MediaHandler::getShortDesc(), RequestContext::getSkin(), Skin::getSkinNames(), Skin::getSkinStylePath(), ExternalStoreDB::getSlave(), UploadForm::getSourceSection(), HistoryPager::getStartBody(), TablePager::getStartBody(), CategoryPager::getStartForm(), ExternalStore::getStoreObject(), PreprocessDump::getStripList(), User::getStubThreshold(), ResourceLoaderUserCSSPrefsModule::getStyles(), ResourceLoaderWikiModule::getStyles(), CategoryViewer::getSubcategorySortChar(), Title::getSubjectNsText(), Title::getTalkNsText(), DBExpectedError::getText(), MWException::getText(), TextPassDumper::getText(), WebRequest::getText(), DBConnectionError::getTextContent(), TextPassDumper::getTextDb(), TextContent::getTextForSummary(), SearchResult::getTextSnippet(), TextPassDumper::getTextSpawnedOnce(), Preferences::getThumbSizes(), TiffHandler::getThumbType(), DjVuHandler::getThumbType(), ForeignAPIRepo::getThumbUrlFromCache(), Preferences::getTimezoneOptions(), RequestContext::getTitle(), UploadBase::getTitle(), Title::getTitleParser(), User::getTokenFromOption(), SpecialResetTokens::getTokensList(), Linker::getUploadUrl(), MWExceptionHandler::getURL(), SpecialPageFactory::getUsablePages(), ApiQueryUsers::getUserrightsToken(), SpecialStatistics::getUserStats(), SpecialVersion::getVersion(), SpecialVersion::getVersionLinked(), SpecialVersion::getVersionLinkedGit(), SpecialVersion::getVersionLinkedSvn(), GitInfo::getViewers(), ApiQueryInfo::getWatcherInfo(), ApiQueryInfo::getWatchToken(), SpecialVersion::getWgHooks(), SpecialVersion::getwgVersionLinked(), WikiMap::getWiki(), SpecialSearch::goResult(), User::groupHasPermission(), MWExceptionHandler::handle(), ApiMain::handleCORS(), FileCacheBase::hashSubdirectory(), LoginForm::hasSessionCookie(), Title::hasSourceText(), MWNamespace::hasSubpages(), OutputPage::headElement(), WikiStatsOutput::heading(), SearchEngine::helpNamespaces(), SearchHighlighter::highlightSimple(), SearchHighlighter::highlightText(), SquidUpdate::HTCPPurge(), CoreTagHooks::html(), Html::htmlHeader(), ForeignAPIRepo::httpGetCached(), File::iconThumb(), RequestContext::importScopedSession(), LoginForm::incLoginThrottle(), Installer::includeExtensions(), FileCacheBase::incrMissesRecent(), ResourceLoader::inDebugMode(), Title::indexTitle(), Html::infoBox(), Parser_DiffTest::init(), MWDocGen::init(), ForkController::initChild(), LanguageEo::initEncoding(), FileBackendGroup::initFromGlobals(), LockManagerGroup::initFromGlobals(), ParserOptions::initialiseFromUser(), UploadFromUrl::initialize(), MediaWiki::initializeArticle(), MWCryptRand::initialRandomState(), DatabaseUpdater::initOldGlobals(), SkinVector::initPage(), CLIParser::initParser(), ApiFormatBase::initPrinter(), SpecialJavaScriptTest::initQUnitTesting(), LoginForm::initUser(), Html::inlineScript(), Html::inlineStyle(), ManualLogEntry::insert(), Revision::insertOn(), DatabaseOracle::insertOneRow(), WikiPage::insertProtectNullRevision(), ExternalStore::insertToDefault(), Profiler::instance(), MWInit::interpretedPath(), InfoAction::invalidateCache(), UserRightsProxy::invalidateCache(), LocalRepo::invalidateImageRedirect(), LinksUpdate::invalidateProperties(), HTMLCacheUpdateJob::invalidateTitles(), User::isAllowed(), UploadFromUrl::isAllowedHost(), LinkHolderArray::isBig(), Title::isBigDeletion(), User::isBlockedFrom(), QueryPage::isCached(), FileCacheBase::isCacheGood(), MWNamespace::isCapitalized(), MWNamespace::isContent(), TextContent::isCountable(), WikitextContent::isCountable(), WikiPage::isCountable(), User::isCreatableName(), User::isDnsBlacklisted(), User::isEmailConfirmationPending(), User::isEmailConfirmed(), DjVuHandler::isEnabled(), SvgHandler::isEnabled(), UploadFromUrl::isEnabled(), UploadBase::isEnabled(), User::isEveryoneAllowed(), QueryPage::isExpensive(), ImageListPager::isFieldSortable(), User::isHidden(), RecentChange::isInRCLifespan(), Language::isKnownLanguageTag(), SpecialChangeEmail::isListed(), User::isLocallyBlockedProxy(), Http::isLocalURL(), User::isLocked(), ExifBitmapHandler::isMetadataValid(), MWNamespace::isMovable(), Title::isNamespaceProtected(), MWNamespace::isNonincludable(), WikiPage::isParserCacheUsed(), User::isPasswordReminderThrottled(), User::isPingLimitable(), Title::isProtected(), Hooks::isRegistered(), Title::isSemiProtected(), Title::isSingleRevRedirect(), User::isUsableName(), Title::isValidMoveOperation(), Title::isValidRedirectTarget(), UploadFromUrl::isValidRequest(), User::isValidUserName(), Block::isWhitelistedFromAutoblocks(), MediaWikiTestCase::isWikitextNS(), MWExceptionHandler::jsonSerializeException(), Xml::languageSelector(), ApiParse::languagesHtml(), CoreParserFunctions::lc(), CoreParserFunctions::lcfirst(), Title::legalChars(), LogPager::limitTitle(), LogPager::limitType(), CreditsAction::link(), Linker::linkAttribs(), LinkSearchPage::linkParameters(), SearchHighlighter::linkReplace(), ChangeTags::listDefinedTags(), PageArchive::listRevisions(), MediaWikiTestCase::listTables(), LoginForm::load(), Interwiki::load(), MessageCache::load(), MagicWord::load(), ProtectionForm::loadData(), DatabaseUpdater::loadExtensions(), ChangesFeed::loadFromCache(), LocalFile::loadFromCache(), MessageCache::loadFromDB(), HTMLFileCache::loadFromFileCache(), User::loadFromId(), AjaxResponse::loadFromMemcached(), User::loadFromSession(), User::loadOptions(), Maintenance::loadParamsAndArgs(), LocalisationCache::loadPluralFiles(), Title::loadRestrictions(), Title::loadRestrictionsFromRows(), Maintenance::loadSettings(), Revision::loadText(), DatabaseSqlite::lock(), ProfilerSimpleUDP::logData(), ProfilerMwprof::logData(), Profiler::logData(), MWExceptionHandler::logException(), LogPage::logHeader(), LogPage::logName(), LoginForm::mailPasswordInternal(), MediaWiki::main(), LoginForm::mainLoginForm(), Linker::makeBrokenImageLinkObj(), Linker::makeExternalLink(), SpecialBookSources::makeForm(), Skin::makeGlobalVariablesScript(), ApiMain::makeHelpMsg(), Linker::makeImageLink(), PPFuzzTester::makeInputText(), ChangesListSpecialPage::makeLegend(), ResourceLoader::makeLoaderURL(), UserMailer::makeMsgId(), Title::makeName(), MessageCacheTest::makePage(), RightsLogFormatter::makePageLink(), ContentHandler::makeParserOptions(), OutputPage::makeResourceLoaderLink(), Linker::makeThumbLink2(), RecentChange::markPatrolled(), DifferenceEngine::markPatrolledLink(), MagicWordArray::matchStartToEnd(), LocalFile::maybeUpgradeRow(), SpecialActiveUsers::mergeActiveUsers(), ApiQueryImageInfo::mergeThumbParams(), MinifyScript::minify(), Title::missingPermissionError(), ChangeTags::modifyDisplayQuery(), Xml::monthSelector(), Title::moveSubpages(), Title::moveTo(), Title::moveToInternal(), DBConnectionError::msg(), QuickTemplate::msgWiki(), my_assert(), DatabaseMysqli::mysqlConnect(), SpecialAllpages::namespaceForm(), SpecialPrefixindex::namespacePrefixForm(), XmlDumpWriter::namespaces(), SearchEngine::namespacesAsText(), Html::namespaceSelector(), Language::needsGenderDistinction(), ObjectCache::newAnything(), LBFactorySimple::newExternalLB(), User::newFatalPermissionDeniedStatus(), Site::newForType(), Revision::newFromArchiveRow(), LogFormatter::newFromEntry(), ObjectCache::newFromId(), Skin::newFromKey(), SquidUpdate::newFromLinksTo(), SquidUpdate::newFromTitles(), LBFactoryMulti::newLoadBalancer(), RecentChange::newLogEntry(), LBFactorySimple::newMainLB(), Revision::newNullRevision(), User::newTouchedTimestamp(), BitmapHandler::normaliseParams(), SvgHandler::normaliseParams(), LanguageAr::normalize(), LanguageMl::normalize(), Language::normalize(), Skin::normalizeKey(), SearchEngine::normalizeText(), SearchMySQL::normalizeText(), WebRequest::normalizeUnicode(), RecentChange::notifyLog(), EmailNotification::notifyOnPageChange(), RecentChange::notifyRCFeeds(), CoreParserFunctions::ns(), SiteStats::numberingroup(), CoreParserFunctions::numberofviews(), MWTimestamp::offsetForUser(), User::oldCrypt(), SpecialUnlockdb::onSubmit(), SpecialLockdb::onSubmit(), SpecialPasswordReset::onSubmit(), SpecialChangePassword::onSubmit(), RawAction::onView(), HistoryAction::onView(), DatabaseMysqlBase::open(), DatabaseMssql::open(), DatabaseSqlite::open(), DatabaseOracle::open(), SqliteInstaller::openConnection(), MssqlInstaller::openConnection(), Html::openElement(), ImagePage::openShowImage(), TextPassDumper::openSpawn(), XmlDumpWriter::openStream(), ParserOptions::optionsHash(), SpecialRecentChanges::optionsPanel(), CologneBlueTemplate::otherLanguages(), outHeader(), AtomFeed::outHeader(), AtomFeed::outItem(), DatabaseUpdater::output(), OutputPage::output(), SpecialRecentChanges::outputChangesList(), SpecialWatchlist::outputChangesList(), SpecialPage::outputHeader(), SpecialListGroupRights::outputNamespaceProtectionInfo(), SpecialUploadStash::outputRemoteScaledThumb(), QueryPage::outputResults(), SpecialUploadStash::outputThumbFromStash(), WebInstallerOutput::outputTitle(), InfoAction::pageCounts(), InfoAction::pageInfo(), CoreParserFunctions::pagesincategory(), Installer::parse(), MessageCache::parse(), OutputPage::parse(), SpecialLog::parseParams(), SearchSqlite::parseQuery(), SearchMySQL::parseQuery(), SearchMssql::parseQuery(), SearchOracle::parseQuery(), MediaWiki::parseTitle(), BacklinkCache::partition(), User::passwordChangeInputAttribs(), DatabaseBase::patchPath(), AjaxDispatcher::performAction(), MediaWiki::performAction(), MediaWiki::performRequest(), User::pingLimiter(), JobQueue::pop(), DatabaseInstaller::populateInterwikiTable(), SpecialSearch::powerSearchBox(), Language::preloadLanguageClass(), WikitextContent::preloadTransform(), WikiPage::prepareContentForEdit(), DatabaseSqliteTest::prepareDB(), ForkController::prepareEnvironment(), FileDeleteForm::prepareMessage(), ApiQueryExtLinksUsage::prepareProtocols(), SkinTemplate::prepareQuickTemplate(), Preprocessor_Hash::preprocessToObj(), Preprocessor_DOM::preprocessToObj(), JavaScriptContent::preSaveTransform(), CssContent::preSaveTransform(), WikitextContent::preSaveTransform(), WikiPage::preSaveTransform(), MysqlInstaller::preUpgrade(), MssqlInstaller::preUpgrade(), PostgresInstaller::preUpgrade(), ApiMain::printResult(), SpecialBlock::processForm(), LoginForm::processLogin(), TextPassDumper::processOption(), Linker::processResponsiveImages(), TitleCleanup::processRow(), ImageCleanup::processRow(), WatchlistCleanup::processRow(), CapsCleanup::processRow(), WikiImporter::processTitle(), ApiPageSet::processTitlesArray(), SpecialUpload::processVerificationError(), ProfilerSimple::profileIn(), Profiler::profileIn(), ProfilerSimpleTrace::profileOut(), ProfilerSimple::profileOut(), Profiler::profileOut(), Preferences::profilePreferences(), WikiPage::protectDescriptionLog(), GlobalTest::provideWfShellMaintenanceCmdList(), MWHttpRequest::proxySetup(), SquidUpdate::purge(), DatabaseUpdater::purgeCache(), ForeignAPIFile::purgeDescriptionPage(), RecentChange::purgeExpiredChanges(), RebuildRecentchanges::purgeFeeds(), LocalFile::purgeHistory(), LocalFile::purgeOldThumbnails(), Title::purgeSquid(), ForeignAPIFile::purgeThumbnails(), LocalFile::purgeThumbnails(), DatabaseBase::query(), SquidPurgeClient::queuePurge(), JobQueueGroup::queuesHaveJobs(), User::randomPassword(), BenchmarkPurge::randomUrl(), SvgHandler::rasterize(), Html::rawElement(), Preferences::rcPreferences(), MergeMessageFileList::readFile(), ResourceLoaderFileModule::readScriptFiles(), LocalisationCache::readSourceFilesAndRegisterDeps(), UploadFromUrl::reallyFetchFile(), RebuildRecentchanges::rebuildRecentChangesTablePass1(), RebuildRecentchanges::rebuildRecentChangesTablePass3(), RebuildRecentchanges::rebuildRecentChangesTablePass4(), LocalisationCache::recache(), EnhancedChangesList::recentChangesBlockGroup(), EnhancedChangesList::recentChangesBlockLine(), ChangesList::recentChangesFlags(), OldChangesList::recentChangesLine(), Language::recodeForEdit(), Language::recodeInput(), PatrolLog::record(), LocalFile::recordUpload(), LocalFile::recordUpload2(), SearchSqlite::regexTerm(), SearchMySQL::regexTerm(), CoreParserFunctions::register(), CoreTagHooks::register(), Sanitizer::removeHTMLtags(), SiteStatsUpdate::removePendingDeltas(), Preferences::renderingPreferences(), VectorTemplate::renderNavigation(), LoginForm::renewSessionId(), MessageCache::replace(), ParserOutput::replaceEditSectionLinksCallback(), LinkHolderArray::replaceInternal(), SearchEngine::replacePrefixes(), WikitextContent::replaceSection(), GitInfo::repo(), ThrottledError::report(), MWExceptionHandler::report(), BadTitleError::report(), PermissionsError::report(), ErrorPageError::report(), MWException::report(), MWException::reportHTML(), DBConnectionError::reportHTML(), ApiQueryInfo::requestExtraData(), User::requiresHTTPS(), User::resetPasswordExpiration(), User::resetTokenFromOption(), SpecialPageFactory::resolveAlias(), Installer::restoreLinkPopups(), CheckStorage::restoreText(), JpegHandler::rotate(), BitmapHandler::rotate(), RefreshLinksJob2::run(), HTMLCacheUpdateJob::run(), UploadFromUrlJob::run(), ApiQueryProtectedTitles::run(), ApiQueryExtLinksUsage::run(), ApiQueryCategoryMembers::run(), ApiQueryQueryPage::run(), ApiQuerySearch::run(), RefreshLinksJob::run(), ApiQueryAllImages::run(), DoubleRedirectJob::run(), TitlePermissionTest::runGroupPermissions(), MWException::runHooks(), RequestContext::sanitizeLangCode(), RecentChange::save(), ProtectionForm::save(), LogPage::saveContent(), User::saveSettings(), FileCacheBase::saveText(), ChangesFeed::saveToCache(), LocalFile::saveToCache(), User::saveToCache(), MessageCache::saveToCaches(), HTMLFileCache::saveToFileCache(), MessageCache::saveToLocal(), SearchEngine::searchableNamespaces(), MonoBookTemplate::searchBox(), DBConnectionError::searchForm(), CologneBlueTemplate::searchForm(), SearchSqlite::searchInternal(), SearchMySQL::searchInternal(), Preferences::searchPreferences(), PrefixSearch::searchWithVariants(), Revision::selectArchiveFields(), WikiPage::selectFields(), Revision::selectFields(), UserMailer::send(), OutputPage::sendCacheControl(), ApiMain::sendCacheHeaders(), User::sendConfirmationMail(), StatCounter::sendDeltasMemc(), StatCounter::sendDeltasUDP(), AjaxResponse::sendHeaders(), EmailNotification::sendImpersonal(), User::sendMail(), EmailNotification::sendMails(), EmailNotification::sendPersonalised(), ResourceLoader::sendResponseHeaders(), RecentChange::sendToUDP(), WikiPage::setCachedLastEditTime(), WebResponse::setcookie(), LoginForm::setCreateaccountToken(), User::setEmailWithConfirmation(), OutputPage::setFeedAppendQuery(), DatabaseBase::setFlag(), SpecialPageFactory::setGroup(), FileDeleteForm::setHeaders(), LoginForm::setLoginToken(), User::setNewtalk(), User::setPassword(), WikiImporter::setTargetRootPage(), SpecialRecentChanges::setTopText(), SpecialWatchlist::setTopText(), AutoLoaderTest::setUp(), HooksTest::setUp(), RevisionTest::setUp(), MediaWikiLangTestCase::setUp(), GenderCacheTest::setUp(), UploadBaseTest::setUp(), BadTitleErrorTest::setUp(), ApiTestCase::setUp(), ThrottledErrorTest::setUp(), ErrorPageErrorTest::setUp(), TitleMethodsTest::setUp(), ContentHandlerTest::setUp(), StoreBatchTest::setUp(), PreprocessorTest::setUp(), ApiQueryTest::setUp(), FileBackendTest::setUp(), ApiEditPageTest::setUp(), ParserPreloadTest::setUp(), JobQueueTest::setUp(), UploadFromUrlTestSuite::setUp(), LogFormatterTest::setUp(), DjVuTest::setUp(), ApiOptionsTest::setUp(), RevisionStorageTest::setUp(), SpecialNewpages::setup(), Maintenance::setup(), Sanitizer::setupAttributeWhitelist(), ApiMain::setupExecuteAction(), WebInstaller::setupLanguage(), RefreshImageMetadata::setupParameters(), UserTest::setUpPermissionGlobals(), SqliteInstaller::setupSearchIndex(), MediaWikiTestCase::setupTestDB(), UploadFromUrlTestSuite::setupUploadDir(), OracleInstaller::setupUser(), ProtectionForm::show(), ChangesList::showCharacterDifference(), MovePageForm::showForm(), SpecialChangeEmail::showForm(), SpecialImport::showForm(), FileDeleteForm::showForm(), SpecialWhatLinksHere::showIndirectLinks(), SpecialSearch::showInterwiki(), Skin::showIPinHeader(), OutputPage::showLagWarning(), SpecialAllpages::showline(), SpecialBookSources::showList(), FileDeleteForm::showLogEntries(), SpecialSearch::showMatches(), SpecialMergeHistory::showMergeForm(), Article::showMissingArticle(), LogEventsList::showOptions(), SpecialProtectedpages::showOptions(), SpecialProtectedtitles::showOptions(), Article::showPatrolFooter(), SpecialPrefixindex::showPrefixChunk(), Article::showRedirectedFromHeader(), SpecialSearch::showResults(), SpecialUndelete::showSearchForm(), SpecialAllpages::showToplevel(), Collation::singleton(), ParserCache::singleton(), JobQueueAggregator::singleton(), LBFactory::singleton(), RepoGroup::singleton(), MessageCache::singleton(), XmlDumpWriter::sitename(), Preferences::skinPreferences(), PrefixSearch::specialSearch(), Linker::splitTrail(), SpecialSearch::startsWithImage(), AjaxResponse::storeInMemcached(), OutputPage::styleLink(), SpecialEmailUser::submit(), Skin::subPageSubtitle(), ApiMain::substituteResultWithError(), MediaWikiParserTest::suite(), UserrightsPage::switchForm(), SkinTemplate::tabAction(), DatabaseBase::tableName(), BadTitleErrorTest::tearDown(), ErrorPageErrorTest::tearDown(), ThrottledErrorTest::tearDown(), UploadBaseTest::tearDown(), GlobalTest::tearDown(), ApiQueryTest::tearDown(), TitleMethodsTest::tearDown(), ContentHandlerTest::tearDown(), LogFormatterTest::tearDown(), RevisionTest::tearDown(), ApiOptionsTest::tearDown(), RevisionStorageTest::tearDown(), UserTest::testAnonOptions(), ApiLoginTest::testApiLoginBadPass(), ApiLoginTest::testApiLoginGoodPass(), ApiLoginTest::testApiLoginGotCookie(), TagHookTest::testBadFunctionTagHooks(), TagHookTest::testBadTagHooks(), ParserMethodsTest::testCallParserFunction(), GlobalTest::testDebugFunctionTest(), WikiPageTest::testDoQuickEdit(), WikiPageTest::testDoQuickEditContent(), DatabaseSqliteTest::testEntireSchema(), BadTitleErrorTest::testExceptionSetsStatusCode(), ThrottledErrorTest::testExceptionSetsStatusCode(), TagHookTest::testFunctionTagHooks(), RevisionStorageTest::testGetContentFormat(), WikiPageTest::testGetContentHandler(), RevisionStorageTest::testGetContentModel(), WikiPageTest::testGetContentModel(), MWNamespaceTest::testGetContentNamespaces(), TitleTest::testGetPageViewLanguage(), LanguageConverterTest::testGetPreferredVariantDefaultLanguageVariant(), LanguageConverterTest::testGetPreferredVariantDefaultLanguageVsUrlVariant(), LanguageConverterTest::testGetPreferredVariantHeaderMulti(), LanguageConverterTest::testGetPreferredVariantHeaders(), LanguageConverterTest::testGetPreferredVariantHeaderUserVsUrl(), LanguageConverterTest::testGetPreferredVariantHeaderWeight(), LanguageConverterTest::testGetPreferredVariantHeaderWeight2(), LanguageConverterTest::testGetPreferredVariantUserOption(), LanguageConverterTest::testGetPreferredVariantUserOptionForForeignLanguage(), ParserMethodsTest::testGetSections(), MWNamespaceTest::testHasSubpages(), MWNamespaceTest::testIsCapitalizedWithWgCapitalLinkOverrides(), MWNamespaceTest::testIsCapitalizedWithWgCapitalLinks(), MWNamespaceTest::testIsContentAdvanced(), WikiPageTest::testIsCountable(), MWNamespaceTest::testIsNonincludable(), LogFormatterTest::testLogParamsTypeNumber(), WikitextContentHandlerTest::testMakeRedirectContent(), UploadBaseTest::testMaxUploadSize(), HooksTest::testNewStyleHookInteraction(), HooksTest::testOldStyleHooks(), TitlePermissionTest::testPageRestrictions(), UserTest::testPasswordExpire(), BackupDumperLoggerTest::testPlain(), TextContentTest::testPreloadTransform(), ParserMethodsTest::testPreSaveTransform(), TextContentTest::testPreSaveTransform(), QueryAllSpecialPagesTest::testQuerypageSqlQuery(), TitlePermissionTest::testQuickPermissions(), GlobalTest::testReadOnlyEmpty(), GlobalTest::testReadOnlySet(), ErrorPageErrorTest::testReport(), RevisionStorageTest::testSelectFields(), TitlePermissionTest::testSpecialsAndNSPermissions(), StoreBatchTest::teststore(), DatabaseTest::testStoredFunctions(), TagHookTest::testTagHooks(), ApiQueryTest::testTitlesGetNormalized(), DatabaseSqliteTest::testUpgrades(), TimeAdjustTest::testUserAdjust(), TitlePermissionTest::testUserBlock(), ApiCreateAccountTest::testValid(), TitleTest::testWgWhitelistReadRegexp(), GetSlaveServerTest::testXmlDumpsBackupUseCase(), BackupDumperLoggerTest::testXmlDumpsBackupUseCaseLogging(), MWTidy::tidy(), MailAddress::toString(), ForeignAPIFile::transform(), File::transform(), OutputPage::transformCssMedia(), BitmapHandler::transformCustom(), File::transformErrorOutput(), BitmapHandler::transformImageMagick(), BitmapHandler::transformImageMagickExt(), KkConverter::translate(), MediaWiki::triggerJobs(), SiteStatsUpdate::tryDBUpdateInternal(), Preferences::tryFormSubmit(), ResourceLoader::tryRespondFromFileCache(), LogEventsList::typeAction(), CoreParserFunctions::uc(), CoreParserFunctions::ucfirst(), PageArchive::undelete(), SpecialUndelete::undelete(), PageArchive::undeleteRevisions(), MediaWikiTestCase::unprefixTable(), DatabaseOracle::update(), WikiPage::updateRestrictions(), WikiPage::updateRevisionOn(), Title::updateTitleProtection(), LocalFile::upload(), ImagePage::uploadLinksBox(), SkinTemplate::useCombinedLoginLink(), ResourceFileCache::useFileCache(), HTMLFileCache::useFileCache(), MWException::useMessageCache(), User::useNPPatrol(), ChangesList::usePatrol(), Language::userAdjust(), Http::userAgent(), Title::userCan(), LogEventsList::userCanBitfield(), Revision::userCanBitfield(), User::useRCPatrol(), SpecialEmailUser::userForm(), Title::userIsWatching(), CreditsAction::userLink(), SearchEngine::userNamespaces(), Linker::userToolLinks(), Sanitizer::validateAttributes(), Title::validateFileMoveOperation(), SpecialExport::validateLinkDepth(), PrefixSearch::validateNamespaces(), ResourceLoaderModule::validateScriptFile(), Preferences::validateSignature(), SpecialBlock::validateTarget(), UserRightsProxy::validDatabase(), LogPage::validTypes(), UploadBase::verifyFile(), UploadBase::verifyMimeType(), UploadBase::verifyPartialFile(), ImagePage::view(), Article::view(), Article::viewRedirect(), JobQueueGroup::waitForBackups(), MWDebug::warning(), Preferences::watchlistPreferences(), wfGzipHandler(), wfInstallerMain(), wfOutputHandler(), wfStreamThumb(), wfThumbAttemptKey(), wfThumbError(), wfThumbHandle404(), wfThumbIncrAttemptFailures(), wfThumbIsAttemptThrottled(), SpecialWhatLinksHere::whatlinkshereForm(), DatabaseOracle::wrapFieldForWhere(), ObjectCacheSessionHandler::write(), RandomImageGenerator::writeImageWithApi(), and RandomImageGenerator::writeImageWithCommandLine().
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these guidelines |
Definition at line 70 of file design.txt.
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add headers |
Definition at line 12 of file design.txt.
Referenced by FauxResponse::getheader(), WebRequest::getHeader(), FauxResponse::header(), CheckLanguageCLI::help(), and WebRequest::initHeaders().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at https |
Definition at line 12 of file design.txt.
Referenced by BackupReader::__construct(), Xml::escapeJsString(), ParserOutput::isLinkInternal(), and HttpTest::provideURI().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database key |
Definition at line 25 of file design.txt.
Referenced by HashRing::__construct(), PoolCounter::__construct(), PoolCounterRedis::__construct(), ArchivedFile::__construct(), PathRouterPatternReplacer::callback(), UpdateLogging::execute(), Interwiki::fetch(), PoolCounterRedis::getConnection(), JobQueueRedis::getQueueKey(), FixBug20757::getRevTextMap(), SqlBagOStuff::getTableByKey(), UcdXmlReader::handleChar(), PoolCounterRedis::initAndPopPoolSlotList(), MappedIterator::key(), ArchivedFile::load(), ArchivedFile::loadFromRow(), SquidPurgeClient::nextRequest(), LoadBalancer::openForeignConnection(), ApiQueryRedirects::run(), ProcessCacheLRU::set(), MapCacheLRU::set(), JobQueueRedis::setTestingPrefix(), LocalisationCacheBulkLoad::trimCache(), and LocalFile::unprefixRow().
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do which work well I also use K& R brace matching style I know that s a religious issue for so if you want to use a style that puts opening braces on the next line |
Definition at line 79 of file design.txt.
Referenced by HWLDFWordAccumulator::flushGroup(), HWLDFWordAccumulator::flushLine(), CheckLanguageCLI::help(), JSTokenizer::newSyntaxError(), lessc_parser::parse(), Preprocessor_Hash::preprocessToObj(), and lessc_parser::throwError().
to move a page</td >< td > &*You are moving the page across *A non empty talk page already exists under the new name |
Definition at line 12 of file design.txt.
Referenced by Cookie::__construct(), MailAddress::__construct(), UserRightsProxy::__construct(), CLDRPluralRuleConverter_Operator::__construct(), ProfileSection::__construct(), UnregisteredLocalFile::__construct(), ArchivedFile::__construct(), FileRepo::__construct(), FileBackend::__construct(), GlobalDependency::__construct(), ConstantDependency::__construct(), UploadStashFile::__construct(), PPNode_Hash_Tree::__construct(), PPNode_Hash_Attr::__construct(), ProfileSection::__destruct(), SwiftFileBackend::addMissingMetadata(), FileBackend::clean(), SwiftFileBackend::createContainer(), SwiftFileBackend::deleteContainer(), SwiftFileBackend::doCleanInternal(), SwiftFileBackend::doExecuteOpHandlesInternal(), FileBackend::doOperations(), SwiftFileBackend::doPrepareInternal(), SwiftFileBackend::doPublishInternal(), FileBackend::doQuickOperations(), SwiftFileBackend::doSecureInternal(), UserloginTemplate::execute(), UsercreateTemplate::execute(), SpecialRevisionDelete::execute(), SwiftFileBackend::getContainerStat(), SwiftFileBackend::getDirListPageInternal(), FileRepo::getDisplayName(), SwiftFileBackend::getFileListPageInternal(), FileBackendStore::getFileSha1Base36(), FileBackendStore::getFileStat(), FileBackendStore::getFileXAttributes(), UserRightsProxy::getName(), File::getName(), UnregisteredLocalFile::getURL(), GlobalDependency::isExpired(), ConstantDependency::isExpired(), ArchivedFile::loadFromRow(), LocalFile::move(), SwiftFileBackend::objectListing(), SwiftFileBackend::onError(), AtomFeed::outItem(), WebInstallerOutput::outputHeader(), WebInstallerOutput::outputShortHeader(), FileBackend::prepare(), FileBackend::publish(), FileBackendStore::resolveStoragePath(), FileRepo::resolveVirtualUrl(), FileBackendMultiWrite::resyncFiles(), DBConnectionError::searchForm(), FileBackend::secure(), Cookie::serializeToHttpRequest(), SwiftFileBackend::setContainerAccess(), ResourceLoaderModule::setName(), SpecialSearch::showResults(), showUsage(), PPNode_Hash_Tree::splitHeading(), FileBackendStore::streamFile(), FileBackendMultiWrite::substPaths(), LicensesTest::testLicenses(), MailAddress::toString(), and wfStreamThumb().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any order |
Definition at line 12 of file design.txt.
Referenced by JobQueue::__construct(), and JobQueueDB::doPop().
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do which work well I also use K& R brace matching style I know that s a religious issue for so if you want to use a style that puts opening braces on the next that s OK but please don t use a style where closing braces don t align with either the opening brace on its own line or the statement that opened the block that s confusing as hell Certain functions and class members are marked with rather than being marked as such This is a hold over from PHP which didn t support proper visibilities You should not access things marked in this manner outside the class inheritance line as this code is subjected to be updated in a manner that enforces this at some time in the near future and things will break New code should use the standard method of setting visibilities as normal Globals are particularly evil in PHP |
Definition at line 84 of file design.txt.
I won t presume to tell you how to program |
Definition at line 70 of file design.txt.
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the project |
Definition at line 70 of file design.txt.
Referenced by CheckLanguageCLI::help().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For and for historical reasons |
Definition at line 25 of file design.txt.
Referenced by Linker::normalizeSubpageLink().
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do which work well I also use K& R brace matching style I know that s a religious issue for some |
Definition at line 79 of file design.txt.
Referenced by RedirectSpecialArticle::__construct(), WebRequest::getLimitOffset(), PNGMetadataExtractor::getMetadata(), InstallDocFormatterTest::provideDocFormattingTests(), SanitizerTest::provideTagAttributesToDecode(), CLDRPluralRuleEvaluatorTest::validTestCases(), and wfPHPVersionError().
Definition at line 93 of file design.txt.
Referenced by GlobalTest::provideShorthand().
Definition at line 93 of file design.txt.
Referenced by UpdateLogging::execute(), and Sanitizer::setupAttributeWhitelist().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database etc For and for historical it also represents a few features of articles that don t involve their text |
Definition at line 12 of file design.txt.
Referenced by InstallDocFormatter::__construct(), WikiExporter::__construct(), ConfEditor::__construct(), License::__construct(), TransformParameterError::__construct(), UploadForm::__construct(), ConfEditorToken::__construct(), LoginForm::addNewAccountMailPassword(), SpecialChangePassword::alterForm(), SpecialChangePassword::attemptReset(), SpecialRevisionDelete::buildCheckBoxes(), SkinTemplate::buildContentNavigationUrls(), AllmessagesTablePager::buildForm(), ProtectionForm::buildForm(), SkinTemplate::buildNavUrls(), SkinTemplate::buildPersonalUrls(), ChangeTags::buildTagFilterSelector(), SpecialEditWatchlist::buildTools(), SpecialRecentChanges::categoryFilterForm(), CleanupSpam::cleanupArticle(), EmailNotification::composeCommonMailtext(), Article::confirmDelete(), Installer::createMainpage(), Xml::dateMenu(), Skin::doEditSectionLink(), SpecialRecentChanges::doHeader(), SpecialWatchlist::doHeader(), ImagePage::doRenderLangOpt(), BitmapHandler::doTransform(), DjVuHandler::doTransform(), SvgHandler::doTransform(), EnhancedChangesList::downArrow(), WikiExporter::dumpFrom(), ConfEditor::edit(), SpecialExport::execute(), UpdateLogging::execute(), SpecialBlockList::execute(), SpecialListGroupRights::execute(), MoveBatch::execute(), LinkSearchPage::execute(), FileDuplicateSearchPage::execute(), SpecialRevisionDelete::execute(), MIMEsearchPage::execute(), FormatMetadata::exifMsg(), HistoryAction::feedEmpty(), Skin::footerLink(), SpecialNewpages::form(), FeedUtils::formatDiffRow(), ResourceLoader::formatException(), DoubleRedirectsPage::formatResult(), Linker::formatTemplates(), AllmessagesTablePager::formatValue(), SpecialSearch::formHeader(), Preferences::generateSkinOptions(), ContentHandler::getAutosummary(), User::getBlockedStatus(), HTMLForm::getButtons(), SpecialProtectedpages::getCascadeCheck(), WebInstaller::getCheckBox(), OracleInstaller::getConnectForm(), PostgresInstaller::getConnectForm(), MssqlInstaller::getConnectForm(), MysqlInstaller::getConnectForm(), WikiRevision::getContent(), SpecialVersion::getCopyrightAndAuthorList(), SpecialEmailUser::getDescription(), FeedUtils::getDiffLink(), ImageHandler::getDimensionsString(), SpecialVersion::getEntryPointInfo(), SpecialProtectedpages::getExpiryCheck(), SpecialVersion::getExtensionCredits(), SpecialVersion::getExtensionTypes(), LogEventsList::getExtraInputs(), SpecialRecentChangesLinked::getExtraOptions(), ApiFeedRecentChanges::getFeedObject(), ImageListPager::getFieldNames(), AllmessagesTablePager::getFieldNames(), SpecialWhatLinksHere::getFilterPanel(), ImageListPager::getForm(), SpecialChangePassword::getFormFields(), SpecialBlock::getFormFields(), OutputPage::getHeadLinksArray(), RevDel_FileItem::getHTML(), ConfEditor::getIndent(), Licenses::getInputHTML(), DatabaseInstaller::getInstallUserBox(), LogFormatter::getIRCActionText(), SpecialProtectedtitles::getLevelMenu(), SpecialProtectedpages::getLevelMenu(), SpecialVersion::getMediaWikiCredits(), SpecialProtectedpages::getNamespaceMenu(), SpecialProtectedtitles::getNamespaceMenu(), WithoutInterwikiPage::getPageHeader(), ActiveUsersPager::getPageHeader(), UsersPager::getPageHeader(), SpecialProtectedpages::getRedirectCheck(), SpecialLog::getRevisionButton(), HistoryPager::getRevisionButton(), MssqlInstaller::getSettingsForm(), MysqlInstaller::getSettingsForm(), SpecialProtectedpages::getSizeLimit(), HistoryPager::getStartBody(), CategoryPager::getStartForm(), Revision::getText(), Preferences::getTimezoneOptions(), LogEventsList::getTitleInput(), LogEventsList::getTitlePattern(), SpecialProtectedpages::getTypeMenu(), LogEventsList::getUserInput(), ConfEditor::getVars(), FormatMetadata::getVisibleFields(), DatabaseInstaller::getWebUserBox(), SpecialVersion::getWgHooks(), UserrightsPage::groupCheckboxes(), HistoryPager::historyLine(), ImagePage::imageDupes(), ConfEditor::initParse(), WikiPage::insertProtectNullRevision(), ApiParse::languagesHtml(), UploadFromUrlJob::leaveMessage(), Linker::linkAttribs(), SpecialVersion::listAuthors(), LogPage::logName(), LoginForm::mailPasswordInternal(), SpecialBookSources::makeForm(), SpecialExpandTemplates::makeForm(), Skin::makeI18nUrl(), SpecialSearch::makeSearchLink(), Linker::makeThumbLink2(), Xml::monthSelector(), SpecialRecentChanges::namespaceFilterForm(), SpecialAllpages::namespaceForm(), SpecialPrefixindex::namespacePrefixForm(), Title::newMainPage(), LoginForm::onCookieRedirectCheck(), HistoryAction::onView(), SpecialVersion::openExtType(), ImagePage::openShowImage(), SpecialSearch::powerSearchBox(), SkinTemplate::prepareQuickTemplate(), SpecialChangeEmail::pretty(), LoginForm::processLogin(), Preferences::profilePreferences(), EditPageTest::provideAutoMerge(), ImportReporter::reportNotice(), UploadFromUrlJob::run(), User::sendConfirmationMail(), EmailNotification::sendImpersonal(), User::sendMail(), User::setPassword(), HTMLForm::setSubmitTextMsg(), WikiRevision::setText(), SpecialWatchlist::setTopText(), Sanitizer::setupAttributeWhitelist(), SpecialSearch::setupPage(), HTMLForm::setWrapperLegendMsg(), SpecialSearch::shortDialog(), ProtectionForm::show(), UserrightsPage::showEditUserGroupsForm(), SpecialUndelete::showFileConfirmationForm(), OutputPage::showFileCopyError(), OutputPage::showFileDeleteError(), OutputPage::showFileNotFoundError(), OutputPage::showFileRenameError(), MovePageForm::showForm(), SpecialChangeEmail::showForm(), SpecialImport::showForm(), FileDeleteForm::showForm(), SpecialRevisionDelete::showForm(), SpecialMergeHistory::showHistory(), SpecialUndelete::showHistory(), SpecialSearch::showHit(), SpecialSearch::showInterwiki(), SpecialSearch::showInterwikiHit(), SpecialBlockList::showList(), SpecialMergeHistory::showMergeForm(), LogEventsList::showOptions(), SpecialProtectedpages::showOptions(), SpecialProtectedtitles::showOptions(), EmailConfirmation::showRequestForm(), SpecialSearch::showResults(), SpecialUndelete::showRevision(), SpecialUndelete::showSearchForm(), OutputPage::showUnexpectedValueError(), SpecialUploadStash::showUploads(), SpecialUpload::showUploadWarning(), showUsage(), EnhancedChangesList::sideArrow(), SpecialVersion::softwareInformation(), Linker::specialLink(), WebInstaller::startPageWrapper(), UploadStash::stashFile(), SpecialEmailUser::submit(), UserrightsPage::switchForm(), MessageTest::testInLanguage(), MessageTest::testKey(), MessageTest::testMessageParams(), SideBarTest::testTrickyPipe(), File::transformErrorOutput(), SpecialRevisionDelete::tryShowFile(), ImagePage::uploadLinksBox(), SpecialEmailUser::userForm(), ImagePage::view(), Article::view(), wfPHPVersionError(), wfStreamThumb(), and SpecialWhatLinksHere::whatlinkshereForm().
I won t presume to tell you how to I m just describing the methods I chose to use for myself If you do choose to follow these it will probably be easier for you to collaborate with others on the but if you want to contribute without by all means do which work well I also use K& R brace matching style I know that s a religious issue for so if you want to use a style that puts opening braces on the next that s OK too |
Definition at line 79 of file design.txt.
Referenced by MessageCache::load(), and JobQueueRedis::recyclePruneAndUndelayJobs().
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain URL |
Definition at line 25 of file design.txt.
Referenced by Title::getTitleInvalidRegex(), and showUsage().