r23415 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23414‎ | r23415 | r23416 >
Date:08:56, 26 June 2007
Author:raymond
Status:old
Tags:
Comment:
* (bug 10334) Replace normal spaces before percent (%) signs with non-breaking spaces
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -308,7 +308,7 @@
309309 $fixtags = array(
310310 # french spaces, last one Guillemet-left
311311 # only if there is something before the space
312 - '/(.) (?=\\?|:|;|!|\\302\\273)/' => '\\1 \\2',
 312+ '/(.) (?=\\?|:|;|!|%|\\302\\273)/' => '\\1 \\2',
313313 # french spaces, Guillemet-right
314314 '/(\\302\\253) /' => '\\1 ',
315315 );
Index: trunk/phase3/RELEASE-NOTES
@@ -210,6 +210,8 @@
211211 * (bug 10333) Correct date format in Slovenian
212212 * (bug 10160) Show error message for unknown namespace on Special:Allpages and
213213 Special:Prefixindex; making forms prettier for RTL wikis.
 214+* (bug 10334) Replace normal spaces before percent (%) signs with non-breaking
 215+ spaces
214216
215217 == API changes since 1.10 ==
216218

Follow-up revisions

RevisionCommit summaryAuthorDate
r23581Merged revisions 23406-23580 via svnmerge from...david04:50, 30 June 2007

Status & tagging log