* (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 22 Apr 2008 22:35:50 +0000 (22:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 22 Apr 2008 22:35:50 +0000 (22:35 +0000)
commit85cf0e0378a11419d72a733cbf9432cc0e0d7b9c
treeb7aafd3f9c0a672c37a6cdb737b83897f3e2101e
parenta3ac2d414b1dad3a9b3ed2c17806f0a013694624
* (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins

The setup code was using a MonoBook-specific div ID to insert the results container into. Swapped that for the plain ol' document.body and fixed the styles for MonoBook and Modern so it gets the scale-up fix for the font size (they both use a weird system where they shrink the font size on the body, then scale it back up inside.... very wtf territory!)

Added setup for form and input IDs used for the second search box on Cologne Blue, and copied those IDs over to Nostalgia and Classic skins.

Note that the drop-down is a bit unsatisfactory on the page-bottom search boxes in Nostalgia, Classic, and Cologne Blue, as it tries to squish in at the bottom of the page, and you only get two lines of data. The sidebar search boxes are also not very wide, which makes results pretty cramped.
RELEASE-NOTES
includes/DefaultSettings.php
includes/Skin.php
skins/CologneBlue.php
skins/common/mwsuggest.js
skins/modern/main.css
skins/monobook/main.css