Last modified: 2014-11-18 18:07:07 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T35122, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33122 - LocalisationUpdate not updating FlaggedRevs messages
LocalisationUpdate not updating FlaggedRevs messages
Status: VERIFIED FIXED
Product: Wikimedia
Classification: Unclassified
Deployment systems (Other open bugs)
unspecified
All All
: High normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
: i18n
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-14 18:50 UTC by Beau
Modified: 2014-11-18 18:07 UTC (History)
10 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Diff from r98024 (last successful import) till head (106.05 KB, application/x-gzip)
2012-01-04 03:23 UTC, Marcin Cieślak
Details
Changes to FlaggedRevs messages since r98023 (183.10 KB, application/x-gzip)
2012-01-04 03:24 UTC, Marcin Cieślak
Details

Description Beau 2011-12-14 18:50:20 UTC
Localised messages were reverted to the old ones. For example
Message displayed yesterday (it is in trunk):
        'flaggedrevs-hidereviewed' => '$1 przejrzane edycje',

Message displayed today (it is in 18wmf1
	'flaggedrevs-hidereviewed' => '$1 ukrytych edycji',

File: extensions/FlaggedRevs/presentation/language/FlaggedRevs.i18n.php

This issue may be caused by failed localisation update today https://wikitech.wikimedia.org/view/Server_admin_log#December_14
Comment 1 Mark A. Hershberger 2011-12-14 21:05:37 UTC
low priority because I suspect the problem is intermittent.  Please correct me if I'm wrong, Roan.
Comment 2 PMG 2011-12-14 21:19:28 UTC
Problem is that some of this text are on (for example) RecentChanges

http://pl.wikipedia.org/wiki/Specjalna:Ostatnie_zmiany

"Ukryj ukrytych edycji" - this is very incorrect.
Comment 3 Roan Kattouw 2011-12-15 16:08:52 UTC
This is not an intermittent problem, it's because LocalisationUpdate is getting confused by the fact that the FlaggedRevs i18n files were moved.

Aaron (CC), is there anything we can do to make the i18n file paths for FlaggedRevs match in trunk and 1.18wmf1?
Comment 4 Aaron Schulz 2011-12-16 02:31:09 UTC
What error is it giving? I know a symlink was put up a while ago to help this.
Comment 5 Roan Kattouw 2011-12-16 17:46:43 UTC
(In reply to comment #4)
> What error is it giving? I know a symlink was put up a while ago to help this.

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                                                                                                         
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ConfiguredPages.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/FlaggedRevs.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/FlaggedRevs.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                                                                                                             
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/FlaggedRevs.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/PendingChanges.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/PendingChanges.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                                                                                                          
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/PendingChanges.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ProblemChanges.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/ProblemChanges.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                                                                                                          
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ProblemChanges.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/QualityOversight.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/QualityOversight.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                                                                                                        
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/QualityOversight.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ReviewedPages.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/ReviewedPages.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                                                                                                           
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ReviewedPages.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ReviewedVersions.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/ReviewedVersions.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                                                                                                        
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ReviewedVersions.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/RevisionReview.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/RevisionReview.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                                                                                                          
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/RevisionReview.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/Stabilization.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/Stabilization.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                                                                                                           
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/Stabilization.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/StablePages.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/Stabilization.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                                                                                                           
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/Stabilization.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/StablePages.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/StablePages.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                                                                                                             
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/StablePages.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/UnreviewedPages.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/UnreviewedPages.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                                                                                                         
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/UnreviewedPages.i18n.php
PHP Warning:  file_get_contents(/var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ValidationStatistics.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/ValidationStatistics.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                                                                                                    
Cannot get the contents of /var/lib/l10nupdate/trunk/extensions/FlaggedRevs/presentation/language/ValidationStatistics.i18n.php
Comment 6 Marcin Cieślak 2011-12-28 23:59:10 UTC
This is caused by r102741 which renamed "presentation"  directory to "frontend". There is more discussion on r104088, but it seems that the symlink solution does not work. As of r107515 running on Wed Dec 28 23:54:10 UTC 2011 on Wikimedia (plwiki) we still have a problem. 

Bumping importance to "High", as some messages on live site look really strange.
Comment 7 Sam Reed (reedy) 2011-12-29 00:08:41 UTC
Aaron - Any reason we can't just push a trunk version of FR into 1.18wmf1? Seems the easiest way to make it consistent, and probably the quickest rather than a load of debugging what ifs...

If so, which rev can we branch from? Or can we take SVN HEAD?
Comment 8 Sam Reed (reedy) 2012-01-03 23:05:24 UTC
(In reply to comment #7)
> Aaron - Any reason we can't just push a trunk version of FR into 1.18wmf1?
> Seems the easiest way to make it consistent, and probably the quickest rather
> than a load of debugging what ifs...
> 
> If so, which rev can we branch from? Or can we take SVN HEAD?

Aaron suggests with a small amount of CR, we can branch FR as of r104562 into 1.18wmf1
Comment 9 Sam Reed (reedy) 2012-01-04 01:31:21 UTC
(In reply to comment #8)
> (In reply to comment #7)
> > Aaron - Any reason we can't just push a trunk version of FR into 1.18wmf1?
> > Seems the easiest way to make it consistent, and probably the quickest rather
> > than a load of debugging what ifs...
> > 
> > If so, which rev can we branch from? Or can we take SVN HEAD?
> 
> Aaron suggests with a small amount of CR, we can branch FR as of r104562 into
> 1.18wmf1

https://www.mediawiki.org/w/index.php?path=%2Ftrunk%2Fextensions%2FFlaggedRevs&title=Special%3ACode%2FMediaWiki%2Fstatus%2Fnew
Comment 10 Marcin Cieślak 2012-01-04 03:23:44 UTC
Created attachment 9799 [details]
Diff from r98024 (last successful import) till head

This diff describes changes to the FlaggedRevs since the last successful merge of i18n (I think tha r98023 was merged in r98144)
Comment 11 Marcin Cieślak 2012-01-04 03:24:54 UTC
Created attachment 9800 [details]
Changes to FlaggedRevs messages since r98023

This diff describes changes to the FlaggedRevs i18n MESSAGES ONLY since the last successful merge of i18n (I think tha r98023 was merged in r98144)
Comment 12 Marcin Cieślak 2012-01-04 03:34:17 UTC
I have briefly analized the changes to FlaggedRevs messages since r98023, and it seem that there were only the following changes to the messages:

* bokmål has been changed from Nb to No (r107287, unfortunately with some other changes as well)

* I have removed "revreview-cancel" function in r99182 (trivial to backport)

The message "flaggedrevs-hidereviewed" was changed for Polish in r99033, so merging this into the deployed version is of the highest priority (previous translation was very bad).
Comment 13 Marcin Cieślak 2012-01-04 03:35:02 UTC

> * bokmål has been changed from Nb to No (r107287, unfortunately with some other
> changes as well)

sorry, it was no->nb
Comment 14 Marcin Cieślak 2012-01-05 14:47:37 UTC
How are /var/lib/l10nupdate/ files generated? Maybe a simple "mv" there would do?
Comment 15 Sam Reed (reedy) 2012-01-05 14:49:19 UTC
(In reply to comment #14)
> How are /var/lib/l10nupdate/ files generated? Maybe a simple "mv" there would
> do?

It's a svn checkout

So moving stuff will just cause future conflicts
Comment 17 Marcin Cieślak 2012-01-14 02:37:47 UTC
Verified: works. Removed workaround on plwiki. Thank you!

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links