aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLCheckMatrix.php
Commit message (Expand)AuthorAgeFilesLines
* HTMLCheckMatrix: Set `vertical-label` instead of overriding `getTableRow`Func2024-12-191-45/+3
* Use const keyword for constant list of strings or intsUmherirrender2024-09-111-2/+2
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-1/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-2/+12
* Remove uses of $wgUseMediaWikiUIEverywhereBartosz Dziewoński2024-02-041-9/+1
* htmlform: Support HTML tooltips in checkmatrixGergő Tisza2023-11-061-0/+5
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-1/+0
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-1/+3
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+1
* Add cond-state classes in the server-sideFunc2022-01-071-2/+2
* Add support for conditional disable fields in HTMLFormFunc2021-12-111-8/+8
* HTMLFormField: Use non namespaced class name rather than static::classReedy2021-03-191-1/+1
* Fix broken PHPDoc comments that don't start with /**Thiemo Kreuz2020-07-231-1/+2
* HTML Classes stability annotationsNikki Nikkhoui2020-07-131-0/+5
* Improve various PHP method doc blocksDaimona Eaytoy2019-09-051-1/+0
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-0/+1
* Adjust type hints in htmlform related classesUmherirrender2019-07-051-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* HTMLCheckMatrix/CheckMatrixWidget: Adding `th` to `thead`Volker E2018-11-161-2/+3
* HTMLCheckMatrix: Treat row/column labels as HTML in OOUI modeBartosz Dziewoński2018-09-031-7/+8
* Use PHP 7 '??' operator instead of '?:' (round 2)Bartosz Dziewoński2018-09-031-4/+2
* OOUIfy CheckMatrix in PHP and JSMoriel Schottlender2018-08-221-18/+37
* Use \u{00A0} instead of   or  Fomafix2018-06-241-1/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-06-121-5/+1
* Fix tooltip accessibility for screen readersDavid Sn2017-12-161-0/+1
* Add classes to HTMLCheckMatrix items to identify forced onesSam Wilson2017-09-191-0/+2
* Clean up remaining get_class() usesTimo Tijhof2017-03-071-1/+1
* HTMLForm: Allow returning Message objects from HTMLFormField::validate()Brad Jorsch2016-11-141-1/+1
* Add access modifiers to htmlform classesaddshore2016-11-041-6/+6
* Move HTMLFormField subclasses to a separate directoryBartosz Dziewoński2016-08-011-0/+266