Thanks Reedy!
Can you confirm this *really* fixed it? Also see translatewiki:Thread:Support/LocalisationUpdate_not_working?/reply_(2)
I think this may have to be a fixme...
It did at the time... I seem to remember LU display errors over it, and someone was suggesting it was broken
Does not work for FlaggedRevs:
Proof that LU is working (from the same commit):
Damn URLs.
Per the bug for this, which is probably a more sane discussion place, as reverting this definitely wont fix it... Push a more trunk esk version of flagged revs into 1.18wmf1. If that doesn't fix it, we've got bigger issues, as trunk and 1.18wmf1 will at least be in sync then
This symlink is in the wrong branch/in the wrong way. LocalisationUpdate running with this branch is asking again the trunk with the filename FlaggedRevs\presentation\language\FlaggedRevs.i18n.php and under that path is nothing. You have to add that symlink to trunk.
$langDir = $dir . 'presentation/language/'; $wgExtensionMessagesFiles['FlaggedRevs'] = $langDir . 'FlaggedRevs.i18n.php';
PHP Warning: file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ConfiguredPages.i18n.php): failed to open stream: No such file or directory in /home/wikipedia/common/php-1.18/extensions/LocalisationUpdate/LocalisationUpdate.class.php on line 301 Warning: file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ConfiguredPages.i18n.php): failed to open stream: No such file or directory in /home/wikipedia/common/php-1.18/extensions/LocalisationUpdate/LocalisationUpdate.class.php on line 301
I'd concur. Someone from ops has just created the symlink in trunk in the l10nupdate checkout
Should be able to see in 10-15 minutes...
Yup, looks to have fixed it
https://translatewiki.net/w/i.php?title=MediaWiki:Prefs-flaggedrevs-ui/hi&action=edit matches https://www.mediawiki.org/wiki/MediaWiki:Prefs-flaggedrevs-ui/hi now
Thanks!