aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLFormFieldCloner.php
Commit message (Expand)AuthorAgeFilesLines
* htmlform: Add missing documentation to class propertiesUmherirrender2024-09-141-0/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyleTaavi Väänänen2024-04-221-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-0/+9
* htmlform: Improve type safety related to HTMLFormFieldClonerthiemowmde2024-01-131-4/+6
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* Merge sequences of `if` that end doing the same thing anywaythiemowmde2023-06-161-4/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Replace more usages of MWExceptionDaimona Eaytoy2023-01-261-2/+2
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-4/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+2
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-2/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+2
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-2/+0
* Revert "htmlform: Replace some uses of isHidden to isDisabled"Func2022-02-281-1/+1
* htmlform: Replace some uses of isHidden to isDisabledFunc2022-02-201-1/+1
* HTMLFormFieldCloner: Provide methods to access the chain of clonersFunc2022-02-031-5/+73
* HTMLFormFieldCloner: Cache form fields for further useFunc2022-01-311-7/+21
* Add cond-state classes in the server-sideFunc2022-01-071-1/+1
* Add support for conditional disable fields in HTMLFormFunc2021-12-111-9/+15
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-1/+0
* Simplify else-branches after continue/breakUmherirrender2021-08-171-5/+4
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-6/+3
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-3/+6
* HTMLFormField: Use non namespaced class name rather than static::classReedy2021-03-191-1/+1
* Pass along the disabled parameter to HTMLFormFieldClonerSTran2021-02-011-0/+2
* build: Enable SecurityCheck-DoubleEscaped and suppress issuesUmherirrender2020-12-301-0/+2
* Fix typos related to repeated wordsUmherirrender2020-09-271-2/+1
* CSS 'class' names can be an array in Html::…elementThiemo Kreuz2020-09-081-15/+3
* Fix broken PHPDoc comments that don't start with /**Thiemo Kreuz2020-07-231-1/+2
* HTML Classes stability annotationsNikki Nikkhoui2020-07-131-0/+4
* Upgrade phan to 0.10.2Daimona Eaytoy2020-04-161-0/+1
* Fix new phan errors, part 6Daimona Eaytoy2019-10-201-0/+8
* Add OOUI for HTMLFormFieldClonermainframe982018-10-021-24/+119
* Allow overloading of getLabel() with return ' 'Fomafix2018-06-281-1/+1
* Use \u{00A0} instead of   or  Fomafix2018-06-241-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-9/+3
* Human-readable section ID supportMax Semenik2017-08-011-4/+4
* Clean up remaining get_class() usesTimo Tijhof2017-03-071-1/+1
* HTMLFormFieldCloner: Set 'formnovalidate' on add/remove field buttonsBartosz Dziewoński2016-12-181-0/+3
* Merge "mw.htmlform: Fields hidden with 'hide-if' should be disabled"jenkins-bot2016-12-181-0/+11
|\
| * mw.htmlform: Fields hidden with 'hide-if' should be disabledBartosz Dziewoński2016-12-021-0/+11
* | Merge "HTMLFormFieldCloner: Don't try to validate hidden fields"jenkins-bot2016-11-251-0/+3
|\|
| * HTMLFormFieldCloner: Don't try to validate hidden fieldsBartosz Dziewoński2016-11-241-0/+3
* | HTMLForm: Allow returning Message objects from HTMLFormField::validate()Brad Jorsch2016-11-141-1/+1
|/
* Type hint array for HTMLFormFieldCloner::getInputHTMLForKey()Florian Schmidt2016-08-151-1/+1