Merge "Revert "Use OOUI HTMLForm for Special:Watchlist""
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 30 Jul 2015 19:05:20 +0000 (19:05 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 30 Jul 2015 19:05:20 +0000 (19:05 +0000)
1  2 
includes/htmlform/HTMLForm.php

   *    'size'                -- the length of text fields
   *    'filter-callback      -- a function name to give you the chance to
   *                             massage the inputted value before it's processed.
 - *                             @see HTMLForm::filter()
 + *                             @see HTMLFormField::filter()
   *    'validation-callback' -- a function name to give you the chance
   *                             to impose extra validation on the field input.
 - *                             @see HTMLForm::validate()
 + *                             @see HTMLFormField::validate()
   *    'name'                -- By default, the 'name' attribute of the input field
   *                             is "wp{$fieldname}".  If you want a different name
   *                             (eg one without the "wp" prefix), specify it here and
@@@ -140,8 -140,6 +140,6 @@@ class HTMLForm extends ContextSource 
                'selectandother' => 'HTMLSelectAndOtherField',
                'namespaceselect' => 'HTMLSelectNamespace',
                'namespaceselectwithbutton' => 'HTMLSelectNamespaceWithButton',
-               'advancednamespaceselect' => 'HTMLAdvancedSelectNamespace',
-               'advancednamespaceselectwithbutton' => 'HTMLAdvancedSelectNamespaceWithButton',
                'tagfilter' => 'HTMLTagFilter',
                'submit' => 'HTMLSubmitField',
                'hidden' => 'HTMLHiddenField',