Page MenuHomePhabricator

Messages broken
Closed, ResolvedPublic

Description

Author: dasch

Description:
I've already tried everything but all messages are only display like [wikieditor-toolbar-group-baseline]

example: http://www.wecowi.de/edit/1683

I deleted the whole UsabilityInitiative Directory and made ne ne checkout from SVN

I started the maintenance-scripts:
deleteDefaultMessages.php
rebuildmessages.php
update.php

But the messages are still broken, so I think this is not my fault


Version: unspecified
Severity: major

Details

Reference
bz22124

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:46 PM
bzimport set Reference to bz22124.

Do you have the most recent SVN version of both the UsabilityInitiative extension and MediaWiki?

Have you tried disabling JS2?

dasch wrote:

there is not difference between

$wgEnableJS2system = false;

and

$wgEnableJS2system = true;

Did you run rebuildLocalisationCache.php? (Bugzilla isn't a support forum really)

dasch wrote:

sure I not that this is not a support forum. But after I did everything I could and it didn't change I thought it might be a bug

dasch wrote:

Running rebuildLocalisationCache.php does not help
Removing all files and checking out again does not help
Changing the encoding of the files does not help

Fixed in r61182. The code that added the localizations was in a if(version > 1.17) block instead of < 1.17