Katie Horn has uploaded a new change for review. https://gerrit.wikimedia.org/r/99555
Change subject: Disabling all form classes other than RapidHTML, and setting RapidHTML to be the new default. ...................................................................... Disabling all form classes other than RapidHTML, and setting RapidHTML to be the new default. Change-Id: I6c5b0b757da5768f4e54807d7c3dedfcf469ce65 --- M DonationInterface.php 1 file changed, 1 insertion(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface refs/changes/55/99555/1 diff --git a/DonationInterface.php b/DonationInterface.php index 94ee9c6..810b9f8 100644 --- a/DonationInterface.php +++ b/DonationInterface.php @@ -106,8 +106,6 @@ //load all possible form classes $wgAutoloadClasses['Gateway_Form'] = $donationinterface_dir . 'gateway_forms/Form.php'; -$wgAutoloadClasses['Gateway_Form_TwoStepTwoColumn'] = $donationinterface_dir . 'gateway_forms/TwoStepTwoColumn.php'; -$wgAutoloadClasses['Gateway_Form_TwoStepTwoColumnLetter'] = $donationinterface_dir . 'gateway_forms/TwoStepTwoColumnLetter.php'; $wgAutoloadClasses['Gateway_Form_RapidHtml'] = $donationinterface_dir . 'gateway_forms/RapidHtml.php'; //GlobalCollect gateway classes @@ -232,7 +230,7 @@ $wgDonationInterfaceCSSVersion = 1; $wgDonationInterfaceTimeout = 5; -$wgDonationInterfaceDefaultForm = 'TwoStepTwoColumnLetter'; +$wgDonationInterfaceDefaultForm = 'RapidHtml'; /** * A string or array of strings for making tokens more secure -- To view, visit https://gerrit.wikimedia.org/r/99555 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6c5b0b757da5768f4e54807d7c3dedfcf469ce65 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/DonationInterface Gerrit-Branch: master Gerrit-Owner: Katie Horn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
