maxlength=200 for page move summary in HTML5
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 15 Dec 2009 00:11:47 +0000 (00:11 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 15 Dec 2009 00:11:47 +0000 (00:11 +0000)
commite71ffbd5bad3a84c3659c7be6ff71e3b4d81410a
treea8b8ded96a44f69c9cb70c132d29d2b4b4a3c622
parent291efd30f2173070df8c1939f659759521f8fae6
maxlength=200 for page move summary in HTML5

Bug 16921.  maxlength is not allowed on textareas in HTML4, so this only
works in HTML5.  Note that Firefox 3.5 and Opera 9.22 ignore the
attribute (didn't test IE), so this isn't a complete fix.  Recent WebKit
does respect the attribute (tested in Chrome 4).

Of course, the length limit of 200 is a hack, just like for edit
summaries, and we really need to move to a non-varchar(255) backend for
all these fields.

Relevant to r45517, r45571.
RELEASE-NOTES
includes/Html.php
includes/specials/SpecialMovepage.php