r58546 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58545‎ | r58546 | r58547 >
Date:14:33, 4 November 2009
Author:tomasz
Status:ok
Tags:
Comment:
Pickin up latest changes
Modified paths:
  • /branches/wmf-deployment/extensions/DonationInterface (modified) (history)
  • /branches/wmf-deployment/extensions/DonationInterface/donate_interface (modified) (history)
  • /branches/wmf-deployment/extensions/DonationInterface/donate_interface/donate_interface.php (modified) (history)
  • /branches/wmf-deployment/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php
@@ -88,7 +88,7 @@
8989 function pfpGatewayPage( &$url ) {
9090 global $wgScript;
9191
92 - $url['payflow'] = $wgScript . '?title=Special:PayflowProGateway';
 92+ $url['payflow'] = 'https://payments.wikimedia.org/index.php' . '?title=Special:PayflowProGateway';
9393
9494 return true;
9595 }
Index: branches/wmf-deployment/extensions/DonationInterface/donate_interface/donate_interface.php
@@ -131,7 +131,7 @@
132132 $currencyMenu .= Xml::option( $fullName, $value );
133133 }
134134
135 - $output = Xml::openElement( 'form', array( 'name' => "donate", 'method' => "post", 'action' => "", 'onsubmit' => 'return DonateValidateForm(this)' )) .
 135+ $output = Xml::openElement( 'form', array( 'name' => "donate", 'method' => "post", 'action' => "", 'onsubmit' => '' )) .
136136 Xml::openElement( 'div', array('id' => 'mw-donation-intro' )) .
137137 Xml::element( 'p', array( 'class' => 'mw-donation-intro-text' ), wfMsg( 'donate_interface-intro' )) .
138138 Xml::closeElement( 'div' );
Property changes on: branches/wmf-deployment/extensions/DonationInterface/donate_interface
___________________________________________________________________
Name: svn:mergeinfo
139139 + /branches/REL1_15/phase3/extensions/DonationInterface/donate_interface:51646
/trunk/extensions/DonationInterface/donate_interface:56207,56209,56296,56333,56355,58532,58544-58545
/trunk/phase3/extensions/DonationInterface/donate_interface:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447
Property changes on: branches/wmf-deployment/extensions/DonationInterface
___________________________________________________________________
Name: svn:mergeinfo
140140 + /branches/REL1_15/phase3/extensions/DonationInterface:51646
/trunk/extensions/DonationInterface:56207,56209,56296,56333,56355,58544-58545
/trunk/phase3/extensions/DonationInterface:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447

Status & tagging log