r82262 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82261‎ | r82262 | r82263 >
Date:17:24, 16 February 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: Live hack for WMF servers: remove apostrophe from ca and kaa linktrails because parsing of '''[[Foo]]''' is broken with them. Will file a bug about the latter and ask the i18n gurus whether this should be backported to trunk and/or 1.17
Modified paths:
  • /branches/wmf/1.17wmf1/languages/messages/MessagesCa.php (modified) (history)
  • /branches/wmf/1.17wmf1/languages/messages/MessagesKaa.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/languages/messages/MessagesCa.php
@@ -179,7 +179,7 @@
180180 'DeletedContributions' => array( 'Contribucions esborrades' ),
181181 );
182182
183 -$linkTrail = '/^([a-zàèéíòóúç·ïü\']+)(.*)$/sDu';
 183+$linkTrail = '/^([a-zàèéíòóúç·ïü]+)(.*)$/sDu';
184184
185185 $messages = array(
186186 # User preference toggles
Index: branches/wmf/1.17wmf1/languages/messages/MessagesKaa.php
@@ -148,7 +148,7 @@
149149 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
150150 );
151151
152 -$linkTrail = "/^([a-zı'ʼ’“»]+)(.*)$/sDu";
 152+$linkTrail = "/^([a-zıʼ’“»]+)(.*)$/sDu";
153153
154154 $messages = array(
155155 # User preference toggles

Status & tagging log