r53842 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53841‎ | r53842 | r53843 >
Date:23:51, 27 July 2009
Author:ariel
Status:resolved
Tags:
Comment:
update linkTrail for el, see bug 19949
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEl.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEl.php
@@ -168,7 +168,7 @@
169169
170170 $fallback8bitEncoding = 'iso-8859-7';
171171 $separatorTransformTable = array(',' => '.', '.' => ',' );
172 -$linkTrail = '/^([a-z]+)(.*)$/sD';
 172+$linkTrail = '/^([a-zαβγδεζηθικλμνξοπρστυφχψωςΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίόύώϊϋΐΰΆΈΉΊΌΎΏΪΫ]+)(.*)$/sD';
173173
174174
175175 $datePreferences = array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r53861Add u to regex modifiers since we are dealing with unicode. Followup to r53842nikerabbit07:04, 28 July 2009

Status & tagging log