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 @@
2073
2073
$tables[] = 'flaggedimages';
2074
2074
$tables[] = 'flaggedrevs_promote';
2075
2075
$tables[] = 'flaggedrevs_tracking';
2076
+ $tables[] = 'valid_tag'; // we need this core table
2076
2077
return true;
2077
2078
}
2078
2079
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r69005
Add valid_tag to list of tables for parsertests. Mine seemed to need it
demon
15: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
00:20, 14 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r69392
[
removed:
old
added:
deferred]
17:19, 23 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r69392
[
removed:
new
added:
old]