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_Extifcon |
Version | 1.7.20 |
Comparing to | |
See all releases |
Code changes from version 1.7.00 to 1.7.20
- app/code/community/Codnitive/Extifcon/Helper/Data.php +4 -8
- app/code/community/Codnitive/Extifcon/Model/Compiler.php +3 -8
- app/code/community/Codnitive/Extifcon/Model/Config.php +61 -0
- app/code/community/Codnitive/Extifcon/Model/Core/Layout.php +3 -8
- app/code/community/Codnitive/Extifcon/etc/adminhtml.xml +5 -5
- app/code/community/Codnitive/Extifcon/etc/config.xml +5 -5
- app/code/community/Codnitive/Extifcon/etc/system.xml +5 -5
- app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Contact.php +14 -10
- app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/ECD.php +16 -12
- app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Extensions/List.php +16 -16
- app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/PCD.php +13 -9
- app/code/local/Codnitive/Codall/Helper/Data.php +12 -9
- app/code/local/Codnitive/Codall/etc/adminhtml.xml +32 -8
- app/code/local/Codnitive/Codall/etc/config.xml +19 -41
- app/code/local/Codnitive/Codall/etc/system.xml +9 -8
- app/etc/modules/Codnitive_Codall.xml +9 -9
- app/etc/modules/Codnitive_Extifcon.xml +4 -5
- app/locale/en_US/Codnitive_Codall.csv +9 -1
- app/locale/fa_IR/Codnitive_Codall.csv +9 -1
- app/locale/fa_IR/Codnitive_Extifcon.csv +1 -1
- package.xml +6 -5
app/code/community/Codnitive/Extifcon/Helper/Data.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -8,15 +8,11 @@
|
|
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 |
-
* 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
|
18 |
-
* versions in the future.
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Extifcon
|
1 |
<?php
|
2 |
/**
|
3 |
+
* CODNITIVE
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
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_Extifcon
|
app/code/community/Codnitive/Extifcon/Model/Compiler.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -8,15 +8,11 @@
|
|
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
|
18 |
-
* versions in the future.
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Extifcon
|
@@ -25,7 +21,6 @@
|
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
28 |
-
|
29 |
/**
|
30 |
* Extended ifconfig compiler
|
31 |
*
|
1 |
<?php
|
2 |
/**
|
3 |
+
* CODNITIVE
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
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_Extifcon
|
21 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
22 |
*/
|
23 |
|
|
|
24 |
/**
|
25 |
* Extended ifconfig compiler
|
26 |
*
|
app/code/community/Codnitive/Extifcon/Model/Config.php
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_Extifcon
|
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 |
+
/**
|
25 |
+
* Pasargad Bank Online payment method config
|
26 |
+
*
|
27 |
+
* @category Codnitive
|
28 |
+
* @package Codnitive_Extifcon
|
29 |
+
* @author Hassan Barza <support@codnitive.com>
|
30 |
+
*/
|
31 |
+
class Codnitive_Extifcon_Model_Config
|
32 |
+
{
|
33 |
+
|
34 |
+
const PATH_NAMESPACE = 'codnitiveadvance';
|
35 |
+
const EXTENSION_NAMESPACE = 'extifcon';
|
36 |
+
|
37 |
+
const EXTENSION_NAME = 'Extended ifconfig';
|
38 |
+
const EXTENSION_VERSION = '1.7.20';
|
39 |
+
const EXTENSION_EDITION = '';
|
40 |
+
|
41 |
+
public static function getNamespace()
|
42 |
+
{
|
43 |
+
return self::PATH_NAMESPACE . '/' . self::EXTENSION_NAMESPACE . '/';
|
44 |
+
}
|
45 |
+
|
46 |
+
public function getExtensionName()
|
47 |
+
{
|
48 |
+
return self::EXTENSION_NAME;
|
49 |
+
}
|
50 |
+
|
51 |
+
public function getExtensionVersion()
|
52 |
+
{
|
53 |
+
return self::EXTENSION_VERSION;
|
54 |
+
}
|
55 |
+
|
56 |
+
public function getExtensionEdition()
|
57 |
+
{
|
58 |
+
return self::EXTENSION_EDITION;
|
59 |
+
}
|
60 |
+
|
61 |
+
}
|
app/code/community/Codnitive/Extifcon/Model/Core/Layout.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
@@ -8,15 +8,11 @@
|
|
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
|
18 |
-
* versions in the future.
|
19 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Extifcon
|
@@ -25,7 +21,6 @@
|
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
27 |
|
28 |
-
|
29 |
/**
|
30 |
* Layout model
|
31 |
*
|
1 |
<?php
|
2 |
/**
|
3 |
+
* CODNITIVE
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
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_Extifcon
|
21 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
22 |
*/
|
23 |
|
|
|
24 |
/**
|
25 |
* Layout model
|
26 |
*
|
app/code/community/Codnitive/Extifcon/etc/adminhtml.xml
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
*
|
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
|
15 |
-
* versions in the future.
|
16 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
-
* @package
|
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_Extifcon
|
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/Extifcon/etc/config.xml
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
*
|
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
|
15 |
-
* versions in the future.
|
16 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Extifcon
|
@@ -25,7 +25,7 @@
|
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Codnitive_Extifcon>
|
28 |
-
<version>1.7.
|
29 |
<title>Extended ifconfig</title>
|
30 |
<link><![CDATA[http://www.codnitive.com/]]></link>
|
31 |
</Codnitive_Extifcon>
|
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_Extifcon
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Codnitive_Extifcon>
|
28 |
+
<version>1.7.20</version>
|
29 |
<title>Extended ifconfig</title>
|
30 |
<link><![CDATA[http://www.codnitive.com/]]></link>
|
31 |
</Codnitive_Extifcon>
|
app/code/community/Codnitive/Extifcon/etc/system.xml
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
*
|
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
|
15 |
-
* versions in the future.
|
16 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
-
* @package
|
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_Extifcon
|
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/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Contact.php
CHANGED
@@ -1,23 +1,27 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
-
* This source file is subject to the
|
8 |
-
* that is bundled with this package in the file
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://
|
11 |
-
*
|
12 |
-
*
|
13 |
-
*
|
|
|
|
|
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
* @author Hassan Barza <support@codnitive.com>
|
18 |
-
* @copyright Copyright (c)
|
19 |
-
* @license http://
|
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 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
-
* This source file is subject to the
|
8 |
-
* that is bundled with this package in the file
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://
|
11 |
-
*
|
12 |
-
*
|
13 |
-
*
|
|
|
|
|
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
* @author Hassan Barza <support@codnitive.com>
|
18 |
-
* @copyright Copyright (c)
|
19 |
-
* @license http://
|
20 |
*/
|
|
|
21 |
return <<<ECD
|
22 |
|
23 |
-
<p>Please visit <a href='http://www.codnitive.com
|
24 |
-
<p>You can contact us via <a href='http://www.codnitive.com
|
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 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
-
* This source file is subject to the
|
8 |
-
* that is bundled with this package in the file
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://
|
11 |
-
*
|
12 |
-
*
|
13 |
-
*
|
|
|
|
|
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
* @author Hassan Barza <support@codnitive.com>
|
18 |
-
* @copyright Copyright (c)
|
19 |
-
* @license http://
|
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 |
-
|
35 |
-
|
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 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
-
* This source file is subject to the
|
8 |
-
* that is bundled with this package in the file
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://
|
11 |
-
*
|
12 |
-
*
|
13 |
-
*
|
|
|
|
|
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
* @author Hassan Barza <support@codnitive.com>
|
18 |
-
* @copyright Copyright (c)
|
19 |
-
* @license http://
|
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 |
-
*
|
4 |
*
|
5 |
* NOTICE OF LICENSE
|
6 |
*
|
7 |
-
* This source file is subject to the
|
8 |
-
* that is bundled with this package in the file
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://
|
11 |
-
*
|
12 |
-
*
|
13 |
-
*
|
|
|
|
|
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
* @author Hassan Barza <support@codnitive.com>
|
18 |
-
* @copyright Copyright (c)
|
19 |
-
* @license http://
|
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 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://
|
|
|
11 |
*
|
12 |
* DISCLAIMER
|
13 |
*
|
14 |
-
* Do not edit or add to this file if you wish to upgrade
|
15 |
-
* versions in the future.
|
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)
|
22 |
-
* @license http://
|
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 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://
|
|
|
11 |
*
|
12 |
* DISCLAIMER
|
13 |
*
|
14 |
-
* Do not edit or add to this file if you wish to upgrade
|
15 |
-
* versions in the future.
|
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)
|
22 |
-
* @license http://
|
23 |
*/
|
24 |
-->
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Codnitive_Codall>
|
28 |
-
<version>1.
|
29 |
-
<title>CODNITIVE
|
30 |
<link><![CDATA[http://www.codnitive.com/]]></link>
|
31 |
</Codnitive_Codall>
|
32 |
</modules>
|
33 |
|
34 |
<global>
|
35 |
-
<
|
36 |
<codall>
|
37 |
-
<class>
|
38 |
</codall>
|
39 |
-
</
|
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 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://
|
|
|
11 |
*
|
12 |
* DISCLAIMER
|
13 |
*
|
14 |
-
* Do not edit or add to this file if you wish to upgrade
|
15 |
-
* versions in the future.
|
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)
|
22 |
-
* @license http://
|
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 |
-
*
|
5 |
*
|
6 |
* NOTICE OF LICENSE
|
7 |
*
|
8 |
-
* This source file is subject to the
|
|
|
9 |
* It is also available through the world-wide-web at this URL:
|
10 |
-
* http://
|
|
|
11 |
*
|
12 |
* DISCLAIMER
|
13 |
*
|
14 |
-
* Do not edit or add to this file if you wish to upgrade
|
15 |
-
* versions in the future.
|
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)
|
22 |
-
* @license http://
|
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_Extifcon.xml
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<!--
|
3 |
/**
|
4 |
-
*
|
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
|
15 |
-
* versions in the future.
|
16 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Extifcon
|
@@ -30,7 +30,6 @@
|
|
30 |
<depends>
|
31 |
<Mage_Core />
|
32 |
</depends>
|
33 |
-
<version>1.7.00</version>
|
34 |
</Codnitive_Extifcon>
|
35 |
</modules>
|
36 |
</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_Extifcon
|
30 |
<depends>
|
31 |
<Mage_Core />
|
32 |
</depends>
|
|
|
33 |
</Codnitive_Extifcon>
|
34 |
</modules>
|
35 |
</config>
|
app/locale/en_US/Codnitive_Codall.csv
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
"
|
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/fa_IR/Codnitive_Codall.csv
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
"
|
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_Extifcon.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
|
2 |
"Extended ifconfig","ifconfig گسترش یافته"
|
3 |
"This extension is part of CODNITIVE Core which extends Magento Core.","این اکستنشن بخشی از هستهی کدنیتیو است که هستهی مجنتو را گسترش میدهد."
|
1 |
+
"Developer","گسترش دهنده"
|
2 |
"Extended ifconfig","ifconfig گسترش یافته"
|
3 |
"This extension is part of CODNITIVE Core which extends Magento Core.","این اکستنشن بخشی از هستهی کدنیتیو است که هستهی مجنتو را گسترش میدهد."
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Codnitive_Extifcon</name>
|
4 |
-
<version>1.7.
|
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>
|
@@ -9,11 +9,12 @@
|
|
9 |
<summary>Extends action tag's ifconfig attribute in layouts XML to ability using different value types and options as conditions for calling action's method.</summary>
|
10 |
<description>With "Extended ifconfig" extension you can use boolean (both true and false values), string and numeric values as conditions to calling a method by action tag in layout XML files. Also you can check for multiple options in one or more different modules.
|
11 |
</description>
|
12 |
-
<notes>
|
|
|
13 |
<authors><author><name>Hassan Barza</name><user>hbarza</user><email>support@codnitive.com</email></author></authors>
|
14 |
-
<date>
|
15 |
-
<time>
|
16 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Codnitive_Extifcon</name>
|
4 |
+
<version>1.7.20</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>
|
9 |
<summary>Extends action tag's ifconfig attribute in layouts XML to ability using different value types and options as conditions for calling action's method.</summary>
|
10 |
<description>With "Extended ifconfig" extension you can use boolean (both true and false values), string and numeric values as conditions to calling a method by action tag in layout XML files. Also you can check for multiple options in one or more different modules.
|
11 |
</description>
|
12 |
+
<notes>Before using it in production, first check it in a test environment.
|
13 |
+
Also make sure you created a backup from your store files and database just before installing the extension.</notes>
|
14 |
<authors><author><name>Hassan Barza</name><user>hbarza</user><email>support@codnitive.com</email></author></authors>
|
15 |
+
<date>2013-07-04</date>
|
16 |
+
<time>11:42:20</time>
|
17 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="6b2f701358a66c64dc7e465c9c37b19d"/><file name="Codnitive_Extifcon.xml" hash="d0857d66ad78ee8505f3d51ec35689b6"/></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_Extifcon.csv" hash="0c7b87419fa86b293e84dfec66c31899"/></dir><dir name="fa_IR"><file name="Codnitive_Codall.csv" hash="486172901415e0278a5fd10c76b0c333"/><file name="Codnitive_Extifcon.csv" hash="708e3b71cf2376104b0db4e4b985df33"/></dir></target><target name="magecommunity"><dir name="Codnitive"><dir name="Extifcon"><dir><dir name="Helper"><file name="Data.php" hash="149e557287d8cded7b0e4d9497db712c"/></dir><dir name="Model"><file name="Compiler.php" hash="0f12034c3944f9599778c6598acc4aa0"/><file name="Config.php" hash="7927c0efebb21b7161a9525dc388e130"/><dir name="Core"><file name="Layout.php" hash="704c3dfcfc7a75b4dc0a3ae4680a21e7"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="0777d101c55acacc2d0247c5327f1e55"/><file name="config.xml" hash="7c4d1441c2ab1c733955145c99fece72"/><file name="system.xml" hash="9dbc4ecb1241dbacf6a06a0646297766"/></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|