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
...
|
*
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
*
Consistently use `@deprecated since` rather `@deprecated`
Reedy
2022-03-06
1
-1
/
+1
*
Merge "Revert "htmlform: Replace some uses of isHidden to isDisabled""
jenkins-bot
2022-02-28
1
-1
/
+1
|
\
|
*
Revert "htmlform: Replace some uses of isHidden to isDisabled"
Func
2022-02-28
1
-1
/
+1
*
|
Fix various documentation related to null types
Umherirrender
2022-02-26
1
-1
/
+1
|
/
*
htmlform: Replace some uses of isHidden to isDisabled
Func
2022-02-20
1
-1
/
+1
*
HTMLFormField: Adjust isSubmitAttempt and add more comments
Func
2022-02-11
1
-3
/
+5
*
HTMLFormField: Treat posted request as a submit attempt
Func
2022-02-08
1
-6
/
+7
*
HTMLFormField: Make the behavior of cond-state consistent between client and ...
Func
2022-02-07
1
-62
/
+114
*
Merge "Try not to discard Excimer timeout exceptions"
jenkins-bot
2022-02-03
1
-1
/
+1
|
\
|
*
Try not to discard Excimer timeout exceptions
Tim Starling
2022-02-02
1
-1
/
+1
*
|
HTMLFormField: Bypass the inverting logic of HTMLCheckField for disable-if an...
Func
2022-02-01
1
-6
/
+19
|
/
*
HTMLFormField: Simplify duplicated codes of checkStateRecurse()
Func
2022-01-31
1
-24
/
+5
*
HTMLFormField: Split out the validation of cond-state params
Func
2022-01-28
1
-53
/
+73
*
Merge "HTMLForm: Pass field data instead of fields to filter"
jenkins-bot
2022-01-17
1
-1
/
+1
|
\
|
*
HTMLForm: Pass field data instead of fields to filter
Func
2022-01-15
1
-1
/
+1
*
|
Merge "HTMLFormField: Handle invert state of value for HTMLCheckField"
jenkins-bot
2022-01-17
1
-1
/
+12
|
\
\
|
*
|
HTMLFormField: Handle invert state of value for HTMLCheckField
Func
2022-01-17
1
-1
/
+12
|
|
/
*
/
HTMLFormField: Extract repeated logic to function
Ammarpad
2022-01-17
1
-31
/
+21
|
/
*
HTMLForm: Load data from default for fields that are supposed to be disabled
Func
2022-01-13
1
-8
/
+28
*
Add cond-state classes in the server-side
Func
2022-01-07
1
-14
/
+18
*
HTMLFormField: Avoid passing empty CSS class name to OOUI
Bartosz Dziewoński
2022-01-07
1
-1
/
+4
*
HTMLFormField: fix merging of condState attributes
Daimona Eaytoy
2021-12-20
1
-4
/
+4
*
Add support for conditional disable fields in HTMLForm
Func
2021-12-11
1
-28
/
+37
*
htmlform: Remove HTMLFormField restrictions on 'name' and 'id'
Bartosz Dziewoński
2021-11-05
1
-14
/
+1
*
Revert "Use CsrfTokenSet as CSRF token source"
Kunal Mehta
2021-08-05
1
-4
/
+1
*
Use CsrfTokenSet as CSRF token source
Petr Pchelko
2021-07-12
1
-1
/
+4
*
Rename CSS class 'mw-htmlform-field-autoinfuse' to fit the convention
Bartosz Dziewoński
2021-06-19
1
-1
/
+1
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-06-18
1
-1
/
+1
*
Allow html form field option 'options-messages' to get parsed
Umherirrender
2021-05-28
1
-4
/
+11
*
Add comment to fall-through cases in switch
Umherirrender
2021-04-15
1
-1
/
+1
*
HTMLFormField: Use non namespaced class name rather than static::class
Reedy
2021-03-19
1
-3
/
+15
*
Remove mentions of mw.htmlform.Checker
DannyS712
2020-08-18
1
-3
/
+0
*
HTML Classes stability annotations
Nikki Nikkhoui
2020-07-13
1
-0
/
+42
*
Use errorbox/warningbox for all HTMLFormField errors
Bartosz Dziewoński
2020-03-19
1
-3
/
+3
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-3
/
+3
*
build: Upgrade phan to 0.9.0
Daimona Eaytoy
2019-12-07
1
-0
/
+1
*
Use varargs for MessageLocalizer::msg and similar
Umherirrender
2019-10-05
1
-5
/
+5
*
Suppress PhanUndeclaredProperty for custom properties and phan bugs
Daimona Eaytoy
2019-09-14
1
-0
/
+1
*
Improve various PHP method doc blocks
Daimona Eaytoy
2019-09-05
1
-1
/
+1
*
Unsuppress more phan issues (part 3)
Daimona Eaytoy
2019-08-31
1
-0
/
+1
*
Adjust type hints in htmlform related classes
Umherirrender
2019-07-05
1
-3
/
+3
*
Use [...] instead of array(...) in PHP comments and documentation
Fomafix
2019-06-17
1
-1
/
+1
*
Restore func_get_args in HTMLFormField
Umherirrender
2019-04-14
1
-1
/
+3
[prev]
[next]