aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLRadioField.php
Commit message (Expand)AuthorAgeFilesLines
* HTMLFormField: factor out label escapingTim Starling2025-02-131-7/+5
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-2/+2
* HTMLRadioField: clean up HTMLlwatson2024-08-121-1/+1
* Import InvalidArgumentException at top of the sourceEbrahim Byagowi2024-05-191-2/+3
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* HTMLRadioField: Fix escaping of options with CodexDaimona Eaytoy2024-03-291-2/+3
* HTMLRadioField: Escape plain text description messagesRoan Kattouw2024-03-251-1/+1
* HTMLForm: Add per-option descriptions for Codex radio buttonsRoan Kattouw2024-03-211-3/+70
* Merge "HTMLFormField: Codex CSS-only version of HTMLRadioField"jenkins-bot2024-03-191-1/+57
|\
| * HTMLFormField: Codex CSS-only version of HTMLRadioFieldlwatson2024-03-191-1/+57
* | 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-3/+10
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* Special:ListFiles: UX improvementsHannah Okwelum2023-08-131-0/+3
* Drop mw-ui-radio markupJon Robson2023-05-121-6/+0
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* htmlform: Use ContextSource to get configUmherirrender2022-05-301-3/+1
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-1/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+5
* Fix typos in comments (E-H)Siddharth VP2021-12-301-1/+1
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-0/+1
* HTML Classes stability annotationsNikki Nikkhoui2020-07-131-0/+3
* Use \u{00A0} instead of   or  Fomafix2018-06-241-1/+1
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* HTMLRadioField: Do not automatically infuse our RadioSelectInputWidgetsBartosz Dziewoński2017-11-161-4/+0
* Human-readable section ID supportMax Semenik2017-08-011-1/+1
* HTMLForm: Allow returning Message objects from HTMLFormField::validate()Brad Jorsch2016-11-141-2/+2
* Add access modifiers to htmlform classesaddshore2016-11-041-4/+4
* Merge "Display an error message when the validataion of a radio input fails b...jenkins-bot2016-09-111-1/+1
|\
| * Display an error message when the validataion of a radio input fails because ...Huji Lee2016-09-111-1/+1
* | HTMLFormField: Move 'flatlist' handling to fields that use it and documentBartosz Dziewoński2016-08-241-0/+15
* | Do not automatically infuse any OOjs UI widgetsBartosz Dziewoński2016-08-191-0/+4
|/
* Move HTMLFormField subclasses to a separate directoryBartosz Dziewoński2016-08-011-0/+96