aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision/RenderedRevision.php
Commit message (Expand)AuthorAgeFilesLines
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-2/+2
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-6/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* specials: Catch RevisionAccessException and ignore on Special:UndeleteUmherirrender2024-09-301-0/+2
* Provide previous parse results to parser when renderingC. Scott Ananian2024-08-231-7/+9
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+1
* Add ParserOutput::{get,set}RenderId() and set render id in ContentRendererC. Scott Ananian2024-02-071-7/+3
* Namespace ParserOutputJames D. Forrester2023-12-141-1/+1
* When content is marked bad, show an error, don't pretend it is emptyTim Starling2022-12-051-19/+13
* Remove duplicate contentRenderer assignmentMatthias Mullie2022-05-091-1/+0
* Replace Content::getParserOutput call to ContentRenderer::getParserOutputRoman Stolar2021-10-201-4/+8
* Remove Title dependency from RenderedRevisionPetr Pchelko2021-10-191-17/+16
* Add new ParserOutput::{get,set}OutputFlag() interfaceC. Scott Ananian2021-10-151-13/+14
* RevisionRenderer should set revision ID/Timestamp in ParserOutputPetr Pchelko2021-03-241-1/+5
* Replace some usages of User with Authority/UserIdentityPetr Pchelko2021-03-041-8/+8
* Replace core uses and hard deprecate Parser(Options) Revision methodsDannyS7122020-06-031-8/+6
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Fix more scalar types in docblocksDaimona Eaytoy2019-12-081-1/+1
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+2
* Add missing title info in RenderedRevision::outputVariesOnRevisionMetaData()Aaron Schulz2019-08-011-1/+1
* parser: add speculative page IDs to use with {{PAGEID}}Aaron Schulz2019-07-261-7/+29
* parser: inject a Logger into Parser instead of using wfDebug()Aaron Schulz2019-07-171-31/+23
* parser: add vary-revision-sha1 and related ParserOutput methodsAaron Schulz2019-07-171-0/+10
* parser: inject the time for {{REVISIONTIMESTAMP}} on pre-save parseAaron Schulz2019-06-091-14/+41
* Improve comments of outputVariesOnRevisionMetaData()Aaron Schulz2019-04-121-3/+3
* Add vary-revision-exist flag to handle {{REVISIONID}} and parser cacheAaron Schulz2019-04-121-0/+8
* Merge "[MCR] Introduce SlotRoleHandler and SlotRoleRegistry"jenkins-bot2018-12-031-0/+1
|\
| * [MCR] Introduce SlotRoleHandler and SlotRoleRegistrydaniel2018-11-301-0/+1
* | Use stashed ParserOutput during saving.daniel2018-11-221-0/+22
|/
* Split out getSlotParserOutputUncached() method for the sake of profilingAaron Schulz2018-10-111-6/+17
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-2/+0
* Merge "Introduce ContentHandler::getSecondaryDataUpdates."jenkins-bot2018-09-171-1/+1
|\
| * Introduce ContentHandler::getSecondaryDataUpdates.daniel2018-09-141-1/+1
* | Cover incomplete revision case in RenderedRevision.daniel2018-09-111-13/+48
|/
* Make HTML generation in RenderedRevision optionaldaniel2018-08-311-8/+32
* [MCR] Introduce RevisionRendererdaniel2018-08-301-0/+321