r69392 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69391‎ | r69392 | r69393 >
Date:16:47, 15 July 2010
Author:demon
Status:deferred (Comments)
Tags:
Comment:
Followup to r69005, turns out it was FlaggedRevs causing the problem. It needs valid_tag added to parser test tables as well
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php
@@ -2072,6 +2072,7 @@
20732073 $tables[] = 'flaggedimages';
20742074 $tables[] = 'flaggedrevs_promote';
20752075 $tables[] = 'flaggedrevs_tracking';
 2076+ $tables[] = 'valid_tag'; // we need this core table
20762077 return true;
20772078 }
20782079

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69005Add valid_tag to list of tables for parsertests. Mine seemed to need itdemon15:29, 4 July 2010

Comments

#Comment by Aaron Schulz (talk | contribs)   19:45, 15 July 2010

Why is this needed and what does it have to do with FR and parsing?

Status & tagging log