Clean up the running mess that is r64866, r65040, and then r67277. Implement and...
authorHappy-melon <happy-melon@users.mediawiki.org>
Wed, 15 Dec 2010 21:14:36 +0000 (21:14 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Wed, 15 Dec 2010 21:14:36 +0000 (21:14 +0000)
commitf301f1582766caf82f4ee0cf5eb24658eb9d0360
tree49665fa4721bf5b625673a7a8db2c7e3166409c6
parentdbe4e6eb24efffaaaea39a8c89f8caa54ad8c87b
Clean up the running mess that is r64866, r65040, and then r67277.  Implement and document consistent behaviour for all types of fields: if the 'name' parameter is specified, use it exactly as is, otherwise use "wp{$fieldname}".  For hidden fields added with addHiddenField(), continue to use either $attrib['name'] or $name, both unaltered.
includes/HTMLForm.php
includes/Preferences.php
includes/specials/SpecialEmailuser.php
includes/specials/SpecialUpload.php
includes/specials/SpecialUploadStash.php