r101554 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101553‎ | r101554 | r101555 >
Date:23:55, 1 November 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Added jqueryui accordian to module gc.form.core.validate. Added css to module gc.form.core.validate.
Modified paths:
  • /trunk/extensions/DonationInterface/donationinterface.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/donationinterface.php
@@ -119,9 +119,10 @@
120120 $wgResourceModules[ 'gc.form.core.validate' ] = array(
121121 // scripts are not being picked up properly. These are currently only being loaded in TwoStepAmount.php
122122 'scripts' => array( 'js/validate.js', 'js/jquery.validate.js', 'js/jquery.validate.additional-methods.js', ),
123 - 'dependencies' => array( 'ext.donationInterface.errorMessages' ),
 123+ 'dependencies' => array( 'ext.donationInterface.errorMessages', 'jquery.ui.accordion', ),
124124 'localBasePath' => $donationinterface_dir . 'globalcollect_gateway/modules',
125 - 'remoteExtPath' => 'DonationInterface/globalcollect_gateway/modules'
 125+ 'remoteExtPath' => 'DonationInterface/globalcollect_gateway/modules',
 126+ 'styles' => 'css/style.css',
126127 );
127128
128129 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r101555Added css to module gc.form.core.validate.jpostlethwaite23:56, 1 November 2011
r101746MFT r101074, r101217, r101236, r101382, r101501, r101503, r101504, r101512, r...awjrichards23:23, 2 November 2011
r106347followup r100954, r101060, r101554...khorn18:19, 15 December 2011

Status & tagging log