r59051 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r59050
|
r59051
|
r59052
>
Date:
02:49, 14 November 2009
Author:
tomasz
Status:
ok
Tags:
Comment:
adding temporary message during weekend testing
Modified paths:
/branches/wmf-deployment/extensions/ContributionReporting/ContributionTrackingStatistics_body.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/wmf-deployment/extensions/ContributionReporting/ContributionTrackingStatistics_body.php
—
—
@@ -25,6 +25,9 @@
26
26
// Begin output
27
27
$this->setHeaders();
28
28
29
+ global $wgOut;
30
+ $wgOut->addHTML( 'WARNING: THIS IS INCOMPLETE TEST DATA AND IS NOT REFLECTIVE OFF THE FULL CAMPAIGN' );
31
+
29
32
// Show day totals
30
33
$this->showDayTotals();
31
34
Status & tagging log
01:14, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r59051
[
removed:
wmf-local]
03:22, 24 March 2010
Tim Starling
(
talk
|
contribs
)
changed the
tags
for r59051
[
added:
wmf-local]
05:26, 11 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r59051
[
removed:
new
added:
ok]