r113757 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113756‎ | r113757 | r113758 >
Date:20:21, 13 March 2012
Author:siebrand
Status:ok
Tags:i18nreview 
Comment:
Comment out code from r113132, because it didn't do that it needed to do.
Modified paths:
  • /trunk/extensions/Translate/tag/SpecialPageTranslation.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/tag/SpecialPageTranslation.php
@@ -686,9 +686,13 @@
687687
688688 $this->handlePriorityLanguages( $wgRequest, $page, $wgUser );
689689
 690+ // @todo FIXME: When translatable page X is tagged for translation and when X has <languages/>,
 691+ // then there is no language bar on X after tagging and a job queue run. The below
 692+ // tried to resolve that, but didn't. No correct solution known at the moment.
 693+ // Manual fix is "action=purge" on X.
690694 // This updates the language bars properly as well as the translatable page.
691 - $page->getTranslationPercentages( true );
692 - WikiPage::factory( $page->getTitle() )->doPurge();
 695+ //$page->getTranslationPercentages( true );
 696+ //WikiPage::factory( $page->getTitle() )->doPurge();
693697
694698 $page->getTitle()->invalidateCache();
695699 $this->setupRenderJobs( $page );

Sign-offs

UserFlagDate
Nikerabbitinspected16:43, 14 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113132Update language bard properly.siebrand13:36, 6 March 2012

Status & tagging log