Codnitive_IranianRegions - Version 1.7.28

Version Notes

Before using it in production, first check it in a test environment.
Also make sure you created a backup from your store files and database just before installing the extension.

Download this release

Release Info

Developer Hassan Barza
Extension Codnitive_IranianRegions
Version 1.7.28
Comparing to
See all releases


Code changes from version 1.7.00 to 1.7.28

Files changed (22) hide show
  1. app/code/community/Codnitive/IranianRegions/Helper/Data.php +0 -31
  2. app/code/community/Codnitive/Iranianregions/Helper/Data.php +27 -0
  3. app/code/community/Codnitive/{IranianRegions → Iranianregions}/etc/adminhtml.xml +5 -5
  4. app/code/community/Codnitive/{IranianRegions → Iranianregions}/etc/config.xml +13 -13
  5. app/code/community/Codnitive/{IranianRegions → Iranianregions}/etc/system.xml +6 -6
  6. app/code/community/Codnitive/{IranianRegions → Iranianregions}/sql/iranianregions_setup/mysql4-install-0.1.0.php +5 -5
  7. app/code/community/Codnitive/{IranianRegions → Iranianregions}/sql/iranianregions_setup/mysql4-upgrade-0.1.0-1.2.0.php +5 -5
  8. app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Contact.php +14 -10
  9. app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/ECD.php +16 -12
  10. app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Extensions/List.php +16 -16
  11. app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/PCD.php +13 -9
  12. app/code/local/Codnitive/Codall/Helper/Data.php +12 -9
  13. app/code/local/Codnitive/Codall/etc/adminhtml.xml +32 -8
  14. app/code/local/Codnitive/Codall/etc/config.xml +19 -41
  15. app/code/local/Codnitive/Codall/etc/system.xml +9 -8
  16. app/etc/modules/Codnitive_Codall.xml +9 -9
  17. app/etc/modules/Codnitive_IranianRegions.xml +7 -8
  18. app/locale/en_US/Codnitive_Codall.csv +9 -1
  19. app/locale/en_US/Codnitive_IranianRegions.csv +1 -1
  20. app/locale/fa_IR/Codnitive_Codall.csv +9 -1
  21. app/locale/fa_IR/Codnitive_IranianRegions.csv +1 -1
  22. package.xml +6 -5
