Ejegg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/292289

Change subject: Add comments explaining gc.iframe module
......................................................................

Add comments explaining gc.iframe module

So future neat freaks don't make the same mistake I did.

Bug: T135388
Change-Id: I5a00eaa363b7b5db284afe9daba8b3423b9d7de4
---
M gateway_forms/rapidhtml/RapidHtmlResources.php
M globalcollect_gateway/forms/css/iframe.css
2 files changed, 5 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/89/292289/1

diff --git a/gateway_forms/rapidhtml/RapidHtmlResources.php 
b/gateway_forms/rapidhtml/RapidHtmlResources.php
index 84f50f8..a3820f7 100644
--- a/gateway_forms/rapidhtml/RapidHtmlResources.php
+++ b/gateway_forms/rapidhtml/RapidHtmlResources.php
@@ -48,6 +48,10 @@
        'localBasePath' => __DIR__ . '/../../globalcollect_gateway/forms',
        'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
 );
+/**
+ * This is sourced from inside the Ingenico-hosted iframe rather
+ * than referenced from our site. Please do not remove.
+ */
 $wgResourceModules[ 'gc.iframe' ] = array(
        'styles' => 'css/iframe.css',
        'localBasePath' => __DIR__ . '/../../globalcollect_gateway/forms',
diff --git a/globalcollect_gateway/forms/css/iframe.css 
b/globalcollect_gateway/forms/css/iframe.css
index 52d442a..71444a2 100644
--- a/globalcollect_gateway/forms/css/iframe.css
+++ b/globalcollect_gateway/forms/css/iframe.css
@@ -1,3 +1,4 @@
+/* Styling for the Ingenico-hosted card entry form */
 body#pageGetMissingData {
   background-color: transparent;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/292289
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a00eaa363b7b5db284afe9daba8b3423b9d7de4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>

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

Reply via email to