Version Notes
fourth official commit
Download this release
Release Info
Developer | Magento Core Team |
Extension | Fianet_Core |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- 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 +2 -2
- 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/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/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 +1 -1
- app/code/community/Fianet/Core/Model/Functions.php +1 -1
- app/code/community/Fianet/Core/Model/Log.php +1 -1
- app/code/community/Fianet/Core/Model/MageConfiguration.php +1 -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/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/PaymentType.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/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/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/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/test.php +1 -1
- app/etc/modules/Fianet_Core.xml +2 -2
- package.xml +5 -5
- skin/adminhtml/default/default/images/fianet/CE_picto_orange.gif +0 -0
- skin/adminhtml/default/default/images/fianet/CE_picto_rouge.gif +0 -0
- skin/adminhtml/default/default/images/fianet/CE_picto_vert.gif +0 -0
- skin/adminhtml/default/default/images/fianet/RnP.gif +0 -0
- skin/adminhtml/default/default/images/fianet/attention.gif +0 -0
- skin/adminhtml/default/default/images/fianet/cb15.gif +0 -0
- skin/adminhtml/default/default/images/fianet/fianet_SAC_icon.gif +0 -0
- skin/adminhtml/default/default/images/fianet/icon_reset.gif +0 -0
- skin/adminhtml/default/default/images/fianet/ko.gif +0 -0
- skin/adminhtml/default/default/images/fianet/ok.gif +0 -0
- skin/adminhtml/default/default/images/fianet/rnp_tag.gif +0 -0
- skin/adminhtml/default/default/images/fianet/rond_rouge.gif +0 -0
- skin/adminhtml/default/default/images/fianet/rond_vert.gif +0 -0
- skin/adminhtml/default/default/images/fianet/rond_vertclair.gif +0 -0
- skin/adminhtml/default/default/images/fianet/sof15.gif +0 -0
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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 {
|
@@ -35,7 +35,7 @@ class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_B
|
|
35 |
'name' => 'storeId',
|
36 |
'value' => $storeId,
|
37 |
));
|
38 |
-
|
39 |
foreach ($this->configuration as $conf) {
|
40 |
$fieldset_name = $conf->advanced == '0' ? 'fieldset' : 'fieldset_adv';
|
41 |
if ($conf->type == $this->type) {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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 {
|
35 |
'name' => 'storeId',
|
36 |
'value' => $storeId,
|
37 |
));
|
38 |
+
|
39 |
foreach ($this->configuration as $conf) {
|
40 |
$fieldset_name = $conf->advanced == '0' ? 'fieldset' : 'fieldset_adv';
|
41 |
if ($conf->type == $this->type) {
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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/Widget/Grid/Column/Filter/Fianet.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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/Info/Productlist.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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 {
|
@@ -67,7 +67,6 @@ class Fianet_Core_Model_Fianet_Parser {
|
|
67 |
|
68 |
public function processResultNostack($xmlArray) {
|
69 |
$evaluations = array();
|
70 |
-
Mage::getModel('fianet/log')->log('Parser->processResultNostack(), return value : ' . $xmlArray['result']['attr']['retour']);
|
71 |
if ($xmlArray['result']['attr']['retour'] == 'absente') {
|
72 |
return ($evaluations);
|
73 |
}
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Parser {
|
67 |
|
68 |
public function processResultNostack($xmlArray) {
|
69 |
$evaluations = array();
|
|
|
70 |
if ($xmlArray['result']['attr']['retour'] == 'absente') {
|
71 |
return ($evaluations);
|
72 |
}
|
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-2012 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 {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Sender {
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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 {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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 {
|
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-2012 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 {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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 {
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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/Product.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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/PaymentType.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 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_PaymentType {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Source_PaymentType {
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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/controllers/Adminhtml/Category/ProductTypeController.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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.3</version>
|
23 |
</Fianet_Core>
|
24 |
</modules>
|
25 |
<admin>
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.3 $
|
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-2012 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-2012 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.3 $
|
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/test.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2012 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-2012 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.3 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
app/etc/modules/Fianet_Core.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 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-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.3 $
|
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.3</version>
|
32 |
</Fianet_Core>
|
33 |
</modules>
|
34 |
</config>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
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>
|
8 |
<extends/>
|
9 |
<summary>FIA-NET Core</summary>
|
10 |
<description>Base module for Kwixo and Certissim</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
|
13 |
-
<date>2013-
|
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="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fianet_Core</name>
|
4 |
+
<version>1.0.3</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>
|
8 |
<extends/>
|
9 |
<summary>FIA-NET Core</summary>
|
10 |
<description>Base module for Kwixo and Certissim</description>
|
11 |
+
<notes>fourth 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>2013-08-05</date>
|
14 |
+
<time>13:38:33</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="9fd2b3d7bc41a394539a96f23a32e5e6"/></dir><file name="Edit.php" hash="c71c3f3537698256566a2bd85d3af069"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="0eed6fc402acc187aa7fe9f58279c956"/></dir><file name="Content.php" hash="6b6b9b409c1d02a7e3b3212ee312ca0b"/><file name="Tab.php" hash="b3304aabef278275a518ea8218906eba"/></dir><dir name="Log"><file name="Grid.php" hash="149f93f48b318832bb3c9c1becb63b36"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="ad958200860d8b14aba88241288fd108"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="f236dbd4081fd041153b4c0978673af8"/></dir><dir name="Tree"><file name="Abstract.php" hash="2fab74746362a98a3e6e15268ecd87e9"/><file name="ProductType.php" hash="9279d309297da6d03f317df321ff8da0"/><file name="Products.php" hash="e9442985ee51352e7459a15e6fc1cedf"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="58f462ad2280366f5255ec4bc3b3ba2f"/></dir><dir name="Renderer"><file name="Fianet.php" hash="5166f207beac2932950a7c289f48cef5"/></dir></dir></dir></dir><file name="Configuration.php" hash="e2c638ff9c4e7137f3a99ab256dabb1a"/><file name="Fianetadmin.php" hash="d2d8dd6d973f4dd23be245c1858b25ba"/><file name="Fianetadmingrid.php" hash="4dfe67f83b62ef819ab7d1e512bcef33"/></dir></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="ca0ab64c1e061e3c9c636e04d50c7108"/><file name="ProductType.php" hash="f7dc6ff898471ebdd73ce6541831a667"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b7f87272413988b7a6f01897393d09b5"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="e763cd5745e6581f891593e32dedbd3a"/></dir><dir name="Catproduct"><file name="Association.php" hash="f4cdf89c63aec2be6860148e4e1e30f3"/></dir><dir name="Configuration"><file name="Global.php" hash="b3c4f84478749ffaf4a8a6dc0dc1d8e5"/><file name="Value.php" hash="309fea5bdc773a18b62d41b7deaaae4f"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="36b4e8b637d1b65547c78154aaa278fc"/><file name="Billing.php" hash="a266ce29160eb6eb48747eeb2d143b2f"/><file name="Delivery.php" hash="34942d626c38378e2e2ad6e6d6b7aa5e"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="e0733cb7b8724742770371a4a68b6f6d"/></dir><file name="Productlist.php" hash="6a08208d8cb87d123f9e5ebda18e5334"/><file name="Transport.php" hash="3d5720ea813d19439e477a6b645d5a3e"/></dir><dir name="User"><file name="Base.php" hash="a079261399419db7317b173668c7b721"/><file name="Billing.php" hash="85650ef585d4457b85d3e3f119f9a1a5"/><file name="Delivery.php" hash="aba1893ba6f7e6829db055624f5fecc6"/><file name="Siteconso.php" hash="aeab1d95876cca06389a1455d61f114c"/></dir><file name="Optionpayment.php" hash="0e3e000252c392b30fd2662e6c3c1ee6"/><file name="Payment.php" hash="7049dd5b5ef51627706c5a132f294564"/><file name="Wallet.php" hash="781fbf99e2c761a65fc6f99ec15dfb57"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="74902192c3c77e1eb0c3aed43fe0af1f"/><file name="Element.php" hash="801dd9076103ad949984e98c2a14a99e"/></dir><file name="EncodingKey.php" hash="3b93df332623e9b1bcd6ac01d75a336a"/><file name="Hash32bits.php" hash="8d1e4d4f0287ca4274fc7018407c048c"/><file name="Hash64bits.php" hash="a8f8e1ead7336e7e4e3d5027aa385910"/><file name="Parser.php" hash="342f8fbb998fcef7a693929a235e4dce"/><file name="Sender.php" hash="879f0b0bb0860dd4a7258d2ee6dad945"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="2fa8532fcd84599f988c402ccb8d80ed"/></dir><file name="Association.php" hash="266a65d475a940c270b9fe76b90ba35f"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="7ad29fe29586a59ae84db26920a4307a"/></dir><file name="Collection.php" hash="0482e5f8680ae90d56b2340c6c1fb829"/><file name="Global.php" hash="4614cc056e77e6df773377e524d0545c"/><file name="Value.php" hash="6223c6cec21ab9fd7f0668750371ff08"/></dir><dir name="Log"><file name="Collection.php" hash="59087a309d29c9e1ee4e2f19a623f8db"/></dir><dir name="Scope"><file name="Abstract.php" hash="8213dc30a72673d9ed1223960a6fefb9"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="80180569121aa39b46d5b61bdca9d007"/></dir><file name="Association.php" hash="e049c0a56eac8de33a915635e5e89d65"/></dir><file name="Abstract.php" hash="2db8aa52a8bb0583234b7f355b49f3a5"/><file name="Configuration.php" hash="ede49390bf9dda1e26abbe9ecbe3b05c"/><file name="Log.php" hash="367888bb287a22e0e51a9f7e90686d0a"/><file name="Setup.php" hash="f636d874b201026edcb71307db21f173"/></dir><dir name="Scope"><file name="Abstract.php" hash="aff3a22e9cf5566556631a50fff87256"/></dir><dir name="Shipping"><file name="Association.php" hash="3112f90520e19bad4cadcaa30b94a0f9"/></dir><dir name="Source"><file name="Charset.php" hash="26007b82df2cb9623435842e916d2af5"/><file name="Crypt.php" hash="e2f664b1c3f0326dd42b9d456b2fe306"/><file name="DeliveryTimes.php" hash="20fd164587991fb0a4d9f90cfc25b778"/><file name="Mode.php" hash="2a973b27f0fb06e0c7f4895bf1a92a5d"/><file name="PaymentType.php" hash="5dd640bbfdbcc50fc2b877762e13ddb7"/><file name="ProductType.php" hash="972e6a549f36ac77d652e4cb6909a5a4"/><file name="ShippingType.php" hash="4915c874ce0c57cf2b7aef9c89230965"/></dir><file name="Configuration.php" hash="d209abef8702d47a0c8c7b541b53930b"/><file name="Functions.php" hash="7dbf5bf0f00dd51195fe62593fa534f6"/><file name="Log.php" hash="0d397d7e50fcfbbd645a4ae01bdc64db"/><file name="MageConfiguration.php" hash="a647f2abb109a95835e90b25fed277e8"/><file name="Product.php" hash="ca1dee03bc22ea42f39d5d5bca7bdf24"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="fcdef00354e8b471ba30f00f99ba5121"/></dir><file name="ConfigurationController.php" hash="fe483553e70a592587e2250ee158c8ba"/><file name="LogController.php" hash="f8234e4b7430259181e15f3a955a28c6"/><file name="OrderController.php" hash="d26fbd8eaec6e21c1cefcdc2a20ff460"/><file name="ShippingController.php" hash="988fd4952dc6d6e28e5cc029996df6a9"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="bcb2ec07797eae0c067a0cd057d3803b"/><file name="config.xml" hash="0b6fcccb4c16da7ae61fd807d4bcfdc2"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="6b579134583c0cd1336472ee47f89713"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="ee9936d4654bd8ba707b819271bf18d0"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="5f9fb0518d49944d77b586171d84562d"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="752e5b48df493e7b77038ea76dbdc058"/></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="fb96870c1613f63c29f1bb487619d3bb"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="6161a93dafd2c7766d31b0e9aa709a3b"/><file name="categorytreeformcontenair.phtml" hash="03bfc3f2d8e7597f57d5c76dbbbfa888"/><file name="catproduct.phtml" hash="de87928577794f3457c540898807ec6c"/><file name="shipping.phtml" hash="a21adbdf6c4f2a3f2ca19cb20ac5680c"/><file name="storeswitcher.phtml" hash="855f89f49b96a80059172393b5581972"/><file name="test.php" hash="c603172cc50e79d407bbd7e7c970835c"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="921435aa9937cc7344db904b3f5d2d46"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="65da1dd9bc2ba2a43526bff4ceb274e5"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
skin/adminhtml/default/default/images/fianet/CE_picto_orange.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/CE_picto_rouge.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/CE_picto_vert.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/RnP.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/attention.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/cb15.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/fianet_SAC_icon.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/icon_reset.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/ko.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/ok.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/rnp_tag.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/rond_rouge.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/rond_vert.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/rond_vertclair.gif
DELETED
Binary file
|
skin/adminhtml/default/default/images/fianet/sof15.gif
DELETED
Binary file
|