Index: trunk/phase3/config/index.php |
— | — | @@ -2112,13 +2112,12 @@ |
2113 | 2113 | <div id="column-one"> |
2114 | 2114 | <div class="portlet" id="p-logo"> |
2115 | 2115 | <a style="background-image: url(../skins/common/images/mediawiki.png);" |
2116 | | - href="http://www.mediawiki.org/" |
| 2116 | + href="../" |
2117 | 2117 | title="Main Page"></a> |
2118 | 2118 | </div> |
2119 | 2119 | <script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script> |
2120 | 2120 | <div class='portlet'><div class='pBody'> |
2121 | 2121 | <ul> |
2122 | | - <li><strong><a href="http://www.mediawiki.org/">MediaWiki home</a></strong></li> |
2123 | 2122 | <li><a href="../README">Readme</a></li> |
2124 | 2123 | <li><a href="../RELEASE-NOTES">Release notes</a></li> |
2125 | 2124 | <li><a href="../docs/">Documentation</a></li> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -126,6 +126,7 @@ |
127 | 127 | * (bug 17252) Galician numbering format |
128 | 128 | * (bug 17146) Fix for UTF-8 and short word search for some possible MySQL configs |
129 | 129 | * (bug 7480) Internationalize database error message |
| 130 | +* (bug 16555) Number of links to mediawiki.org scaled back on post-installation |
130 | 131 | |
131 | 132 | == API changes in 1.15 == |
132 | 133 | * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions |