aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "ParserOutput::setPageProperty(): emit deprecation warnings for non-str...jenkins-bot2024-10-081-2/+9
|\ \ \ | |/ / |/| |
| * | ParserOutput::setPageProperty(): emit deprecation warnings for non-stringsC. Scott Ananian2024-10-041-2/+9
* | | Merge "ParserOutput: ensure all created ParserOutputs have a "start of parse"...jenkins-bot2024-10-071-2/+20
|\ \ \
| * | | ParserOutput: ensure all created ParserOutputs have a "start of parse" time setC. Scott Ananian2024-10-041-2/+20
| |/ /
* / / Provide a prefixed StatsFactory in parsoid configYiannis Giannelos2024-10-041-4/+11
|/ /
* | Switch over a bunch of class_alias uses to actualsJames D. Forrester2024-10-032-0/+3
* | Merge "Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\Stats"jenkins-bot2024-10-031-1/+1
|\ \
| * | Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-1/+1
* | | Merge "Add namespace to remaining parts of Wikimedia\ObjectCache"jenkins-bot2024-10-037-3/+7
|\| |
| * | Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-277-3/+7
* | | Merge "Deprecate ParserOutput::setLanguageLinks(null)"jenkins-bot2024-10-021-3/+12
|\ \ \
| * | | Deprecate ParserOutput::setLanguageLinks(null)C. Scott Ananian2024-10-021-3/+12
| | |/ | |/|
* | | Merge "Allow localized gallery widths; avoid spurious "double px" tracking ca...jenkins-bot2024-10-021-2/+13
|\ \ \ | |/ / |/| |
| * | Allow localized gallery widths; avoid spurious "double px" tracking categoryC. Scott Ananian2024-09-111-2/+13
* | | Merge "Deduplicate language links in ParserOutput and OutputPage"jenkins-bot2024-09-272-27/+49
|\ \ \ | |_|/ |/| |
| * | Deduplicate language links in ParserOutput and OutputPageC. Scott Ananian2024-09-262-27/+49
* | | Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-1/+1
|/ /
* | parsoid: use real ParserOutput, not StubMetadataCollector in wikitext2lintC. Scott Ananian2024-09-241-1/+3
* | Fix names of parsercache_selective_* statsC. Scott Ananian2024-09-191-2/+2
* | Re-order arguments to DataAccess::addTrackingCategoryArlo Breault2024-09-181-6/+7
* | Merge "Randomly sample statistics for Parsoid Selective Update"jenkins-bot2024-09-161-4/+38
|\ \
| * | Randomly sample statistics for Parsoid Selective UpdateC. Scott Ananian2024-09-131-4/+38
* | | Merge "ParserOutput::collectMetadata(): fix handling of links"jenkins-bot2024-09-161-3/+19
|\ \ \ | |/ / |/| |
| * | ParserOutput::collectMetadata(): fix handling of linksC. Scott Ananian2024-09-131-3/+19
* | | Merge "parser: Add missing documentation to class properties"jenkins-bot2024-09-127-2/+27
|\ \ \
| * | | parser: Add missing documentation to class propertiesUmherirrender2024-09-077-2/+27
* | | | Merge "Use type declaration for class properties holding type hinted arguments"jenkins-bot2024-09-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Use type declaration for class properties holding type hinted argumentsUmherirrender2024-09-111-1/+1
* | | | parser: Remove PPDStack_Hash::$falseUmherirrender2024-09-111-3/+1
| |_|/ |/| |
* | | Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()James D. Forrester2024-09-101-2/+3
|/ /
* | Merge "Avoid use of deprecated wfExpandUrl in various places"jenkins-bot2024-09-102-2/+3
|\ \
| * | Avoid use of deprecated wfExpandUrl in various placesEbrahim Byagowi2024-09-092-2/+3
| |/
* | Merge "Avoid use of deprecated wfAssembleUrl"jenkins-bot2024-09-091-2/+2
|\ \
| * | Avoid use of deprecated wfAssembleUrlEbrahim Byagowi2024-09-091-2/+2
| |/
* | Merge "parser: Add a new {{USERLANGUAGE}} magic word for use in wikitext"jenkins-bot2024-09-083-0/+8
|\ \ | |/ |/|
| * parser: Add a new {{USERLANGUAGE}} magic word for use in wikitextdvorapa2024-09-073-0/+8
* | Merge "Remove ParserOutput::getText() calls from core (runOutputPipeline)"jenkins-bot2024-09-061-3/+5
|\ \
| * | Remove ParserOutput::getText() calls from core (runOutputPipeline)Isabelle Hurbain-Palatin2024-09-061-3/+5
* | | Merge "Introduce runOutputPipeline and clone by default"jenkins-bot2024-09-061-9/+69
|\| |
| * | Introduce runOutputPipeline and clone by defaultIsabelle Hurbain-Palatin2024-09-061-9/+69
* | | Remove wfRemoveDotSegments, deprecated since 1.39Ebrahim Byagowi2024-09-061-1/+1
* | | Merge "Use stashed temp name in ParserOptions::newFromContext over anon"jenkins-bot2024-09-061-1/+19
|\ \ \
| * | | Use stashed temp name in ParserOptions::newFromContext over anonDreamy Jazz2024-09-061-1/+19
* | | | Merge "Hard deprecating wfUrlProtocols"jenkins-bot2024-09-061-2/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Hard deprecating wfUrlProtocolsEbrahim Byagowi2024-09-051-2/+4
* | | | Merge "Revert "Break accidental references in Parser::__clone""jenkins-bot2024-09-051-14/+0
|\ \ \ \
| * | | | Revert "Break accidental references in Parser::__clone"Kevin Israel2024-09-031-14/+0
| | |_|/ | |/| |
* | | | Merge "Add tracking category resolution to Parsoid DataAccess"jenkins-bot2024-09-051-0/+22
|\ \ \ \
| * | | | Add tracking category resolution to Parsoid DataAccessC. Scott Ananian2024-08-301-0/+22
* | | | | Merge "ParserOutput::collectMetadata: Properly handle non-scalar page propert...jenkins-bot2024-09-051-4/+5
|\ \ \ \ \