Page MenuHomePhabricator

parse error in MessagesEN.php
Closed, InvalidPublic

Description

Author: jim.hokanson

Description:
There is a missing apostrophe on line 1837, in case this line changes this line is:
'importtext' => 'Please export the file from the source wiki using the
Special:Export utility, save it to your disk and upload it here.', the ' before
the last comma is missing causing installation failure


Version: 1.8.x
Severity: critical

Details

Reference
bz8309

Event Timeline

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

robchur wrote:

The version reported against is 1.8.2, not trunk. However, I did an export from
/svnroot/mediawiki/tags/REL1_8_2/phase3, and it doesn't seem to be missing
there, either.

Jim, could you confirm the file definitely wasn't changed, perhaps accidentally,
after you downloaded/checked it out?

rotemliss wrote:

(In reply to comment #2)

The version reported against is 1.8.2, not trunk. However, I did an export from
/svnroot/mediawiki/tags/REL1_8_2/phase3, and it doesn't seem to be missing
there, either.

I checked against 1.8.2, but added a link to trunk by mistake. Anyway, it is
exist also in both
http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_8/phase3/languages/messages/MessagesEn.php?view=markup
and
http://svn.wikimedia.org/viewvc/mediawiki/tags/REL1_8_2/phase3/languages/messages/MessagesEn.php?view=markup
.