aboutsummaryrefslogtreecommitdiffstats
path: root/includes/editpage/TextConflictHelper.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-1/+1
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-2/+2
* editpage: track edit conflicts in edit failures statCole White2024-02-281-22/+72
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-1/+1
* TextConflictHelper: Drop support for calling without a ContentHandlerFactory,...James D. Forrester2023-08-231-9/+4
* editpage: Minor docs and file header cleanupTimo Tijhof2023-03-051-6/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-1/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-1/+1
* Update Legoktm's email addressKunal Mehta2021-05-021-1/+1
* Merge "editpage: Fix misplaced return value in TextConflictHelper"jenkins-bot2020-05-251-2/+5
|\
| * editpage: Fix misplaced return value in TextConflictHelperThiemo Kreuz2020-05-061-2/+5
* | TextConflictHelper: Add ARIA label to `wpTextbox1`Volker E2020-05-111-1/+4
|/
* deprecation: Remove DeprecationHelper::newArgumentWithDeprecation and change ...Peter Ovchyn2020-04-271-10/+5
* TextConflictHelper: deprecate old constructor signatureArtBaltai2020-02-121-7/+11
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-5/+26
* Simplify user bucket casesAdam Wight2019-11-041-5/+6
* Count edit conflicts combined with user editsWMDE-Fisch2019-11-011-2/+32
* editpage: Make TextConflictHelper::toEditContent privateThiemo Kreuz2019-04-241-1/+1
* Fix/suppress misc phan errors (#5)Kunal Mehta2019-04-051-1/+0
* Set getEditConflictMainTextBox parameter type to arrayWMDE-Fisch2018-08-161-2/+2
* Moved textbox1 building into TextConflictHelper on edit conflictsWMDE-Fisch2018-01-041-0/+27
* Track which namespaces edit conflicts are resolved inaddshore2017-12-071-0/+9
* EditPage: Extract some edit conflict code into EditConflictHelperKunal Mehta2017-10-261-0/+221