Index: trunk/extensions/Translate/tag/SpecialPageTranslation.php |
— | — | @@ -686,9 +686,13 @@ |
687 | 687 | |
688 | 688 | $this->handlePriorityLanguages( $wgRequest, $page, $wgUser ); |
689 | 689 | |
| 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. |
690 | 694 | // 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(); |
693 | 697 | |
694 | 698 | $page->getTitle()->invalidateCache(); |
695 | 699 | $this->setupRenderJobs( $page ); |