Remove ContentHandler functions with no usages at all
[lhc/web/wiklou.git] / includes / page / Article.php
2016-10-04 jenkins-botMerge "Clean up some ObjectCache factory callers"
2016-10-04 jenkins-botMerge "Add the main stash, WAN, and server caches to...
2016-10-04 jenkins-botMerge "parserTests: Do not check for DjVu support"
2016-10-04 jenkins-botMerge "Improve @covers tags for ComposerJson and Compos...
2016-10-04 jenkins-botMerge "page: Remove unused WikiPage::doQuickEditContent()"
2016-10-04 Timo Tijhofpage: Remove unused WikiPage::doQuickEditContent()
2016-10-04 jenkins-botMerge "Avoid 'message' in log context in AuthManager"
2016-10-03 jenkins-botMerge "action=history should return 404 if there is...
2016-10-02 jenkins-botMerge "Add a class to the <a> element of the interlangu...
2016-09-30 jenkins-botMerge "Remove test for <math> which fails when Extensio...
2016-09-30 jenkins-botMerge "Don't skip tests which lack non-tidy output"
2016-09-29 jenkins-botMerge "Do not run exact db match if offset is > 0"
2016-09-29 jenkins-botMerge "Move DatabaseBase to a class alias for type...
2016-09-29 jenkins-botMerge "Emit deprecation warnings for Article::doEdit...
2016-09-29 jenkins-botMerge "Disallow css attr() with url type"
2016-09-29 jenkins-botMerge "API: Add generator non-continuation data"
2016-09-28 jenkins-botMerge "Parser: Allow `<s>` and `<strike>` in table...
2016-09-28 jenkins-botMerge "Use classes to apply the 'editfont' preference"
2016-09-28 jenkins-botMerge "Remove full form of ChangeTags::buildTagFilterSe...
2016-09-27 enigmaethEmit deprecation warnings for Article::doEdit and WikiP...
2016-09-27 jenkins-botMerge "Avoid multiple writes to changetags table in...
2016-09-26 jenkins-botMerge "AuthManager phpdoc cleanup"
2016-09-26 jenkins-botMerge "Minor installer/upgrader cleanups"
2016-09-26 jenkins-botMerge "Change mid-upload 'cancel' button to 'back'"
2016-09-26 jenkins-botMerge "HTMLForm: Add HTMLDateTimeField"
2016-09-23 jenkins-botMerge "Add transaction ticket to LinksUpdateComplete...
2016-09-23 jenkins-botMerge "Move RedisLockManager to /libs"
2016-09-23 jenkins-botMerge "Move RedisConnectionPool to /libs/redis"
2016-09-23 jenkins-botMerge "Revert "resourceloader: Make cache-eval in mw...
2016-09-23 jenkins-botMerge "Add IMaintainableDatabase for non-OLTP type...
2016-09-23 jenkins-botMerge "Make newExternalLB() public to match newMainLB()"
2016-09-23 jenkins-botMerge "Add HTMLFormField class for MWRestrictions and...
2016-09-23 jenkins-botMerge "Log when Message::__toString has an unexpected...
2016-09-23 jenkins-botMerge "ScopedCallback: Fix a typo in a comment"
2016-09-23 jenkins-botMerge "Handle links with multiple pipes correctly in...
2016-09-23 jenkins-botMerge "Move tagging of API deletions to RC save"
2016-09-23 jenkins-botMerge "Ensure users are able to edit the page after...
2016-09-23 jenkins-botMerge "Inject "srvCache" and local DB connections into...
2016-09-23 jenkins-botMerge "Revert "Move wfEscapeWikiText() to Parser::escap...
2016-09-22 jenkins-botMerge "Support multiple limits and arbitrary periods...
2016-09-22 jenkins-botMerge "Split out new ObjectCache::newWANCacheFromParams...
2016-09-22 jenkins-botMerge "Make MigrateFileRepoLayout use getErrors()"
2016-09-22 jenkins-botMerge "Move wfEscapeWikiText() to Parser::escapeWikitext()"
2016-09-22 jenkins-botMerge "Remove old remapping hacks from Database::indexN...
2016-09-22 jenkins-botMerge "Follow-up 764cd6a1: unbreak quiet buttons"
2016-09-22 jenkins-botMerge "Remove MediaWiki mentions from /rdbms error...
2016-09-22 jenkins-botMerge "Remove screen layout references in passwordreset...
2016-09-22 jenkins-botMerge "time: Implement ConvertableTimestamp::now()"
2016-09-22 jenkins-botMerge "Add deprecated comment to Article::doEdit()"
2016-09-22 jenkins-botMerge "refreshLinks: Use vslow group for DB_REPLICA...
2016-09-21 ReedyAdd deprecated comment to Article::doEdit()
2016-09-21 jenkins-botMerge "Remove .mw-help-field-hint and -data CSS classes...
2016-09-21 cenariumMove tagging of API deletions to RC save
2016-09-21 jenkins-botMerge "Fix importation of weird file names in importTex...
2016-09-21 jenkins-botMerge "Move XMP* classes to includes/libs"
2016-09-21 jenkins-botMerge "XMPValidate: Use ConvertibleTimestamp instead...
2016-09-21 jenkins-botMerge "Improve lag/flag behavior and docs in LoadBalancer"
2016-09-20 jenkins-botMerge "FSFile and TempFSFile cleanups"
2016-09-20 jenkins-botMerge "Move some FileBackend related classes to /libs"
2016-09-20 jenkins-botMerge "Only send DB query profiling to MWDebug::query"
2016-09-20 jenkins-botMerge "Avoid TransactionProfiler notices for TEMPORARY...
2016-09-20 jenkins-botMerge "Improve Database::__destruct() and add a __clone...
2016-09-20 jenkins-botMerge "Remove OutputPage->mDebugtext"
2016-09-20 jenkins-botMerge "Fix variable name in release notes"
2016-09-20 jenkins-botMerge "Emit deprecation warnings from Article::fetchCon...
2016-09-20 jenkins-botMerge "Fix minor SqliteInstaller IDEA warning"
2016-09-20 jenkins-botMerge "Set an initial dummy domain in Database::__const...
2016-09-20 jenkins-botMerge "Deprecfate WikiRevision::getText"
2016-09-20 danielEmit deprecation warnings from Article::fetchContent
2016-09-20 jenkins-botMerge "Extract replacePrefixes into a static method"
2016-09-20 jenkins-botMerge "WikiPage::getDeletionUpdates returns DeferrableU...
2016-09-20 jenkins-botMerge "phpdoc Title::inNamespaces also allows array"
2016-09-20 jenkins-botMerge "Replace $wiki with $domain in ILoadBalancer"
2016-09-20 jenkins-botMerge "Make rebuildFileCache cover ?action=history"
2016-09-20 Aaron SchulzMake rebuildFileCache cover ?action=history
2016-09-17 jenkins-botMerge "registration: Support 'ServiceWiringFiles' in...
2016-09-17 jenkins-botMerge "LoginSignupSpecialPage: Reduce hackiness of...
2016-09-17 jenkins-botMerge "Show warnings in HTMLForm and warnings as warnin...
2016-09-17 jenkins-botMerge "mw.widgets.CategorySelector: Add client-side...
2016-09-17 jenkins-botMerge "PrefixSearch: Implement searching in multiple...
2016-09-16 jenkins-botMerge "Split out ConvertableTimestamp class"
2016-09-16 jenkins-botMerge "Rephrase tooltip-rollback for clarity"
2016-09-16 jenkins-botMerge "API: Force straight join for prop=linkshere...
2016-09-16 jenkins-botMerge "Avoid global state in DatabaseBase::factory...
2016-09-16 jenkins-botMerge "Remove wfSetBit()/wfSetVar() calls in DatabaseBase"
2016-09-16 jenkins-botMerge "Remove wfRandomString() dependency in DatabaseBase"
2016-09-16 jenkins-botMerge "Remove wfGetCaller() dependency from DatabaseBase"
2016-09-16 jenkins-botMerge "Deprecate jquery.arrowSteps module"
2016-09-15 jenkins-botMerge "Replace WikiPage::doEdit() usages"
2016-09-15 jenkins-botMerge "Allow quotes in $wgDebugComments HTML comments"
2016-09-15 L10n-botMerge "Localisation updates from https://translatewiki...
2016-09-15 jenkins-botMerge "benchmarkParse: Add option to clear link cache"
2016-09-15 jenkins-botMerge "Emit deprecation warnigns for Article::getText()"
2016-09-15 jenkins-botMerge "Linker: Deprecate formatSize()"
2016-09-15 jenkins-botMerge "docs: mw.widgets.CategorySelector: Fix example...
2016-09-15 jenkins-botMerge "Move Linker::formatTemplates() to separate class...
2016-09-15 Kunal MehtaEmit deprecation warnigns for Article::getText()
2016-09-14 jenkins-botMerge "Reduce WikiPage::getContentModel() queries via...
2016-09-14 jenkins-botMerge "Add caching to Title::loadRestrictions()"
2016-09-14 jenkins-botMerge "refreshLinks: Add --namespace option"
next