Merge "Skin: Remove dried up remains of Standard/Classic skin"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 28 May 2014 20:58:22 +0000 (20:58 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 28 May 2014 20:58:22 +0000 (20:58 +0000)
RELEASE-NOTES-1.24
resources/src/mediawiki/mediawiki.searchSuggest.js

index d1c941a..ba9dbad 100644 (file)
@@ -38,6 +38,8 @@ production.
 * WikitextContent will now render redirects with the expected "redirect"
   header, rather than as an ordered list. Code calling Article::viewRedirect
   can probably be changed to no longer special-case redirects.
+* Header font set to a serif font stack. See
+  https://www.mediawiki.org/wiki/Typography_refresh for further information.
 * (bug 63903) Thumbnails without an explicit size specification are
   now resized to a square bounding box. This gives better results for
   non-landscape thumbnails.
index c2c70b0..282cf6f 100644 (file)
@@ -66,6 +66,7 @@
                                .wrap(
                                        $( '<a>' )
                                                .attr( 'href', resultRenderCache.baseHref + $.param( resultRenderCache.linkParams ) )
+                                               .attr( 'title', text )
                                                .addClass( 'mw-searchSuggest-link' )
                                );
                }