r101917 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101916‎ | r101917 | r101918 >
Date:23:44, 3 November 2011
Author:pgehres
Status:ok
Tags:
Comment:
Fixing references to webitects_2_3step.ie6, FU r101852
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php
@@ -64,6 +64,12 @@
6565 'localBasePath' => dirname( __FILE__ ),
6666 'remoteExtPath' => $wgDonationInterfaceRapidHtmlRemoteExtPath,
6767 );
 68+$wgResourceModules[ 'di.form.rapidhtml.webitects.2nd' ] = array(
 69+ 'styles' => 'css/webitects2nd.css',
 70+ 'dependencies' => 'di.form.rapidhtml.webitects',
 71+ 'localBasePath' => dirname( __FILE__ ),
 72+ 'remoteExtPath' => $wgDonationInterfaceRapidHtmlRemoteExtPath,
 73+);
6874
6975 // GlobalCollect
7076 $wgResourceModules[ 'gc.form.rapidhtml.webitects' ] = array(
@@ -74,11 +80,22 @@
7581 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
7682 );
7783 $wgResourceModules[ 'gc.form.rapidhtml.webitects.ie6' ] = array(
78 - 'styles' => 'css/webitects_2_3step.ie6.css',
79 - 'dependencies' => 'gc.form.rapidhtml.webitects',
 84+ 'dependencies' => array(
 85+ 'di.form.rapidhtml.webitects.ie6',
 86+ 'gc.form.rapidhtml.webitects'
 87+ ),
8088 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms',
8189 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
8290 );
 91+$wgResourceModules[ 'gc.form.rapidhtml.webitects.2nd' ] = array(
 92+ 'styles' => '',
 93+ 'dependencies' => array(
 94+ 'gc.form.rapidhtml.webitects',
 95+ 'di.form.rapidhtml.webitects.2nd'
 96+ ),
 97+ 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms',
 98+ 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
 99+);
83100
84101 // PayflowPro
85102 $wgResourceModules[ 'pfp.form.rapidhtml.webitects' ] = array(
@@ -92,8 +109,10 @@
93110 'remoteExtPath' => $wgPayflowRapidHtmlRemoteExtPath,
94111 );
95112 $wgResourceModules[ 'pfp.form.rapidhtml.webitects.ie6' ] = array(
96 - 'styles' => '', //css/webitects_2_3step.ie6.css',
97 - 'dependencies' => 'pfp.form.rapidhtml.webitects',
 113+ 'dependencies' => array(
 114+ 'di.form.rapidhtml.webitects.ie6',
 115+ 'pfp.form.rapidhtml.webitects',
 116+ ),
98117 'localBasePath' => dirname( __FILE__ ).'/../../payflowpro_gateway/forms',
99118 'remoteExtPath' => $wgPayflowRapidHtmlRemoteExtPath,
100119 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r101929Adding webitects_2_3step-CA for pfp and gc, also FU to r101917pgehres00:21, 4 November 2011
r101939MFT r101757, r101852, r101917, r101929awjrichards01:12, 4 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101852Refactoring webitects forms to share common css and js between pfp and gc gat...pgehres19:01, 3 November 2011

Status & tagging log