User "Awjrichards" changed the status of MediaWiki.r96927.

Old Status: ok
New Status: new

User "Awjrichards" also posted a comment on MediaWiki.r96927.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96927#c23471
Commit summary:

Mods to make the DonationInterface tests accurate again.Fundraiser Card #285
Modifications to DonationInterface so RapidHTML works in a gateway-agnostic 
sort of way.
Also, some clean up: followup r95723, and mods to the tests.

Comment:

>From donationinterface.php:
<code>
$wgDonationInterfaceHtmlFormDir = dirname( __FILE__ ) . "/gateway_forms/html";
//ffname is the $key from now on. 
$wgDonationInterfaceAllowedHtmlForms = array(
        'demo' => $wgDonationInterfaceHtmlFormDir . "/demo.html",
        'globalcollect_test' => $wgDonationInterfaceHtmlFormDir . 
"/globalcollect_test.html",
);
</code>
This needs to be updated to reflect the new rapidhtml directory layout in 
trunk.  Merging fun!

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to