aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Html
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-1/+1
* TemplateParser: Add use statement for ExceptionReedy2025-03-201-1/+2
* Html: Fix "substr(): Passing null to parameter #1 ($string) of type string is...Paladox2025-03-171-1/+1
* Re-apply "Drop all 49 remaining class_aliases from MediaWiki 1.40"Daimona Eaytoy2025-03-055-15/+0
* Revert "Drop all 49 remaining class_aliases from MediaWiki 1.40"Ahmon Dancy2025-03-045-0/+15
* Drop all 49 remaining class_aliases from MediaWiki 1.40James D. Forrester2025-03-045-15/+0
* Use Remex/HtmlHelper to implement Parser::replaceTableOfContentsC. Scott Ananian2025-01-092-2/+7
* Html: Add hint about mediawiki.codex.messagebox.styles to Html::*BoxUmherirrender2024-11-271-0/+20
* Support 'include' parameter in namespace select inputsSTran2024-10-301-0/+8
* Drop legacy classes from HTML message box outputJon Robson2024-09-231-5/+0
* mediawiki.special.block: add reason fieldhmonroy2024-09-111-0/+25
* Add missing documentation to class properties (frontend-related)Umherirrender2024-09-052-0/+2
* html: Add param-taint annotation to Html::errorBoxUmherirrender2024-08-221-0/+5
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* Consolidate minor code duplication in Html::dropDefaultsthiemowmde2024-05-161-12/+5
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-1/+1
* fix: use objectcachefactory methods instead of deprecated objectcache methodsIrina Balaban2024-05-051-2/+2
* Avoid deprecated Xml::checkLabelTimo Tijhof2024-03-261-5/+4
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-196-16/+6
* Rename dropdown-related methods to avoid random camel-caseBartosz Dziewoński2024-03-091-4/+4
* HtmlHelper: Fix entity encoding when $html5format = falseBartosz Dziewoński2024-02-091-2/+13
* Deprecate Html::buttonAttributes() and Html::getTextInputAttributes()Bartosz Dziewoński2024-02-051-27/+10
* Merge "Remove uses of $wgUseMediaWikiUIEverywhere"jenkins-bot2024-02-051-53/+5
|\
| * Remove uses of $wgUseMediaWikiUIEverywhereBartosz Dziewoński2024-02-041-53/+5
* | Html: Copy listDropDownOptions() and listDropDownOptionsOoui() from Xml and m...James D. Forrester2024-02-031-0/+80
* | Html: Remove unused ?? nullFomafix2024-01-301-1/+1
|/
* Replace more instances of deprecated MWExceptionDaimona Eaytoy2024-01-191-12/+7
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2024-01-192-7/+5
* Replace a few array_key_exists with the ??= syntaxthiemowmde2024-01-081-7/+2
* HtmlHelper: Add "legacy compatibility" modeC. Scott Ananian2023-12-112-32/+59
* Make use of str_contains/str_starts_with in a few placesthiemowmde2023-10-041-1/+1
* Html: allow to pass a custom icon to noticeBoxSergio Gimeno2023-10-031-4/+12
* Annotate FormOptions::getValue as returning an unsafe valueDaimona Eaytoy2023-09-281-0/+2
* Add another batch of taint-check annotationsDaimona Eaytoy2023-09-231-0/+5
* Add first batch of taint-check annotationsDaimona Eaytoy2023-09-231-0/+8
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-1/+1
* Bump phan to 0.13.0Amir Sarabadani2023-09-111-1/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-1/+1
* Html: Reject nested arrays from web request in FormOptionsUmherirrender2023-08-291-0/+5
* Follow-up 7d8768e: Add in-code comment on aliases for when they were addedJames D. Forrester2023-08-255-0/+15
* ResourceLoader: wrap module definitions in functionsTim Starling2023-08-111-5/+22
* ResourceLoader: Remove support for CSP nonceTimo Tijhof2023-08-091-9/+2
* Html: Move encodeJsVar() + encodeJsCall() from XmlLucas Werkmeister2023-07-142-0/+126
* Merge "Html: Support more attr types in getTextInputAttributes()"jenkins-bot2023-07-121-5/+17
|\
| * Html: Support more attr types in getTextInputAttributes()Lucas Werkmeister2023-07-111-5/+17
* | Merge "Remove obsolete remark from docblock"jenkins-bot2023-07-111-1/+1
|\ \ | |/ |/|
| * Remove obsolete remark from docblockMatěj Suchánek2023-07-111-1/+1
* | Always return the class as string from Html::getTextInputAttributesMatěj Suchánek2023-07-111-1/+1
|/
* Html: Fixes Error: [] operator not supported for stringsJon Robson2023-07-101-1/+2
* Login page: Use Codex CSS componentsJon Robson2023-07-061-3/+5