* Moved search/IE7 specific CSS rule into search.css with a CSS hack, which is now...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 6 Oct 2010 20:42:08 +0000 (20:42 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 6 Oct 2010 20:42:08 +0000 (20:42 +0000)
commit8f7d318998e71559337d00aa8dbf04f832d6ded1
treecff0ff9a12940fa7e3bbb6e53e9b86991651df78
parenta5010f97d9735a5fdb6041402e32f44081b6922e
* Moved search/IE7 specific CSS rule into search.css with a CSS hack, which is now part of mediawiki.legacy.search, reducing the number of requests for IE7 users by 1
* Added mediawiki.specials.search, which will eventually replace mediawiki.legacy.search
* Removed javascript injections in the body which were focusing the search box on load
* Added emulation for HTML5 autofocus attribute on the search page, this may be useful elsewhere and should be considered for use globally
includes/specials/SpecialSearch.php
resources/Resources.php
resources/mediawiki/mediawiki.specials.search.js [new file with mode: 0644]
skins/common/IE70Fixes.css [deleted file]
skins/common/search.css [new file with mode: 0644]