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
/
content
/
ContentHandler.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-3
/
+3
*
Namespace all remaining files in includes/actions
James D. Forrester
2025-03-19
1
-1
/
+1
*
Namespace all remaining files in includes/page
James D. Forrester
2025-03-18
1
-1
/
+1
*
content: Improve class docs for various Content classes
Timo Tijhof
2025-03-12
1
-17
/
+5
*
ParserOptions: don't rely on Title in setupFakeRevision()
daniel
2024-11-27
1
-1
/
+6
*
Merge "Use explicit nullable type on parameter arguments"
jenkins-bot
2024-10-16
1
-14
/
+14
|
\
|
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-14
/
+14
*
|
Replace uses of deprecated ChangeTags static methods
James D. Forrester
2024-10-16
1
-2
/
+1
|
/
*
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-1
/
+1
*
Document ParserOutput::resetParseStartTime() contract a bit more
Lucas Werkmeister
2024-10-07
1
-0
/
+3
*
Switch over a bunch of class_alias uses to actuals
James D. Forrester
2024-10-03
1
-1
/
+1
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-1
/
+1
*
Move Language and friends into Language namespace
James D. Forrester
2024-08-10
1
-1
/
+1
*
Move remaining four classes in includes/content into Content namespace
James D. Forrester
2024-08-10
1
-2
/
+25
*
diff: migrate TextSlotDiffRenderer to use StatsFactory
Cole White
2024-06-28
1
-2
/
+1
*
diff: Mark TextSlotDiffRenderer DI setters as `@internal`
Timo Tijhof
2024-06-15
1
-1
/
+0
*
Add namespace and deprecation alias to TextContent
Ebrahim Byagowi
2024-05-19
1
-0
/
+1
*
ContentHandler: Hard-deprecate deprecated methods
James D. Forrester
2024-05-01
1
-2
/
+11
*
Replace all instances of "per default" with "by default"
Tim Starling
2024-04-29
1
-2
/
+2
*
Hard-deprecate ContentHandler::getContentText()
Taavi Väänänen
2024-04-21
1
-1
/
+2
*
IReadableDatabase::select cannot return false
Umherirrender
2024-04-18
1
-1
/
+1
*
HtmlOutputRendererHelper: fall back to page language
daniel
2024-03-06
1
-0
/
+5
*
Merge "content: lowercase model name before looking up message"
jenkins-bot
2024-03-01
1
-1
/
+2
|
\
|
*
content: lowercase model name before looking up message
Siddharth VP
2024-02-23
1
-1
/
+2
*
|
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+2
|
/
*
Drop deprecated config ContentHandlerTextFallback
Amir Sarabadani
2024-01-26
1
-28
/
+1
*
Remove more indirect calls to IDBAccessObject::READ_* constants
Amir Sarabadani
2024-01-23
1
-1
/
+1
*
Change uses of getDBLoadBalancerFactory() to getConnectionProvider()
Bartosz Dziewoński
2024-01-22
1
-1
/
+1
*
Merge "Replace unspecific exceptions with InvalidArgumentException"
jenkins-bot
2024-01-21
1
-7
/
+3
|
\
|
*
Replace unspecific exceptions with InvalidArgumentException
thiemowmde
2024-01-20
1
-7
/
+3
*
|
Replace deprecated MWException
Daimona Eaytoy
2024-01-19
1
-1
/
+0
*
|
Merge "Replace deprecated MWException"
jenkins-bot
2024-01-16
1
-11
/
+3
|
\
\
|
*
|
Replace deprecated MWException
Daimona Eaytoy
2024-01-16
1
-11
/
+3
|
|
/
*
/
Stop unstubbing and passing $wgLang to onPageContentLanguage hook handlers
Aaron Schulz
2024-01-15
1
-7
/
+3
|
/
*
Namespace ParserOutput
James D. Forrester
2023-12-14
1
-0
/
+1
*
Merge "Only cache expensive renderings"
jenkins-bot
2023-11-30
1
-0
/
+4
|
\
|
*
Only cache expensive renderings
daniel
2023-11-30
1
-0
/
+4
*
|
Merge "Remove deprecated methods from Content interface"
jenkins-bot
2023-11-28
1
-155
/
+2
|
\
\
|
|
/
|
/
|
|
*
Remove deprecated methods from Content interface
daniel
2023-11-21
1
-155
/
+2
*
|
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+1
|
/
*
Migrate off wfGetDB() in more places to ICP
Amir Sarabadani
2023-11-20
1
-1
/
+1
*
Merge "parser: Move lang/dir and mw-content-ltr to ParserOutput::getText"
jenkins-bot
2023-11-06
1
-2
/
+1
|
\
|
*
parser: Move lang/dir and mw-content-ltr to ParserOutput::getText
Timo Tijhof
2023-11-03
1
-2
/
+1
*
|
Use a reference when registering a ParserOptions watcher
C. Scott Ananian
2023-11-06
1
-1
/
+1
|
/
*
actions: Let getActionOverrides() return ObjectFactory specs
Lucas Werkmeister
2023-09-14
1
-2
/
+3
*
Introduce RevisionSelectQueryBuilder
Amir Sarabadani
2023-09-06
1
-10
/
+5
*
ContentHandler: Hard-deprecate getSlotDiffRendererInternal
James D. Forrester
2023-08-25
1
-1
/
+3
*
Title::getContentModel: Stop using ContentHandler::getDefaultModelFor()
James D. Forrester
2023-08-24
1
-2
/
+0
*
Drop ContentHandler::getForTitle(), deprecated since 1.35
James D. Forrester
2023-08-16
1
-21
/
+0
*
Merge "content,maintenance: Use class-string<ClassName> in doc blocks"
jenkins-bot
2023-07-31
1
-1
/
+1
|
\
[next]