aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CommentFormatter
Commit message (Expand)AuthorAgeFilesLines
* SECURITY: Ensure CommentParser link processing does not lead to XSSBrian Wolff2024-03-281-2/+4
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-132-3/+3
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-212-0/+2
* Add various null checks when null is not possible to use as argumentUmherirrender2022-03-141-1/+1
* Add explicit casts between scalar typesUmherirrender2022-03-011-1/+1
* CommentParser: Optimise operation order (cache before isAlwaysKnown)Ammarpad2022-02-221-2/+2
* CommentParser: Treat known titles as always known for linkingAmmarpad2022-02-181-1/+3
* Fix pollution of LinkBatch/LinkCache with interwiki linkTim Starling2022-01-281-4/+2
* Call LinkBatch::setCaller in CommentParserUmherirrender2021-12-161-0/+1
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* RowCommentIterator: Cast data coming out of the DBTim Starling2021-10-061-2/+2
* Introduce CommentFormatterTim Starling2021-09-289-0/+1669