wiki.techinc.nl/includes/widget
tacsipacsi ce8e8894bd Allow setting min/max on DateInputWidget
This is required for HTMLDateTimeField to be compatible it:
HTMLDateTimeField filters out mustBeAfter/mustBeBefore, while
DateInputWidget didn’t understand min/max until now. Since moment.js
(used by the JavaScript side of the widget) seems to better like the
mustBeAfter/mustBeBefore semantics (strictly larger/smaller than) than
the min/max one (larger/smaller than or equal to), I decided to
internally keep mustBeAfter/mustBeBefore.

Bug: T219633
Change-Id: I487363e40d1e4f74780ed7146c8a6770bfc61fae
2022-10-21 17:51:59 +00:00
..
AUTHORS.txt
CheckMatrixWidget.php
ComplexNamespaceInputWidget.php
ComplexTitleInputWidget.php
DateInputWidget.php Allow setting min/max on DateInputWidget 2022-10-21 17:51:59 +00:00
DateTimeInputWidget.php Make use of ?? and ?: operators where it makes sense 2022-08-04 21:43:12 +02:00
ExpiryInputWidget.php
LICENSE.txt
NamespaceInputWidget.php Support namespace dropdown 'in-user-lang' option in HTMLForm and OOUI widget 2022-05-13 20:29:44 +00:00
NamespacesMultiselectWidget.php
PendingTextInputWidget.php
SearchInputWidget.php
SelectWithInputWidget.php
SizeFilterWidget.php Fix many typos in comments 2022-05-10 12:46:11 +00:00
SpinnerWidget.php
TagMultiselectWidget.php
TitleInputWidget.php
TitlesMultiselectWidget.php
UserInputWidget.php
UsersMultiselectWidget.php