aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content
Commit message (Expand)AuthorAgeFilesLines
* Merge "Use canonical parser options when rendering JavaScript/CSS for side ef...jenkins-bot2022-07-282-3/+11
|\
| * Use canonical parser options when rendering JavaScript/CSS for side effectsC. Scott Ananian2022-07-282-3/+11
* | Merge "Use ParserOptions::setSuppressTOC() for Javascript content"jenkins-bot2022-07-271-1/+3
|\|
| * Use ParserOptions::setSuppressTOC() for Javascript contentC. Scott Ananian2022-07-211-1/+3
* | Use truncateForDatabase in MessageContentLucas Werkmeister2022-07-221-1/+2
* | Clarify Content::getTextForSummary() $maxLengthLucas Werkmeister2022-07-221-1/+2
|/
* Merge "Fix edit API adding empty section title when creating new pages"jenkins-bot2022-07-191-3/+2
|\
| * Fix edit API adding empty section title when creating new pagesBartosz Dziewoński2022-07-051-3/+2
* | ManualLogEntry::getComment() should always return stringMark A. Hershberger2022-07-091-1/+1
* | Merge "Add new ContentHandler::supportsPreloadContent() feature"jenkins-bot2022-07-063-0/+29
|\ \ | |/ |/|
| * Add new ContentHandler::supportsPreloadContent() featureThiemo Kreuz2022-07-063-0/+29
* | Migrate risky callers of MediaWikiServices::getParser()Tim Starling2022-07-055-14/+15
* | Deprecate Parser::getFreshParser()Tim Starling2022-07-051-1/+1
|/
* Do minor code cleanupMatěj Suchánek2022-06-242-2/+1
* Remove ContentHandler::cleanupHandlersCacheMatěj Suchánek2022-06-201-13/+0
* Replace deprecated calls `ParserOptions::newCanonical( 'canonical' )`Derick Alangi2022-06-162-2/+2
* Remove deprecated WikiPage::doEditContent()DannyS7122022-06-031-3/+3
* content: Remove UnknownContent/UnknownContentHandler class aliasUmherirrender2022-05-292-12/+8
* ParserObserver: Only report duplicate parse if the content is the sameBartosz Dziewoński2022-05-141-0/+1
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Remove support for $wgMaxRedirectdaniel2022-05-063-75/+12
* Clarify generate-html and make ParserOutput behave as expectedBrian Wolff2022-05-036-4/+12
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-263-4/+9
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-264-4/+12
* page: Improve class documentation briefsTimo Tijhof2022-04-121-15/+4
* Clarify the return type of ContentHandler::getParserOutputForIndexing()David Causse2022-04-051-1/+2
* ParserOutputAccess: Allow calling getPO with option of not saving in PCAmir Sarabadani2022-04-011-1/+7
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-216-0/+11
* Merge "Use updated ObjectFactory namespace"jenkins-bot2022-03-121-1/+1
|\
| * Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* | Merge "Fix various documentation related to null types (part II)"jenkins-bot2022-03-093-3/+1
|\ \
| * | Fix various documentation related to null types (part II)Umherirrender2022-03-083-3/+1
| |/
* / Fix various documentation related to scalar typesUmherirrender2022-03-091-1/+1
|/
* ContentHandler: Use ParserOutputAccess for accessing ParserOutputAmir Sarabadani2022-02-251-18/+3
* ContentHandler: Avoding saving in ParserCache in search index jobsAmir Sarabadani2022-02-101-3/+0
* content: Document use cases for JsonContentdaniel2022-02-084-4/+14
* content: Mark JsonContent as stable to extendMartin Urbanec2022-02-061-0/+4
* PHP 8.1: add ENT_COMPAT to some htmlspecialchars() callsTim Starling2022-01-251-1/+1
* Narrow the signature of ParserOutput::addModules() and ::addModuleStyles()C. Scott Ananian2022-01-202-13/+13
* In WikitextContentHandler always use getFreshParser()Tim Starling2022-01-141-1/+1
* Merge "rdbms: Hard-deprecate legacy cruft from introduction of ResultWrapper"jenkins-bot2022-01-121-1/+1
|\
| * rdbms: Hard-deprecate legacy cruft from introduction of ResultWrapperAmir Sarabadani2022-01-061-1/+1
* | Refactor global variables to use MediaWikiServices insteadTChin2022-01-107-17/+18
|/
* Merge "Fix typos in comments (C-D)"jenkins-bot2021-12-301-1/+1
|\
| * Fix typos in comments (C-D)Siddharth VP2021-12-301-1/+1
* | Fix typos in comments (A-B)Siddharth VP2021-12-261-1/+1
|/
* SECURITY: Fix use of EditFilterMergedContent hook when changing content modelBartosz Dziewoński2021-12-151-0/+6
* Introduce `Redirect(Lookup&Store)` services to handle redirectsDerick Alangi2021-12-013-2/+10
* Merge "Hard-deprecate Content::prepareSave."jenkins-bot2021-11-233-4/+8
|\
| * Hard-deprecate Content::prepareSave.Roman Stolar2021-11-113-4/+8