"Duplicatebug" posted a comment on MediaWiki.r104088.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104088#c28801

Commit summary for MediaWiki.r104088:

symlink frontend to presentation

Created symlink in php-1.18/extensions/FlaggedRevs. That most probably
fix the localisation update script.
Translatewiki uses trunk for which 'presentation' was moved to
'frontend'.

See r102741

Duplicatebug's comment:

This symlink is in the wrong branch/in the wrong way. LocalisationUpdate 
running with this branch is asking again the trunk with the filename 
<tt>FlaggedRevs\presentation\language\FlaggedRevs.i18n.php</tt> and under that 
path is nothing. You have to add that symlink to trunk.
<pre>
$langDir = $dir . 'presentation/language/';
$wgExtensionMessagesFiles['FlaggedRevs'] = $langDir . 'FlaggedRevs.i18n.php';
</pre>

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to