Wholesale_Customer_Activation - Version 9.0.1

Version Notes

latest updates

Download this release

Release Info

Developer Développeurs EnvoiMoinsCher.com
Extension Wholesale_Customer_Activation
Version 9.0.1
Comparing to
See all releases


Code changes from version 9.0.0 to 9.0.1

app/code/community/Exinent/CustomerActivation/Model/Adminhtml/System/{Config/Source/Categories/Group → Categories}/Multiselect.php RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class Exinent_CustomerActivation_Model_Adminhtml_System_Config_Source_Categories_Group_Multiselect {
4
 
5
  protected $_options;
6
 
1
  <?php
2
 
3
+ class Exinent_CustomerActivation_Model_Adminhtml_System_Categories_Multiselect {
4
 
5
  protected $_options;
6
 
app/code/community/Exinent/CustomerActivation/Model/Adminhtml/System/{Config/Source/Customer/Group → Customer}/Multiselect.php RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class Exinent_CustomerActivation_Model_Adminhtml_System_Config_Source_Customer_Group_Multiselect {
4
 
5
  protected $_options;
6
 
1
  <?php
2
 
3
+ class Exinent_CustomerActivation_Model_Adminhtml_System_Customer_Multiselect {
4
 
5
  protected $_options;
6
 
app/code/community/Exinent/CustomerActivation/Model/Adminhtml/System/{Config/Source/Pages/Group → Pages}/Multiselect.php RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class Exinent_CustomerActivation_Model_Adminhtml_System_Config_Source_Pages_Group_Multiselect {
4
 
5
  protected $_options;
6
 
1
  <?php
2
 
3
+ class Exinent_CustomerActivation_Model_Adminhtml_System_Pages_Multiselect {
4
 
5
  protected $_options;
6
 
app/code/community/Exinent/CustomerActivation/Model/Adminhtml/System/{Config/Source/Products → Products}/Group/Multiselect.php RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class Exinent_CustomerActivation_Model_Adminhtml_System_Config_Source_Products_Group_Multiselect {
4
 
5
  protected $_options;
6
 
1
  <?php
2
 
3
+ class Exinent_CustomerActivation_Model_Adminhtml_System_Products_Group_Multiselect {
4
 
5
  protected $_options;
6
 
app/code/community/Exinent/CustomerActivation/Model/Adminhtml/System/{Config/Source/Products → Products}/Price/Multiselect.php RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class Exinent_CustomerActivation_Model_Adminhtml_System_Config_Source_Products_Price_Multiselect {
4
 
5
  protected $_options;
6
 
1
  <?php
2
 
3
+ class Exinent_CustomerActivation_Model_Adminhtml_System_Products_Price_Multiselect {
4
 
5
  protected $_options;
6
 
app/code/community/Exinent/CustomerActivation/etc/system.xml CHANGED
@@ -38,7 +38,7 @@
38
  <require_activation_groups>
39
  <label>Require Activation for Groups</label>
40
  <frontend_type>multiselect</frontend_type>
41
- <source_model>customeractivation/adminhtml_system_config_source_customer_group_multiselect</source_model>
42
  <sort_order>12</sort_order>
43
  <show_in_default>1</show_in_default>
44
  <show_in_website>1</show_in_website>
@@ -67,7 +67,7 @@
67
  <require_aunthenticate_cms>
68
  <label>Authentication required for pages</label>
69
  <frontend_type>multiselect</frontend_type>
70
- <source_model>customeractivation/adminhtml_system_config_source_pages_group_multiselect</source_model>
71
  <sort_order>15</sort_order>
72
  <show_in_default>1</show_in_default>
73
  <show_in_website>1</show_in_website>
@@ -77,7 +77,7 @@
77
  <require_aunthenticate_categories>
78
  <label>Authentication required for Categories</label>
79
  <frontend_type>multiselect</frontend_type>
80
- <source_model>customeractivation/adminhtml_system_config_source_categories_group_multiselect</source_model>
81
  <sort_order>16</sort_order>
82
  <show_in_default>1</show_in_default>
83
  <show_in_website>1</show_in_website>
@@ -87,7 +87,7 @@
87
  <require_aunthenticate_products>
88
  <label>Authentication required for Products</label>
89
  <frontend_type>multiselect</frontend_type>
90
- <source_model>customeractivation/adminhtml_system_config_source_products_group_multiselect</source_model>
91
  <sort_order>17</sort_order>
92
  <show_in_default>1</show_in_default>
93
  <show_in_website>1</show_in_website>
38
  <require_activation_groups>
39
  <label>Require Activation for Groups</label>
40
  <frontend_type>multiselect</frontend_type>
41
+ <source_model>customeractivation/adminhtml_system_customer_multiselect</source_model>
42
  <sort_order>12</sort_order>
43
  <show_in_default>1</show_in_default>
44
  <show_in_website>1</show_in_website>
67
  <require_aunthenticate_cms>
68
  <label>Authentication required for pages</label>
69
  <frontend_type>multiselect</frontend_type>
70
+ <source_model>customeractivation/adminhtml_system_pages_multiselect</source_model>
71
  <sort_order>15</sort_order>
72
  <show_in_default>1</show_in_default>
73
  <show_in_website>1</show_in_website>
77
  <require_aunthenticate_categories>
78
  <label>Authentication required for Categories</label>
79
  <frontend_type>multiselect</frontend_type>
80
+ <source_model>customeractivation/adminhtml_system_categories_multiselect</source_model>
81
  <sort_order>16</sort_order>
82
  <show_in_default>1</show_in_default>
83
  <show_in_website>1</show_in_website>
87
  <require_aunthenticate_products>
88
  <label>Authentication required for Products</label>
89
  <frontend_type>multiselect</frontend_type>
90
+ <source_model>customeractivation/adminhtml_system_products_group_multiselect</source_model>
91
  <sort_order>17</sort_order>
92
  <show_in_default>1</show_in_default>
93
  <show_in_website>1</show_in_website>
package.xml CHANGED
@@ -1,20 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Wholesale_Customer_Activation</name>
4
- <version>9.0.0</version>
5
  <stability>stable</stability>
6
  <license>Open Software License</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Added Features</summary>
10
- <description>"Billing/Shipping" address on wholesale registration form &#xD;
11
- Allow .pdf files to upload in the registration page </description>
12
- <notes>"Billing/Shipping" address on wholesale registration form &#xD;
13
- Allow .pdf files to upload in the registration page </notes>
14
- <authors><author><name>developer</name><user>exinent</user><email>developer@exinent.com</email></author></authors>
15
- <date>2015-04-24</date>
16
- <time>11:03:19</time>
17
- <contents><target name="magecommunity"><dir name="Exinent"><dir name="CustomerActivation"><dir name="Block"><dir name="Adminhtml"><dir name="Customer"><dir name="Edit"><dir name="Tab"><file name="Customerimages.php" hash="ec2737955a76186f2b87bcaf6d6343f8"/></dir></dir></dir><dir name="Rewrite"><file name="Fieldset.php" hash="321e2819e5846b44669cef7a1b66d341"/></dir><dir name="System"><dir name="Config"><file name="Date.php" hash="d2f7482b63e9737fd0974828fd644ab5"/></dir></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Boolean.php" hash="52734afb3fac7f81717aa83842371d1d"/></dir></dir></dir></dir></dir><file name="Orderproduct.php" hash="21ecc76706f6fc27a61f495f8fcf683f"/><dir name="Page"><dir name="Html"><file name="Topmenu.php" hash="1d16a8414ad816faeb1c41bb813acb4e"/></dir></dir><file name="Purchaseorder.php" hash="523393a9a08456231a552576f9a9623d"/><file name="Purchaseorderinfo.php" hash="0f21876ad1e1d7870a56e842e34b2c79"/><dir name="Rewrite"><file name="Fieldset.php" hash="d796319c6cde74e5cfa1934c5263b7d8"/></dir><dir name="collection"><file name="toobar.php" hash="413b12a74f97d71ef9a5da03364dc2e3"/></dir><file name="toobar.php" hash="413b12a74f97d71ef9a5da03364dc2e3"/></dir><dir name="Helper"><file name="Data.php" hash="1b519a518dbee60d63f3aaf0b9694008"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Categories"><dir name="Group"><file name="Multiselect.php" hash="a8dc5c2fbff41fa315043ec348ca360b"/></dir></dir><dir name="Customer"><dir name="Group"><file name="Multiselect.php" hash="21f9f4f675cf60dce1a8ce945084f1bd"/></dir></dir><dir name="Pages"><dir name="Group"><file name="Multiselect.php" hash="9bdf2acc492fe0b8c924f2fb41c3afcd"/></dir></dir><dir name="Products"><dir name="Group"><file name="Multiselect.php" hash="ad4f5f67ef290444e6bc8c617da013c1"/></dir><dir name="Price"><file name="Multiselect.php" hash="490373ac424eade10f0479a5e14d2a9c"/></dir></dir></dir></dir></dir></dir><file name="Customer.php" hash="4124537f87d8f57809525875c79d5eb2"/><file name="Info.php" hash="156b808fd5aaeb2b6efa1aba81460218"/><dir name="Mysql4"><file name="Info.php" hash="07051efccbacd7f0c81307bf9fcc23e7"/><dir name="Subscriber"><file name="Collection.php" hash="56da157699fd0627ddc9f991b41fd613"/></dir><file name="Subscriber.php" hash="bfffd406f9eddba5ed714fba7ad99a25"/></dir><file name="Net15.php" hash="bcb24ede3b498f7488a1986b3a33acb5"/><file name="Net30.php" hash="2dcface31c58114c204db5aca3ca65f8"/><file name="Observer.php" hash="a002c8697faf763fb9d9c0bbf9c722ee"/><file name="Order.php" hash="7eaebf565655776cd7bcba2fce39b641"/><dir name="Resource"><dir name="Attribute"><dir name="Source"><file name="Customeractivation.php" hash="ac458e05c1bb963d73cbd19d3c2aecd9"/><file name="Customerpayment.php" hash="a3f52ad5f8f57cd16aaa08644d224dc8"/><file name="Customershippingmethods.php" hash="d14e9cf9e072978c2a46b521c42f653b"/><file name="Iswebsitelive.php" hash="7d8ae067b8885639e6dd5f4f443226b1"/><file name="StoreType.php" hash="8bd57ac868cb24486a9361d8146a965d"/></dir></dir><file name="Customer.php" hash="d4909a22628e2c448a7be2f98cb4a011"/></dir><file name="Subscriber.php" hash="5ae9d8289a4a9d031154250e6ea6e636"/><file name="Thirdparty.php" hash="ad9ba9fe7110b8ef640f4ddc7aad51ee"/><file name="Thirdpartyfed.php" hash="f29004693ca109b35e26a1ede67a7e1b"/><file name="Thirdpartyfedex.php" hash="9074b87a23c4648ecb76e4c7faee211e"/><file name="Thirdpartyups.php" hash="13898e8a383d27fd33c6f587e574228d"/></dir><dir name="controllers"><file name="AccountController.php" hash="c4b7735b1e347fc5707b1cc6923ce639"/><file name="AdminController.php" hash="d585098ce860d3644d28852d9ffe1526"/><file name="CategoryController.php" hash="bcbabbc5c65c1d666def8c36228bead4"/><file name="IndexController.php" hash="b70c9967c7099b3b90a29d5d0571bba2"/><file name="PageController.php" hash="95aaac064dfaa6e4f072e57c47e308bd"/><file name="ProductController.php" hash="a74507f5ebdb32f4fb30af77aeee78d5"/><file name="productOrderController.php" hash="dc5893cde2b0efe19862deedbd58e794"/></dir><dir name="etc"><file name="config.xml" hash="481783e681609eb304722a77e04ff7dc"/><file name="system.xml" hash="68c075d9c52d37da1a6530ccbc091f20"/></dir><dir name="sql"><dir name="customeractivation_setup"><file name="mysql4-install-0.1.0.php" hash="0b688c4f0c39efb95d4031c632f6b14d"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="d0739de5c91381e11828a033cb496659"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="3be30bef278024b66199c2df6526784d"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="086ef43b26c39e14e7d1211ad444576a"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="857f64d31b13d5c7954591bcad4b45e2"/><file name="mysql4-upgrade-0.1.4-0.1.5.php" hash="80cf342b3125b4411ffb038446aa25c2"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="customerActivation.xml" hash="3e8b4f8041c225a3e16c825ffa9deb42"/></dir><dir name="template"><dir name="customerActivation"><file name="customerActivation.phtml" hash="617232d6030f4d5dc8f115886f576009"/><file name="customerImages.phtml" hash="40df0fb4b7eddfec77faf04f91284117"/><file name="fieldset.phtml" hash="7afaa32a0710c041158f3688b5efa0c2"/><dir name="info"><file name="purchaseorder.phtml" hash="8288341954620536133ce8f388b1864c"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="customerActivation.xml" hash="fb798ab498bf2aec1cc72524ad4d815c"/></dir><dir name="template"><dir name="customerActivation"><dir name="checkout"><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="57aede1686f0be16fd9d1f9475dbb3ba"/></dir><dir name="shipping_method"><file name="available.phtml" hash="7289757a18a0275e7c166201b06a040a"/></dir></dir></dir><file name="customerActivation.phtml" hash="83d6ecadd3dfbb95d4cf37ff22261bc1"/><dir name="form"><file name="purchaseorder.phtml" hash="94707f241d7203a08860891c909142dd"/></dir><dir name="info"><file name="purchaseorder.phtml" hash="d3f2a08ee55199680d563929493d0973"/></dir><dir name="onepage"><dir name="shipping_method"><file name="available.phtml" hash="343efe739dab39cd62da8d80c591f8e5"/></dir></dir><file name="quickorderproduct.phtml" hash="03b5890c6d477ebd665f55b98314c326"/><file name="wholesaleLogin.phtml" hash="16455d9db43ab72c1b385d0ab8e8caee"/><file name="wholesaleRegister.phtml" hash="71904237cd3ecc3e58a5f8df48cce910"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Exinent_CustomerActivation.xml" hash="1c70d1597abb1a6401935436754cfc50"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Wholesale_Customer_Activation</name>
4
+ <version>9.0.1</version>
5
  <stability>stable</stability>
6
  <license>Open Software License</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>latest updates</summary>
10
+ <description>latest updates</description>
11
+ <notes>latest updates</notes>
12
+ <authors><author><name>Exinent</name><user>dev</user><email>support@exinent.com</email></author></authors>
13
+ <date>2015-05-06</date>
14
+ <time>11:24:00</time>
15
+ <contents><target name="magecommunity"><dir name="Exinent"><dir name="CustomerActivation"><dir name="Block"><dir name="Adminhtml"><dir name="Customer"><dir name="Edit"><dir name="Tab"><file name="Customerimages.php" hash="ec2737955a76186f2b87bcaf6d6343f8"/></dir></dir></dir><dir name="Rewrite"><file name="Fieldset.php" hash="321e2819e5846b44669cef7a1b66d341"/></dir><dir name="System"><dir name="Config"><file name="Date.php" hash="d2f7482b63e9737fd0974828fd644ab5"/></dir></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Renderer"><file name="Boolean.php" hash="52734afb3fac7f81717aa83842371d1d"/></dir></dir></dir></dir></dir><file name="Orderproduct.php" hash="21ecc76706f6fc27a61f495f8fcf683f"/><dir name="Page"><dir name="Html"><file name="Topmenu.php" hash="1d16a8414ad816faeb1c41bb813acb4e"/></dir></dir><file name="Purchaseorder.php" hash="523393a9a08456231a552576f9a9623d"/><file name="Purchaseorderinfo.php" hash="0f21876ad1e1d7870a56e842e34b2c79"/><dir name="Rewrite"><file name="Fieldset.php" hash="d796319c6cde74e5cfa1934c5263b7d8"/></dir><dir name="collection"><file name="toobar.php" hash="413b12a74f97d71ef9a5da03364dc2e3"/></dir><file name="toobar.php" hash="413b12a74f97d71ef9a5da03364dc2e3"/></dir><dir name="Helper"><file name="Data.php" hash="1b519a518dbee60d63f3aaf0b9694008"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Categories"><file name="Multiselect.php" hash="6c66c86f9b62495b3d175209dfef7aa0"/></dir><dir name="Customer"><file name="Multiselect.php" hash="64d469917db32b2333ce7f8e775e139c"/></dir><dir name="Pages"><file name="Multiselect.php" hash="eb01342a0a17878b4ad5d0f7732333e1"/></dir><dir name="Products"><dir name="Group"><file name="Multiselect.php" hash="0d02d26a87e3af4d8ffc0a60e61eec5e"/></dir><dir name="Price"><file name="Multiselect.php" hash="abb0d199a14b2bfa7a65ef9c837e1158"/></dir></dir></dir></dir><file name="Customer.php" hash="4124537f87d8f57809525875c79d5eb2"/><file name="Info.php" hash="156b808fd5aaeb2b6efa1aba81460218"/><dir name="Mysql4"><file name="Info.php" hash="07051efccbacd7f0c81307bf9fcc23e7"/><dir name="Subscriber"><file name="Collection.php" hash="56da157699fd0627ddc9f991b41fd613"/></dir><file name="Subscriber.php" hash="bfffd406f9eddba5ed714fba7ad99a25"/></dir><file name="Net15.php" hash="bcb24ede3b498f7488a1986b3a33acb5"/><file name="Net30.php" hash="2dcface31c58114c204db5aca3ca65f8"/><file name="Observer.php" hash="a002c8697faf763fb9d9c0bbf9c722ee"/><file name="Order.php" hash="7eaebf565655776cd7bcba2fce39b641"/><dir name="Resource"><dir name="Attribute"><dir name="Source"><file name="Customeractivation.php" hash="ac458e05c1bb963d73cbd19d3c2aecd9"/><file name="Customerpayment.php" hash="a3f52ad5f8f57cd16aaa08644d224dc8"/><file name="Customershippingmethods.php" hash="d14e9cf9e072978c2a46b521c42f653b"/><file name="Iswebsitelive.php" hash="7d8ae067b8885639e6dd5f4f443226b1"/><file name="StoreType.php" hash="8bd57ac868cb24486a9361d8146a965d"/></dir></dir><file name="Customer.php" hash="d4909a22628e2c448a7be2f98cb4a011"/></dir><file name="Subscriber.php" hash="5ae9d8289a4a9d031154250e6ea6e636"/><file name="Thirdparty.php" hash="ad9ba9fe7110b8ef640f4ddc7aad51ee"/><file name="Thirdpartyfed.php" hash="f29004693ca109b35e26a1ede67a7e1b"/><file name="Thirdpartyfedex.php" hash="9074b87a23c4648ecb76e4c7faee211e"/><file name="Thirdpartyups.php" hash="13898e8a383d27fd33c6f587e574228d"/></dir><dir name="controllers"><file name="AccountController.php" hash="c4b7735b1e347fc5707b1cc6923ce639"/><file name="AdminController.php" hash="d585098ce860d3644d28852d9ffe1526"/><file name="CategoryController.php" hash="bcbabbc5c65c1d666def8c36228bead4"/><file name="IndexController.php" hash="b70c9967c7099b3b90a29d5d0571bba2"/><file name="PageController.php" hash="95aaac064dfaa6e4f072e57c47e308bd"/><file name="ProductController.php" hash="a74507f5ebdb32f4fb30af77aeee78d5"/><file name="productOrderController.php" hash="dc5893cde2b0efe19862deedbd58e794"/></dir><dir name="etc"><file name="config.xml" hash="481783e681609eb304722a77e04ff7dc"/><file name="system.xml" hash="39e860ebd1712680d2e1ff55b792256a"/></dir><dir name="sql"><dir name="customeractivation_setup"><file name="mysql4-install-0.1.0.php" hash="0b688c4f0c39efb95d4031c632f6b14d"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="d0739de5c91381e11828a033cb496659"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="3be30bef278024b66199c2df6526784d"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="086ef43b26c39e14e7d1211ad444576a"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="857f64d31b13d5c7954591bcad4b45e2"/><file name="mysql4-upgrade-0.1.4-0.1.5.php" hash="80cf342b3125b4411ffb038446aa25c2"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="customerActivation.xml" hash="3e8b4f8041c225a3e16c825ffa9deb42"/></dir><dir name="template"><dir name="customerActivation"><file name="customerActivation.phtml" hash="617232d6030f4d5dc8f115886f576009"/><file name="customerImages.phtml" hash="40df0fb4b7eddfec77faf04f91284117"/><file name="fieldset.phtml" hash="7afaa32a0710c041158f3688b5efa0c2"/><dir name="info"><file name="purchaseorder.phtml" hash="8288341954620536133ce8f388b1864c"/></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="customerActivation.xml" hash="fb798ab498bf2aec1cc72524ad4d815c"/></dir><dir name="template"><dir name="customerActivation"><dir name="checkout"><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="57aede1686f0be16fd9d1f9475dbb3ba"/></dir><dir name="shipping_method"><file name="available.phtml" hash="7289757a18a0275e7c166201b06a040a"/></dir></dir></dir><file name="customerActivation.phtml" hash="83d6ecadd3dfbb95d4cf37ff22261bc1"/><dir name="form"><file name="purchaseorder.phtml" hash="94707f241d7203a08860891c909142dd"/></dir><dir name="info"><file name="purchaseorder.phtml" hash="d3f2a08ee55199680d563929493d0973"/></dir><dir name="onepage"><dir name="shipping_method"><file name="available.phtml" hash="343efe739dab39cd62da8d80c591f8e5"/></dir></dir><file name="quickorderproduct.phtml" hash="03b5890c6d477ebd665f55b98314c326"/><file name="wholesaleLogin.phtml" hash="16455d9db43ab72c1b385d0ab8e8caee"/><file name="wholesaleRegister.phtml" hash="71904237cd3ecc3e58a5f8df48cce910"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Exinent_CustomerActivation.xml" hash="1c70d1597abb1a6401935436754cfc50"/></dir></target></contents>
 
 
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>