r58931 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58930‎ | r58931 | r58932 >
Date:00:15, 12 November 2009
Author:tomasz
Status:ok
Tags:
Comment:
pulling in rr58930
Modified paths:
  • /branches/wmf-deployment/extensions/ContributionTracking (modified) (history)
  • /branches/wmf-deployment/extensions/ContributionTracking/ContributionTracking_body.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/ContributionTracking/ContributionTracking_body.php
@@ -31,11 +31,11 @@
3232 $tracked_contribution = array(
3333 'note' => $wgRequest->getText('comment', NULL),
3434 'referrer' => $wgRequest->getText('referrer', NULL),
35 - 'anonymous' => $wgRequest->getText('comment-option', 0),
 35+ 'anonymous' => ($wgRequest->getCheck('comment-option', 0) ? 0 : 1),
3636 'utm_source' => $wgRequest->getText('utm_source', NULL),
3737 'utm_medium' => $wgRequest->getText('utm_medium', NULL),
3838 'utm_campaign' => $wgRequest->getText('utm_campaign', NULL),
39 - 'optout' => $wgRequest->getText('email', 0),
 39+ 'optout' => ($wgRequest->getCheck('email', 0) ? 0 : 1),
4040 'language' => $wgRequest->getText('language', NULL),
4141 'ts' => $ts,
4242 );
Property changes on: branches/wmf-deployment/extensions/ContributionTracking
___________________________________________________________________
Name: svn:mergeinfo
4343 - /branches/REL1_15/phase3/extensions/ContributionTracking:51646
/trunk/extensions/ContributionTracking:56151-57449,58315-58567,58684
/trunk/phase3/extensions/ContributionTracking:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350
4444 + /branches/REL1_15/phase3/extensions/ContributionTracking:51646
/trunk/extensions/ContributionTracking:56151-57449,58315-58567,58684,58930
/trunk/phase3/extensions/ContributionTracking:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350

Status & tagging log