(bug 17947) On Special:SpecialPages, restricted special pages are now marked with...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 30 Mar 2009 01:56:07 +0000 (01:56 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 30 Mar 2009 01:56:07 +0000 (01:56 +0000)
RELEASE-NOTES
includes/specials/SpecialSpecialpages.php
languages/messages/MessagesEn.php

index f8a9bea..04c8c99 100644 (file)
@@ -309,6 +309,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 17617) HTML cleanup for ImagePage
 * (bug 17964) namespaceDupes.php no longer fails on an empty interwiki table
 * Improved error handling for image moving
+* (bug 17947) On Special:SpecialPages, restricted special pages are now marked 
+  with <strong> tags, helps with text-based browsers
 
 == API changes in 1.15 ==
 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions
index 4959f10..89fd9b3 100644 (file)
@@ -63,7 +63,7 @@ function wfSpecialSpecialpages() {
                        $link = $sk->makeKnownLinkObj( $title , htmlspecialchars( $desc ) );
                        if( $restricted ) {
                                $includesRestrictedPages = true;
-                               $wgOut->addHTML( "<li class='mw-specialpages-page mw-specialpagerestricted'>{$link}</li>\n" );
+                               $wgOut->addHTML( "<li class='mw-specialpages-page mw-specialpagerestricted'><strong>{$link}</strong></li>\n" );
                        } else {
                                $wgOut->addHTML( "<li>{$link}</li>\n" );
                        }
index 3d9c0c7..0014f79 100644 (file)
@@ -3841,7 +3841,7 @@ Enter the filename without the "{{ns:file}}:" prefix.',
 'specialpages-summary'           => '', # do not translate or duplicate this message to other languages
 'specialpages-note'              => '----
 * Normal special pages.
-* <span class="mw-specialpagerestricted">Restricted special pages.</span>',
+* <strong class="mw-specialpagerestricted">Restricted special pages.</strong>',
 'specialpages-group-maintenance' => 'Maintenance reports',
 'specialpages-group-other'       => 'Other special pages',
 'specialpages-group-login'       => 'Login / sign up',