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
*
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
*
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-3
/
+1
*
OOUI forms: Remove infusable = false
Ed Sanders
2019-03-25
1
-1
/
+1
*
Avoid expensive array_shift where possible
Thiemo Kreuz
2018-12-17
1
-2
/
+1
*
HTMLForm: Remove parameters 'notice', 'notice-messages', 'notice-message'
Bartosz Dziewoński
2018-10-22
1
-47
/
+0
*
Use PHP 7 '??' operator instead of '?:' (round 2)
Bartosz Dziewoński
2018-09-03
1
-1
/
+1
*
Merge "Fix some warnings from phan-taint-check"
jenkins-bot
2018-08-30
1
-0
/
+11
|
\
|
*
Fix some warnings from phan-taint-check
Brian Wolff
2018-08-13
1
-0
/
+11
*
|
HTMLForm: Deprecate parameters 'notice', 'notice-messages', 'notice-message'
Bartosz Dziewoński
2018-08-29
1
-2
/
+19
*
|
Pass through 'helpInline' to OOUI FieldLayout and make true by default
Ed Sanders
2018-08-17
1
-2
/
+15
|
/
*
Simplify PHP by using ?? and ?:
Fomafix
2018-07-10
1
-5
/
+1
*
Allow overloading of getLabel() with return ' '
Fomafix
2018-06-28
1
-9
/
+3
*
Use \u{00A0} instead of   or
Fomafix
2018-06-24
1
-7
/
+13
*
Get rid of call_user_func(_array)(), part 3
Max Semenik
2018-06-10
1
-7
/
+4
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-4
/
+2
*
Enable "PhanTypeInvalidRightOperand" phan checks
Kunal Mehta
2018-05-17
1
-0
/
+3
*
Hygiene: Use “OOUI” as unified name in build and code documentation
Volker E
2018-01-31
1
-2
/
+2
*
HTMLFormField: Treat weird ' ' labels as empty in OOUI mode
Bartosz Dziewoński
2017-09-28
1
-1
/
+1
*
Reduce code duplication for parsing messages into dropdown menus
Bartosz Dziewoński
2017-09-12
1
-36
/
+2
*
Improve some parameter docs
Umherirrender
2017-09-10
1
-0
/
+2
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
1
-2
/
+2
*
Human-readable section ID support
Max Semenik
2017-08-01
1
-3
/
+3
*
Avoid duplicate accesskey hints on OOUI widgets
Bartosz Dziewoński
2017-08-01
1
-1
/
+17
*
Update account creation form validation
Brad Jorsch
2017-03-16
1
-0
/
+3
*
Clean up remaining get_class() uses
Timo Tijhof
2017-03-07
1
-3
/
+3
*
HTMLForm: Suppress HTML5 form validation for non-JS users when needed
Bartosz Dziewoński
2017-01-10
1
-0
/
+15
*
Cleanup some incorrect return annotations
Erik Bernhardson
2016-12-12
1
-1
/
+1
*
HTMLForm: Allow returning Message objects from HTMLFormField::validate()
Brad Jorsch
2016-11-14
1
-2
/
+2
*
Add access modifiers to htmlform classes
addshore
2016-11-04
1
-15
/
+15
*
Add HTMLFormField class for MWRestrictions and use it for bot passwords
Gergő Tisza
2016-09-22
1
-1
/
+1
*
Merge "HTMLFormField: Don't display empty popup in OOUI mode if empty 'help' ...
jenkins-bot
2016-08-25
1
-2
/
+2
|
\
|
*
HTMLFormField: Don't display empty popup in OOUI mode if empty 'help' is given
Bartosz Dziewoński
2016-08-24
1
-2
/
+2
*
|
HTMLFormField: Move 'flatlist' handling to fields that use it and document
Bartosz Dziewoński
2016-08-24
1
-4
/
+0
|
/
*
Merge "Improve default behavior for HTMLForm::canDisplayErrors"
jenkins-bot
2016-08-23
1
-1
/
+1
|
\
|
*
Improve default behavior for HTMLForm::canDisplayErrors
Gergő Tisza
2016-08-22
1
-1
/
+1
*
|
HTMLForm: Refactor loading of modules required to infuse fields
Bartosz Dziewoński
2016-08-22
1
-2
/
+21
*
|
Support 'hide-if' parameters in OOUI HTMLForm
Bartosz Dziewoński
2016-08-22
1
-3
/
+8
*
|
Do not automatically infuse any OOjs UI widgets
Bartosz Dziewoński
2016-08-19
1
-0
/
+17
|
/
*
Merge "Allow providing 'notices' for OOUI HTMLForm fields"
jenkins-bot
2016-07-25
1
-0
/
+30
|
\
|
*
Allow providing 'notices' for OOUI HTMLForm fields
Glaisher
2016-05-29
1
-0
/
+30
*
|
HTMLForm: Allow distinguishing between form views and submission attempts
Bartosz Dziewoński
2016-07-22
1
-0
/
+14
|
/
[next]