Fixes for comments on r59655
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 8 Dec 2009 17:17:24 +0000 (17:17 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 8 Dec 2009 17:17:24 +0000 (17:17 +0000)
commit71fc5a0ffc13caa5d6a47c86ae007e3b72f523fb
tree0f4acef3cb118d667a01dadbe6e1f81cea765e6e
parent406f04b6bb243d3eac76460ce53a71108cf7e306
Fixes for comments on r59655
- Look for any textbox since just creating one doesn't work
- editFormHeadInit -> showHeader
- code style
- moved checkbox initialization into relevant locations
- dropped hardcoded use of currentFocused in favor of catching event delegated focus events within the edit form

Also:
- Removed more direct uses of $wgRequest in favor of properties
- add $wgPreviewOnOpenNamespaces for extensions like SMW that have category like namespaces.
RELEASE-NOTES
includes/DefaultSettings.php
includes/EditPage.php
skins/common/edit.js