aboutsummaryrefslogtreecommitdiffstats
path: root/includes/xml
Commit message (Expand)AuthorAgeFilesLines
* Respond to some messages from Phan on PHP 8.1Tim Starling2023-01-061-1/+1
* 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