Allow extra buttons and hidden fields to be included in HTMLForm. Accessible either...
authorHappy-melon <happy-melon@users.mediawiki.org>
Tue, 22 Sep 2009 20:05:28 +0000 (20:05 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Tue, 22 Sep 2009 20:05:28 +0000 (20:05 +0000)
commitf4dd596f5cbae8679599d1283e540e92dfe600cd
tree31c7111469628b161eef89a931b4bea46d1d8b0c
parent204b53d3a2c0eedb35e4faac0abc61712ffbdb57
Allow extra buttons and hidden fields to be included in HTMLForm.  Accessible either before Form construction (as HTMLFormField subclasses that can be passed in the Descriptor array as for other input) or after (as methods addHiddenField() and addButton(), respectively).
includes/HTMLForm.php
includes/specials/SpecialCreateAccount.php
includes/specials/SpecialUserlogin.php