Mage_Centinel - Version 1.9.2.0

Version Notes

1.9.2.0

Download this release

Release Info

Developer Magento Core Team
Extension Mage_Centinel
Version 1.9.2.0
Comparing to
See all releases


Code changes from version 1.9.1.1 to 1.9.2.0

app/code/core/Mage/Centinel/controllers/Adminhtml/Centinel/IndexController.php CHANGED
@@ -116,5 +116,15 @@ class Mage_Centinel_Adminhtml_Centinel_IndexController extends Mage_Adminhtml_Co
116
  }
117
  return false;
118
  }
 
 
 
 
 
 
 
 
 
 
119
  }
120
 
116
  }
117
  return false;
118
  }
119
+
120
+ /**
121
+ * Check is allowed access to action
122
+ *
123
+ * @return bool
124
+ */
125
+ protected function _isAllowed()
126
+ {
127
+ return Mage::getSingleton('admin/session')->isAllowed('sales/order/actions/review_payment');
128
+ }
129
  }
130
 
app/design/frontend/base/default/template/centinel/logo.phtml CHANGED
@@ -27,7 +27,7 @@
27
  <li class="centinel-logos" id="<?php echo $this->getCode() ?>_centinel_logo">
28
  <label><?php echo $this->__('To ensure the security of your transactions') ?></label>
29
  <div class="input-box">
30
- <a href="#" title="<?php echo $this->__('Verified by Visa') ?> " onclick="popWin('<?php echo $this->helper('centinel')->getVisaLearnMorePageUrl()?>', 'verifiedByVisa', 'width=815,height=600,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;"><img src="<?php echo $this->getSkinUrl('images/centinel/vbv_ltbg_71x57.png'); ?>" alt="<?php echo $this->__('Verified by Visa') ?>" /></a>
31
- <a href="#" title="<?php echo $this->__('MasterCard SecureCode'); ?>" onclick="popWin('<?php echo $this->helper('centinel')->getMastercardLearnMorePageUrl()?>', 'secureCode', 'width=600,height=403,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;"><img src="<?php echo $this->getSkinUrl('images/centinel/sc_learn_62x34.png'); ?>" alt="<?php echo $this->__('MasterCard SecureCode') ?>" /></a>
32
  </div>
33
  </li>
27
  <li class="centinel-logos" id="<?php echo $this->getCode() ?>_centinel_logo">
28
  <label><?php echo $this->__('To ensure the security of your transactions') ?></label>
29
  <div class="input-box">
30
+ <a href="#" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Verified by Visa')) ?> " onclick="popWin('<?php echo $this->helper('centinel')->getVisaLearnMorePageUrl()?>', 'verifiedByVisa', 'width=815,height=600,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;"><img src="<?php echo $this->getSkinUrl('images/centinel/vbv_ltbg_71x57.png'); ?>" alt="<?php echo Mage::helper('core')->quoteEscape($this->__('Verified by Visa')) ?>" /></a>
31
+ <a href="#" title="<?php echo Mage::helper('core')->quoteEscape($this->__('MasterCard SecureCode')); ?>" onclick="popWin('<?php echo $this->helper('centinel')->getMastercardLearnMorePageUrl()?>', 'secureCode', 'width=600,height=403,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;"><img src="<?php echo $this->getSkinUrl('images/centinel/sc_learn_62x34.png'); ?>" alt="<?php echo Mage::helper('core')->quoteEscape($this->__('MasterCard SecureCode')) ?>" /></a>
32
  </div>
33
  </li>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Centinel</name>
4
- <version>1.9.1.1</version>
5
  <stability>stable</stability>
6
  <license>mixed</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>3D Secure Card Validation</summary>
10
  <description>An integration with Cardinalcommerce Centinel service. Provides option to validate Visa and Mastercard cards for eliminating possible fraudlent order placement attempts. Adds information about Electronic Commerce Identifier, that designates liability for chargeback.</description>
