http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97927

Revision: 97927
Author:   awjrichards
Date:     2011-09-23 17:00:23 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
MFT r97923, r97925, r97926

Modified Paths:
--------------
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html

Property Changed:
----------------
    branches/fundraising/deployment/DonationInterface/payflowpro_gateway/
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php
    branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js


Property changes on: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/trunk/extensions/DonationInterface/payflowpro_gateway:75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-86440,92825,96120-96121,96125,96127-97923
   + 
/trunk/extensions/DonationInterface/payflowpro_gateway:75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-86440,92825,96120-96121,96125,96127-97926


Property changes on: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php:75657-96106,96125,96127-97923
   + 
/trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php:75657-96106,96125,96127-97926


Property changes on: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php:75657-96108,96125,96127-97923
   + 
/trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php:75657-96108,96125,96127-97926


Property changes on: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/trunk/extensions/DonationInterface/payflowpro_gateway/forms:75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-96114,96125,96127-97923
   + 
/trunk/extensions/DonationInterface/payflowpro_gateway/forms:75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-96114,96125,96127-97926

Modified: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
===================================================================
--- 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
    2011-09-23 16:50:18 UTC (rev 97926)
+++ 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
    2011-09-23 17:00:23 UTC (rev 97927)
@@ -274,11 +274,15 @@
                 if( amountErrorString != ""){
                     $("#amountErrorMessages").html( amountErrorString );
                     prevError = true;
+                                       showStep2(); // init the headers
+                                       showStep3();
                     showStep1(); // should be default, but ensure
                 }
                 if( billingErrorString != ""){
                     $("#billingErrorMessages").html( billingErrorString );
                     if( !prevError ){
+                                               showStep1(); // init the headers
+                                               showStep3();
                         showStep2();
                         prevError = true;
                     }
@@ -286,8 +290,11 @@
                 }
                 if( paymentErrorString != ""){
                     $("#paymentErrorMessages").html( paymentErrorString );
-                    if( !prevError )
-                        showStep3();
+                    if( !prevError ){
+                                               showStep1(); // init the headers
+                                               showStep2();
+                                               showStep3();
+                                       }
                     showAmount( $('input[name="amount"]') ); // lets go ahead 
and assume there is something to show
                 }
                        


Property changes on: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php:75657-96113,96125,96127-97923
   + 
/trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php:75657-96113,96125,96127-97926


Property changes on: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php:75657-77440,77442-79286,79288-79296,79298-79299,79301-79303,79305-86440,92825,92827-96116,96125,96127-97923
   + 
/trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php:75657-77440,77442-79286,79288-79296,79298-79299,79301-79303,79305-86440,92825,92827-96116,96125,96127-97926


Property changes on: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js
___________________________________________________________________
Modified: svn:mergeinfo
   - 
/trunk/extensions/DonationInterface/payflowpro_gateway/validate_input.js:75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-86440,91572,92825,96125,96127-97923
   + 
/trunk/extensions/DonationInterface/payflowpro_gateway/validate_input.js:75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-86440,91572,92825,96125,96127-97926


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to