(bug 22967) Use javascript to make the maxlength of the edit summary field work prope...
authorBrian Wolff <bawolff@users.mediawiki.org>
Wed, 26 May 2010 09:10:56 +0000 (09:10 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Wed, 26 May 2010 09:10:56 +0000 (09:10 +0000)
commit58ecbfc318ef14ba41881c5ebb46c54ca2fbbe29
tree32d36e68459f834abfb517e2573ca21deab5a8c5
parent6db5715dab6bfe888a592e6202042c89f4b85ea9
(bug 22967) Use javascript to make the maxlength of the edit summary field work properly for multibyte characters.

Previously the edit summary was set to 200 characters, however with multibyte characters, you could end up with more than 255 bytes which
is the db field limit. This adds javascript to enforce the limit more reliably.
RELEASE-NOTES
includes/EditPage.php
skins/common/edit.js