aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision/RevisionRenderer.php
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-2/+2
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* specials: Catch RevisionAccessException and ignore on Special:UndeleteUmherirrender2024-09-301-0/+5
* Provide previous parse results to parser when renderingC. Scott Ananian2024-08-231-6/+50
* Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecatedAmir Sarabadani2024-04-301-2/+2
* Fix some spelling errorsTim Starling2024-03-181-3/+3
* [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()C. Scott Ananian2024-02-201-1/+1
* Namespace ParserOutputJames D. Forrester2023-12-141-1/+1
* Parsoid-VE-MCR hack: Always return main slot output if useParsoid is setSubramanya Sastry2023-11-131-4/+7
* Migrate last batch of simple Database::select* calls to SQBAmir Sarabadani2023-08-011-12/+8
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-1/+1
* Merge "RevisionRenderer: Avoid deprecated ParserOptions::newCanonical()"jenkins-bot2022-11-151-3/+3
|\
| * RevisionRenderer: Avoid deprecated ParserOptions::newCanonical()Bartosz Dziewoński2022-11-141-3/+3
* | Track the reason for rendering.daniel2022-11-091-0/+6
|/
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-2/+2
* Remove Title dependency from RenderedRevisionPetr Pchelko2021-10-191-4/+8
* docs: Change wording master to primary in comments and log textUmherirrender2021-09-011-3/+3
* More master -> primary documentation and internal var renamingJames D. Forrester2021-07-151-2/+2
* Post Revision-removal cleanupDannyS7122021-06-241-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Convert RevisionRenderer to AuthorityPetr Pchelko2021-03-241-8/+10
* RevisionRenderer: Fix typosAmmarpad2021-01-161-2/+2
* Add missing $hints in short-cut callLucas Werkmeister2020-10-091-1/+1
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-2/+0
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+3
* rdbms: add setTempTablesOnlyMode() to suppress CONN_TRX_AUTOCOMMIT during testsAaron Schulz2019-08-191-12/+4
* Fix bogus field use in RevisionRenderer::getSpeculativePageIdAaron Schulz2019-08-011-1/+1
* parser: add speculative page IDs to use with {{PAGEID}}Aaron Schulz2019-07-261-1/+24
* Make ExternalStore wrap ExternalStoreFactory and create access classAaron Schulz2019-06-281-1/+0
* revision: rename various $wikiId fields/parameters to $dbDomainAaron Schulz2019-06-281-7/+7
* parser: inject the time for {{REVISIONTIMESTAMP}} on pre-save parseAaron Schulz2019-06-091-0/+7
* Merge "[MCR] Introduce SlotRoleHandler and SlotRoleRegistry"jenkins-bot2018-12-031-3/+23
|\
| * [MCR] Introduce SlotRoleHandler and SlotRoleRegistrydaniel2018-11-301-3/+23
* | Use stashed ParserOutput during saving.daniel2018-11-221-0/+9
|/
* Set the SaveParser logger in RevisionRendererAaron Schulz2018-10-301-0/+7
* Re-namespace RevisionStore and RevisionRecord classesBrad Jorsch2018-10-091-2/+0
* Add constant for the name of the 'main' slot for MCRGergő Tisza2018-09-241-4/+5
* Make HTML generation in RenderedRevision optionaldaniel2018-08-311-24/+35
* [MCR] Introduce RevisionRendererdaniel2018-08-301-0/+207