aboutsummaryrefslogtreecommitdiffstats
path: root/includes/editpage/TextboxBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-1/+1
* TextboxBuilder: Minor cleanupReedy2023-07-251-10/+9
* editpage: Document TextboxBuilder as @newableBartosz Dziewoński2023-04-251-0/+1
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-1/+1
* editpage: Minor docs and file header cleanupTimo Tijhof2023-03-051-4/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-1/+1
* editpage: Replace usage of Title in TextboxBuilder::classDerick Alangi2021-09-201-9/+14
* Replace easy usages of User for UserIdentity/AuthorityPetr Pchelko2021-06-091-4/+5
* Update Legoktm's email addressKunal Mehta2021-05-021-1/+1
* Move getRestrictionLevels from NamespaceInfo to PermissionManager.Petr Pchelko2019-08-221-2/+2
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-2/+3
* Safe replacement of a lot of `!count()` with `=== []`Thiemo Kreuz2019-01-151-1/+1
* Use Sanitizer::mergeAttributes when merging classes into attributesWMDE-Fisch2018-01-051-6/+5
* Moved textbox1 building into TextConflictHelper on edit conflictsWMDE-Fisch2018-01-041-0/+44
* EditPage: Extract some edit conflict code into EditConflictHelperKunal Mehta2017-10-261-0/+94