ParamValidator: Flag as unstable for 1.34
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 1 Nov 2019 17:48:59 +0000 (13:48 -0400)
committerJforrester <jforrester@wikimedia.org>
Fri, 1 Nov 2019 20:18:05 +0000 (20:18 +0000)
commit25242105e8fd03c9900250bdf9ea91be9a286625
treec01021629c243b3913a0ff0850bed1e3627fc2cc
parent88905b2b73afa52ae3ab8f55ecc1af06c3ec9886
ParamValidator: Flag as unstable for 1.34

Iea6d4a1d0 isn't likely to make it, and I don't want to have to
support the architectural mistakes it's fixing in 1.35.

Change-Id: Icd161779d4e2eb60c507a5a4400f9432741c72eb
(cherry picked from commit ff70806ef1e142c67841b049b7b943170558ed78)
16 files changed:
includes/libs/ParamValidator/Callbacks.php
includes/libs/ParamValidator/ParamValidator.php
includes/libs/ParamValidator/SimpleCallbacks.php
includes/libs/ParamValidator/TypeDef.php
includes/libs/ParamValidator/TypeDef/BooleanDef.php
includes/libs/ParamValidator/TypeDef/EnumDef.php
includes/libs/ParamValidator/TypeDef/FloatDef.php
includes/libs/ParamValidator/TypeDef/IntegerDef.php
includes/libs/ParamValidator/TypeDef/LimitDef.php
includes/libs/ParamValidator/TypeDef/PasswordDef.php
includes/libs/ParamValidator/TypeDef/PresenceBooleanDef.php
includes/libs/ParamValidator/TypeDef/StringDef.php
includes/libs/ParamValidator/TypeDef/TimestampDef.php
includes/libs/ParamValidator/TypeDef/UploadDef.php
includes/libs/ParamValidator/Util/UploadedFile.php
includes/libs/ParamValidator/ValidationException.php