* Swapping enableForOther locked input-field from disabled to readonly. No need to...
authorKrinkle <krinkle@users.mediawiki.org>
Tue, 23 Nov 2010 00:40:45 +0000 (00:40 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Tue, 23 Nov 2010 00:40:45 +0000 (00:40 +0000)
commit54d15eb51f0728d268e32b20803e92b527028cc2
tree160e6b2b132455fe4c5a4e7d6f1dac80a3d77935
parent1367a246fb0822e63a92d7e9f6e272ba503db998
* Swapping enableForOther locked input-field from disabled to readonly. No need to block users from selecting the text inside, only block editing it field.
* On top of that, also using javascript to hide the input-field if/when not needed, untill needed (PHP has a backup check to only use this value if the radio-button was on 'other')
* Escaping special html characters in the attributes. The message for .mw-help-field-hint contained the phrase "  content pages, in a "'''project namespace'''".  " which (raw, unescaped) ends the attribute right after the "a". Fixed now.
includes/installer/WebInstaller.php
includes/installer/WebInstallerPage.php
skins/common/config.js