11
- <notes>1.9.1.1</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2015-04-29</date>
14
- <time>12:01:16</time>
15
- <contents><target name="magecore"><dir name="Mage"><dir name="Centinel"><dir name="Block"><dir name="Adminhtml"><dir name="Validation"><file name="Form.php" hash="2c5037269fd0b248189dd850fca779f1"/></dir><file name="Validation.php" hash="5c084586c88724c5aa2b85a65b2366fe"/></dir><dir name="Authentication"><file name="Complete.php" hash="2cd63959cda8662e599e1564bd952b24"/><file name="Start.php" hash="2eeb1df3c1d84214cea28afd326d2d58"/></dir><file name="Authentication.php" hash="068df6b20710b4c48f6bb83937550765"/><file name="Logo.php" hash="76041890645fbe4469a8bcda73603518"/></dir><dir name="Helper"><file name="Data.php" hash="c909a1a496994d82d42c226986256cdf"/></dir><dir name="Model"><file name="Api.php" hash="b9a4b79d25b5a10a08c4a0c54caa15cd"/><file name="Config.php" hash="701ab6d1e0b2617ba6815397ee6490e5"/><file name="Observer.php" hash="27558a9ced719831d10f764c0d164b3a"/><file name="Service.php" hash="2f08fd415001192fe8adbac099ccf928"/><file name="Session.php" hash="49af021c6a0b416aa5b51344d22b9d19"/><dir name="State"><file name="Jcb.php" hash="3a3f66516887e15807cd764a326b176e"/><file name="Mastercard.php" hash="acf4dfe5603bf7cfaaf2cad8f6cad0a3"/><file name="Visa.php" hash="8e1e9cfb6e04a01718d15b75c2a05b0e"/></dir><file name="StateAbstract.php" hash="afb6a310b9490067675694a1a0651ecd"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Centinel"><file name="IndexController.php" hash="f83c4d0be8e1850034fbb104cf7649ca"/></dir></dir><file name="IndexController.php" hash="9707a5cf8c5e268182a21fd24e3bd910"/></dir><dir name="etc"><file name="config.xml" hash="b9a9825fe3e98d39ac88689fb3112898"/><file name="system.xml" hash="182a494355df50e11101a4c4efb8bcca"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Centinel.xml" hash="86936cb9decb4fc3b4f1f3f1601b1c69"/></dir></target><target name="mageweb"><dir name="js"><dir name="mage"><dir name="adminhtml"><dir name="sales"><file name="centinel.js" hash="b359cd5b89ff9490def96740dbe21480"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="centinel"><dir name="authentication"><file name="complete.phtml" hash="39753ca8c4bb8a4256937ea3473edd3d"/><file name="start.phtml" hash="3aeb35151c1307005518eed58c4b93c8"/></dir><dir name="validation"><file name="form.phtml" hash="5ec27390f38732612313d97341440ad1"/></dir></dir></dir><dir name="layout"><file name="centinel.xml" hash="ad5d8ca958576c1d72e696e68f0cd7af"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="centinel"><dir name="authentication"><file name="complete.phtml" hash="41b5027c34348852397587d897e73178"/><file name="start.phtml" hash="ac094306804071c2ae808b49332432a4"/></dir><file name="authentication.phtml" hash="3e59b2f420584c084d517ae0814925d4"/><file name="logo.phtml" hash="9d147e2c25731402c9e950deb21f9d30"/></dir></dir><dir name="layout"><file name="centinel.xml" hash="c865d550a29d4bfc87a3b61262cc84b3"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_Centinel.csv" hash="20f331c149ccf32faabdd406626805e0"/></dir></target><target name="magelib"><dir name="3Dsecure"><file name="CentinelClient.php" hash="e8459bd7d542e38058529e9bbb27ca25"/><file name="CentinelErrors.php" hash="e99aa9e865cc56beb2cf99d616ff0ceb"/><file name="XMLParser.php" hash="d089f3a81ac81378c889eee73a52f413"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="centinel"><file name="sc_learn_62x34.png" hash="7d6ec4b19f8eeb6baa2cddd5d4274f87"/><file name="v_activate_steps.gif" hash="005312b14c6aed41e8a47c4acaac7c1a"/><file name="vbv_ltbg_71x57.png" hash="324e5de7f6c75dc3cecb61646113ac41"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.9.1.1</min><max>1.9.1.1</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Centinel</name>
4
+ <version>1.9.2.0</version>
5
  <stability>stable</stability>
6
  <license>mixed</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>3D Secure Card Validation</summary>
10
  <description>An integration with Cardinalcommerce Centinel service. Provides option to validate Visa and Mastercard cards for eliminating possible fraudlent order placement attempts. Adds information about Electronic Commerce Identifier, that designates liability for chargeback.</description>
