r102831 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102830‎ | r102831 | r102832 >
Date:00:37, 12 November 2011
Author:pgehres
Status:ok
Tags:
Comment:
Adding resources for 2nd step US and dd
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php
@@ -97,6 +97,16 @@
9898 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms',
9999 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
100100 );
 101+$wgResourceModules[ 'gc.form.rapidhtml.webitects.2nd.US' ] = array(
 102+ 'styles' => '',
 103+ 'scripts' => 'js/webitects2nd-US.js',
 104+ 'dependencies' => array(
 105+ 'gc.form.rapidhtml.webitects',
 106+ 'di.form.rapidhtml.webitects.2nd'
 107+ ),
 108+ 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms',
 109+ 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
 110+);
101111 $wgResourceModules[ 'gc.form.rapidhtml.webitects.bt' ] = array(
102112 'styles' => '',
103113 'scripts' => 'js/webitects.bt.js',
@@ -104,6 +114,13 @@
105115 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms',
106116 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
107117 );
 118+$wgResourceModules[ 'gc.form.rapidhtml.webitects.dd' ] = array(
 119+ 'styles' => '',
 120+ 'scripts' => 'js/webitects.bt.js',
 121+ 'dependencies' => 'gc.form.rapidhtml.webitects.2nd',
 122+ 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms',
 123+ 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
 124+);
108125
109126 // PayflowPro
110127 $wgResourceModules[ 'pfp.form.rapidhtml.webitects' ] = array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r102842MFT r102576, r102577, r102579, r102581, r102804, r102805, r102812, r102819, r...awjrichards02:20, 12 November 2011
r102929Re-attempting MFT r102576, r102577, r102578, r102579, r102581, r102689, r1027...khorn00:50, 14 November 2011

Status & tagging log