wiki.techinc.nl/includes/htmlform/fields
Derick Alangi f97a7a93d4 htmlform: Use ::isValidRange() instead of deprecated ::isValidBlock()
Only 1 usage of this call in everywhere, see usage below. Once this is merged,
the method can be hard deprecated and later killed.

Usage
=====

https://codesearch.wmflabs.org/search/?q=%5CbisValidBlock%5Cb&i=nope&files=&repos=

Change-Id: Ic00f760a0a214faba7a71dd088da1dc25ecb796c
2019-05-09 16:36:05 +00:00
..
HTMLApiField.php
HTMLAutoCompleteSelectField.php Merge "HTMLForm: Allow returning Message objects from HTMLFormField::validate()" 2016-11-25 09:11:07 +00:00
HTMLButtonField.php Fix the GlobalTitleFail debug notice for HTMLButtonFields 2018-08-08 11:45:04 +01:00
HTMLCheckField.php Use the WebRequest::getCheck() shortcut where possible 2019-03-11 09:50:52 +01:00
HTMLCheckMatrix.php build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 2019-02-07 18:39:42 +00:00
HTMLComboboxField.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
HTMLDateTimeField.php HTMLDateTimeField: Load styles for PHP widget 2019-04-11 00:50:11 +02:00
HTMLEditTools.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
HTMLExpiryField.php Replace lowercase {@inheritdoc} with @inheritDoc 2019-03-01 17:25:02 +00:00
HTMLFloatField.php Use NumberInputWidget in HTMLFloatField 2018-09-12 08:12:42 +00:00
HTMLFormFieldCloner.php Add OOUI for HTMLFormFieldCloner 2018-10-02 11:50:10 +02:00
HTMLFormFieldWithButton.php HTMLFormFieldWithButton: Don't pass empty string as 'id' 2019-04-30 02:10:16 +02:00
HTMLHiddenField.php Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
HTMLInfoField.php Convert a few call_user_func*() calls to native PHP syntax 2019-03-07 19:25:40 -08:00
HTMLIntField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLMultiSelectField.php htmlform: Fix multiple PHPDoc annotations in htmlform module 2018-12-03 12:48:53 +00:00
HTMLNamespacesMultiselectField.php Collapse some nested if statements 2019-04-04 19:02:22 +00:00
HTMLRadioField.php Use \u{00A0} instead of   or   2018-06-24 01:20:13 +00:00
HTMLRestrictionsField.php Do not depend on PHP_EOL in HTMLRestrictionsField 2017-09-20 22:01:34 +02:00
HTMLSelectAndOtherField.php Fix PhanUnextractableAnnotation* errors (#7) 2019-04-05 23:20:07 -07:00
HTMLSelectField.php HTMLForm: Allow returning Message objects from HTMLFormField::validate() 2016-11-14 13:25:14 -05:00
HTMLSelectLanguageField.php htmlform: Move HTMLSelectLanguageField into includes/htmlform/fields 2019-01-22 04:56:44 +00:00
HTMLSelectLimitField.php Add access modifiers to htmlform classes 2016-11-04 11:40:42 +01:00
HTMLSelectNamespace.php Declare HTMLSelectNamespace::mAllValue 2018-06-26 16:07:10 +02:00
HTMLSelectNamespaceWithButton.php
HTMLSelectOrOtherField.php SelectWithInput: Add 'disabled' property on main widget 2018-07-25 12:02:50 +05:30
HTMLSizeFilterField.php Use \u{00A0} instead of   or   2018-06-24 01:20:13 +00:00
HTMLSubmitField.php Replace deprecated constructive with progressive 2016-09-30 13:18:52 -07:00
HTMLTagFilter.php HTMLForm: Implement OOUI version of HTMLTagFilter 2017-01-11 21:29:01 +01:00
HTMLTextAreaField.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
HTMLTextField.php HTMLFormFieldWithButton: Allow passing 'inputtype' and pass through 'buttonid' 2019-04-11 17:40:47 +01:00
HTMLTextFieldWithButton.php
HTMLTitlesMultiselectField.php Collapse some nested if statements 2019-04-04 19:02:22 +00:00
HTMLTitleTextField.php Fix the order of the parameters for htmlform-title-badnamespace 2019-03-09 17:00:26 +01:00
HTMLUsersMultiselectField.php Replace 'capsule' with appropriate 'tag' 2018-07-09 19:44:09 +02:00
HTMLUserTextField.php htmlform: Use ::isValidRange() instead of deprecated ::isValidBlock() 2019-05-09 16:36:05 +00:00