r95920 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r95919
|
r95920
|
r95921
>
Date:
23:14, 31 August 2011
Author:
jamesur
Status:
ok
Tags:
Comment:
uncommenting that had been commented out for testing (followup from
r95908
)
Modified paths:
/trunk/extensions/ContributionTracking/ContributionTracking_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ContributionTracking/ContributionTracking_body.php
—
—
@@ -39,7 +39,7 @@
40
40
'owa_ref' => $wgRequest->getVal( 'owa_ref', null ),
41
41
//'ts' => $ts,
42
42
);
43
- #$contribution_tracking_id = ContributionTrackingProcessor::saveNewContribution( $tracked_contribution );
43
+ $contribution_tracking_id = ContributionTrackingProcessor::saveNewContribution( $tracked_contribution );
44
44
}
45
45
46
46
$params = array(
Follow-up revisions
Revision
Commit summary
Author
Date
r96038
MFT
r95908
,
r95917
,
r95920
:
awjrichards
20:37, 1 September 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r95908
adding address fields to allow testing new first step with fields being passe...
jamesur
20:38, 31 August 2011
r95917
adding address_override for paypal if wanted and adding new fields to process...
jamesur
23:11, 31 August 2011
Status & tagging log
23:15, 31 August 2011
Awjrichards
(
talk
|
contribs
)
changed the
status
of r95920
[
removed:
new
added:
ok]