Page MenuHomePhabricator

Linktrail broken for cv
Closed, ResolvedPublic

Description

Author: p-code

Description:
At the instruction of the reference of type "[word]aaa" there are signs on a
question and a problem with display of article. The problem arises at
instruction references of type "[word]aaa". If to specify "[word|wordaaa]" all
it is normal.
It brakes filling Chuvash wikipedia.
//Machine translation


Version: unspecified
Severity: normal
OS: Windows 2000
Platform: PC
URL: http://cv.wikipedia.org/wiki/%D0%9C%D0%B0%D1%82%D0%B5%D0%BD_%D0%95%D0%BC%D0%B5%D0%BB%D1%8C%D1%8F%D0%BD_%D0%97%D0%B0%D1%85%D0%B0%D1%80%D0%BE%D0%B2%D0%B8%D1%87

Details

Reference
bz5270

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 9:09 PM
bzimport set Reference to bz5270.
bzimport added a subscriber: Unknown Object (MLST).

Linktrail is bogus in LanguageCv.php:
'linktrail' => '/^(([a-zа-я]|ĕ|ç|ă|ӳ|"|»)+)(.*)$/sD',

This will match partial bytes and generally screw everything up.

  • Bug 5271 has been marked as a duplicate of this bug. ***

Fixed all the broken linktrails I found; now renders correctly.