aboutsummaryrefslogtreecommitdiffstats
path: root/includes/xml
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-141-0/+4
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-3/+1
* Use namespaced classes (1)Umherirrender2024-06-161-1/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-162-1/+11
* Xml: Deprecate more methods that are HTML-specificJames D. Forrester2024-04-091-5/+40
* Rename dropdown-related methods to avoid random camel-caseBartosz Dziewoński2024-03-091-7/+7
* Soft deprecate many Xml methods that belong to Html, not Xmlthiemowmde2024-02-161-3/+18
* Deprecate Xml::wrapClass, used in only one other repoJames D. Forrester2024-02-061-0/+3
* Remove uses of $wgUseMediaWikiUIEverywhereBartosz Dziewoński2024-02-041-32/+11
* Add another batch of taint-check annotationsDaimona Eaytoy2023-09-231-0/+13
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+1
* Html: Move encodeJsVar() + encodeJsCall() from XmlLucas Werkmeister2023-07-142-92/+5
* Replace some more usages of deprecated MWExceptionDaimona Eaytoy2023-06-091-10/+6
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-162-0/+3
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-4/+1
* Respond to some messages from Phan on PHP 8.1Tim Starling2022-11-031-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-212-2/+2
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Remove access to config globals from more classesdaniel2022-04-281-8/+12
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-1/+1
* Fix various real types related to scalar typesUmherirrender2022-03-101-1/+1
* Fix various documentation related to scalar typesUmherirrender2022-03-091-3/+3
* Fix type of value directly passed to php internal functionsUmherirrender2022-03-071-1/+1
* Use LanguageNameUtils constants instead of stringsAlexander Vorwerk2021-12-051-1/+2
* Simplify else-branches after continue/breakUmherirrender2021-08-171-1/+2
* ProtectionForm: Use XmlSelect::parseOptionsMessage where appropriateBartosz Dziewoński2021-05-251-0/+1
* Don't accept empty option group names for dropdown elementsThiemo Kreuz2021-02-191-4/+8
* Use __CLASS__/::class to define callback for array_map/_filter/usortUmherirrender2021-01-221-1/+1
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-302-2/+3
* build: Updating mediawiki/mediawiki-codesniffer to 34.0.0Umherirrender2020-12-071-0/+1
* Improve docs for Xml classUmherirrender2020-11-281-15/+15
* Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-3/+2
* Drop down lists: Do not use the value for 'other' as option groupUmherirrender2020-09-161-1/+4
* includes: Use expression assignment operator += or |= where possibleUmherirrender2020-07-311-1/+1
* xml: Move condition check of var before creating XmlSelect objectDerick A2020-04-271-2/+4
* Unify handling of options messagesSam Wilson2020-03-271-0/+23
* Move Xml* classes under /xmlAaron Schulz2020-03-193-0/+1073