r101189 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101188‎ | r101189 | r101190 >
Date:20:18, 28 October 2011
Author:awjrichards
Status:deferred
Tags:
Comment:
Modified paths:
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.body.php (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -68,7 +68,7 @@
6969 } else {
7070 if ( !$this->adapter->isCache() ) {
7171 // if we're not caching, there's a token mismatch
72 - $this->errors['general']['token-mismatch'] = wfMsg( $gateway_id . '_gateway-token-mismatch' );
 72+ $this->errors['general']['token-mismatch'] = wfMsg( 'donate_interface-token-mismatch' );
7373 }
7474 $this->displayForm( $this->errors );
7575 }
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway
___________________________________________________________________
Modified: svn:mergeinfo
7676 Merged /trunk/extensions/DonationInterface/payflowpro_gateway:r101180
Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.body.php
@@ -139,7 +139,7 @@
140140 } else {
141141 if ( !$this->adapter->isCache() ) {
142142 // if we're not caching, there's a token mismatch
143 - $this->errors['general']['token-mismatch'] = wfMsg( $gateway_id . '_gateway-token-mismatch' );
 143+ $this->errors['general']['token-mismatch'] = wfMsg( 'donate_interface-token-mismatch' );
144144 }
145145 $this->displayForm( $this->errors );
146146 }
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface
___________________________________________________________________
Modified: svn:mergeinfo
147147 Merged /trunk/extensions/DonationInterface:r101180

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101180fixing token mismatch errorkaldari19:43, 28 October 2011

Status & tagging log