Some search UI cleanup:
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 14 Mar 2008 00:56:22 +0000 (00:56 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 14 Mar 2008 00:56:22 +0000 (00:56 +0000)
commitdf3525618374336f1cee911176c49c4eb6f73cf9
tree2e5ba1c4fba54f7eaf7ab13c86df85f68d636a35
parent336147a89331d191dd674d11bbae493eca5e7a11
Some search UI cleanup:
* Remove two of three redundant instances of "Search" in the mini-form at the top of the page.
* Compact things a bit at the top -- remove the fieldset, collapse a blank line in the paging area.
* Include score info if provided (eg by Lucene)
* Format the score/size/date line similarly to LuceneSearch
** but without hardcoding the color!
* Format the list with bullets as with LuceneSearch
** but without hardcoding the padding!
** this allows us to skip deleted results without looking quite as weird
* Skip line numbers in text extracts. Nobody cares and they clutter things up! LuceneSearch dropped them long ago.
* Hardcode context extract lines to 2; old default of 5 is too many. May drop the preference.
* Use more compact file info for image results
* Hopefully fix click behavior for Ogg results
* Include text extracts along with image results, if applicable.
* There are still issues with vertical alignment of the bullet on image results. :(
includes/DefaultSettings.php
includes/SpecialSearch.php
languages/messages/MessagesEn.php
skins/common/shared.css