11
+ <notes>1.9.2.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2015-06-26</date>
14
+ <time>13:49:01</time>
15
+ <contents><target name="magecore"><dir name="Mage"><dir name="Centinel"><dir name="Block"><dir name="Adminhtml"><dir name="Validation"><file name="Form.php" hash="2c5037269fd0b248189dd850fca779f1"/></dir><file name="Validation.php" hash="5c084586c88724c5aa2b85a65b2366fe"/></dir><dir name="Authentication"><file name="Complete.php" hash="2cd63959cda8662e599e1564bd952b24"/><file name="Start.php" hash="2eeb1df3c1d84214cea28afd326d2d58"/></dir><file name="Authentication.php" hash="068df6b20710b4c48f6bb83937550765"/><file name="Logo.php" hash="76041890645fbe4469a8bcda73603518"/></dir><dir name="Helper"><file name="Data.php" hash="c909a1a496994d82d42c226986256cdf"/></dir><dir name="Model"><file name="Api.php" hash="b9a4b79d25b5a10a08c4a0c54caa15cd"/><file name="Config.php" hash="701ab6d1e0b2617ba6815397ee6490e5"/><file name="Observer.php" hash="27558a9ced719831d10f764c0d164b3a"/><file name="Service.php" hash="2f08fd415001192fe8adbac099ccf928"/><file name="Session.php" hash="49af021c6a0b416aa5b51344d22b9d19"/><dir name="State"><file name="Jcb.php" hash="3a3f66516887e15807cd764a326b176e"/><file name="Mastercard.php" hash="acf4dfe5603bf7cfaaf2cad8f6cad0a3"/><file name="Visa.php" hash="8e1e9cfb6e04a01718d15b75c2a05b0e"/></dir><file name="StateAbstract.php" hash="afb6a310b9490067675694a1a0651ecd"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Centinel"><file name="IndexController.php" hash="e598f41a4ad9c437906a164a0364a316"/></dir></dir><file name="IndexController.php" hash="9707a5cf8c5e268182a21fd24e3bd910"/></dir><dir name="etc"><file name="config.xml" hash="b9a9825fe3e98d39ac88689fb3112898"/><file name="system.xml" hash="182a494355df50e11101a4c4efb8bcca"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Centinel.xml" hash="86936cb9decb4fc3b4f1f3f1601b1c69"/></dir></target><target name="mageweb"><dir name="js"><dir name="mage"><dir name="adminhtml"><dir name="sales"><file name="centinel.js" hash="b359cd5b89ff9490def96740dbe21480"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="centinel"><dir name="authentication"><file name="complete.phtml" hash="39753ca8c4bb8a4256937ea3473edd3d"/><file name="start.phtml" hash="3aeb35151c1307005518eed58c4b93c8"/></dir><dir name="validation"><file name="form.phtml" hash="5ec27390f38732612313d97341440ad1"/></dir></dir></dir><dir name="layout"><file name="centinel.xml" hash="ad5d8ca958576c1d72e696e68f0cd7af"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="centinel"><dir name="authentication"><file name="complete.phtml" hash="41b5027c34348852397587d897e73178"/><file name="start.phtml" hash="ac094306804071c2ae808b49332432a4"/></dir><file name="authentication.phtml" hash="3e59b2f420584c084d517ae0814925d4"/><file name="logo.phtml" hash="d604c90134c926b5451c9248caeff8c8"/></dir></dir><dir name="layout"><file name="centinel.xml" hash="c865d550a29d4bfc87a3b61262cc84b3"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_Centinel.csv" hash="20f331c149ccf32faabdd406626805e0"/></dir></target><target name="magelib"><dir name="3Dsecure"><file name="CentinelClient.php" hash="e8459bd7d542e38058529e9bbb27ca25"/><file name="CentinelErrors.php" hash="e99aa9e865cc56beb2cf99d616ff0ceb"/><file name="XMLParser.php" hash="d089f3a81ac81378c889eee73a52f413"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><dir name="centinel"><file name="sc_learn_62x34.png" hash="7d6ec4b19f8eeb6baa2cddd5d4274f87"/><file name="v_activate_steps.gif" hash="005312b14c6aed41e8a47c4acaac7c1a"/><file name="vbv_ltbg_71x57.png" hash="324e5de7f6c75dc3cecb61646113ac41"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.9.2.0</min><max>1.9.2.0</max></package></required></dependencies>
18
  </package>