aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff/TextSlotDiffRenderer.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-0/+1
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-5/+0
* Don't copy POST query params when generating link/redirect URLsBartosz Dziewoński2024-11-161-1/+1
* Use namespaced classesUmherirrender2024-10-211-0/+2
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-0/+1
* diff: migrate TextSlotDiffRenderer to use StatsFactoryCole White2024-06-281-5/+19
* diff: Mark TextSlotDiffRenderer DI setters as `@internal`Timo Tijhof2024-06-151-0/+2
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+2
* PoolCounter: Namespace classesAmir Sarabadani2023-12-201-0/+1
* TextSlotDiffRenderer: show tooltip instead of help icon on inline switchMusikAnimal2023-10-171-2/+3
* diff: add help message to inline switchhmonroy2023-10-131-1/+2
* Infuse the inline diff toggle's layout to fix accessibilityBartosz Dziewoński2023-09-161-3/+4
* DiffToggleSwitch: remove temporary inline switch flagTheresNoTime2023-09-061-4/+1
* DiffToggleSwitch: use PHP ToggleSwitchWidgethmonroy2023-09-011-19/+12
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Don't show the inline toggle selector on Special:MobileDiffTim Starling2023-07-261-2/+17
* Add an API-only user preference for diff typeTim Starling2023-07-251-1/+3
* Add SlotDiffRenderer::localizeDiff()Tim Starling2023-07-201-0/+4
* Factor out TextDiffer hierarchy from TextSlotDiffRendererTim Starling2023-07-191-160/+107
* Fix Chinese diff segmentationTim Starling2023-07-061-2/+3
* Inject page language into TextSlotDiffRendererTim Starling2023-07-061-1/+1
* Remove hard-deprecated public properties of DifferenceEngineTim Starling2023-07-031-9/+0
* Switch back to oo-ui-element-hidden from mw-diff-element-hiddenSam Wilson2023-06-261-1/+1
* Show the inline legend even if $wgShowDiffToggleSwitch = falseTim Starling2023-06-261-16/+16
* diff: Move SlotDiffRenderer::getTablePrefix() parts assembly up to Difference...Tim Starling2023-06-261-11/+2
* diff: Add inline format switch when Wikidiff2 is installedhmonroy2023-06-261-12/+53
* Do not generate diffs for slots with identical contentTim Starling2023-06-211-1/+5
* Move DiffEngine and helpers to includes/libs/Diff and put them in a namespaceTim Starling2023-06-201-0/+2
* diff: Add legend and tooltips to inline diff displaySam Wilson2023-05-311-0/+72
* Fix many typos in commentsMatěj Suchánek2022-05-101-2/+2
* Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
* Using @return never documentation on always-throw-functionUmherirrender2021-09-071-0/+1
* Replace Assert::parameterType with typehintsTChin2021-08-031-4/+1
* Merge "Fix error handling in TextSlotDiffRenderer::getTextDiffInternal()"jenkins-bot2021-03-041-2/+2
|\
| * Fix error handling in TextSlotDiffRenderer::getTextDiffInternal()Gergő Tisza2020-06-241-2/+2
* | Use static closures where safe to useUmherirrender2021-02-111-1/+1
* | Improve and add documentation to diff related classesUmherirrender2020-11-221-4/+7
* | Whitespace cleanup: Use tabs for indentation, avoid double spacesDannyS7122020-06-271-1/+1
|/
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-4/+4
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Inline diffs upstreamed from MobileFrontend to core.jdlrobson2019-12-061-1/+22
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Add UnknownContentHandler.daniel2019-08-291-1/+1
* Deprecate $wgWikiDiff2MovedParagraphDetectionCutoffAdam Wight2019-05-221-18/+1
* Fix order of @var parameter in PHPFomafix2019-04-081-1/+1
* Remove warning for unnused 4th argument on wikidiff2WMDE-Fisch2019-04-051-6/+0
* Add missing empty lines between methodsThiemo Kreuz2019-01-151-0/+1