index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
htmlform
/
HTMLFormField.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
htmlform: Add missing documentation to class properties
Umherirrender
2024-09-14
1
-1
/
+13
*
Deprecate the 'help' key in form descriptors in favor of 'help-raw'
Alex
2024-08-09
1
-0
/
+3
*
Replace gettype() with get_debug_type() in exception messages
Bartosz Dziewoński
2024-07-31
1
-1
/
+1
*
Namespace MessageSpecifier under Wikimedia\Message\
Bartosz Dziewoński
2024-07-28
1
-1
/
+1
*
htmlform: Improve documentation of the `validation-callback` option
Daimona Eaytoy
2024-06-28
1
-1
/
+1
*
Use namespaced classes (3)
Umherirrender
2024-06-16
1
-2
/
+2
*
Add namespace and deprecation alias to FormatJson
Ebrahim Byagowi
2024-05-16
1
-1
/
+1
*
Log duplicate translations of options-messages for HTMLFormField
Dreamy Jazz
2024-04-01
1
-2
/
+16
*
Add explicit parentheses around mixed boolean operator
Umherirrender
2024-03-23
1
-3
/
+3
*
Merge "htmlform: Fix double escaping in Label div"
jenkins-bot
2024-03-19
1
-1
/
+1
|
\
|
*
htmlform: Fix double escaping in Label div
Ammarpad
2024-03-19
1
-1
/
+1
*
|
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
1
-1
/
+1
|
/
*
Merge "HTMLForm: Wrap Codex-based form fields in a Codex Field component"
jenkins-bot
2024-03-12
1
-27
/
+71
|
\
|
*
HTMLForm: Wrap Codex-based form fields in a Codex Field component
Roan Kattouw
2024-03-11
1
-27
/
+71
*
|
Merge "HTMLFormField: Add getInputCodex() method for Codex output"
jenkins-bot
2024-03-12
1
-0
/
+53
|
\
|
|
*
HTMLFormField: Add getInputCodex() method for Codex output
Roan Kattouw
2024-03-08
1
-0
/
+53
*
|
Rename dropdown-related methods to avoid random camel-case
Bartosz Dziewoński
2024-03-09
1
-2
/
+2
|
/
*
Namespace Message, move to appropriate directory
James D. Forrester
2024-02-14
1
-1
/
+1
*
Namespace HTMLForm and friends
James D. Forrester
2024-02-14
1
-9
/
+22
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
Html: Copy listDropDownOptions() and listDropDownOptionsOoui() from Xml and m...
James D. Forrester
2024-02-03
1
-2
/
+2
*
htmlform: Improve type safety related to HTMLFormFieldCloner
thiemowmde
2024-01-13
1
-5
/
+7
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-0
/
+1
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
Merge "htmlform: Allow validation-callback to return Status instances"
jenkins-bot
2023-07-10
1
-3
/
+12
|
\
|
*
htmlform: Allow validation-callback to return Status instances
mainframe98
2023-07-09
1
-3
/
+12
*
|
htmlform: Use more compact PHP features in places
thiemowmde
2023-07-07
1
-97
/
+46
|
/
*
Improve performance of HTMLFormField::shouldInfuseOOUI
thiemowmde
2023-07-03
1
-18
/
+20
*
Replace deprecated MWException
Daimona Eaytoy
2023-06-09
1
-41
/
+37
*
Allow setting "notices" for OOUI form fields
Marius Hoch
2023-05-30
1
-0
/
+6
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
Deprecate creating HTMLFormFields without reference to parent form
Brian Wolff
2023-01-08
1
-0
/
+8
*
Merge "Use str_starts_with/str_ends_with/str_contains"
jenkins-bot
2022-12-14
1
-1
/
+1
|
\
|
*
Use str_starts_with/str_ends_with/str_contains
Umherirrender
2022-12-12
1
-1
/
+1
*
|
HTMLForm: Fix E_NOTICE when hide-if is used with setFormIdentifier
Roan Kattouw
2022-12-13
1
-2
/
+5
|
/
*
Reorg: Move DummyLinker and Linker to linker/
Amir Sarabadani
2022-12-08
1
-0
/
+2
*
Remove unused variable from unpacking arrays
Umherirrender
2022-11-22
1
-1
/
+1
*
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
1
-1
/
+1
*
HTMLFormField: Treat null as missing value
Lucas Werkmeister
2022-11-08
1
-1
/
+1
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-2
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+2
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-7
/
+7
*
Merge "Update docs for HTMLFormField::validate() to permit all data types"
jenkins-bot
2022-09-23
1
-1
/
+1
|
\
|
*
Update docs for HTMLFormField::validate() to permit all data types
Sam Wilson
2022-09-22
1
-1
/
+1
*
|
Remove unused key variable from foreach loops
Umherirrender
2022-09-21
1
-2
/
+2
|
/
*
Remove unused local variables
Umherirrender
2022-09-19
1
-2
/
+0
*
HTMLFormField: Fix Phan suppression about mClassWithButton
Bartosz Dziewoński
2022-06-17
1
-7
/
+2
*
Bury the reset preferences link
Tim Starling
2022-05-13
1
-1
/
+1
*
Fix uses of (error|warning|success)box in core
stang
2022-03-20
1
-1
/
+1
*
htmlform: Allow string to return from HTMLFormField::getInputOOUI
Umherirrender
2022-03-09
1
-1
/
+1
[next]