aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/Renderer
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-20/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-152-2/+2
* Provide previous parse results to parser when renderingC. Scott Ananian2024-08-232-5/+31
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+1
* Tighten up phan type for ContentRenderer::getParserOutput()C. Scott Ananian2024-02-281-1/+1
* Revert "Do not hard deprecate passing an int to ContentRenderer::getParserOut...C. Scott Ananian2024-02-091-0/+1
* Do not hard deprecate passing an int to ContentRenderer::getParserOutputTaavi Väänänen2024-02-081-1/+0
* Rename ParserOutput::{get,set}Timestamp() to ::{get,set}RevisionTimestamp()C. Scott Ananian2024-02-071-2/+2
* Add ParserOutput::{get,set}RenderId() and set render id in ContentRendererC. Scott Ananian2024-02-071-4/+49
* Namespace ParserOutputJames D. Forrester2023-12-141-1/+1
* Replace deprecated calls `ParserOptions::newCanonical( 'canonical' )`Derick Alangi2022-06-161-1/+1
* Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentH...Roman Stolar2021-09-292-0/+116