app/code/community/Codnitive/IranianRegions/Helper/Data.php DELETED
@@ -1,31 +0,0 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * DISCLAIMER
16
- *
17
- * Do not edit or add to this file if you wish to upgrade Magento to newer
18
- * versions in the future. If you wish to customize Magento for your
19
- * needs please refer to http://www.magentocommerce.com for more information.
20
- *
21
- * @category Codnitive
22
- * @package Codnitive_IranianRegions
23
- * @author Hassan Barza <support@codnitive.com>
24
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
25
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
- */
27
-
28
- class Codnitive_IranianRegions_Helper_Data extends Mage_Core_Helper_Data
29
- {
30
-
31
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Codnitive/Iranianregions/Helper/Data.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * CODNITIVE
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * DISCLAIMER
13
+ *
14
+ * Do not edit or add to this file if you wish to upgrade to newer
15
+ * versions in the future.
16
+ *
17
+ * @category Codnitive
18
+ * @package Codnitive_Iranianregions
19
+ * @author Hassan Barza <support@codnitive.com>
20
+ * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
21
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
22
+ */
23
+
24
+ class Codnitive_Iranianregions_Helper_Data extends Mage_Core_Helper_Data
25
+ {
26
+
27
+ }
app/code/community/Codnitive/{IranianRegions → Iranianregions}/etc/adminhtml.xml RENAMED
@@ -1,22 +1,22 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Magento
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
  * This source file is subject to the Open Software License (OSL 3.0)
 
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
  * DISCLAIMER
13
  *
14
- * Do not edit or add to this file if you wish to upgrade Magento to newer
15
- * versions in the future. If you wish to customize Magento for your
16
- * needs please refer to http://www.magentocommerce.com for more information.
17
  *
18
  * @category Codnitive
19
- * @package Codnitive_IranianRegions
20
  * @author Hassan Barza <support@codnitive.com>
21
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * CODNITIVE
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
  *
13
  * DISCLAIMER
14
  *
15
+ * Do not edit or add to this file if you wish to upgrade to newer
16
+ * versions in the future.
 
17
  *
18
  * @category Codnitive
19
+ * @package Codnitive_Iranianregions
20
  * @author Hassan Barza <support@codnitive.com>
21
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
app/code/community/Codnitive/{IranianRegions → Iranianregions}/etc/config.xml RENAMED
@@ -1,22 +1,22 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Magento
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
  * This source file is subject to the Open Software License (OSL 3.0)
 
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
  * DISCLAIMER
13
  *
14
- * Do not edit or add to this file if you wish to upgrade Magento to newer
15
- * versions in the future. If you wish to customize Magento for your
16
- * needs please refer to http://www.magentocommerce.com for more information.
17
  *
18
  * @category Codnitive
19
- * @package Codnitive_IranianRegions
20
  * @author Hassan Barza <support@codnitive.com>
21
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
@@ -24,22 +24,22 @@
24
  -->
25
  <config>
26
  <modules>
27
- <Codnitive_IranianRegions>
28
- <version>1.7.00</version>
29
  <title>Iranian Regions NE</title>
30
  <link><![CDATA[http://www.codnitive.com/]]></link>
31
- </Codnitive_IranianRegions>
32
  </modules>
33
  <global>
34
  <helpers>
35
  <iranianregions>
36
- <class>Codnitive_IranianRegions_Helper</class>
37
  </iranianregions>
38
  </helpers>
39
  <resources>
40
  <iranianregions_setup>
41
  <setup>
42
- <module>Codnitive_IranianRegions</module>
43
  </setup>
44
  <connection>
45
  <use>core_setup</use>
@@ -84,11 +84,11 @@
84
 
85
  <translate>
86
  <modules>
87
- <Codnitive_IranianRegions>
88
  <files>
89
- <default>Codnitive_IranianRegions.csv</default>
90
  </files>
91
- </Codnitive_IranianRegions>
92
  </modules>
93
  </translate>
94
  </adminhtml>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * CODNITIVE
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
  *
13
  * DISCLAIMER
14
  *
15
+ * Do not edit or add to this file if you wish to upgrade to newer
16
+ * versions in the future.
 
17
  *
18
  * @category Codnitive
19
+ * @package Codnitive_Iranianregions
20
  * @author Hassan Barza <support@codnitive.com>
21
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
24
  -->
25
  <config>
26
  <modules>
27
+ <Codnitive_Iranianregions>
28
+ <version>1.7.28</version>
29
  <title>Iranian Regions NE</title>
30
  <link><![CDATA[http://www.codnitive.com/]]></link>
31
+ </Codnitive_Iranianregions>
32
  </modules>
33
  <global>
34
  <helpers>
35
  <iranianregions>
36
+ <class>Codnitive_Iranianregions_Helper</class>
37
  </iranianregions>
38
  </helpers>
39
  <resources>
40
  <iranianregions_setup>
41
  <setup>
42
+ <module>Codnitive_Iranianregions</module>
43
  </setup>
44
  <connection>
45
  <use>core_setup</use>
84
 
85
  <translate>
86
  <modules>
87
+ <Codnitive_Iranianregions>
88
  <files>
89
+ <default>Codnitive_Iranianregions.csv</default>
90
  </files>
91
+ </Codnitive_Iranianregions>
92
  </modules>
93
  </translate>
94
  </adminhtml>
app/code/community/Codnitive/{IranianRegions → Iranianregions}/etc/system.xml RENAMED
@@ -1,22 +1,22 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Magento
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
  * This source file is subject to the Open Software License (OSL 3.0)
 
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
  * DISCLAIMER
13
  *
14
- * Do not edit or add to this file if you wish to upgrade Magento to newer
15
- * versions in the future. If you wish to customize Magento for your
16
- * needs please refer to http://www.magentocommerce.com for more information.
17
  *
18
  * @category Codnitive
19
- * @package Codnitive_IranianRegions
20
  * @author Hassan Barza <support@codnitive.com>
21
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
@@ -39,7 +39,7 @@
39
  <show_in_default>1</show_in_default>
40
  <show_in_website>0</show_in_website>
41
  <show_in_store>0</show_in_store>
42
- <comment><![CDATA[This extension adds Iranian regions list to your magento store.<br />There is not no configuration option for this extension.]]></comment>
43
  </iranianregions>
44
  </groups>
45
  </codnitivegeneral>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * CODNITIVE
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
  *
13
  * DISCLAIMER
14
  *
15
+ * Do not edit or add to this file if you wish to upgrade to newer
16
+ * versions in the future.
 
17
  *
18
  * @category Codnitive
19
+ * @package Codnitive_Iranianregions
20
  * @author Hassan Barza <support@codnitive.com>
21
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
39
  <show_in_default>1</show_in_default>
40
  <show_in_website>0</show_in_website>
41
  <show_in_store>0</show_in_store>
42
+ <comment><![CDATA[This extension adds Iranian regions list to your magento store.<br />There is not any configuration option for this extension.]]></comment>
43
  </iranianregions>
44
  </groups>
45
  </codnitivegeneral>
app/code/community/Codnitive/{IranianRegions → Iranianregions}/sql/iranianregions_setup/mysql4-install-0.1.0.php RENAMED
@@ -1,21 +1,21 @@
1
  <?php
2
  /**
3
- * Magento
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
  * This source file is subject to the Open Software License (OSL 3.0)
 
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
  *
11
  * DISCLAIMER
12
  *
13
- * Do not edit or add to this file if you wish to upgrade Magento to newer
14
- * versions in the future. If you wish to customize Magento for your
15
- * needs please refer to http://www.magentocommerce.com for more information.
16
  *
17
  * @category Codnitive
18
- * @package Codnitive_IranianRegions
19
  * @author Hassan Barza <support@codnitive.com>
20
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
21
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1
  <?php
2
  /**
3
+ * CODNITIVE
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
  * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
  * DISCLAIMER
13
  *
14
+ * Do not edit or add to this file if you wish to upgrade to newer
15
+ * versions in the future.
 
16
  *
17
  * @category Codnitive
18
+ * @package Codnitive_Iranianregions
19
  * @author Hassan Barza <support@codnitive.com>
20
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
21
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
app/code/community/Codnitive/{IranianRegions → Iranianregions}/sql/iranianregions_setup/mysql4-upgrade-0.1.0-1.2.0.php RENAMED
@@ -1,21 +1,21 @@
1
  <?php
2
  /**
3
- * Magento
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
  * This source file is subject to the Open Software License (OSL 3.0)
 
8
  * It is also available through the world-wide-web at this URL:
9
  * http://opensource.org/licenses/osl-3.0.php
10
  *
11
  * DISCLAIMER
12
  *
13
- * Do not edit or add to this file if you wish to upgrade Magento to newer
14
- * versions in the future. If you wish to customize Magento for your
15
- * needs please refer to http://www.magentocommerce.com for more information.
16
  *
17
  * @category Codnitive
18
- * @package Codnitive_IranianRegions
19
  * @author Hassan Barza <support@codnitive.com>
20
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
21
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1
  <?php
2
  /**
3
+ * CODNITIVE
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
  * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
  * DISCLAIMER
13
  *
14
+ * Do not edit or add to this file if you wish to upgrade to newer
15
+ * versions in the future.
 
16
  *
17
  * @category Codnitive
18
+ * @package Codnitive_Iranianregions
19
  * @author Hassan Barza <support@codnitive.com>
20
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
21
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Contact.php CHANGED
@@ -1,23 +1,27 @@
1
  <?php
2
  /**
3
- * Magento
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
 
 
 
14
  *
15
  * @category Codnitive
16
  * @package Codnitive_Codall
17
  * @author Hassan Barza <support@codnitive.com>
18
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
 
21
  class Codnitive_Codall_Block_System_Config_Form_Fieldset_Contact
22
  extends Mage_Adminhtml_Block_System_Config_Form_Fieldset
23
  {
@@ -33,4 +37,4 @@ class Codnitive_Codall_Block_System_Config_Form_Fieldset_Contact
33
 
34
  return $html;
35
  }
36
- }
1
  <?php
2
  /**
3
+ * CODNITIVE
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
+ * This source file is subject to the EULA
8
+ * that is bundled with this package in the file LICENSE_EULA.html.
9
  * It is also available through the world-wide-web at this URL:
10
+ * http://www.codnitive.com/en/terms-of-service-softwares/
11
+ * http://www.codnitive.com/fa/terms-of-service-softwares/
12
+ *
13
+ * DISCLAIMER
14
+ *
15
+ * Do not edit or add to this file if you wish to upgrade to newer
16
+ * versions in the future.
17
  *
18
  * @category Codnitive
19
  * @package Codnitive_Codall
20
  * @author Hassan Barza <support@codnitive.com>
21
+ * @copyright Copyright (c) 2012 CODNITIVE Co. (http://www.codnitive.com)
22
+ * @license http://www.codnitive.com/en/terms-of-service-softwares/ End User License Agreement (EULA 1.0)
23
  */
24
+
25
  class Codnitive_Codall_Block_System_Config_Form_Fieldset_Contact
26
  extends Mage_Adminhtml_Block_System_Config_Form_Fieldset
27
  {
37
 
38
  return $html;
39
  }
40
+ }
app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/ECD.php CHANGED
@@ -1,26 +1,30 @@
1
  <?php
2
  /**
3
- * Magento
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
 
 
 
14
  *
15
  * @category Codnitive
16
  * @package Codnitive_Codall
17
  * @author Hassan Barza <support@codnitive.com>
18
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
 
21
  return <<<ECD
22
 
23
- <p>Please visit <a href='http://www.codnitive.com/en/' target='_blank'>our website</a>, for more extensions.</p>
24
- <p>You can contact us via <a href='http://www.codnitive.com/en/contacts/' target='_blank'>our website</a> or at <a href='mailto:support@codnitive.com' target='_blank'>support@codnitive.com</a>, if you have any question.</p>
25
 
26
- ECD;
1
  <?php
2
  /**
3
+ * CODNITIVE
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
+ * This source file is subject to the EULA
8
+ * that is bundled with this package in the file LICENSE_EULA.html.
9
  * It is also available through the world-wide-web at this URL:
10
+ * http://www.codnitive.com/en/terms-of-service-softwares/
11
+ * http://www.codnitive.com/fa/terms-of-service-softwares/
12
+ *
13
+ * DISCLAIMER
14
+ *
15
+ * Do not edit or add to this file if you wish to upgrade to newer
16
+ * versions in the future.
17
  *
18
  * @category Codnitive
19
  * @package Codnitive_Codall
20
  * @author Hassan Barza <support@codnitive.com>
21
+ * @copyright Copyright (c) 2012 CODNITIVE Co. (http://www.codnitive.com)
22
+ * @license http://www.codnitive.com/en/terms-of-service-softwares/ End User License Agreement (EULA 1.0)
23
  */
24
+
25
  return <<<ECD
26
 
27
+ <p>Please visit <a href='http://www.codnitive.com' target='_blank'>our website</a>, for more extensions.</p>
28
+ <p>You can contact us via <a href='http://www.codnitive.com' target='_blank'>our website</a> or at <a href='mailto:support@codnitive.com' target='_blank'>support@codnitive.com</a>, if you have any question.</p>
29
 
30
+ ECD;
app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Extensions/List.php CHANGED
@@ -1,23 +1,27 @@
1
  <?php
2
  /**
3
- * Magento
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
 
 
 
14
  *
15
  * @category Codnitive
16
  * @package Codnitive_Codall
17
  * @author Hassan Barza <support@codnitive.com>
18
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
 
21
  class Codnitive_Codall_Block_System_Config_Form_Fieldset_Extensions_List
22
  extends Mage_Adminhtml_Block_System_Config_Form_Fieldset
23
  {
@@ -31,16 +35,12 @@ class Codnitive_Codall_Block_System_Config_Form_Fieldset_Extensions_List
31
  if (0 !== strpos($moduleName, 'Codnitive_')) {
32
  continue;
33
  }
34
- /*if($moduleName == 'Codnitive_Codall'){
35
- continue;
36
- }*/
37
  if ($values->title) {
38
  $moduleName = (string) $values->title;
39
  }
40
- // if ($values->link) {
41
- // $link = (string) $values->link;
42
- // $moduleName = "<a href='{$link}' target='_blank' title='{$linkTitle}'>{$moduleName}</a>";
43
- // }
44
 
45
  $field = $element->addField($moduleName, 'label', array(
46
  'label' => $moduleName,
1
  <?php
2
  /**
3
+ * CODNITIVE
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
+ * This source file is subject to the EULA
8
+ * that is bundled with this package in the file LICENSE_EULA.html.
9
  * It is also available through the world-wide-web at this URL:
10
+ * http://www.codnitive.com/en/terms-of-service-softwares/
11
+ * http://www.codnitive.com/fa/terms-of-service-softwares/
12
+ *
13
+ * DISCLAIMER
14
+ *
15
+ * Do not edit or add to this file if you wish to upgrade to newer
16
+ * versions in the future.
17
  *
18
  * @category Codnitive
19
  * @package Codnitive_Codall
20
  * @author Hassan Barza <support@codnitive.com>
21
+ * @copyright Copyright (c) 2012 CODNITIVE Co. (http://www.codnitive.com)
22
+ * @license http://www.codnitive.com/en/terms-of-service-softwares/ End User License Agreement (EULA 1.0)
23
  */
24
+
25
  class Codnitive_Codall_Block_System_Config_Form_Fieldset_Extensions_List
26
  extends Mage_Adminhtml_Block_System_Config_Form_Fieldset
27
  {
35
  if (0 !== strpos($moduleName, 'Codnitive_')) {
36
  continue;
37
  }
38
+ if($moduleName == 'Codnitive_Notification'){
39
+ continue;
40
+ }
41
  if ($values->title) {
42
  $moduleName = (string) $values->title;
43
  }
 
 
 
 
44
 
45
  $field = $element->addField($moduleName, 'label', array(
46
  'label' => $moduleName,
app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/PCD.php CHANGED
@@ -1,23 +1,27 @@
1
  <?php
2
  /**
3
- * Magento
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
 
 
 
14
  *
15
  * @category Codnitive
16
  * @package Codnitive_Codall
17
  * @author Hassan Barza <support@codnitive.com>
18
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
 
21
  return <<<PCD
22
 
23
  <p> برای اکستنشن‌های بیشتر، لطفا از <a href='http://www.codnitive.com/fa/' target='_blank'> وب‌سایت ما</a>, بازدید نمایید.</p>
1
  <?php
2
  /**
3
+ * CODNITIVE
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
+ * This source file is subject to the EULA
8
+ * that is bundled with this package in the file LICENSE_EULA.html.
9
  * It is also available through the world-wide-web at this URL:
10
+ * http://www.codnitive.com/en/terms-of-service-softwares/
11
+ * http://www.codnitive.com/fa/terms-of-service-softwares/
12
+ *
13
+ * DISCLAIMER
14
+ *
15
+ * Do not edit or add to this file if you wish to upgrade to newer
16
+ * versions in the future.
17
  *
18
  * @category Codnitive
19
  * @package Codnitive_Codall
20
  * @author Hassan Barza <support@codnitive.com>
21
+ * @copyright Copyright (c) 2012 CODNITIVE Co. (http://www.codnitive.com)
22
+ * @license http://www.codnitive.com/en/terms-of-service-softwares/ End User License Agreement (EULA 1.0)
23
  */
24
+
25
  return <<<PCD
26
 
27
  <p> برای اکستنشن‌های بیشتر، لطفا از <a href='http://www.codnitive.com/fa/' target='_blank'> وب‌سایت ما</a>, بازدید نمایید.</p>
app/code/local/Codnitive/Codall/Helper/Data.php CHANGED
@@ -1,22 +1,25 @@
1
  <?php
2
  /**
3
- * Magento
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
- * This source file is subject to the Open Software License (OSL 3.0)
8
- * that is bundled with this package in the file LICENSE.txt.
9
  * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
 
 
 
14
  *
15
  * @category Codnitive
16
  * @package Codnitive_Codall
17
  * @author Hassan Barza <support@codnitive.com>
18
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
19
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
20
  */
21
 
22
  class Codnitive_Codall_Helper_Data extends Mage_Core_Helper_Data
1
  <?php
2
  /**
3
+ * CODNITIVE
4
  *
5
  * NOTICE OF LICENSE
6
  *
7
+ * This source file is subject to the EULA
8
+ * that is bundled with this package in the file LICENSE_EULA.html.
9
  * It is also available through the world-wide-web at this URL:
10
+ * http://www.codnitive.com/en/terms-of-service-softwares/
11
+ * http://www.codnitive.com/fa/terms-of-service-softwares/
12
+ *
13
+ * DISCLAIMER
14
+ *
15
+ * Do not edit or add to this file if you wish to upgrade to newer
16
+ * versions in the future.
17
  *
18
  * @category Codnitive
19
  * @package Codnitive_Codall
20
  * @author Hassan Barza <support@codnitive.com>
21
+ * @copyright Copyright (c) 2012 CODNITIVE Co. (http://www.codnitive.com)
22
+ * @license http://www.codnitive.com/en/terms-of-service-softwares/ End User License Agreement (EULA 1.0)
23
  */
24
 
25
  class Codnitive_Codall_Helper_Data extends Mage_Core_Helper_Data
app/code/local/Codnitive/Codall/etc/adminhtml.xml CHANGED
@@ -1,28 +1,42 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Magento
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
- * This source file is subject to the Open Software License (OSL 3.0)
 
9
  * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
 
11
  *
12
  * DISCLAIMER
13
  *
14
- * Do not edit or add to this file if you wish to upgrade Magento to newer
15
- * versions in the future. If you wish to customize Magento for your
16
- * needs please refer to http://www.magentocommerce.com for more information.
17
  *
18
  * @category Codnitive
19
  * @package Codnitive_Codall
20
  * @author Hassan Barza <support@codnitive.com>
21
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
23
  */
24
  -->
25
  <config>
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  <acl>
27
  <resources>
28
  <all>
@@ -30,6 +44,16 @@
30
  </all>
31
  <admin>
32
  <children>
 
 
 
 
 
 
 
 
 
 
33
  <system>
34
  <children>
35
  <config>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * CODNITIVE
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
+ * This source file is subject to the EULA
9
+ * that is bundled with this package in the file LICENSE_EULA.html.
10
  * It is also available through the world-wide-web at this URL:
11
+ * http://www.codnitive.com/en/terms-of-service-softwares/
12
+ * http://www.codnitive.com/fa/terms-of-service-softwares/
13
  *
14
  * DISCLAIMER
15
  *
16
+ * Do not edit or add to this file if you wish to upgrade to newer
17
+ * versions in the future.
 
18
  *
19
  * @category Codnitive
20
  * @package Codnitive_Codall
21
  * @author Hassan Barza <support@codnitive.com>
22
+ * @copyright Copyright (c) 2012 CODNITIVE Co. (http://www.codnitive.com)
23
+ * @license http://www.codnitive.com/en/terms-of-service-softwares/ End User License Agreement (EULA 1.0)
24
  */
25
  -->
26
  <config>
27
+ <menu>
28
+ <codall trnslate="title" module="codall">
29
+ <title>CODNITIVE</title>
30
+ <sort_order>89</sort_order>
31
+ <children>
32
+ <information trnslate="title" module="codall">
33
+ <title>Information</title>
34
+ <sort_order>10000</sort_order>
35
+ <action>adminhtml/system_config/edit/section/codall</action>
36
+ </information>
37
+ </children>
38
+ </codall>
39
+ </menu>
40
  <acl>
41
  <resources>
42
  <all>
44
  </all>
45
  <admin>
46
  <children>
47
+ <codall translate="title" module="codall">
48
+ <title>CODNITIVE</title>
49
+ <sort_order>89</sort_order>
50
+ <children>
51
+ <information translate="title" module="codall">
52
+ <title>Information</title>
53
+ <sort_order>10000</sort_order>
54
+ </information>
55
+ </children>
56
+ </codall>
57
  <system>
58
  <children>
59
  <config>
app/code/local/Codnitive/Codall/etc/config.xml CHANGED
@@ -1,47 +1,53 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Magento
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
- * This source file is subject to the Open Software License (OSL 3.0)
 
9
  * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
 
11
  *
12
  * DISCLAIMER
13
  *
14
- * Do not edit or add to this file if you wish to upgrade Magento to newer
15
- * versions in the future. If you wish to customize Magento for your
16
- * needs please refer to http://www.magentocommerce.com for more information.
17
  *
18
  * @category Codnitive
19
  * @package Codnitive_Codall
20
  * @author Hassan Barza <support@codnitive.com>
21
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
23
  */
24
  -->
25
  <config>
26
  <modules>
27
  <Codnitive_Codall>
28
- <version>1.0.29</version>
29
- <title>CODNITIVE® Information</title>
30
  <link><![CDATA[http://www.codnitive.com/]]></link>
31
  </Codnitive_Codall>
32
  </modules>
33
 
34
  <global>
35
- <models>
36
  <codall>
37
- <class>Codnitive_Codall_Model</class>
38
  </codall>
39
- </models>
40
  <helpers>
41
  <codall>
42
  <class>Codnitive_Codall_Helper</class>
43
  </codall>
44
  </helpers>
 
 
 
 
 
45
  <resources>
46
  <codall_setup>
47
  <setup>
@@ -62,11 +68,6 @@
62
  </connection>
63
  </codall_read>
64
  </resources>
65
- <blocks>
66
- <codall>
67
- <class>Codnitive_Codall_Block</class>
68
- </codall>
69
- </blocks>
70
  </global>
71
 
72
  <adminhtml>
@@ -79,28 +80,5 @@
79
  </Codnitive_Codall>
80
  </modules>
81
  </translate>
82
-
83
- <acl>
84
- <resources>
85
- <all>
86
- <title>Allow Everything</title>
87
- </all>
88
- <admin>
89
- <children>
90
- <system>
91
- <children>
92
- <config>
93
- <children>
94
- <codall>
95
- <title>CODNITIVE Information</title>
96
- </codall>
97
- </children>
98
- </config>
99
- </children>
100
- </system>
101
- </children>
102
- </admin>
103
- </resources>
104
- </acl>
105
  </adminhtml>
106
  </config>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * CODNITIVE
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
+ * This source file is subject to the EULA
9
+ * that is bundled with this package in the file LICENSE_EULA.html.
10
  * It is also available through the world-wide-web at this URL:
11
+ * http://www.codnitive.com/en/terms-of-service-softwares/
12
+ * http://www.codnitive.com/fa/terms-of-service-softwares/
13
  *
14
  * DISCLAIMER
15
  *
16
+ * Do not edit or add to this file if you wish to upgrade to newer
17
+ * versions in the future.
 
18
  *
19
  * @category Codnitive
20
  * @package Codnitive_Codall
21
  * @author Hassan Barza <support@codnitive.com>
22
+ * @copyright Copyright (c) 2012 CODNITIVE Co. (http://www.codnitive.com)
23
+ * @license http://www.codnitive.com/en/terms-of-service-softwares/ End User License Agreement (EULA 1.0)
24
  */
25
  -->
26
  <config>
27
  <modules>
28
  <Codnitive_Codall>
29
+ <version>1.1.16</version>
30
+ <title>CODNITIVE Information</title>
31
  <link><![CDATA[http://www.codnitive.com/]]></link>
32
  </Codnitive_Codall>
33
  </modules>
34
 
35
  <global>
36
+ <blocks>
37
  <codall>
38
+ <class>Codnitive_Codall_Block</class>
39
  </codall>
40
+ </blocks>
41
  <helpers>
42
  <codall>
43
  <class>Codnitive_Codall_Helper</class>
44
  </codall>
45
  </helpers>
46
+ <models>
47
+ <codall>
48
+ <class>Codnitive_Codall_Model</class>
49
+ </codall>
50
+ </models>
51
  <resources>
52
  <codall_setup>
53
  <setup>
68
  </connection>
69
  </codall_read>
70
  </resources>
 
 
 
 
 
71
  </global>
72
 
73
  <adminhtml>
80
  </Codnitive_Codall>
81
  </modules>
82
  </translate>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  </adminhtml>
84
  </config>
app/code/local/Codnitive/Codall/etc/system.xml CHANGED
@@ -1,25 +1,26 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Magento
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
- * This source file is subject to the Open Software License (OSL 3.0)
 
9
  * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
 
11
  *
12
  * DISCLAIMER
13
  *
14
- * Do not edit or add to this file if you wish to upgrade Magento to newer
15
- * versions in the future. If you wish to customize Magento for your
16
- * needs please refer to http://www.magentocommerce.com for more information.
17
  *
18
  * @category Codnitive
19
  * @package Codnitive_Codall
20
  * @author Hassan Barza <support@codnitive.com>
21
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
23
  */
24
  -->
25
  <config>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * CODNITIVE
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
+ * This source file is subject to the EULA
9
+ * that is bundled with this package in the file LICENSE_EULA.html.
10
  * It is also available through the world-wide-web at this URL:
11
+ * http://www.codnitive.com/en/terms-of-service-softwares/
12
+ * http://www.codnitive.com/fa/terms-of-service-softwares/
13
  *
14
  * DISCLAIMER
15
  *
16
+ * Do not edit or add to this file if you wish to upgrade to newer
17
+ * versions in the future.
 
18
  *
19
  * @category Codnitive
20
  * @package Codnitive_Codall
21
  * @author Hassan Barza <support@codnitive.com>
22
+ * @copyright Copyright (c) 2012 CODNITIVE Co. (http://www.codnitive.com)
23
+ * @license http://www.codnitive.com/en/terms-of-service-softwares/ End User License Agreement (EULA 1.0)
24
  */
25
  -->
26
  <config>
app/etc/modules/Codnitive_Codall.xml CHANGED
@@ -1,25 +1,26 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Magento
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
- * This source file is subject to the Open Software License (OSL 3.0)
 
9
  * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/osl-3.0.php
 
11
  *
12
  * DISCLAIMER
13
  *
14
- * Do not edit or add to this file if you wish to upgrade Magento to newer
15
- * versions in the future. If you wish to customize Magento for your
16
- * needs please refer to http://www.magentocommerce.com for more information.
17
  *
18
  * @category Codnitive
19
  * @package Codnitive_Codall
20
  * @author Hassan Barza <support@codnitive.com>
21
- * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
- * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
23
  */
24
  -->
25
  <config>
@@ -27,7 +28,6 @@
27
  <Codnitive_Codall>
28
  <active>true</active>
29
  <codePool>local</codePool>
30
- <version>1.0.29</version>
31
  </Codnitive_Codall>
32
  </modules>
33
  </config>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * CODNITIVE
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
+ * This source file is subject to the EULA
9
+ * that is bundled with this package in the file LICENSE_EULA.html.
10
  * It is also available through the world-wide-web at this URL:
11
+ * http://www.codnitive.com/en/terms-of-service-softwares/
12
+ * http://www.codnitive.com/fa/terms-of-service-softwares/
13
  *
14
  * DISCLAIMER
15
  *
16
+ * Do not edit or add to this file if you wish to upgrade to newer
17
+ * versions in the future.
 
18
  *
19
  * @category Codnitive
20
  * @package Codnitive_Codall
21
  * @author Hassan Barza <support@codnitive.com>
22
+ * @copyright Copyright (c) 2012 CODNITIVE Co. (http://www.codnitive.com)
23
+ * @license http://www.codnitive.com/en/terms-of-service-softwares/ End User License Agreement (EULA 1.0)
24
  */
25
  -->
26
  <config>
28
  <Codnitive_Codall>
29
  <active>true</active>
30
  <codePool>local</codePool>
 
31
  </Codnitive_Codall>
32
  </modules>
33
  </config>
app/etc/modules/Codnitive_IranianRegions.xml CHANGED
@@ -1,22 +1,22 @@
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
- * Magento
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
  * This source file is subject to the Open Software License (OSL 3.0)
 
9
  * It is also available through the world-wide-web at this URL:
10
  * http://opensource.org/licenses/osl-3.0.php
11
  *
12
  * DISCLAIMER
13
  *
14
- * Do not edit or add to this file if you wish to upgrade Magento to newer
15
- * versions in the future. If you wish to customize Magento for your
16
- * needs please refer to http://www.magentocommerce.com for more information.
17
  *
18
  * @category Codnitive
19
- * @package Codnitive_IranianRegions
20
  * @author Hassan Barza <support@codnitive.com>
21
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
@@ -24,10 +24,9 @@
24
  -->
25
  <config>
26
  <modules>
27
- <Codnitive_IranianRegions>
28
  <active>true</active>
29
  <codePool>community</codePool>
30
- <version>1.7.00</version>
31
- </Codnitive_IranianRegions>
32
  </modules>
33
  </config>
1
  <?xml version="1.0"?>
2
  <!--
3
  /**
4
+ * CODNITIVE
5
  *
6
  * NOTICE OF LICENSE
7
  *
8
  * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
  * It is also available through the world-wide-web at this URL:
11
  * http://opensource.org/licenses/osl-3.0.php
12
  *
13
  * DISCLAIMER
14
  *
15
+ * Do not edit or add to this file if you wish to upgrade to newer
16
+ * versions in the future.
 
17
  *
18
  * @category Codnitive
19
+ * @package Codnitive_Iranianregions
20
  * @author Hassan Barza <support@codnitive.com>
21
  * @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
22
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
24
  -->
25
  <config>
26
  <modules>
27
+ <Codnitive_Iranianregions>
28
  <active>true</active>
29
  <codePool>community</codePool>
30
+ </Codnitive_Iranianregions>
 
31
  </modules>
32
  </config>
app/locale/en_US/Codnitive_Codall.csv CHANGED
@@ -1,3 +1,11 @@
1
- "Information","Information"
2
  "Contact","Contact"
 
 
 
 
3
  "Installed Extensions","Installed Extensions"
 
 
 
 
1
+ "Activation","Activation"
2
  "Contact","Contact"
3
+ "Email Address","Email Address"
4
+ "Extension Registration","Extension Registration"
5
+ "Full Name","Full Name"
6
+ "Information","Information"
7
  "Installed Extensions","Installed Extensions"
8
+ "Registration Code","Registration Code"
9
+ "Serial Number","Serial Number"
10
+ "CODNITIVE Registration Section","CODNITIVE Registration Section"
11
+ "CODNITIVE Information","CODNITIVE Information"
app/locale/en_US/Codnitive_IranianRegions.csv CHANGED
@@ -1,3 +1,3 @@
1
  "General","General"
2
  "Iranian Regions NE","Iranian Regions NE"
3
- "This extension adds Iranian regions list to your magento store.<br />There is not no configuration option for this extension.","This extension adds Iranian regions list to your magento store.<br />There is not no configuration option for this extension."
1
  "General","General"
2
  "Iranian Regions NE","Iranian Regions NE"
3
+ "This extension adds Iranian regions list to your magento store.<br />There is not any configuration option for this extension.","This extension adds Iranian regions list to your magento store.<br />There is not any configuration option for this extension."
app/locale/fa_IR/Codnitive_Codall.csv CHANGED
@@ -1,3 +1,11 @@
1
- "Information","اطلاعات"
2
  "Contact","تماس"
 
 
 
 
3
  "Installed Extensions","اکستنشن‌های نصب شده"
 
 
 
 
1
+ "Activation","فعال‌سازی"
2
  "Contact","تماس"
3
+ "Email Address","آدرس ایمیل"
4
+ "Extension Registration","ثبت اکستنشن"
5
+ "Full Name","نام کامل"
6
+ "Information","اطلاعات"
7
  "Installed Extensions","اکستنشن‌های نصب شده"
8
+ "Registration Code","کد ثبت"
9
+ "Serial Number","شماره سریال"
10
+ "CODNITIVE Registration Section","بخش ثبت CODNITIVE"
11
+ "CODNITIVE Information","اطلاعات CODNITIVE"
app/locale/fa_IR/Codnitive_IranianRegions.csv CHANGED
@@ -1,3 +1,3 @@
1
  "General","عمومی"
2
  "Iranian Regions NE","استان‌های ایران وج"
3
- "This extension adds Iranian regions list to your magento store.<br />There is not no configuration option for this extension.","این اکستنشن لیست استان‌های ایران را به فروشگاه مجنتویتان اضافه می‌کند. <br />گزینه‌ی پیکربندی برای این اکستنشن وجود ندارد."
1
  "General","عمومی"
2
  "Iranian Regions NE","استان‌های ایران وج"
3
+ "This extension adds Iranian regions list to your magento store.<br />There is not any configuration option for this extension.","این اکستنشن لیست استان‌های ایران را به فروشگاه مجنتویتان اضافه می‌کند. <br />هیچ گزینه‌ی پیکربندی برای این اکستنشن وجود ندارد."
package.xml CHANGED
@@ -1,18 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Codnitive_IranianRegions</name>
4
- <version>1.7.00</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-3.0.html">GNU General Public License, version 3 (GPLv3)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Adds list of Iranian regions to Magento.</summary>
10
  <description>This extension adds Iranian regions list to your Magento store. Regions names for different locales are in Persian (Farsi).</description>
11
- <notes>Please note first test all modules in a test store then install theme on your production. Always create a backup of your store, before any extension installation.</notes>
 
12
  <authors><author><name>Hassan Barza</name><user>hbarza</user><email>support@codnitive.com</email></author></authors>
13
- <date>2012-05-01</date>
14
- <time>22:50:12</time>
15
- <contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="6e18a95e6783cbdfc9d51c5853265eaa"/><file name="Codnitive_IranianRegions.xml" hash="450e8f33e9ca1c7349898940ff657b27"/></dir></target><target name="magelocal"><dir name="Codnitive"><dir name="Codall"><dir><dir name="Block"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><file name="Contact.php" hash="62e20a1f93c1b0394a5b1f1fefe09447"/><file name="ECD.php" hash="b0a8c85e5c2d20f513ca17fc5b58ab35"/><dir name="Extensions"><file name="List.php" hash="b06731682a2f24f6b50f01166c4dc4f2"/></dir><file name="PCD.php" hash="b821a4ed3d705567a9d82fb3910d4b50"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="db05202ae83bf9e4cc4454acb5fd8615"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0bed954bf2a459b1f5d6a25050d770d7"/><file name="config.xml" hash="2b54846594d6ca90381a3b5937bd3443"/><file name="system.xml" hash="287da42ea1c5bdf169365f1b54529cd4"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Codnitive_Codall.csv" hash="bea852e5e3c3f17c54d3c21e96115c68"/><file name="Codnitive_IranianRegions.csv" hash="46a7e5e225ee2c41bd543127698e14e3"/></dir><dir name="fa_IR"><file name="Codnitive_Codall.csv" hash="3691ccfe6c605575aace69417351e0f7"/><file name="Codnitive_IranianRegions.csv" hash="a40a359c44df54b5a6cd7972789982c6"/></dir></target><target name="magecommunity"><dir name="Codnitive"><dir><dir name="IranianRegions"><dir name="Helper"><file name="Data.php" hash="c075d7366ddee9b0ba1334ac8c01a835"/></dir><dir name="etc"><file name="adminhtml.xml" hash="9bb40a0e41d6b848a452a600afcf9005"/><file name="config.xml" hash="96f4ae11800a081f2a475172fe68978f"/><file name="system.xml" hash="5cce10d6c19e9ff010ec19a3fe1d75f5"/></dir><dir name="sql"><dir name="iranianregions_setup"><file name="mysql4-install-0.1.0.php" hash="ab801823292199bebbbf5fc6bb82acc8"/><file name="mysql4-upgrade-0.1.0-1.2.0.php" hash="4db25ccf65952c41937f10157497a183"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.9</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Codnitive_IranianRegions</name>
4
+ <version>1.7.28</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/gpl-3.0.html">GNU General Public License, version 3 (GPLv3)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Adds list of Iranian regions to Magento.</summary>
10
  <description>This extension adds Iranian regions list to your Magento store. Regions names for different locales are in Persian (Farsi).</description>
11
+ <notes>Before using it in production, first check it in a test environment.&#xD;
12
+ Also make sure you created a backup from your store files and database just before installing the extension.</notes>
13
  <authors><author><name>Hassan Barza</name><user>hbarza</user><email>support@codnitive.com</email></author></authors>
14
+ <date>2013-07-04</date>
15
+ <time>12:51:44</time>
16
+ <contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="6b2f701358a66c64dc7e465c9c37b19d"/><file name="Codnitive_IranianRegions.xml" hash="0d7c89ec26658b7434d68e9b427d2c32"/></dir></target><target name="magelocal"><dir name="Codnitive"><dir name="Codall"><dir><dir name="Block"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><file name="Contact.php" hash="8106827fe54d4c38b698ba0d7129eba7"/><file name="ECD.php" hash="54786d9d8d3741edd46be1967b4f784f"/><dir name="Extensions"><file name="List.php" hash="133eaf773b7b3d7546c7b0a85a9f05f7"/></dir><file name="PCD.php" hash="c7703442111ea9ede9c757f81a0cce1e"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="ed21011f3046ba8eb92bc9d168e816dc"/></dir><dir name="etc"><file name="adminhtml.xml" hash="92141ea9b2a4a3871dc3a441bdca5e67"/><file name="config.xml" hash="0c9f551dde5ccd82639fe0793a54bcce"/><file name="system.xml" hash="c73b95227f8db2bc096ea60dae5ced20"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Codnitive_Codall.csv" hash="b6ef3920c15d91d1af1f4c8a4cef82e9"/><file name="Codnitive_IranianRegions.csv" hash="c5b9254d94804124e1d5bc0673eeb6d2"/></dir><dir name="fa_IR"><file name="Codnitive_Codall.csv" hash="486172901415e0278a5fd10c76b0c333"/><file name="Codnitive_IranianRegions.csv" hash="50a360365a08be5ed6aeffb19f2e830b"/></dir></target><target name="magecommunity"><dir name="Codnitive"><dir><dir name="Iranianregions"><dir name="Helper"><file name="Data.php" hash="6d5a42eafc08e14e513ccc76b6309f71"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f5c2bbb80e30e45df4f40505d07f946b"/><file name="config.xml" hash="40a2aa85bff6781e011df0b840b9dc87"/><file name="system.xml" hash="a53a3917243ff876bb4424a8b29b33ba"/></dir><dir name="sql"><dir name="iranianregions_setup"><file name="mysql4-install-0.1.0.php" hash="dfd0ab72f9dcc7cba9ab8a4f9ce4c726"/><file name="mysql4-upgrade-0.1.0-1.2.0.php" hash="aaea4c3b1a2c60eecc2056da644d129e"/></dir></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.9</min><max>6.0.0</max></php></required></dependencies>
19
  </package>