* Renaming Xml::reasonDropDown to Xml::listDropDown to make sure it doesn't imply...
authorHuji <huji@users.mediawiki.org>
Mon, 28 Jan 2008 12:57:02 +0000 (12:57 +0000)
committerHuji <huji@users.mediawiki.org>
Mon, 28 Jan 2008 12:57:02 +0000 (12:57 +0000)
commitda4897cf6d36a5ea2a4c179b4694cef55d27ed6d
tree91711c452fe9880a4e29829e2ae622a233aa7947
parent6877db99e53f397ab88ad91fdbc41ba3c27000ec
* Renaming Xml::reasonDropDown to Xml::listDropDown to make sure it doesn't imply a special usage.
* Adding support for custom name and id, custom class, and custom tabindex to Xml::listDropDown
* Changing the order of parameters Xml::listDropDown accepts.
* Updating ipblock, file deletion and page deletion forms so they all use this new Xml element rather than holding three copies of similar code.
* Removing variables which are no more used in the three above forms.
* Renaming a few variables to follow the coding style of MediaWiki.
includes/Article.php
includes/FileDeleteForm.php
includes/SpecialBlockip.php
includes/Xml.php