aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/diff/TextSlotDiffRendererTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use namespaced classesUmherirrender2024-10-211-0/+1
* diff: migrate TextSlotDiffRenderer to use StatsFactoryCole White2024-06-281-1/+2
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-1/+2
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* DiffToggleSwitch: remove temporary inline switch flagTheresNoTime2023-09-061-2/+0
* Include $wgWikidiff2Options in the diff cache keyTim Starling2023-08-231-1/+2
* Don't show the inline toggle selector on Special:MobileDiffTim Starling2023-07-261-0/+1
* Add SlotDiffRenderer::localizeDiff()Tim Starling2023-07-201-0/+9
* Factor out TextDiffer hierarchy from TextSlotDiffRendererTim Starling2023-07-191-7/+37
* Switch back to oo-ui-element-hidden from mw-diff-element-hiddenSam Wilson2023-06-261-1/+1
* Merge "diff: Move SlotDiffRenderer::getTablePrefix() parts assembly up to Dif...jenkins-bot2023-06-261-0/+57
|\
| * diff: Move SlotDiffRenderer::getTablePrefix() parts assembly up to Difference...Tim Starling2023-06-261-0/+57
* | Improve handling of diffs between incompatible content modelsGergő Tisza2023-06-231-1/+1
|/
* build: Updating mediawiki/mediawiki-codesniffer to 41.0.0libraryupgrader2023-03-111-1/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-2/+1
* Rename diff-related classes for LTR compatibilityDaimona Eaytoy2021-09-171-1/+1
* Apply side lock to diff headers and empty lines, tooDaimona Eaytoy2021-08-121-1/+1
* Remove broken/outdated @param/@throws tags from @dataProvidersThiemo Kreuz2021-01-211-1/+0
* Fix incomplete/bogus PHPDoc tags in various testsThiemo Kreuz2021-01-141-1/+1
* Create diff markers with CSSEd Sanders2020-12-301-0/+4
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Inline diffs upstreamed from MobileFrontend to core.jdlrobson2019-12-061-0/+9
* Use nullable type in function signatureUmherirrender2019-11-201-1/+1
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+3
* Kill the remaining usages of PHPUnit4And6Compat methodsDaimona Eaytoy2019-10-061-1/+2
* Call resetServices() when setting globals in testsAryeh Gregor2019-08-291-20/+23
* Deprecate $wgWikiDiff2MovedParagraphDetectionCutoffAdam Wight2019-05-221-1/+0
* SlotDiffRenderer: add utility method for parameter type checksGergő Tisza2018-09-241-2/+4
* [MCR] Render multi-slot diffsGergő Tisza2018-08-201-0/+113