Version Notes
official commit
Download this release
Release Info
Developer | Magento Core Team |
Extension | Fianet_Core |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit/Form.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Configuration.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Content.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Edit/Form.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Tab.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmin.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmingrid.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Log/Grid.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Sales/Order/Grid.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Store/Switcher.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Tree/Abstract.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Tree/ProductType.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Tree/Products.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Version.php +9 -3
- app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Filter/Fianet.php +1 -1
- app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Fianet.php +1 -1
- app/code/community/Fianet/Core/Controller/Tree/Abstract.php +1 -1
- app/code/community/Fianet/Core/Controller/Tree/ProductType.php +1 -1
- app/code/community/Fianet/Core/Helper/Data.php +1 -1
- app/code/community/Fianet/Core/Model/Carrier/Abstract.php +1 -1
- app/code/community/Fianet/Core/Model/Catproduct/Association.php +1 -1
- app/code/community/Fianet/Core/Model/Configuration.php +1 -1
- app/code/community/Fianet/Core/Model/Configuration/Global.php +1 -1
- app/code/community/Fianet/Core/Model/Configuration/Value.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/EncodingKey.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Hash32bits.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Hash64bits.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Address/Base.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Address/Billing.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Address/Delivery.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Address/Transport.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist/Product.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Info/Transport.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Optionpayment.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Payment.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/User/Base.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/User/Billing.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/User/Delivery.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/User/Siteconso.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Order/Wallet.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Builder.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Element.php +1 -1
- app/code/community/Fianet/Core/Model/Fianet/Parser.php +1 -2
- app/code/community/Fianet/Core/Model/Fianet/Sender.php +5 -19
- app/code/community/Fianet/Core/Model/Fianet/Socket.php +85 -0
- app/code/community/Fianet/Core/Model/Functions.php +1 -1
- app/code/community/Fianet/Core/Model/Log.php +4 -2
- app/code/community/Fianet/Core/Model/MageConfiguration.php +6 -1
- app/code/community/Fianet/Core/Model/Mysql4/Abstract.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association/Collection.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Configuration.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Configuration/Collection.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Configuration/Global.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value/Collection.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Log.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Log/Collection.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Scope/Abstract.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Setup.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association/Collection.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Store/Information.php +1 -1
- app/code/community/Fianet/Core/Model/Mysql4/Store/Information/Collection.php +1 -1
- app/code/community/Fianet/Core/Model/Observer.php +5 -4
- app/code/community/Fianet/Core/Model/Product.php +1 -1
- app/code/community/Fianet/Core/Model/Scope/Abstract.php +1 -1
- app/code/community/Fianet/Core/Model/Shipping/Association.php +1 -1
- app/code/community/Fianet/Core/Model/Source/Charset.php +1 -1
- app/code/community/Fianet/Core/Model/Source/Crypt.php +1 -1
- app/code/community/Fianet/Core/Model/Source/DeliveryTimes.php +1 -1
- app/code/community/Fianet/Core/Model/Source/Mode.php +1 -1
- app/code/community/Fianet/Core/Model/Source/ProductType.php +1 -1
- app/code/community/Fianet/Core/Model/Source/ShippingType.php +1 -1
- app/code/community/Fianet/Core/Model/Store/Information.php +1 -1
- app/code/community/Fianet/Core/controllers/Adminhtml/Category/ProductTypeController.php +1 -1
- app/code/community/Fianet/Core/controllers/Adminhtml/ConfigurationController.php +1 -1
- app/code/community/Fianet/Core/controllers/Adminhtml/LogController.php +1 -1
- app/code/community/Fianet/Core/controllers/Adminhtml/OrderController.php +1 -1
- app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php +1 -1
- app/code/community/Fianet/Core/etc/adminhtml.xml +1 -1
- app/code/community/Fianet/Core/etc/config.xml +2 -2
- app/code/community/Fianet/Core/etc/system.xml +1 -1
- app/code/community/Fianet/Core/sql/fianet_setup/mysql4-install-0.2.1.php +1 -1
- app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.1-0.2.2.php +1 -1
- app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.2-0.5.7.php +1 -1
- app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.9.0-1.0.0.php +1 -1
- app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-1.0.4-1.0.5.php +1 -1
- app/design/adminhtml/default/default/layout/fianet.xml +1 -1
- app/design/adminhtml/default/default/template/fianet/common/categoriestree.phtml +1 -1
- app/design/adminhtml/default/default/template/fianet/common/categorytreeformcontenair.phtml +1 -1
- app/design/adminhtml/default/default/template/fianet/common/catproduct.phtml +1 -1
- app/design/adminhtml/default/default/template/fianet/common/shipping.phtml +1 -1
- app/design/adminhtml/default/default/template/fianet/common/storeswitcher.phtml +1 -1
- app/design/adminhtml/default/default/template/fianet/common/versions.phtml +4 -2
- app/etc/modules/Fianet_Core.xml +2 -2
- app/locale/fr_FR/Fianet_Core.csv +1 -0
- package.xml +4 -4
app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
|
app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
|
app/code/community/Fianet/Core/Block/Adminhtml/Configuration.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
|
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Content.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_Block_Widget_Form {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_Block_Widget_Form {
|
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Edit/Form.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Configuration_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Configuration_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
|
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Tab.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Configuration_Tab extends Mage_Adminhtml_Block_Widget_Tabs {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Configuration_Tab extends Mage_Adminhtml_Block_Widget_Tabs {
|
app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmin.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Template {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Template {
|
app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmingrid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Fianetadmingrid extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Fianetadmingrid extends Mage_Adminhtml_Block_Widget_Grid_Container {
|
app/code/community/Fianet/Core/Block/Adminhtml/Log/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid {
|
app/code/community/Fianet/Core/Block/Adminhtml/Sales/Order/Grid.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Sales_Order_Grid extends Mage_Adminhtml_Block_Sales_Order_Grid {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Sales_Order_Grid extends Mage_Adminhtml_Block_Sales_Order_Grid {
|
app/code/community/Fianet/Core/Block/Adminhtml/Store/Switcher.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Store_Switcher extends Mage_Adminhtml_Block_Template {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Store_Switcher extends Mage_Adminhtml_Block_Template {
|
app/code/community/Fianet/Core/Block/Adminhtml/Tree/Abstract.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Tree_Abstract extends Mage_Adminhtml_Block_Catalog_Category_Tree {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Tree_Abstract extends Mage_Adminhtml_Block_Catalog_Category_Tree {
|
app/code/community/Fianet/Core/Block/Adminhtml/Tree/ProductType.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Tree_ProductType extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Tree_ProductType extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
|
app/code/community/Fianet/Core/Block/Adminhtml/Tree/Products.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Tree_Products extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Tree_Products extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
|
app/code/community/Fianet/Core/Block/Adminhtml/Version.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template {
|
@@ -68,7 +68,10 @@ class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template
|
|
68 |
$title = 'Une version plus récente est disponible : Version '. $magentoconnectInfos['version'] . ' (' . $magentoconnectInfos['state'] . ') - sortie le ' . $magentoconnectInfos['date'];
|
69 |
$img = 'warning_msg_icon.gif';
|
70 |
}
|
71 |
-
return
|
|
|
|
|
|
|
72 |
}
|
73 |
|
74 |
public function getPictoActive($active) {
|
@@ -78,7 +81,10 @@ class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template
|
|
78 |
$img = 'power_on.png';
|
79 |
$title = 'Module activé';
|
80 |
}
|
81 |
-
return
|
|
|
|
|
|
|
82 |
}
|
83 |
|
84 |
public function getContentMail($modules) {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template {
|
68 |
$title = 'Une version plus récente est disponible : Version '. $magentoconnectInfos['version'] . ' (' . $magentoconnectInfos['state'] . ') - sortie le ' . $magentoconnectInfos['date'];
|
69 |
$img = 'warning_msg_icon.gif';
|
70 |
}
|
71 |
+
return array(
|
72 |
+
'img' => $img,
|
73 |
+
'title' => $title
|
74 |
+
);
|
75 |
}
|
76 |
|
77 |
public function getPictoActive($active) {
|
81 |
$img = 'power_on.png';
|
82 |
$title = 'Module activé';
|
83 |
}
|
84 |
+
return array(
|
85 |
+
'img' => $img,
|
86 |
+
'title' => $title
|
87 |
+
);
|
88 |
}
|
89 |
|
90 |
public function getContentMail($modules) {
|
app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Filter/Fianet.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Filter_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Filter_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract {
|
app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Fianet.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
|
app/code/community/Fianet/Core/Controller/Tree/Abstract.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
interface IFianetTree {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
interface IFianetTree {
|
app/code/community/Fianet/Core/Controller/Tree/ProductType.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Controller_Tree_ProductType extends Fianet_Core_Controller_Tree_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Controller_Tree_ProductType extends Fianet_Core_Controller_Tree_Abstract {
|
app/code/community/Fianet/Core/Helper/Data.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Helper_Data extends Mage_Core_Helper_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Helper_Data extends Mage_Core_Helper_Abstract {
|
app/code/community/Fianet/Core/Model/Carrier/Abstract.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
|
app/code/community/Fianet/Core/Model/Catproduct/Association.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Catproduct_Association extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Catproduct_Association extends Mage_Core_Model_Abstract {
|
app/code/community/Fianet/Core/Model/Configuration.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Configuration extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Configuration extends Mage_Core_Model_Abstract {
|
app/code/community/Fianet/Core/Model/Configuration/Global.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Configuration_Global extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Configuration_Global extends Mage_Core_Model_Abstract {
|
app/code/community/Fianet/Core/Model/Configuration/Value.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Configuration_Value extends Fianet_Core_Model_Scope_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Configuration_Value extends Fianet_Core_Model_Scope_Abstract {
|
app/code/community/Fianet/Core/Model/Fianet/EncodingKey.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_EncodingKey {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_EncodingKey {
|
app/code/community/Fianet/Core/Model/Fianet/Hash32bits.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
/*
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
/*
|
app/code/community/Fianet/Core/Model/Fianet/Hash64bits.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
/*
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
/*
|
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Base.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Address_Base {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Address_Base {
|
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Billing.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Address_Billing extends Fianet_Core_Model_Fianet_Order_Address_Base {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Address_Billing extends Fianet_Core_Model_Fianet_Order_Address_Base {
|
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Delivery.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Address_Delivery extends Fianet_Core_Model_Fianet_Order_Address_Base {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Address_Delivery extends Fianet_Core_Model_Fianet_Order_Address_Base {
|
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Transport.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Address_Transport extends Fianet_Core_Model_Fianet_Order_Address_Base {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Address_Transport extends Fianet_Core_Model_Fianet_Order_Address_Base {
|
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Info_Productlist {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Info_Productlist {
|
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist/Product.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Info_Productlist_Product {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Info_Productlist_Product {
|
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Transport.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Info_Transport {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Info_Transport {
|
app/code/community/Fianet/Core/Model/Fianet/Order/Optionpayment.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Optionpayment {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Optionpayment {
|
app/code/community/Fianet/Core/Model/Fianet/Order/Payment.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Payment {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Payment {
|
app/code/community/Fianet/Core/Model/Fianet/Order/User/Base.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_User_Base {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_User_Base {
|
app/code/community/Fianet/Core/Model/Fianet/Order/User/Billing.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_User_Billing extends Fianet_Core_Model_Fianet_Order_User_Base {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_User_Billing extends Fianet_Core_Model_Fianet_Order_User_Base {
|
app/code/community/Fianet/Core/Model/Fianet/Order/User/Delivery.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_User_Delivery extends Fianet_Core_Model_Fianet_Order_User_Base {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_User_Delivery extends Fianet_Core_Model_Fianet_Order_User_Base {
|
app/code/community/Fianet/Core/Model/Fianet/Order/User/Siteconso.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_User_Siteconso {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_User_Siteconso {
|
app/code/community/Fianet/Core/Model/Fianet/Order/Wallet.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Wallet {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Order_Wallet {
|
app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Builder.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Paramcallback_Builder {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Paramcallback_Builder {
|
app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Element.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Paramcallback_Element {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Paramcallback_Element {
|
app/code/community/Fianet/Core/Model/Fianet/Parser.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Parser {
|
@@ -156,7 +156,6 @@ class Fianet_Core_Model_Fianet_Parser {
|
|
156 |
$evaluations[$eval['refid']] = $eval;
|
157 |
}
|
158 |
}
|
159 |
-
|
160 |
return ($evaluations);
|
161 |
}
|
162 |
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Parser {
|
156 |
$evaluations[$eval['refid']] = $eval;
|
157 |
}
|
158 |
}
|
|
|
159 |
return ($evaluations);
|
160 |
}
|
161 |
|
app/code/community/Fianet/Core/Model/Fianet/Sender.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Sender {
|
@@ -94,11 +94,10 @@ class Fianet_Core_Model_Fianet_Sender {
|
|
94 |
$params = array(
|
95 |
'SiteID' => $siteid,
|
96 |
'Pwd' => $password,
|
97 |
-
'Mode' => '
|
98 |
'Output' => 'full',
|
99 |
'RepFT' => '0'
|
100 |
);
|
101 |
-
|
102 |
$response = $this->getResponse($url, $params);
|
103 |
$xml_array = Fianet_Core_Model_Functions::xml2array($response->getBody());
|
104 |
$reevaluations = Mage::getModel('fianet/fianet_parser')->processResultNostack($xml_array);
|
@@ -234,22 +233,9 @@ class Fianet_Core_Model_Fianet_Sender {
|
|
234 |
}
|
235 |
|
236 |
protected function getResponse($url, $params = null) {
|
237 |
-
$
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
$client = new Zend_Http_Client($url, $config);
|
242 |
-
$client->setMethod(Zend_Http_Client::POST);
|
243 |
-
|
244 |
-
if (is_array($params) && count($params) > 0) {
|
245 |
-
$client->setParameterPost($params);
|
246 |
-
}
|
247 |
-
$response = $client->request();
|
248 |
-
} catch (Exception $e) {
|
249 |
-
Mage::getModel('fianet/log')->log($e->getMessage());
|
250 |
-
throw $e;
|
251 |
-
}
|
252 |
-
return ($response);
|
253 |
}
|
254 |
|
255 |
protected function getSiteMode($siteid) {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Sender {
|
94 |
$params = array(
|
95 |
'SiteID' => $siteid,
|
96 |
'Pwd' => $password,
|
97 |
+
'Mode' => 'new',
|
98 |
'Output' => 'full',
|
99 |
'RepFT' => '0'
|
100 |
);
|
|
|
101 |
$response = $this->getResponse($url, $params);
|
102 |
$xml_array = Fianet_Core_Model_Functions::xml2array($response->getBody());
|
103 |
$reevaluations = Mage::getModel('fianet/fianet_parser')->processResultNostack($xml_array);
|
233 |
}
|
234 |
|
235 |
protected function getResponse($url, $params = null) {
|
236 |
+
$socket = Mage::getModel('fianet/fianet_socket');
|
237 |
+
$socket->setConfig(array('maxredirects' => 0, 'timeout' => 2));
|
238 |
+
return $socket->request($url, $params);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
}
|
240 |
|
241 |
protected function getSiteMode($siteid) {
|
app/code/community/Fianet/Core/Model/Fianet/Socket.php
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* 2000-2014 FIA-NET
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.0) that is available
|
9 |
+
* through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0
|
10 |
+
* If you are unable to obtain it through the world-wide-web, please contact us
|
11 |
+
* via http://www.fia-net-group.com/formulaire.php so we can send you a copy immediately.
|
12 |
+
*
|
13 |
+
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
+
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
+
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
+
*/
|
18 |
+
class Fianet_Core_Model_Fianet_Socket {
|
19 |
+
private $_url;
|
20 |
+
private $_adapter = 'Zend_Http_Client_Adapter_Socket';
|
21 |
+
private $_method = Zend_Http_Client::POST;
|
22 |
+
private $_maxredirects = 5;
|
23 |
+
private $_timeout = 10;
|
24 |
+
private $_config = array();
|
25 |
+
|
26 |
+
/**
|
27 |
+
* Change the Socket's default values configuration
|
28 |
+
* @param array $params
|
29 |
+
*/
|
30 |
+
public function setConfig(array $params) {
|
31 |
+
$this->_method = ($params['method'])? $params['method'] : $this->_method;
|
32 |
+
$this->_maxredirects = (isset($params['maxredirects']))? $params['maxredirects'] : $this->_maxredirects;
|
33 |
+
$this->_timeout = (isset($params['timeout']))? $params['timeout'] : $this->_timeout;
|
34 |
+
$this->_adapter = ($params['adapter'])? $params['adapter'] : $this->_adapter;
|
35 |
+
}
|
36 |
+
|
37 |
+
/**
|
38 |
+
* Create a Socket connection by specifying an URL and optional parameters
|
39 |
+
* @param string $url
|
40 |
+
* @param array $params
|
41 |
+
* @throws Exception
|
42 |
+
* @return Zend_Http_Response
|
43 |
+
*/
|
44 |
+
public function request(string $url, array $params = null) {
|
45 |
+
$response = false;
|
46 |
+
|
47 |
+
$this->_url = $url;
|
48 |
+
$this->_config = array(
|
49 |
+
'adapter' => $this->_adapter,
|
50 |
+
'maxredirects' => $this->_maxredirects,
|
51 |
+
'timeout' => $this->_timeout
|
52 |
+
);
|
53 |
+
|
54 |
+
// Création de la connexion
|
55 |
+
$client = new Zend_Http_Client($this->_url, $this->_config);
|
56 |
+
$client->setMethod($this->_method);
|
57 |
+
|
58 |
+
// Ajout des paramètres si précisés
|
59 |
+
if (is_array($params) && count($params) > 0) {
|
60 |
+
$client->setParameterPost($params);
|
61 |
+
}
|
62 |
+
|
63 |
+
$error = false;
|
64 |
+
try { // Tentative de connexion en TLS
|
65 |
+
$client->setConfig(array('ssltransport' => 'tls'));
|
66 |
+
$response = $client->request();
|
67 |
+
} catch (Exception $e) {
|
68 |
+
// Log de l'erreur
|
69 |
+
Mage::getModel('fianet/log')->log('Fianet_Core_Model_Fianet_Socket->request() %s switching to SSL because TLS can not be reached.', $e->getMessage());
|
70 |
+
$error = true;
|
71 |
+
}
|
72 |
+
|
73 |
+
// Si erreur, tentative de connexion en SSL
|
74 |
+
if ($error) {
|
75 |
+
try {
|
76 |
+
$client->setConfig(array('ssltransport' => 'ssl'));
|
77 |
+
$response = $client->request();
|
78 |
+
} catch (Exception $e) {
|
79 |
+
Mage::getModel('fianet/log')->log($e->getMessage());
|
80 |
+
throw $e;
|
81 |
+
}
|
82 |
+
}
|
83 |
+
return $response;
|
84 |
+
}
|
85 |
+
}
|
app/code/community/Fianet/Core/Model/Functions.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Functions {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Functions {
|
app/code/community/Fianet/Core/Model/Log.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Log extends Mage_Core_Model_Abstract {
|
@@ -23,7 +23,9 @@ class Fianet_Core_Model_Log extends Mage_Core_Model_Abstract {
|
|
23 |
}
|
24 |
|
25 |
public function log($message) {
|
26 |
-
|
|
|
|
|
27 |
$this->setDate($currentDate)
|
28 |
->setMessage($message)
|
29 |
->save();
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Log extends Mage_Core_Model_Abstract {
|
23 |
}
|
24 |
|
25 |
public function log($message) {
|
26 |
+
$currentDate =
|
27 |
+
((int) (Mage::getEdition() == "Community" && version_compare(Mage::getVersion(), "1.6.0.0", '>')) || (Mage::getEdition() == "Enterprise" && version_compare(Mage::getVersion(), "1.8.0.0", '>')))
|
28 |
+
? $currentDate = Varien_Date::now() : now();
|
29 |
$this->setDate($currentDate)
|
30 |
->setMessage($message)
|
31 |
->save();
|
app/code/community/Fianet/Core/Model/MageConfiguration.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_MageConfiguration extends Mage_Adminhtml_Model_Config {
|
@@ -29,6 +29,11 @@ class Fianet_Core_Model_MageConfiguration extends Mage_Adminhtml_Model_Config {
|
|
29 |
//traitement particulier en cas d'utilisation du module Paybox
|
30 |
if ($type == 'payment' && Mage::getStoreConfig('payment/paybox_system'))
|
31 |
$list['paybox_system'] = $this->_sections->paybox->label;
|
|
|
|
|
|
|
|
|
|
|
32 |
return ($list);
|
33 |
}
|
34 |
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_MageConfiguration extends Mage_Adminhtml_Model_Config {
|
29 |
//traitement particulier en cas d'utilisation du module Paybox
|
30 |
if ($type == 'payment' && Mage::getStoreConfig('payment/paybox_system'))
|
31 |
$list['paybox_system'] = $this->_sections->paybox->label;
|
32 |
+
//traitement particulier en cas d'utilisation du module Atos
|
33 |
+
if($type == 'payment' && Mage::getStoreConfig('payment/atoswps'))
|
34 |
+
$list['atoswps'] = 'Atos Standard Payment';
|
35 |
+
if($type == 'payment' && Mage::getStoreConfig('payment/atoswpseveral'))
|
36 |
+
$list['atoswpseveral'] = 'Atos Payment In Several Times';
|
37 |
return ($list);
|
38 |
}
|
39 |
|
app/code/community/Fianet/Core/Model/Mysql4/Abstract.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
abstract class Fianet_Core_Model_Mysql4_Abstract extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
abstract class Fianet_Core_Model_Mysql4_Abstract extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Catproduct_Association extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Catproduct_Association extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Catproduct_association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Catproduct_association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Configuration.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Global.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration_Global extends Fianet_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration_Global extends Fianet_Core_Model_Mysql4_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration_Value extends Fianet_Core_Model_Mysql4_Scope_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration_Value extends Fianet_Core_Model_Mysql4_Scope_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration_Value_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Configuration_Value_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Log.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Log/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Scope/Abstract.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Scope_Abstract extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Scope_Abstract extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Setup.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
|
app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Shipping_Association extends Fianet_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Shipping_Association extends Fianet_Core_Model_Mysql4_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Shipping_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Shipping_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Store/Information.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Store_Information extends Mage_Core_Model_Mysql4_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Store_Information extends Mage_Core_Model_Mysql4_Abstract {
|
app/code/community/Fianet/Core/Model/Mysql4/Store/Information/Collection.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Store_Information_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Mysql4_Store_Information_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
|
app/code/community/Fianet/Core/Model/Observer.php
CHANGED
@@ -12,13 +12,14 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Observer extends Varien_Event_Observer {
|
19 |
CONST GRID_NAME_IN_LAYOUT = 'sales_order.grid';
|
20 |
-
|
21 |
-
|
|
|
22 |
|
23 |
public function updateSalesOrderGrid($observer) {
|
24 |
$event = $observer->getEvent();
|
@@ -37,7 +38,7 @@ class Fianet_Core_Model_Observer extends Varien_Event_Observer {
|
|
37 |
}
|
38 |
|
39 |
if (preg_match('/' . self::MASSACTION_BLOCK_NAME_IN_LAYOUT . '[0-9]+/', $block->getNameInLayout())
|
40 |
-
&& (get_class($block) == self::MASSACTION_BLOCK_CLASS || get_parent_class($block) == self::MASSACTION_BLOCK_CLASS)) {
|
41 |
// if Kwixo is installed
|
42 |
if (Mage::helper('fianet')->checkModuleIsInstalled('Fianet_Kwixo')) {
|
43 |
$block->addItem('transaction_state', array(
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Observer extends Varien_Event_Observer {
|
19 |
CONST GRID_NAME_IN_LAYOUT = 'sales_order.grid';
|
20 |
+
CONST MASSACTION_BLOCK_NAME_IN_LAYOUT = 'sales_order.grid.child';
|
21 |
+
CONST MASSACTION_BLOCK_CLASS = 'Mage_Adminhtml_Block_Widget_Grid_Massaction_Abstract';
|
22 |
+
CONST MASSACTION_BLOCK_ENTERPRISE = 'Enterprise_SalesArchive_Block_Adminhtml_Sales_Order_Grid_Massaction';
|
23 |
|
24 |
public function updateSalesOrderGrid($observer) {
|
25 |
$event = $observer->getEvent();
|
38 |
}
|
39 |
|
40 |
if (preg_match('/' . self::MASSACTION_BLOCK_NAME_IN_LAYOUT . '[0-9]+/', $block->getNameInLayout())
|
41 |
+
&& (get_class($block) == self::MASSACTION_BLOCK_CLASS || get_parent_class($block) == self::MASSACTION_BLOCK_CLASS || get_parent_class($block) == self::MASSACTION_BLOCK_CLASS_ENTERPRISE)) {
|
42 |
// if Kwixo is installed
|
43 |
if (Mage::helper('fianet')->checkModuleIsInstalled('Fianet_Kwixo')) {
|
44 |
$block->addItem('transaction_state', array(
|
app/code/community/Fianet/Core/Model/Product.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Product extends Mage_Catalog_Model_Product {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Product extends Mage_Catalog_Model_Product {
|
app/code/community/Fianet/Core/Model/Scope/Abstract.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Scope_Abstract extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Scope_Abstract extends Mage_Core_Model_Abstract {
|
app/code/community/Fianet/Core/Model/Shipping/Association.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Shipping_Association extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Shipping_Association extends Mage_Core_Model_Abstract {
|
app/code/community/Fianet/Core/Model/Source/Charset.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_Charset {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_Charset {
|
app/code/community/Fianet/Core/Model/Source/Crypt.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_Crypt {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_Crypt {
|
app/code/community/Fianet/Core/Model/Source/DeliveryTimes.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_DeliveryTimes {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_DeliveryTimes {
|
app/code/community/Fianet/Core/Model/Source/Mode.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_Mode {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_Mode {
|
app/code/community/Fianet/Core/Model/Source/ProductType.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_ProductType {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_ProductType {
|
app/code/community/Fianet/Core/Model/Source/ShippingType.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_ShippingType {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_ShippingType {
|
app/code/community/Fianet/Core/Model/Store/Information.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Store_Information extends Mage_Core_Model_Abstract {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Store_Information extends Mage_Core_Model_Abstract {
|
app/code/community/Fianet/Core/controllers/Adminhtml/Category/ProductTypeController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_Category_ProductTypeController extends Fianet_Core_Controller_Tree_ProductType {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_Category_ProductTypeController extends Fianet_Core_Controller_Tree_ProductType {
|
app/code/community/Fianet/Core/controllers/Adminhtml/ConfigurationController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_ConfigurationController extends Mage_Adminhtml_Controller_Action {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_ConfigurationController extends Mage_Adminhtml_Controller_Action {
|
app/code/community/Fianet/Core/controllers/Adminhtml/LogController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action {
|
app/code/community/Fianet/Core/controllers/Adminhtml/OrderController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Action {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Action {
|
app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_ShippingController extends Mage_Adminhtml_Controller_Action {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Adminhtml_ShippingController extends Mage_Adminhtml_Controller_Action {
|
app/code/community/Fianet/Core/etc/adminhtml.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/code/community/Fianet/Core/etc/config.xml
CHANGED
@@ -12,14 +12,14 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
19 |
<config>
|
20 |
<modules>
|
21 |
<Fianet_Core>
|
22 |
-
<version>1.0.
|
23 |
</Fianet_Core>
|
24 |
</modules>
|
25 |
<admin>
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
19 |
<config>
|
20 |
<modules>
|
21 |
<Fianet_Core>
|
22 |
+
<version>1.0.7</version>
|
23 |
</Fianet_Core>
|
24 |
</modules>
|
25 |
<admin>
|
app/code/community/Fianet/Core/etc/system.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-install-0.2.1.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.1-0.2.2.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.2-0.5.7.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.9.0-1.0.0.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-1.0.4-1.0.5.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
?>
|
app/design/adminhtml/default/default/layout/fianet.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/design/adminhtml/default/default/template/fianet/common/categoriestree.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
-
* @version Release: $Revision: 1.0.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.7 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/fianet/common/categorytreeformcontenair.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
-
* @version Release: $Revision: 1.0.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.7 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/fianet/common/catproduct.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
-
* @version Release: $Revision: 1.0.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.7 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/fianet/common/shipping.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
-
* @version Release: $Revision: 1.0.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.7 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/fianet/common/storeswitcher.phtml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
-
* @version Release: $Revision: 1.0.
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2014 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.7 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/design/adminhtml/default/default/template/fianet/common/versions.phtml
CHANGED
@@ -19,9 +19,11 @@ $modulesFianet = $this->getModulesInfos();
|
|
19 |
</tr>
|
20 |
<?php
|
21 |
foreach ($modulesFianet as $name => $content) {
|
|
|
|
|
22 |
echo '<tr>';
|
23 |
-
echo '<td width="150"
|
24 |
-
echo '<td width="110">' . $this->
|
25 |
echo '<td width="70">';
|
26 |
echo '<table>';
|
27 |
echo '<tr>';
|
19 |
</tr>
|
20 |
<?php
|
21 |
foreach ($modulesFianet as $name => $content) {
|
22 |
+
$aPictoActive = $this->getPictoActive($content['active']);
|
23 |
+
$aVersion = $this->getVersion($content['version'], $content['magentoconnect']);
|
24 |
echo '<tr>';
|
25 |
+
echo '<td width="150"><img src = "' . $this->getSkinUrl('images/fianet/' . $aPictoActive['img']) . '" title="' . $aPictoActive['title'] . '"> ' . $name . ' </td>';
|
26 |
+
echo '<td width="110">' . $content['version'] . ' <img src="' . $this->getSkinUrl('images/' . $aVersion['img']) . '" title="' . $aVersion['title'] . '"></td>';
|
27 |
echo '<td width="70">';
|
28 |
echo '<table>';
|
29 |
echo '<tr>';
|
app/etc/modules/Fianet_Core.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
-
* @version Release: $Revision: 1.0.
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
@@ -28,7 +28,7 @@
|
|
28 |
<depends>
|
29 |
</depends>
|
30 |
<!-- declare module's version information for database updates -->
|
31 |
-
<version>1.0.
|
32 |
</Fianet_Core>
|
33 |
</modules>
|
34 |
</config>
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2014 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.7 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
28 |
<depends>
|
29 |
</depends>
|
30 |
<!-- declare module's version information for database updates -->
|
31 |
+
<version>1.0.7</version>
|
32 |
</Fianet_Core>
|
33 |
</modules>
|
34 |
</config>
|
app/locale/fr_FR/Fianet_Core.csv
CHANGED
@@ -83,3 +83,4 @@
|
|
83 |
"Yes","Oui"
|
84 |
"No","Non"
|
85 |
"Disabled","Désactivé"
|
|
83 |
"Yes","Oui"
|
84 |
"No","Non"
|
85 |
"Disabled","Désactivé"
|
86 |
+
"Fianet_Core_Model_Fianet_Socket->request() %s switching to SSL because TLS can not be reached.","Fianet_Core_Model_Fianet_Socket->request() %s Passage en SSL car protocole TLS indisponible."
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fianet_Core</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Base module for Kwixo and Certissim</description>
|
11 |
<notes>official commit</notes>
|
12 |
<authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Fianet"><dir name="Core"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="ProductType"><dir name="Edit"><file name="Form.php" hash="bfa7972b7267e48e2567baca22f0d67b"/></dir><file name="Edit.php" hash="9b9f1ba3232dca5599b407c8435805d4"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="7d81811058fbb82bc3c56f8fd5a31381"/></dir><file name="Content.php" hash="0f6aef793da726f03bf45df578bd2c50"/><file name="Tab.php" hash="dfa79cd1d99c9b9fa94a35a2b95efe56"/></dir><dir name="Log"><file name="Grid.php" hash="75799aec293563451d689da5ae6ffae4"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="ba998d112a7553129b9762ad405f3232"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="91b3b258f504373114ab3b1d005c98e2"/></dir><dir name="Tree"><file name="Abstract.php" hash="2d76159718299a28758eb0347596c8ae"/><file name="ProductType.php" hash="678fc9a7bd655c39ba37affcc0261635"/><file name="Products.php" hash="0d34db60f0ed92fe2186ac7ff1cdd670"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="b4b6d8e5be2fc9de789b397fde616afb"/></dir><dir name="Renderer"><file name="Fianet.php" hash="576b31fc002a52d9ca2b5b116b0e6460"/></dir></dir></dir></dir><file name="Configuration.php" hash="90560857924ed740f8f00267b2697d26"/><file name="Fianetadmin.php" hash="01d8a34424613c8e7c9df9c2ffe442e3"/><file name="Fianetadmingrid.php" hash="f1de1557925fe0648e4c173b12a908f4"/><file name="Version.php" hash="90e692f0ea588c5366fc2b609736d1d6"/></dir><dir name="Category"><dir name="Typeproduct"><dir name="Edit"><file name="Form.php" hash="425082d3e615593ac5effc3258fed908"/></dir><file name="Edit.php" hash="aa88fa008ff3277e2c168dd1562bb64f"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="9d3568afc65ad77be20303dfc62b3672"/></dir><file name="Content.php" hash="733bcdc1cf0a9eb6340cd3be5f3c4d86"/><file name="Tab.php" hash="2ef67c0462995509a98f8cdaf7bb5d28"/></dir><dir name="Log"><file name="Grid.php" hash="c362eb02157f4c8812c1f3291eeb9d7c"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="29238c3a027c7b7b95b9d909777c133b"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="b5cce138cceb30ccf5fe296acae0adc3"/></dir><dir name="Tree"><file name="Abstract.php" hash="9288ef8c2ae62f07fd8f05f43fa11724"/><file name="TypeProduct.php" hash="9a5df9f86fd789fa01589b29aad7bdfd"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="439a5c3991a1be1405abf132cc2442fa"/></dir><dir name="Renderer"><file name="Fianet.php" hash="eb8be66940d4c6fd6e12377f297bab17"/></dir></dir></dir></dir><file name="Configuration.php" hash="5aa262712c666ffd0389017131609c64"/><file name="Fianetadmin.php" hash="a6c02d49bbfdac58ee4312bf27606938"/><file name="Fianetadmingrid.php" hash="c103c780e55859ea6e8d62850aa4b30b"/></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="e068ab14b4a1bfcf3f0484741fc7e7f3"/><file name="ProductType.php" hash="474aee535a3fbf57b451614aefc621c6"/><file name="TypeProduct.php" hash="60bfefe45ff2b7790038fc5609016569"/></dir></dir><dir name="Helper"><file name="Data.php" hash="6f2e7cf75f5134a7efb382edcd642aef"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="215fba5ad87768d7b813ce3b00379b69"/></dir><dir name="Catproduct"><file name="Association.php" hash="827c0db0b746b1eb82c5a5d881b3427a"/></dir><dir name="Configuration"><file name="Global.php" hash="a148a9546d8c54fc2755947e6f1a63d8"/><file name="Value.php" hash="d1f4aa4a3d2c45c933019c6dd6cef122"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="3141bc3e74b4b101583a945fe5bd5e48"/><file name="Billing.php" hash="bc0c6f4288dce9cf0a398ae765839a3f"/><file name="Delivery.php" hash="0d096ed35c9cdf23f2df0a4426fd9276"/><file name="Transport.php" hash="a244fa6fb1044649acbf0cd8da81ac16"/></dir><dir name="Adress"><file name="Base.php" hash="8fa5c353a8f4d7670f529a3eb64bfd74"/><file name="Billing.php" hash="5ffd12c98af47b0da41e193771bebaa2"/><file name="Delivery.php" hash="7a496e8f02a64d4adffdff67fe2f555b"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="f7cbeed398584b21c0ff55054a56c4eb"/></dir><file name="Productlist.php" hash="be72e8d6d1c37f937981189a37f142fc"/><file name="Rnp.php" hash="45062ec5ab13f027b05ee1ea118dc59a"/><file name="Sac.php" hash="e651781c60077360ae1e0660ba8cd515"/><file name="Transport.php" hash="675a294c41a0d27bdc133669dccebb04"/></dir><dir name="User"><file name="Base.php" hash="feb1ef3b3e94d201c997e32413239b38"/><file name="Billing.php" hash="acac7ade317dabd6cb799526c49580c6"/><file name="Delivery.php" hash="28ae3c4b7869ab44ffad608813bc6919"/><file name="Siteconso.php" hash="0e6b10981ef5a72f9e1fbad005a50abc"/></dir><file name="Optionpayment.php" hash="22dca56447627f782ba8435feea4d91b"/><file name="Payment.php" hash="6575f9a8cb7a9abf94985931a938bcf0"/><file name="Rnp.php" hash="1682e21fb9cada4a6921f5203fff5c36"/><file name="Wallet.php" hash="2cc14ff6e66e86a5e350f40a43088d39"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="b9abe8221ff84a055ed47e22d0b2bd21"/><file name="Element.php" hash="b590236aab289a7ef1d88ae179e94a64"/></dir><file name="EncodingKey.php" hash="bff1f8d8cc003a43efaaa46a956cc880"/><file name="Hash32bits.php" hash="d01d0b9a48e60bb44bed450b795b2269"/><file name="Hash64bits.php" hash="0af103e5be0634bd848b62618c7f1b70"/><file name="Parser.php" hash="76bfd95e09768f4a75e9b79ab2918ba0"/><file name="Sender.php" hash="fe56c48c24f0ec18161738571370fb33"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="c825acef760719453cd1b836995ec263"/></dir><file name="Association.php" hash="2cb11541a80eac73d7a075a63d379d5b"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="82a4ed6b038e6d67b0b955c31438944a"/></dir><file name="Collection.php" hash="e33baf99c2e249e464fec49a112c743d"/><file name="Global.php" hash="446f0b164b9ed0400ed03de1fe9a0744"/><file name="Value.php" hash="ac14d3b19b34d90f8eb4f30a14e7d3ce"/></dir><dir name="Log"><file name="Collection.php" hash="dd34fec153d860ca314ed1e6fd379a31"/></dir><dir name="Scope"><file name="Abstract.php" hash="0313a76cbf93b8ddbb2476a5c766b310"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="2094bcf403e846906d588150d95a5edb"/></dir><file name="Association.php" hash="63935ab6c25c853813274d16049f4f9e"/></dir><dir name="Store"><dir name="Information"><file name="Collection.php" hash="76b7273da6a07c2686785456a761d4cc"/></dir><file name="Information.php" hash="1bff8561c13276498d2cc3ab2a084298"/></dir><file name="Abstract.php" hash="649f5947c01b5e0d457bd9cd124fd062"/><file name="Configuration.php" hash="64a840a004a98bd533d38d5c0b1f896e"/><file name="Log.php" hash="e449b9f1252ae46e2a9dce13d5164fd8"/><file name="Setup.php" hash="39283d3305794176ebfc86e92f6b676a"/></dir><dir name="Scope"><file name="Abstract.php" hash="931466f21727b259ca3bf69cdf4b25e0"/></dir><dir name="Shipping"><file name="Association.php" hash="2a5b4cccebea6a6a9515453a9fad7194"/></dir><dir name="Source"><file name="Charset.php" hash="0aa8934ed90c113435ebf62d5c0b0f20"/><file name="Crypt.php" hash="b875347ac78910aafba1466706e9c1e9"/><file name="DeliveryTimes.php" hash="a35c852b7c29b84db4910517f35f58ab"/><file name="Mode.php" hash="6c1379dc1b4c0a2cfcf48748fbd40e8d"/><file name="ModeAction.php" hash="517bd08329e816acd3f755f67b9a60c1"/><file name="PaymentType.php" hash="296d0fa8a0cdda89f12481525708d59a"/><file name="ProductType.php" hash="8caefa44e4fdc2fbc186d7a18a422065"/><file name="ShippingType.php" hash="c6b01d3ed628f15b105493a5f95e5aec"/><file name="TypeProduct.php" hash="edacd76cca2b5397391703dc9d9d31af"/></dir><dir name="Store"><file name="Information.php" hash="1d69cc7b3c2387f3ace31b4b9b028768"/></dir><file name="Configuration.php" hash="30292ac412a27d0a2c69acf79008422e"/><file name="Functions.php" hash="84070c28c538fcbc32729464c8f92e1a"/><file name="Log.php" hash="d852c8e87c92167aa8b4d017142a6d34"/><file name="MageConfiguration.php" hash="6cbb40552ae1813de4c34ab854e9b426"/><file name="Observer.php" hash="b023283edef5108b3eca3651443d96ad"/><file name="Product.php" hash="9a41b51053d704b0721708d26e87fdb9"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="7eab51c04f87a8afd30867750b8ef7be"/></dir><file name="ConfigurationController.php" hash="039ed92f0d6559fc78b138e1353ebb9c"/><file name="LogController.php" hash="3798f93a676ded7083df3e80544c0916"/><file name="OrderController.php" hash="360e011a0ba9f6c9a08565980ad1613e"/><file name="ShippingController.php" hash="d32feb710763cae45521436f8b075300"/><file name="VersionsController.php" hash="2f693a64cd7b4bd7a403fc1d7a5044e6"/></dir><dir name="Category"><file name="TypeproductController.php" hash="e599af67b8030998882724fdad83c4d4"/></dir><file name="ConfigurationController.php" hash="91f8d84d8d1d56427213150118b3fe88"/><file name="InsertController.php" hash="6b8937f3e2d6c43372f46644a8425215"/><file name="LogController.php" hash="dcb0da5c2961e1ad51b0d540fad8d63e"/><file name="ShippingController.php" hash="1911834599b97b3e55e73aaa55c25b93"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4e63b96fd7e8aab37b745dc0e5429f31"/><file name="config.xml" hash="49cefa6007b2e59e9a5e87704222aa65"/><file name="system.xml" hash="3f358ef4d850c62062f973667dd7c3e5"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="6bccbd4260e72d1dbaee6ea479ced3b5"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="b746548b4223869198d90c9c6986209d"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="c6b8ed6bed74dbfacf2adfb33a2b449b"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="3d638c9de6f818393e5054b8816ffd3e"/><file name="mysql4-upgrade-1.0.4-1.0.5.php" hash="181ebf28441a67d7c66691c702539095"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="fianet.xml" hash="c6be70cd823bbb433302041ad3b9dbf4"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="0388fd495741734a16dc55ec94e58ce4"/><file name="categorytreeformcontenair.phtml" hash="81371c97c037d4676abd62f9bb001c63"/><file name="catproduct.phtml" hash="aff3df179f4e9957dbb727cb14173ab2"/><file name="shipping.phtml" hash="3b6acea643b8693231030e1f1492722b"/><file name="storeswitcher.phtml" hash="0609e577f897d4ca7f5c235496ed55d6"/><file name="versions.phtml" hash="f7945e91035a54d16c59c4845ebe9ed7"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="092abb20224d04290a3697d766c89dc2"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="a333e726c49a82bdd024b908a53890b1"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="fianet"><file name="manuel_PDF.png" hash="14402e521e668f247f939ac268317365"/><file name="redirectToMagentoConnect.bmp" hash="c76a2b274e45f5bfc99282392493cdf6"/><file name="power_off.png" hash="fc2b44341ca3f3677bdcd1ce5e6142ab"/><file name="power_on.png" hash="4d26afe3eebd475d6780340e1863d6b3"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="fianet"><file name="calcMD5.js" hash="c119ea8fe21c770e5951f032a268b59a"/><file name="log.js" hash="d532adb878c06aa63942f2c7252088fc"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fianet_Core</name>
|
4 |
+
<version>1.0.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Base module for Kwixo and Certissim</description>
|
11 |
<notes>official commit</notes>
|
12 |
<authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
|
13 |
+
<date>2014-11-18</date>
|
14 |
+
<time>14:13:04</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Fianet"><dir name="Core"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="ProductType"><dir name="Edit"><file name="Form.php" hash="9d978d1a2ec22ba5f1f5ac2acf05bb88"/></dir><file name="Edit.php" hash="52b3028c46df6ff8d11d402c0c225ac6"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="41cc80cfaece7bd26e7958cb66886637"/></dir><file name="Content.php" hash="c30f11d5d07c5c9a1b9b0a4dbb7229c5"/><file name="Tab.php" hash="931de764a4750424e532b7272ff0fa73"/></dir><dir name="Log"><file name="Grid.php" hash="f75597236becf53dde7d7849b94a5955"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="ee6af1d62e5a207b35a22d19f848b6f8"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="b7dcf3077ec35e78d0fad01caa5cab14"/></dir><dir name="Tree"><file name="Abstract.php" hash="b561e616aaf21b728cb6816b80a9a6b0"/><file name="ProductType.php" hash="53ff475614d3ddb0c74c4a41d4b8dc20"/><file name="Products.php" hash="f1082a2abc69797f6402a8693fed9318"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="ad5fc3d8fd94cf803f50d93ab91c2ab2"/></dir><dir name="Renderer"><file name="Fianet.php" hash="c885b90e216ec9a733f5a53e01b029ec"/></dir></dir></dir></dir><file name="Configuration.php" hash="d8871c961da9357140d884abc70e9bde"/><file name="Fianetadmin.php" hash="2308b521dd40b5ca276d97cf29a8a6e5"/><file name="Fianetadmingrid.php" hash="3efa2722f8ea112d029d87b4c78dd652"/><file name="Version.php" hash="607024d38ace1766635a493d27eb1cb6"/></dir><dir name="Category"><dir name="Typeproduct"><dir name="Edit"><file name="Form.php" hash="425082d3e615593ac5effc3258fed908"/></dir><file name="Edit.php" hash="aa88fa008ff3277e2c168dd1562bb64f"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="9d3568afc65ad77be20303dfc62b3672"/></dir><file name="Content.php" hash="733bcdc1cf0a9eb6340cd3be5f3c4d86"/><file name="Tab.php" hash="2ef67c0462995509a98f8cdaf7bb5d28"/></dir><dir name="Log"><file name="Grid.php" hash="c362eb02157f4c8812c1f3291eeb9d7c"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="29238c3a027c7b7b95b9d909777c133b"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="b5cce138cceb30ccf5fe296acae0adc3"/></dir><dir name="Tree"><file name="Abstract.php" hash="9288ef8c2ae62f07fd8f05f43fa11724"/><file name="TypeProduct.php" hash="9a5df9f86fd789fa01589b29aad7bdfd"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="439a5c3991a1be1405abf132cc2442fa"/></dir><dir name="Renderer"><file name="Fianet.php" hash="eb8be66940d4c6fd6e12377f297bab17"/></dir></dir></dir></dir><file name="Configuration.php" hash="5aa262712c666ffd0389017131609c64"/><file name="Fianetadmin.php" hash="a6c02d49bbfdac58ee4312bf27606938"/><file name="Fianetadmingrid.php" hash="c103c780e55859ea6e8d62850aa4b30b"/></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="be87aff9e328429c0cfe2b6d84bfa34c"/><file name="ProductType.php" hash="529b6185512ff8f59a049d0d053c7bb6"/><file name="TypeProduct.php" hash="60bfefe45ff2b7790038fc5609016569"/></dir></dir><dir name="Helper"><file name="Data.php" hash="1d87857c9925c7ca90f793e4cec07bcc"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="b4fffa4df67c480f4dd0a61cb6bf3b44"/></dir><dir name="Catproduct"><file name="Association.php" hash="da444fa072107e3b79a7a8435145a602"/></dir><dir name="Configuration"><file name="Global.php" hash="cd0fc8dcda7051de218fc79529698a9b"/><file name="Value.php" hash="769f60bddf2c2f7ffe6dd2198e71bca8"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="03e3557bba8fcc152e6e9b3f5e9d89ba"/><file name="Billing.php" hash="8395786e1b109119201ce2b277ce6f04"/><file name="Delivery.php" hash="82d1f97162adca688d8630be7df06190"/><file name="Transport.php" hash="e89b6b0de1791db653c8a53644f80bbe"/></dir><dir name="Adress"><file name="Base.php" hash="8fa5c353a8f4d7670f529a3eb64bfd74"/><file name="Billing.php" hash="5ffd12c98af47b0da41e193771bebaa2"/><file name="Delivery.php" hash="7a496e8f02a64d4adffdff67fe2f555b"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="11f4f3739b780b5106b1f74e4916f753"/></dir><file name="Productlist.php" hash="93febadde8c5285ba1e0b41eb6f8fd86"/><file name="Rnp.php" hash="45062ec5ab13f027b05ee1ea118dc59a"/><file name="Sac.php" hash="e651781c60077360ae1e0660ba8cd515"/><file name="Transport.php" hash="649d2215c00d1703e752ee644b54ddba"/></dir><dir name="User"><file name="Base.php" hash="b42b67ba44794c7bef8254cf65feb923"/><file name="Billing.php" hash="cf20006421b821f707ecddaa5d66c724"/><file name="Delivery.php" hash="82e145aec070815d14d9f6bbd520fa77"/><file name="Siteconso.php" hash="75550c6d4e0ebf99622cbb46cb0a4446"/></dir><file name="Optionpayment.php" hash="d9cc1a2a7f8a7a5bca91b9036386cca5"/><file name="Payment.php" hash="cba860b92e1c7ccfdebb41f72254941a"/><file name="Rnp.php" hash="1682e21fb9cada4a6921f5203fff5c36"/><file name="Wallet.php" hash="6d0d0a1728f4ce1c4b70ba842722a30e"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="19f0821ba24aa3f73da4d54d1c46177e"/><file name="Element.php" hash="6af30aedbd037158981a3489f6b5ca4b"/></dir><file name="EncodingKey.php" hash="8b9ffc343b2a057dcc3f1fc8ab7f629e"/><file name="Hash32bits.php" hash="b59f2ec8108a253c88e22212b025f4d8"/><file name="Hash64bits.php" hash="9597f86b7b4f8e6a912cddac716b78a6"/><file name="Parser.php" hash="b05a8af47be411b32f456f2e0c56e1e2"/><file name="Sender.php" hash="4aacb442a40732d88bdfd66574a0e192"/><file name="Socket.php" hash="cebf378a782e658b56d9fcc1bb20e94b"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="d2e80e297ca8575992dd86a209cf294e"/></dir><file name="Association.php" hash="8ed7c6923dc47dd6d0ba399767995460"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="fb72f022f845e01a0fb05ecc6a34b619"/></dir><file name="Collection.php" hash="ff842ee24e1ef6775db7adf3fe52d284"/><file name="Global.php" hash="b5756cec19b430783a73eb96c640c777"/><file name="Value.php" hash="7a2f6ff329f3919eb0cf4ca431002008"/></dir><dir name="Log"><file name="Collection.php" hash="5b48686ed3307f2bd68cbd537a5f1535"/></dir><dir name="Scope"><file name="Abstract.php" hash="182cbb0b7ae0921c6d34b90eef942ab7"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="6fd03c8224ee6ce746f8c4d60ff0a453"/></dir><file name="Association.php" hash="47b423abc84fa63a28e3cc5f30b97cd5"/></dir><dir name="Store"><dir name="Information"><file name="Collection.php" hash="65b050d5a90d65fcd5693f9a1872de6a"/></dir><file name="Information.php" hash="a2a8ba4b1372a1ff94172b104e5a8508"/></dir><file name="Abstract.php" hash="02b44ef4c99f665caeca2c726bdc158c"/><file name="Configuration.php" hash="b874944f8b31421515c495cf3e9d5950"/><file name="Log.php" hash="dee3b42bc1d35e7fdd23a64df72c9ebe"/><file name="Setup.php" hash="36ffcf8cdc6cd31933ef5c0fcd7c635d"/></dir><dir name="Scope"><file name="Abstract.php" hash="944392baec8d91a3e2e26163fc78f23a"/></dir><dir name="Shipping"><file name="Association.php" hash="400fcd8884aa1661a70461430900293c"/></dir><dir name="Source"><file name="Charset.php" hash="ae189280e6c3e0e50121a89475db0a3a"/><file name="Crypt.php" hash="ce52568bb3871b740abb53979c5c3286"/><file name="DeliveryTimes.php" hash="598b72f268b8c19df7e9bf50913c1cf2"/><file name="Mode.php" hash="96fdfac05b53c9973883244b267ca7b3"/><file name="ModeAction.php" hash="517bd08329e816acd3f755f67b9a60c1"/><file name="PaymentType.php" hash="296d0fa8a0cdda89f12481525708d59a"/><file name="ProductType.php" hash="33ff864167f6da0932109dcc9e886b51"/><file name="ShippingType.php" hash="ccdc6598cf6cdf383bbb8cf6c2880ada"/><file name="TypeProduct.php" hash="edacd76cca2b5397391703dc9d9d31af"/></dir><dir name="Store"><file name="Information.php" hash="731c22a340bec98115826b3e24f22131"/></dir><file name="Configuration.php" hash="c741f1759dece685473777b2b185e193"/><file name="Functions.php" hash="63e5e696f0e0ac18d519bca03ce92863"/><file name="Log.php" hash="0912acd6dde298673fcd01a5dde5513a"/><file name="MageConfiguration.php" hash="b6bc98fad24309963370b31429b86435"/><file name="Observer.php" hash="ef00aca543c9bfa09af741d7e8b66481"/><file name="Product.php" hash="5abe818cf37d41ea063946bc4f0b7951"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="522dd1955adfcdc769d58d0eea74b607"/></dir><file name="ConfigurationController.php" hash="482b1920da785f15897e155e88ea96d6"/><file name="LogController.php" hash="bab954a6cd107dcc6153c8c60e93efa0"/><file name="OrderController.php" hash="e932a60831754beae7892f69618979b7"/><file name="ShippingController.php" hash="875a82f9a81106f6914b0c88843ca5df"/><file name="VersionsController.php" hash="2f693a64cd7b4bd7a403fc1d7a5044e6"/></dir><dir name="Category"><file name="TypeproductController.php" hash="e599af67b8030998882724fdad83c4d4"/></dir><file name="ConfigurationController.php" hash="91f8d84d8d1d56427213150118b3fe88"/><file name="InsertController.php" hash="6b8937f3e2d6c43372f46644a8425215"/><file name="LogController.php" hash="dcb0da5c2961e1ad51b0d540fad8d63e"/><file name="ShippingController.php" hash="1911834599b97b3e55e73aaa55c25b93"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c32133774d1977008ad40477505e43db"/><file name="config.xml" hash="eef8dc19fa794aaa494ce5477c5d68b0"/><file name="system.xml" hash="b229d0ad8db4f91f4b4aa6cf511b760f"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="a96262cfd944e071e8623a93372986ce"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="bb09c093b645fed2d3fc9886b0d82ef1"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="40605ebf734c786545f42a06daeea700"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="c88bc2b766db6d289bacfd78af21d78f"/><file name="mysql4-upgrade-1.0.4-1.0.5.php" hash="78fcfa36b649ab374a9c4a906a2e0167"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="fianet.xml" hash="f4900c33e38ae72e0dfd5846d37902a7"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="b2e62b1f58a605af96e848543d90bc35"/><file name="categorytreeformcontenair.phtml" hash="85fbd7e288dda1547a4e2a6e884ec7a1"/><file name="catproduct.phtml" hash="924d23c7e011c2c4b783e4d07e7487a6"/><file name="shipping.phtml" hash="0a923f50e9724395f100ed41d5db13b4"/><file name="storeswitcher.phtml" hash="1e7ac83eb766e19b37c7a463ed804c1a"/><file name="versions.phtml" hash="c8eac9a931a27b7732017c3ea0e24ef5"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="65738c27697fcc3b64fdcd35bf5043c9"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="9fd0bce1923333ba92ce814576d08317"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="fianet"><file name="manuel_PDF.png" hash="14402e521e668f247f939ac268317365"/><file name="redirectToMagentoConnect.bmp" hash="c76a2b274e45f5bfc99282392493cdf6"/><file name="power_off.png" hash="fc2b44341ca3f3677bdcd1ce5e6142ab"/><file name="power_on.png" hash="4d26afe3eebd475d6780340e1863d6b3"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="fianet"><file name="calcMD5.js" hash="c119ea8fe21c770e5951f032a268b59a"/><file name="log.js" hash="d532adb878c06aa63942f2c7252088fc"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|