r24054 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24053‎ | r24054 | r24055 >
Date:08:41, 13 July 2007
Author:raymond
Status:old
Tags:
Comment:
* (bug 10560) Adding a space between category letter heading and "continues"
Some localizations files have a space, some not and it looks ugly without.
Removing space from localization files will be done shortly togehter with other housekeeping stuff.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/CategoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/CategoryPage.php
@@ -352,7 +352,7 @@
353353 }
354354 $cont_msg = "";
355355 if ( $articles_start_char[$index] == $prev_start_char )
356 - $cont_msg = wfMsgHtml('listingcontinuesabbrev');
 356+ $cont_msg = ' ' . wfMsgHtml( 'listingcontinuesabbrev' );
357357 $r .= "<h3>" . htmlspecialchars( $articles_start_char[$index] ) . "$cont_msg</h3>\n<ul>";
358358 $prev_start_char = $articles_start_char[$index];
359359 }
Index: trunk/phase3/RELEASE-NOTES
@@ -286,8 +286,8 @@
287287 Patch by Alex Smotrov.
288288 * Don't show non-functional toolbar buttons on Opera 7 anymore
289289 * (bug 9151) Fix relative subpage links with section fragments
 290+* (bug 10560) Adding a space between category letter heading and "continues"
290291
291 -
292292 == API changes since 1.10 ==
293293
294294 Full API documentation is available at http://www.mediawiki.org/wiki/API

Follow-up revisions

RevisionCommit summaryAuthorDate
r24096Merged revisions 23910-24094 via svnmerge from...david22:38, 14 July 2007

Status & tagging log