r82565 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82564‎ | r82565 | r82566 >
Date:19:02, 21 February 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Per Hashar on r82547, u modifier needed on regexes
Modified paths:
  • /trunk/phase3/languages/messages/MessagesSh.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesSl.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesSh.php
@@ -26,7 +26,7 @@
2727 NS_CATEGORY_TALK => 'Razgovor_o_kategoriji',
2828 );
2929
30 -$linkTrail = '/^([a-zčćđžš]+)(.*)$/sD';
 30+$linkTrail = '/^([a-zčćđžš]+)(.*)$/sDu';
3131
3232 $messages = array(
3333 # User preference toggles
Index: trunk/phase3/languages/messages/MessagesSl.php
@@ -152,7 +152,7 @@
153153 'url_query' => array( '0', 'POIZVEDBA', 'QUERY' ),
154154 );
155155
156 -$linkTrail = '/^([a-zčćđžš]+)(.*)$/sD';
 156+$linkTrail = '/^([a-zčćđžš]+)(.*)$/sDu';
157157
158158 $datePreferences = array(
159159 'default',

Follow-up revisions

RevisionCommit summaryAuthorDate
r825761.17wmf1: MFT r82475, r82480, r82538, r82547, r82550, r82552, r82554, r82555,...catrope21:37, 21 February 2011
r85354MFT r82518, r82530, r82538, r82547, r82550, r82565, r82572, r82608, r82696, r...demon18:25, 4 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82547Add basic linktrail to SH and SLreedy13:33, 21 February 2011

Comments

#Comment by Hashar (talk | contribs)   19:13, 21 February 2011

Please note I have not checked the characters in the linktrail for correctness :-b

#Comment by Reedy (talk | contribs)   19:14, 21 February 2011

Haha. The list was from a request by a Slovak (?), so I'd presume it's somewhat correct. Freakolowsky checked over them earlier and said they looked ok..

Status & tagging log