SpecialChangeEmail: Remove dead code (whole 'mediawiki.special.changeemail' module)
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 14 Dec 2015 15:15:48 +0000 (16:15 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 14 Dec 2015 15:15:48 +0000 (16:15 +0100)
commit34e66f44f1f6eac4a355b049179eab892f6e1544
tree2eedc75d07a23b063fbf2c5f42e1b3598e3740e5
parent5a3c14539c45d39e5e408d4c4174a1e2f9756b80
SpecialChangeEmail: Remove dead code (whole 'mediawiki.special.changeemail' module)

It stopped working after 6b9a1c6d5b96dd55b05b9db5d4ab864973b7ff8f
accidentally changed the 'id' of the text input this was validating.

It seems that all browsers these days have some validation for 'email'
fields, so this isn't very useful, and the styling of the notice looks
pretty jarring with the current 'ooui'-style form.

Change-Id: Ifa3103c9c9369654ea1cd4b064a67454b8694bf0
includes/specials/SpecialChangeEmail.php
languages/i18n/en.json
languages/i18n/qqq.json
resources/Resources.php
resources/src/mediawiki.special/mediawiki.special.changeemail.css [deleted file]
resources/src/mediawiki.special/mediawiki.special.changeemail.js [deleted file]