aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/VFormHTMLForm.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* htmlform: Add missing documentation to class propertiesUmherirrender2024-09-141-0/+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-0/+5
* Remove uses of $wgUseMediaWikiUIEverywhereBartosz Dziewoński2024-02-041-4/+0
* Merge "HTMLForm: Dispatch field formatting explicitly instead of guessing met...jenkins-bot2023-07-111-4/+7
|\
| * HTMLForm: Dispatch field formatting explicitly instead of guessing method namesBartosz Dziewoński2023-07-101-4/+7
* | htmlform: Use more compact PHP features in placesthiemowmde2023-07-071-3/+2
|/
* VFormHTMLForm: Remove dead codeJon Robson2023-05-121-84/+0
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+2
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+2
* HTMLForm: accept PageReference instead of Title.daniel2021-05-071-4/+1
* HTML Classes stability annotationsNikki Nikkhoui2020-07-131-0/+2
* Drop HTMLForm & VFormHTMLForm::isVForm(), deprecated in 1.25James D. Forrester2018-03-261-5/+0
* HTMLForm: Use 'mw-htmlform' CSS classBartosz Dziewoński2016-12-181-1/+1
* Add access modifiers to htmlform classesaddshore2016-11-041-3/+3
* HTMLForm: Don't add a type=reset to linksFlorian2016-06-021-1/+0
* Improve HTMLForm (and Special:ChangeCredentials) cancel buttonGergő Tisza2016-06-021-0/+16
* HTMLForm: Don't render 'mw-htmlform-submit-buttons' if there aren't any buttonsBartosz Dziewoński2016-04-221-3/+5
* Always use 'bool' instead of 'boolean' in Doxygen tagsRicordisamoa2016-03-241-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12
* Fix PHPCS warnings in includes/htmlform/Siebrand Mazeland2015-09-281-1/+3
* HTMLForm: Allow to set the primary flag for submit buttonsFlorian2015-07-231-1/+3
* OOUIHTMLForm: Support setWrapperLegend()Bartosz Dziewoński2015-07-131-1/+1
* OOUIHTMLForm: Correctly handle submit modifier flagsBartosz Dziewoński2015-06-271-1/+1
* HTMLForm: Add wfDeprecated to isVFormBartosz Dziewoński2015-05-011-0/+1
* HTMLForm: Separate VForm code to a subclassBartosz Dziewoński2015-01-141-0/+140