(bug 16555) Post installation screen has too many links to mw.org:
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 1 Feb 2009 07:32:01 +0000 (07:32 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 1 Feb 2009 07:32:01 +0000 (07:32 +0000)
* Made the logo link to your wiki's homepage (as you'd expect)
* Removed largely useless link to mw.org homepage, plenty of other links to us as it is.

RELEASE-NOTES
config/index.php

index 1cc3b40..14f6779 100644 (file)
@@ -126,6 +126,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 17252) Galician numbering format
 * (bug 17146) Fix for UTF-8 and short word search for some possible MySQL configs
 * (bug 7480) Internationalize database error message
+* (bug 16555) Number of links to mediawiki.org scaled back on post-installation
 
 == API changes in 1.15 ==
 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions
index bec5b66..5016da1 100644 (file)
@@ -2112,13 +2112,12 @@ function getShellLocale( $wikiLang ) {
 <div id="column-one">
        <div class="portlet" id="p-logo">
          <a style="background-image: url(../skins/common/images/mediawiki.png);"
-           href="http://www.mediawiki.org/"
+           href="../"
            title="Main Page"></a>
        </div>
        <script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
        <div class='portlet'><div class='pBody'>
                <ul>
-                       <li><strong><a href="http://www.mediawiki.org/">MediaWiki home</a></strong></li>
                        <li><a href="../README">Readme</a></li>
                        <li><a href="../RELEASE-NOTES">Release notes</a></li>
                        <li><a href="../docs/">Documentation</a></li>