r46673 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46672‎ | r46673 | r46674 >
Date:07:32, 1 February 2009
Author:demon
Status:deferred
Tags:
Comment:
(bug 16555) Post installation screen has too many links to mw.org:
* 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.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/config/index.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/index.php
@@ -2112,13 +2112,12 @@
21132113 <div id="column-one">
21142114 <div class="portlet" id="p-logo">
21152115 <a style="background-image: url(../skins/common/images/mediawiki.png);"
2116 - href="http://www.mediawiki.org/"
 2116+ href="../"
21172117 title="Main Page"></a>
21182118 </div>
21192119 <script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
21202120 <div class='portlet'><div class='pBody'>
21212121 <ul>
2122 - <li><strong><a href="http://www.mediawiki.org/">MediaWiki home</a></strong></li>
21232122 <li><a href="../README">Readme</a></li>
21242123 <li><a href="../RELEASE-NOTES">Release notes</a></li>
21252124 <li><a href="../docs/">Documentation</a></li>
Index: trunk/phase3/RELEASE-NOTES
@@ -126,6 +126,7 @@
127127 * (bug 17252) Galician numbering format
128128 * (bug 17146) Fix for UTF-8 and short word search for some possible MySQL configs
129129 * (bug 7480) Internationalize database error message
 130+* (bug 16555) Number of links to mediawiki.org scaled back on post-installation
130131
131132 == API changes in 1.15 ==
132133 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions

Status & tagging log