r110448 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110447‎ | r110448 | r110449 >
Date:23:16, 31 January 2012
Author:pgehres
Status:ok
Tags:fundraising 
Comment:
Adding @street_supplemental to CV template for testing.
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php (modified) (history)
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CV.html (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php
@@ -22,8 +22,8 @@
2323 '@fname', // => $wgRequest->getText( 'fname' ),
2424 '@mname', // => $wgRequest->getText( 'mname' ),
2525 '@lname', // => $wgRequest->getText( 'lname' ),
 26+ '@street_supplemental', // => $wgRequest->getText( 'street_supplemental' ), MUST BE BEFORE @street
2627 '@street', // => $wgRequest->getText( 'street' ),
27 - '@street_supplemental', // => $wgRequest->getText( 'street_supplemental' ),
2828 '@city', // => $wgRequest->getText( 'city' ),
2929 '@state', // => $wgRequest->getText( 'state' ),
3030 '@zip', // => $wgRequest->getText( 'zip' ),
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CV.html
@@ -17,6 +17,11 @@
1818 </td>
1919 </tr>
2020 <tr>
 21+ <td colspan="2">
 22+ <input class="fullwidth" name="streetnumber" value="@street_supplemental" type="text" title="%donate_interface-donor-street-number%" placeholder="%donate_interface-donor-street-number%" id="streetnumber">
 23+ </td>
 24+</tr>
 25+<tr>
2126 <td colspan="2"><span class="creditcard-error-msg"></span></td>
2227 </tr>
2328 <tr>

Follow-up revisions

RevisionCommit summaryAuthorDate
r110819MFT r109685, r110438, r110440, r110448, r110736, r110773, r110800, r110803khorn02:23, 7 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110446Adding support for a second address line in donation formsawjrichards23:03, 31 January 2012

Status & tagging log