r96038 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96037‎ | r96038 | r96039 >
Date:20:37, 1 September 2011
Author:awjrichards
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/ContributionTracking/ContributionTracking_body.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/ContributionTracking/ContributionTracking_body.php
@@ -50,6 +50,12 @@
5151 'fname' => $wgRequest->getText( 'fname', null ),
5252 'lname' => $wgRequest->getText( 'lname', null ),
5353 'email' => $wgRequest->getText( 'email', null ),
 54+ 'address1' => $wgRequest->getText( 'address1', null ),
 55+ 'city' => $wgRequest->getText( 'city', null ),
 56+ 'state' => $wgRequest->getText( 'state', null ),
 57+ 'zip' => $wgRequest->getText( 'zip', null ),
 58+ 'country' => $wgRequest->getText( 'country', null ),
 59+ 'address_override' => $wgRequest->getText( 'address_override', '0' ),
5460 'recurring_paypal' => $wgRequest->getText( 'recurring_paypal' ),
5561 'amount' => $wgRequest->getVal( 'amount' ),
5662 'amount_given' => $wgRequest->getVal( 'amountGiven' ),
Property changes on: branches/wmf/1.17wmf1/extensions/ContributionTracking/ContributionTracking_body.php
___________________________________________________________________
Added: svn:mergeinfo
5763 Merged /trunk/extensions/ContributionReporting/ContributionTracking_body.php:r74440-74491
5864 Merged /branches/wmf-deployment/extensions/ContributionTracking/ContributionTracking_body.php:r60970
5965 Merged /branches/wmf/1.16wmf4/extensions/ContributionTracking/ContributionTracking_body.php:r67177,69199,76243,77266
6066 Merged /trunk/extensions/ContributionTracking/ContributionTracking_body.php:r64690-96037
6167 Merged /trunk/phase3/extensions/ContributionTracking/ContributionTracking_body.php:r63545-63546,63549,63643,63764,63897-63901,64113,64509,65387,65391,65555,65590,65650,65816,77555,77558-77560,77563-77565,77573

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95908adding address fields to allow testing new first step with fields being passe...jamesur20:38, 31 August 2011
r95917adding address_override for paypal if wanted and adding new fields to process...jamesur23:11, 31 August 2011
r95920uncommenting that had been commented out for testing (followup from r95908)jamesur23:14, 31 August 2011

Status & tagging log