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
/
TextContentHandler.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-6
/
+1
*
Move remaining four classes in includes/content into Content namespace
James D. Forrester
2024-08-10
1
-2
/
+0
*
Add namespace and deprecation alias to TextContentHandler
Ebrahim Byagowi
2024-05-20
1
-1
/
+10
*
Add namespace and deprecation alias to TextContent
Ebrahim Byagowi
2024-05-19
1
-0
/
+1
*
[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()
C. Scott Ananian
2024-02-20
1
-1
/
+1
*
EditPage: Improve auto-merge in trivial non-conflict situations
thiemowmde
2024-01-08
1
-1
/
+6
*
Skip TextContentHandler::merge3() when texts are identical
thiemowmde
2024-01-05
1
-0
/
+5
*
Namespace ParserOutput
James D. Forrester
2023-12-14
1
-0
/
+1
*
Remove deprecated methods from Content interface
daniel
2023-11-21
1
-12
/
+0
*
Plain text content model should show line breaks
Novem Linguae
2023-11-10
1
-0
/
+2
*
content,maintenance: Use class-string<ClassName> in doc blocks
thiemowmde
2023-07-31
1
-1
/
+1
*
Various doc fixes about false and null on method arguments/return types
Umherirrender
2022-11-03
1
-1
/
+1
*
Make the doc building for search aware of the revision
David Causse
2022-10-25
1
-2
/
+4
*
Use ParserOptions::setSuppressTOC() for Javascript content
C. Scott Ananian
2022-07-21
1
-1
/
+3
*
Migrate risky callers of MediaWikiServices::getParser()
Tim Starling
2022-07-05
1
-1
/
+1
*
Clarify generate-html and make ParserOutput behave as expected
Brian Wolff
2022-05-03
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #3
Aryeh Gregor
2022-04-26
1
-1
/
+3
*
content: Document use cases for JsonContent
daniel
2022-02-08
1
-1
/
+1
*
PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls
Tim Starling
2022-01-25
1
-1
/
+1
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-2
/
+2
*
Call getHtml on the content object, not TextContent
Umherirrender
2021-10-03
1
-1
/
+1
*
Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentH...
Roman Stolar
2021-09-29
1
-0
/
+58
*
Move Content::preloadTransform to ContentHandler
Roman Stolar
2021-08-17
1
-3
/
+10
*
Support deprecated Content::preSaveTransform override
Petr Pchelko
2021-08-05
1
-0
/
+5
*
Move Content::preSaveTransform to ContentHandler
Petr Pchelko
2021-07-29
1
-0
/
+15
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+1
*
Deprecate Content::getNativeData, add TextContent::getText
daniel
2019-01-16
1
-1
/
+1
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-2
/
+2
*
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-2
/
+0
*
Fix spacing for @param and indent of function comments
Umherirrender
2017-08-15
1
-1
/
+1
*
Merge "Miscellaneous indentation tweaks"
jenkins-bot
2017-02-28
1
-2
/
+5
|
\
|
*
Miscellaneous indentation tweaks
Bartosz Dziewoński
2017-02-27
1
-2
/
+5
*
|
includes: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-1
/
+1
|
/
*
Call parent::getFieldsForSearchIndex in ContentHandlers
aude
2016-08-15
1
-1
/
+2
*
content: Use "::class" when overriding TextContent::getContentClass()
Kunal Mehta
2016-08-12
1
-1
/
+1
*
Make content handlers assemble content for search
Stanislav Malyshev
2016-07-26
1
-0
/
+9
*
Create API to allow content handlers to handle structured data definitions
Stanislav Malyshev
2016-07-06
1
-3
/
+8
*
Change remaining places to use short array syntax
umherirrender
2016-03-11
1
-1
/
+1
*
Add supportsDirectEditing methods to ContentHandler
aude
2015-04-17
1
-0
/
+9
*
Merge "Make it easier to subclass Content and ContentHandler subclasses"
jenkins-bot
2014-08-29
1
-2
/
+17
|
\
|
*
Make it easier to subclass Content and ContentHandler subclasses
Kunal Mehta
2014-08-16
1
-2
/
+17
*
|
Remove wrong type from @param on ContentHandler::merge3
umherirrender
2014-08-14
1
-3
/
+3
|
/
*
Added and updated Doxygen comments in content handler and diff namespaces
Thiemo Mättig
2014-03-06
1
-12
/
+14
*
Break long lines and suppress false posive
Siebrand Mazeland
2013-12-03
1
-0
/
+2
*
Update documentation and break long lines
Siebrand Mazeland
2013-11-20
1
-2
/
+3
*
Update formatting
Siebrand Mazeland
2013-11-19
1
-0
/
+2
*
Improve documentation of content handler stuff
Alexandre Emsenhuber
2012-12-20
1
-1
/
+8
*
(bug 26280) all files should have GPL header
Antoine Musso
2012-11-18
1
-0
/
+18
*
miscellaneous doxygen warnings
Antoine Musso
2012-10-22
1
-4
/
+4
[next]