index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Revision
/
RevisionRenderer.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use type declaration on undocumented private functions
Umherirrender
2025-04-02
1
-2
/
+2
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-3
/
+0
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-2
/
+2
*
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-1
/
+1
*
specials: Catch RevisionAccessException and ignore on Special:Undelete
Umherirrender
2024-09-30
1
-0
/
+5
*
Provide previous parse results to parser when rendering
C. Scott Ananian
2024-08-23
1
-6
/
+50
*
Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecated
Amir Sarabadani
2024-04-30
1
-2
/
+2
*
Fix some spelling errors
Tim Starling
2024-03-18
1
-3
/
+3
*
[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()
C. Scott Ananian
2024-02-20
1
-1
/
+1
*
Namespace ParserOutput
James D. Forrester
2023-12-14
1
-1
/
+1
*
Parsoid-VE-MCR hack: Always return main slot output if useParsoid is set
Subramanya Sastry
2023-11-13
1
-4
/
+7
*
Migrate last batch of simple Database::select* calls to SQB
Amir Sarabadani
2023-08-01
1
-12
/
+8
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-1
/
+1
*
Merge "RevisionRenderer: Avoid deprecated ParserOptions::newCanonical()"
jenkins-bot
2022-11-15
1
-3
/
+3
|
\
|
*
RevisionRenderer: Avoid deprecated ParserOptions::newCanonical()
Bartosz Dziewoński
2022-11-14
1
-3
/
+3
*
|
Track the reason for rendering.
daniel
2022-11-09
1
-0
/
+6
|
/
*
Various doc fixes about false and null on method arguments/return types
Umherirrender
2022-11-03
1
-2
/
+2
*
Remove Title dependency from RenderedRevision
Petr Pchelko
2021-10-19
1
-4
/
+8
*
docs: Change wording master to primary in comments and log text
Umherirrender
2021-09-01
1
-3
/
+3
*
More master -> primary documentation and internal var renaming
James D. Forrester
2021-07-15
1
-2
/
+2
*
Post Revision-removal cleanup
DannyS712
2021-06-24
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Convert RevisionRenderer to Authority
Petr Pchelko
2021-03-24
1
-8
/
+10
*
RevisionRenderer: Fix typos
Ammarpad
2021-01-16
1
-2
/
+2
*
Add missing $hints in short-cut call
Lucas Werkmeister
2020-10-09
1
-1
/
+1
*
Upgrade phan config to 0.7.1
Daimona Eaytoy
2019-09-04
1
-2
/
+0
*
Unsuppress phan issues part 6
Daimona Eaytoy
2019-09-01
1
-0
/
+3
*
rdbms: add setTempTablesOnlyMode() to suppress CONN_TRX_AUTOCOMMIT during tests
Aaron Schulz
2019-08-19
1
-12
/
+4
*
Fix bogus field use in RevisionRenderer::getSpeculativePageId
Aaron Schulz
2019-08-01
1
-1
/
+1
*
parser: add speculative page IDs to use with {{PAGEID}}
Aaron Schulz
2019-07-26
1
-1
/
+24
*
Make ExternalStore wrap ExternalStoreFactory and create access class
Aaron Schulz
2019-06-28
1
-1
/
+0
*
revision: rename various $wikiId fields/parameters to $dbDomain
Aaron Schulz
2019-06-28
1
-7
/
+7
*
parser: inject the time for {{REVISIONTIMESTAMP}} on pre-save parse
Aaron Schulz
2019-06-09
1
-0
/
+7
*
Merge "[MCR] Introduce SlotRoleHandler and SlotRoleRegistry"
jenkins-bot
2018-12-03
1
-3
/
+23
|
\
|
*
[MCR] Introduce SlotRoleHandler and SlotRoleRegistry
daniel
2018-11-30
1
-3
/
+23
*
|
Use stashed ParserOutput during saving.
daniel
2018-11-22
1
-0
/
+9
|
/
*
Set the SaveParser logger in RevisionRenderer
Aaron Schulz
2018-10-30
1
-0
/
+7
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-2
/
+0
*
Add constant for the name of the 'main' slot for MCR
Gergő Tisza
2018-09-24
1
-4
/
+5
*
Make HTML generation in RenderedRevision optional
daniel
2018-08-31
1
-24
/
+35
*
[MCR] Introduce RevisionRenderer
daniel
2018-08-30
1
-0
/
+207