aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/OOUIHTMLForm.php
Commit message (Expand)AuthorAgeFilesLines
* htmlform: Replace isset() with null checkUmherirrender2024-12-181-3/+3
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* htmlform: Add missing documentation to class propertiesUmherirrender2024-09-141-0/+3
* Use StatusValue::getMessages() instead of deprecated methodsBartosz Dziewoński2024-05-181-3/+2
* htmlform: Remove the reset buttonVolker E.2024-04-151-7/+0
* 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-24/+30
* Make use of the [ ... ] operator instead of array_mergethiemowmde2024-01-311-4/+1
* Revert "OOUIHTMLForm: Enable OOUI only if the form is going to be displayed"Func2024-01-061-11/+10
* OOUIHTMLForm: Enable OOUI only if the form is going to be displayedFunc2023-12-301-10/+11
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Merge "HTMLForm: Dispatch field formatting explicitly instead of guessing met...jenkins-bot2023-07-111-4/+8
|\
| * HTMLForm: Dispatch field formatting explicitly instead of guessing method namesBartosz Dziewoński2023-07-101-4/+8
* | Merge "HTMLForm: Extract a formatField() helper method"jenkins-bot2023-07-111-1/+1
|\|
| * HTMLForm: Extract a formatField() helper methodBartosz Dziewoński2023-07-101-1/+1
* | htmlform: Use more compact PHP features in placesthiemowmde2023-07-071-22/+17
|/
* 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/+4
* Rename HTMLForm::[get|set|add]*Text() methodsGergő Tisza2022-01-021-2/+2
* HTMLForm: accept PageReference instead of Title.daniel2021-05-071-4/+1
* OOUIHTMLForm: Remove IE8 fallback codeVolker E2021-02-241-9/+1
* Do not assume string is message key in OOUIHtmlForm::getErrorsOrWarningsUmherirrender2020-11-201-6/+8
* Fix broken PHPDoc comments that don't start with /**Thiemo Kreuz2020-07-231-1/+2
* HTML Classes stability annotationsNikki Nikkhoui2020-07-131-0/+5
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* preferences: Display error message at the top of the form as wellBartosz Dziewoński2019-11-081-25/+30
* Improve collapsible HTMLForm styling (and accessibility, slightly)Bartosz Dziewoński2019-09-231-10/+3
* HTMLForm: Improve method interface for collapsible formsBartosz Dziewoński2019-05-021-6/+6
* History form can be collapsedjdlrobson2019-04-091-6/+16
* Fix/suppress misc phan errors (#2)Kunal Mehta2019-04-051-0/+4
* Restore #mw-history-search id on history action fieldsetjdlrobson2019-03-291-1/+1
* OOUI forms: Remove infusable = falseEd Sanders2019-03-251-2/+0
* Special:Preferences: Construct fake tabs to avoid FOUCEd Sanders2018-05-181-1/+1
* OOUIHTMLForm: Prevent duplicate FieldsetLayout wrappingBartosz Dziewoński2017-11-161-31/+39
* HTMLForm: Do not generate wrappers for empty sectionsBartosz Dziewoński2017-09-161-0/+6
* Human-readable section ID supportMax Semenik2017-08-011-1/+1
* Avoid duplicate accesskey hints on OOUI widgetsBartosz Dziewoński2017-08-011-1/+4
* Do not try to parse empty argument in getErrorsOrWarnings in OOUIAmir Sarabadani2017-06-121-0/+4
* HTMLForm: add errors to html in ooui variantsDerk-Jan Hartman2017-04-211-13/+9
* Remove multiple spaces in PHP filesFomafix2017-04-121-1/+1
* HTMLForm: Use 'mw-htmlform' CSS classBartosz Dziewoński2016-12-181-1/+1
* Add access modifiers to htmlform classesaddshore2016-11-041-5/+5
* Clean up array() syntax in docs, part VIIAmir Sarabadani2016-09-271-2/+2
* Show warnings in HTMLForm and warnings as warnings on Login/Signup formFlorian2016-09-171-10/+25
* Improve HTMLForm (and Special:ChangeCredentials) cancel buttonGergő Tisza2016-06-021-0/+11
* OOUI HTMLForm: Allow specifying whether buttons are framedMatthew Flaschen2016-05-271-0/+1
* OOUIHTMLForm: Don't output an empty hidden LabelWidget if not neededFlorian2016-05-131-13/+18
* Merge "Unify HTMLForm message handling"jenkins-bot2016-05-021-13/+2
|\