Version Notes
third official commit
Download this release
Release Info
Developer | Magento Core Team |
Extension | Fianet_Core |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- 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/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 -1
- 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 +2 -2
- app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php +1 -1
- app/code/community/Fianet/Core/etc/adminhtml.xml +25 -17
- 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 +2 -2
- 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 +1 -1
- app/locale/fr_FR/Fianet_Core.csv +45 -176
- package.xml +7 -7
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.2 $
|
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.2 $
|
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.2 $
|
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 {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.2 $
|
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-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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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 {
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.2 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
class Fianet_Core_Model_Fianet_Parser {
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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 {
|
@@ -63,7 +63,7 @@ class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Ac
|
|
63 |
$response = $sender->send();
|
64 |
$countHoldOrder = Mage::helper('sac/order')->processResponse($response, array($orderId));
|
65 |
if ($countHoldOrder > 0) {
|
66 |
-
$this->_getSession()->addSuccess(Mage::helper('fianet')->__('%s order(s) successfully sent to FIA-NET', $countHoldOrder));
|
67 |
}
|
68 |
} catch (Exception $e) {
|
69 |
Mage::getSingleton('adminhtml/session')->addError($e->getMessage());
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.2 $
|
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 {
|
63 |
$response = $sender->send();
|
64 |
$countHoldOrder = Mage::helper('sac/order')->processResponse($response, array($orderId));
|
65 |
if ($countHoldOrder > 0) {
|
66 |
+
$this->_getSession()->addSuccess(Mage::helper('fianet')->__('Certissim : %s order(s) successfully sent to FIA-NET', $countHoldOrder));
|
67 |
}
|
68 |
} catch (Exception $e) {
|
69 |
Mage::getSingleton('adminhtml/session')->addError($e->getMessage());
|
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.2 $
|
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 |
-->
|
@@ -27,19 +27,19 @@
|
|
27 |
<sort_order>10</sort_order>
|
28 |
<children>
|
29 |
<producttype translate="title" module="fianet">
|
30 |
-
<title>
|
31 |
<sort_order>10</sort_order>
|
32 |
<action>fianet/adminhtml_category_productType</action>
|
33 |
</producttype>
|
34 |
<shippingtype translate="title" module="fianet">
|
35 |
-
<title>Shipping
|
36 |
<sort_order>20</sort_order>
|
37 |
<action>fianet/adminhtml_shipping</action>
|
38 |
</shippingtype>
|
39 |
</children>
|
40 |
</fianetconfig>
|
41 |
<fianetlog translate="title" module="fianet">
|
42 |
-
<title>
|
43 |
<sort_order>100</sort_order>
|
44 |
<action>fianet/adminhtml_log</action>
|
45 |
</fianetlog>
|
@@ -56,21 +56,29 @@
|
|
56 |
<adminfianet>
|
57 |
<title>FIA-NET</title>
|
58 |
<sort_order>190</sort_order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
</adminfianet>
|
60 |
-
<system>
|
61 |
-
<children>
|
62 |
-
<config>
|
63 |
-
<children>
|
64 |
-
<fianet translate="title">
|
65 |
-
<title>FIA-NET Section</title>
|
66 |
-
<sort_order>100</sort_order>
|
67 |
-
</fianet>
|
68 |
-
</children>
|
69 |
-
</config>
|
70 |
-
</children>
|
71 |
-
</system>
|
72 |
</children>
|
73 |
</admin>
|
74 |
</resources>
|
75 |
</acl>
|
76 |
-
</config>
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.2 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
27 |
<sort_order>10</sort_order>
|
28 |
<children>
|
29 |
<producttype translate="title" module="fianet">
|
30 |
+
<title>Products types</title>
|
31 |
<sort_order>10</sort_order>
|
32 |
<action>fianet/adminhtml_category_productType</action>
|
33 |
</producttype>
|
34 |
<shippingtype translate="title" module="fianet">
|
35 |
+
<title>Shipping types</title>
|
36 |
<sort_order>20</sort_order>
|
37 |
<action>fianet/adminhtml_shipping</action>
|
38 |
</shippingtype>
|
39 |
</children>
|
40 |
</fianetconfig>
|
41 |
<fianetlog translate="title" module="fianet">
|
42 |
+
<title>Logs</title>
|
43 |
<sort_order>100</sort_order>
|
44 |
<action>fianet/adminhtml_log</action>
|
45 |
</fianetlog>
|
56 |
<adminfianet>
|
57 |
<title>FIA-NET</title>
|
58 |
<sort_order>190</sort_order>
|
59 |
+
<children>
|
60 |
+
<fianetconfig>
|
61 |
+
<title>Common settings</title>
|
62 |
+
<sort_order>10</sort_order>
|
63 |
+
<children>
|
64 |
+
<producttype>
|
65 |
+
<title>Product types</title>
|
66 |
+
<sort_order>10</sort_order>
|
67 |
+
</producttype>
|
68 |
+
<shippingtype>
|
69 |
+
<title>Shipping types</title>
|
70 |
+
<sort_order>20</sort_order>
|
71 |
+
</shippingtype>
|
72 |
+
</children>
|
73 |
+
</fianetconfig>
|
74 |
+
<fianetlog>
|
75 |
+
<title>Logs</title>
|
76 |
+
<sort_order>100</sort_order>
|
77 |
+
</fianetlog>
|
78 |
+
</children>
|
79 |
</adminfianet>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
</children>
|
81 |
</admin>
|
82 |
</resources>
|
83 |
</acl>
|
84 |
+
</config>
|
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.2 $
|
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.2</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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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.2 $
|
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 |
?>
|
@@ -25,7 +25,7 @@ try {
|
|
25 |
<div class="content-header">
|
26 |
<table cellspacing="0" class="grid-header">
|
27 |
<tr>
|
28 |
-
<td><h3><?php echo $this->__('Shipping
|
29 |
<td class="a-right">
|
30 |
<button id="1021" type="button" class="scalable save" onclick="editForm.submit();" style=""><span><?php echo $this->__('Save'); ?></span></button>
|
31 |
</td>
|
11 |
*
|
12 |
* @author FIA-NET <support-boutique@fia-net.com>
|
13 |
* @copyright 2000-2012 FIA-NET
|
14 |
+
* @version Release: $Revision: 1.0.2 $
|
15 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
16 |
*/
|
17 |
?>
|
25 |
<div class="content-header">
|
26 |
<table cellspacing="0" class="grid-header">
|
27 |
<tr>
|
28 |
+
<td><h3><?php echo $this->__('Shipping configuration'); ?></h3></td>
|
29 |
<td class="a-right">
|
30 |
<button id="1021" type="button" class="scalable save" onclick="editForm.submit();" style=""><span><?php echo $this->__('Save'); ?></span></button>
|
31 |
</td>
|
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.2 $
|
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.2 $
|
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 |
-->
|
12 |
*
|
13 |
* @author FIA-NET <support-boutique@fia-net.com>
|
14 |
* @copyright 2000-2012 FIA-NET
|
15 |
+
* @version Release: $Revision: 1.0.2 $
|
16 |
* @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
17 |
*/
|
18 |
-->
|
app/locale/fr_FR/Fianet_Core.csv
CHANGED
@@ -1,198 +1,67 @@
|
|
1 |
-
"Merchant login","Login marchand"
|
2 |
-
"Merchant ID","Identifiant marchand"
|
3 |
-
"Crypt key","Clé de cryptage"
|
4 |
-
"Merchant password","Mot de passe marchand"
|
5 |
-
"New order status","Statut d'une nouvelle commande"
|
6 |
-
"Order aborted","Commande avortée"
|
7 |
-
"Order validated","Commande validée"
|
8 |
-
"Order refused","Commande refusée"
|
9 |
-
"Order under control","Commande sous-surveillance"
|
10 |
-
"Order control valided","Commande sous-surveillance validée"
|
11 |
-
"Order control refused","Commande sous-surveillance refusée"
|
12 |
-
"Order confirmed (shipped)","Commande confirmée (livrée)"
|
13 |
-
"Order canceled","Commande annulée"
|
14 |
-
"Mode","Mode"
|
15 |
-
"Default shipping times","Délais de livraison par défaut"
|
16 |
-
"Default product type","Type de produit par défaut"
|
17 |
-
"Is enabled","Activé"
|
18 |
"FIA-NET","FIA-NET"
|
19 |
-
"
|
20 |
-
"Products
|
21 |
-
"Shipping
|
22 |
-
"
|
23 |
-
"
|
24 |
"Categories configuration","Configuration des catégories"
|
25 |
-
"
|
26 |
-
"
|
|
|
27 |
"Apply to sub-categories","Propager aux sous-catégories"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"SAC configuration","Configuration SAC"
|
34 |
-
"XML encoding","Encodage XML"
|
35 |
-
"Shipping type","Type de livraisons"
|
36 |
-
"Shipping methods list","Liste des méthodes de livraisons"
|
37 |
-
"Shipping method","Méthode de livraison"
|
38 |
-
"FIA-NET Shipping type","Type de livraison"
|
39 |
-
"Shipping speed","Rapidité de livraison"
|
40 |
"Conveyor","Transporteur"
|
41 |
-
"To define","A définir"
|
42 |
-
"Conveyor name is required.","Le nom du transporteur est obligatoire."
|
43 |
-
"Data succesfully saved.","Données sauvegardées avec succès."
|
44 |
-
"Log","Journal"
|
45 |
-
"Site identifier","Identifiant site"
|
46 |
-
"Login","Login"
|
47 |
-
"Password","Mot de passe"
|
48 |
-
"Shipping times nostock","Délais de livraison stock épuisé"
|
49 |
-
"Default type product","Type de produit par défaut"
|
50 |
-
"Categories shipping times","Délais de livraison par catégorie"
|
51 |
-
"Shipping times configuration","Configuration des délais de livraisons"
|
52 |
-
"Data","Données"
|
53 |
-
"Values","Valeurs"
|
54 |
-
"Category","Catégorie"
|
55 |
"d","j"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"
|
65 |
-
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
-
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"Notify customer ?","Avertir le client ?"
|
73 |
-
"New order status","Statut d'une nouvelle commande"
|
74 |
-
"Payment from Specific countries","Paiement depuis certains pays"
|
75 |
-
"Common settings","Paramètres communs"
|
76 |
-
"All Store","Tous les magasins"
|
77 |
-
"Choose Store","Choisir un magasin"
|
78 |
-
"Choose Website","Choisir un site web"
|
79 |
-
"Choose Store view","Choisir une vue magasin"
|
80 |
-
"Unable to load FIA-NET configuration.","Impossible de charger la configuration FIA-NET."
|
81 |
-
"Products shipping times","Délais de livraison par produit"
|
82 |
-
"Products list","Liste des produits"
|
83 |
-
"Name","Nom"
|
84 |
-
"Required data are not present.","Les données nécessaires ne sont pas présentes"
|
85 |
-
"Website","Site web"
|
86 |
-
"Store","Magasin"
|
87 |
-
"Store view","Vue magasin"
|
88 |
-
"Configuration scope","Portée de la configuration"
|
89 |
-
"group_id","STORE"
|
90 |
-
"website_id","WEBSITE"
|
91 |
-
"store_id","STORE VIEW"
|
92 |
-
"All","Tout"
|
93 |
-
"All website","Tous les sites web"
|
94 |
-
"All store","Tous les magasins"
|
95 |
-
"All store view","Toutes les vues magasins"
|
96 |
-
"Display calculator in front office","Afficher la calculatrice dans le front office"
|
97 |
-
"Yes","Oui"
|
98 |
-
"No","Non"
|
99 |
-
"Data succesfully deleted.","Données correctement suprimées"
|
100 |
-
"You will be redirected to ReceiveAndPay in a few seconds.","Vous serez redirigé vers ReceiveAndPay dans quelques secondes."
|
101 |
-
"You will be redirected to ReceiveAndPay - Kwixo in a few seconds.","Vous serez redirigé vers ReceiveAndPay - Kwixo dans quelques secondes."
|
102 |
-
"ReceiveAndPay - Cash","ReceiveAndPay - Paiement comptant"
|
103 |
-
"ReceiveAndPay - Credit","ReceiveAndPay - Credit"
|
104 |
-
"Order ReceiveAndPay has been aborted by user","La commande ReceiveAndPay a été avortée par l'utilisateur"
|
105 |
-
"Order has been validated by ReceiveAndPay","La commande a été validée par ReceiveAndPay"
|
106 |
-
"Order has been refused by ReceiveAndPay","La commande a été refusée par ReceiveAndPay"
|
107 |
-
"Order is under control by ReceiveAndPay","La commande ReceiveAndPay est sous-surveillance"
|
108 |
-
"Order under control has been validated by ReceiveAndPay","La commande sous-surveillance a été validée par ReceiveAndPay"
|
109 |
-
"Order under control has been refused by ReceiveAndPay","La commande sous-surveillance a été refusée par ReceiveAndPay"
|
110 |
-
"Order has been closed by ReceiveAndPay","La commande a été cloturée par ReceiveAndPay"
|
111 |
-
"Order has been cancelled by ReceiveAndPay","La commande ReceiveAndPay a été annulée"
|
112 |
-
"Reception date","Date de réception"
|
113 |
-
"Transaction #","N° de transaction"
|
114 |
-
"Status","Status"
|
115 |
-
"Mode","Mode"
|
116 |
-
"Connexion to ReceiveAndPay's Backoffice","Connection au back-office ReceiveAndPay"
|
117 |
"No login found","Identifiants non trouvés"
|
|
|
118 |
"Sort order","Ordre de tri"
|
119 |
-
"This payment method is currently in test phase, no payment possible.","Cette méthode de paiement est actuellement en cours de test, aucun paiement ne peut être effectué."
|
120 |
"Transactions informations","Informations sur les transactions"
|
121 |
"Payment statut not found","Aucun status de paiement trouvé"
|
122 |
-
"Minimum amount to display calculator next to product price","Montant minimum pour lequel la calculatrice s'affiche à coté du prix du produit"
|
123 |
-
"Pending ReceiveAndPay","Attente de paiement ReceiveAndPay"
|
124 |
-
"Pending RNP - Kwixo","En attente de RNP - Kwixo"
|
125 |
-
"Und. ctrl.","Ss surv."
|
126 |
-
"Disabled","Désactivé"
|
127 |
-
"SAC Status","Statut"
|
128 |
-
"Script to sent orders","Script d'envoie des commandes"
|
129 |
-
"Script to receive evaluation","Script de réception des évaluations"
|
130 |
-
"Script to receive reevaluation","Script de réception des réévaluations"
|
131 |
"Connection to SAC back-office","Interface SAC"
|
132 |
"Validate XML page","Page de validation du flux XML"
|
133 |
-
"Payment method configuration","Configuration des méthodes de paiement"
|
134 |
-
"S.A.C.","Système d'Analyse des Commandes"
|
135 |
-
"Credit card","Carte bancaire"
|
136 |
-
"Money order","Chèque"
|
137 |
-
"Against repayment","Contre-remboursement"
|
138 |
-
"Transfer","Virement"
|
139 |
-
"Credit card in x times","Carte bancaire en plusieurs fois"
|
140 |
-
"Paypal","Paypal"
|
141 |
"%s items saved.","%s enregistrements sauvegardés."
|
142 |
"Manage payment configuration","Gérer la configuration des moyens de paiement"
|
143 |
-
"Payment methods","Méthodes de paiement"
|
144 |
-
"Sent to CERTISSIM FIA-NET","CERTISSIM FIA-NET : Soumettre à l'analyse"
|
145 |
-
"KWIXO FIA-NET : get back transaction's state","KWIXO FIA-NET : Récupérer l'état de la transaction"
|
146 |
-
"%s order(s) successfully sent to FIA-NET","%s commande(s) envoyées avec succès à FIA-NET"
|
147 |
-
"%s evaluation(s) successfully receipted","%s évaluation(s) reçue(s) avec succès"
|
148 |
"Error on transaction","Transaction en erreur"
|
149 |
"Click for details","Cliquez pour plus de détails"
|
150 |
"Evaluation in progress...","Evaluation en cours"
|
151 |
-
"Order %s has been reevaluated","La commande %s a été réévaluée pas le système d'analyse des commande de FIA-NET"
|
152 |
-
"The order %s has now evaluation %s","La commande %s a maintenant l'évaluation %s"
|
153 |
-
"SAC : automatic sending order #%s, payment type is %s sac status is %s", "SAC : envoi automatique de la commande %s, le paiement est de type %s, le statut est %s"
|
154 |
"Check %s : found.","Vérification de %s : trouvé"
|
155 |
"Check %s : not found, ","Vérification de %s : non trouvé, "
|
156 |
"set default value = %s.","valeur par défaut configurée = %s"
|
157 |
-
"Payment from applicable countries","Paiement depuis les pays applicables"
|
158 |
-
"Payment from Specific countries","Paiement depuis certains pays"
|
159 |
-
"An error has been occured, please retry later.","Une erreur est survenue, veuillez réessayer ultérieurement."
|
160 |
-
"Return","Retour"
|
161 |
-
"ReceiveAndPay : an error (%s) has been occured during payment redirection.","ReceiveAndPay : une erreur (%s) s'est produite durant la redirection du paiement."
|
162 |
-
"ReceiveAndPay error","Erreur ReceiveAndPay"
|
163 |
-
"Minimum Order Total","Montant mini de commande"
|
164 |
-
"Maximum Order Total","Montant maxi de commande"
|
165 |
-
"Proceed payment","Procéder au paiement"
|
166 |
-
"Click here if you're not redirected","Cliquez ici si vous n'êtes pas redirigé"
|
167 |
"Click to simulate your monthly fee","Cliquez pour calculer vos mensualités"
|
168 |
-
"Transport shipping times","Délais de livraison par type de transport"
|
169 |
"Choose a value","Choisissez une valeur"
|
170 |
"Nothing configured","Rien de configuré"
|
171 |
-
|
172 |
-
"
|
173 |
-
"
|
174 |
-
"
|
175 |
-
"
|
176 |
-
"
|
177 |
-
"
|
178 |
-
"
|
179 |
-
"
|
180 |
-
"
|
181 |
-
"
|
182 |
-
"
|
183 |
-
"
|
184 |
-
"
|
185 |
-
"
|
186 |
-
"CE outrepassed before advice","CE outrepassé avant avis"
|
187 |
-
"CE outrepassed after negative advice","CE outrepassé après avis négatif"
|
188 |
-
"Automatic invoicing","Facturation automatique"
|
189 |
-
"Delivery time based on product attribute","Délai de livraison basé sur l'attribut produit"
|
190 |
-
"Out of stock delivery time based on product attribute","Délai de livraison stock épuisé basé sur l'attribut produit"
|
191 |
-
"Merchant maximum delivery times","Délais de livraison marchand maximum"
|
192 |
-
"CERTISSIM FIA-NET : Get evaluations","CERTISSIM FIA-NET : Récupérer les évaluations"
|
193 |
-
"Attempt to retrieve Reevaluation...","Tentative de récupération des réevaluations..."
|
194 |
-
"%s reevaluation found.","%s réévaluations trouvées."
|
195 |
-
"Order %s updated to eval %s","Commande %s mise à jour vers évaluation %s"
|
196 |
-
"Retrieving reevaluation ended.","Récupération des évaluations terminées."
|
197 |
-
"Order %s sent and is currently in state : %s","Commande %s envoyée et est actuellement à l'état : %s"
|
198 |
-
"Fianet_Sac_Model_Action::ProcessResponse() : unknow state %s for order %s","Fianet_Sac_Model_Action::ProcessResponse() : état inconnu %s pour la commande %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
"FIA-NET","FIA-NET"
|
2 |
+
"Common settings","Paramètres communs"
|
3 |
+
"Products types","Types de produits"
|
4 |
+
"Shipping types","Types de livraisons"
|
5 |
+
"Logs","Journal"
|
6 |
+
"Categories","Catégories"
|
7 |
"Categories configuration","Configuration des catégories"
|
8 |
+
"Categorie's %s configuration","Configuration de la catégorie %s"
|
9 |
+
"Categorie's %s configuration for store %s","Configuration de la catégorie %s pour le magasin %s"
|
10 |
+
"Product type","Type de produit"
|
11 |
"Apply to sub-categories","Propager aux sous-catégories"
|
12 |
+
"Shipping configuration","Configuration des livraisons"
|
13 |
+
"Shipping methods list","Liste des méthodes de livraison"
|
14 |
+
"Shipping method","Méthode de livraison"
|
15 |
+
"FIA-NET Shipping type","Type de livraison FIA-NET"
|
16 |
+
"Shipping speed","Rapidité de livraison"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
"Conveyor","Transporteur"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"d","j"
|
19 |
+
"%sd-%sd","%sj-%sj"
|
20 |
+
"General configuration","Configuration générale"
|
21 |
+
"Links","Liens"
|
22 |
+
"Enabled","Activé"
|
23 |
+
"Test or production mode","Mode test ou production"
|
24 |
+
"Password","Mot de passe"
|
25 |
+
"Encryption mode","Mode"
|
26 |
+
"Charset","Jeu de caractère"
|
27 |
+
"Default product type","Type de produit par défaut"
|
28 |
+
|
29 |
+
"Sent to CERTISSIM FIA-NET","CERTISSIM FIA-NET : Soumettre à l'analyse"
|
30 |
+
"CERTISSIM FIA-NET : Get evaluations","CERTISSIM FIA-NET : Récupérer les évaluations"
|
31 |
+
"KWIXO FIA-NET : get back transaction's state","KWIXO FIA-NET : Récupérer l'état de la transaction"
|
32 |
+
|
33 |
+
"Und. ctrl.","Ss surv."
|
34 |
+
"An error has been occured, please retry later.","Une erreur est survenue, veuillez réessayer ultérieurement."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
"No login found","Identifiants non trouvés"
|
36 |
+
"Payment statut not found","Status du paiement non trouvé"
|
37 |
"Sort order","Ordre de tri"
|
|
|
38 |
"Transactions informations","Informations sur les transactions"
|
39 |
"Payment statut not found","Aucun status de paiement trouvé"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
"Connection to SAC back-office","Interface SAC"
|
41 |
"Validate XML page","Page de validation du flux XML"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
"%s items saved.","%s enregistrements sauvegardés."
|
43 |
"Manage payment configuration","Gérer la configuration des moyens de paiement"
|
|
|
|
|
|
|
|
|
|
|
44 |
"Error on transaction","Transaction en erreur"
|
45 |
"Click for details","Cliquez pour plus de détails"
|
46 |
"Evaluation in progress...","Evaluation en cours"
|
|
|
|
|
|
|
47 |
"Check %s : found.","Vérification de %s : trouvé"
|
48 |
"Check %s : not found, ","Vérification de %s : non trouvé, "
|
49 |
"set default value = %s.","valeur par défaut configurée = %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
"Click to simulate your monthly fee","Cliquez pour calculer vos mensualités"
|
|
|
51 |
"Choose a value","Choisissez une valeur"
|
52 |
"Nothing configured","Rien de configuré"
|
53 |
+
|
54 |
+
"Unable to load FIA-NET configuration.","Impossible de charger la configuration FIA-NET."
|
55 |
+
"The configuration has been saved.","La configuration a été sauvegardée."
|
56 |
+
"Please wait...","Merci de patienter..."
|
57 |
+
"Save","Enregistrer"
|
58 |
+
"Delete","Effacer"
|
59 |
+
"Back","Retour"
|
60 |
+
"Return","Retour"
|
61 |
+
"Save Config","Enregistrer la Configuration"
|
62 |
+
"Are you sure you want to do this?","En êtes vous sûr ?"
|
63 |
+
"Data succesfully saved.","Données sauvegardées correctement."
|
64 |
+
"Data succesfully deleted.","Données correctement suprimées"
|
65 |
+
"Yes","Oui"
|
66 |
+
"No","Non"
|
67 |
+
"Disabled","Désactivé"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
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.2</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>third 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-06-13</date>
|
14 |
+
<time>15:40:57</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="4a219cdd55988845f5aa149fedaec56f"/></dir><file name="Edit.php" hash="e77a0a37cf6047a59d92786eaf6570da"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="44c1b219db8cd53f6624d1e79cebfd40"/></dir><file name="Content.php" hash="42e93968a84c25ba82a432285c546132"/><file name="Tab.php" hash="49d85b185b0c25a1b68f1da2787e7726"/></dir><dir name="Log"><file name="Grid.php" hash="2354ec4b8cbe0d768189c24fcc319e95"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="e13ecbf526d090cd57424060857c3525"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="7dd4bf3b2a9a89687e8ffabf706d0349"/></dir><dir name="Tree"><file name="Abstract.php" hash="720e1df4c0a4c861639f8357b41de8b2"/><file name="ProductType.php" hash="d0b3566c6c5797c2ab537615f4ea7f7a"/><file name="Products.php" hash="38a0e88a8bbff7dc7e0786b33c92b15c"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="b9869e48fa73023a5aad2f54876b25cd"/></dir><dir name="Renderer"><file name="Fianet.php" hash="ad9e2e2bc3c9f9822cb713234ce0eab4"/></dir></dir></dir></dir><file name="Configuration.php" hash="a00fb14a107ca1dd01211f0e33d05325"/><file name="Fianetadmin.php" hash="bcc0254ec04e4a326115a456cd03931c"/><file name="Fianetadmingrid.php" hash="a998de461267a53a80519461ace203b5"/></dir></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="5b833345cced2478637c19061b0be490"/><file name="ProductType.php" hash="bc0281aab4c727e6cec0a051150edbf1"/></dir></dir><dir name="Helper"><file name="Data.php" hash="9b8fdad74d2a46389072ba38c5917adf"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="79eb02896bdc0cc92ec28cd786aab5c2"/></dir><dir name="Catproduct"><file name="Association.php" hash="598639236cc1861394fba1b020a1ca9a"/></dir><dir name="Configuration"><file name="Global.php" hash="2b1a767b0aedf4b5b79155f3a849687f"/><file name="Value.php" hash="c799a757e35790e122be1862585b5d34"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="6f0b4ed1dbde4f925db4fb0495d7e5ae"/><file name="Billing.php" hash="dee7bd51eb2da237701107e34f11f371"/><file name="Delivery.php" hash="634847ecb8e29941053e9e9c86b76565"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="d9f6c36748fb9f0e8e31cf54c817800e"/></dir><file name="Productlist.php" hash="cff8b0c95c77cb3b27b5a3dbde192370"/><file name="Transport.php" hash="93b70461570b6538e02387193efdf1dc"/></dir><dir name="User"><file name="Base.php" hash="7e5fbf75039c32ee83b0e0d0677f7a49"/><file name="Billing.php" hash="4b275e7ff05667490ad267e4f158f37d"/><file name="Delivery.php" hash="06b2e7e0c3174f1784a0fe467c6d7eb2"/><file name="Siteconso.php" hash="9502a78b5791686e4bc7cb2f4937fb3a"/></dir><file name="Optionpayment.php" hash="5c4e55025a2555823684f04e09ff62fe"/><file name="Payment.php" hash="5a1fc0cb2d258b904777aa8b88eecf81"/><file name="Wallet.php" hash="35d5d70c571aa417bc432ae8f25813c9"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="05bffe2527645a35a58d477a6d31944f"/><file name="Element.php" hash="22fadcbae21242320b69696a5e161639"/></dir><file name="EncodingKey.php" hash="2043d9f8212605c00bd9cef66aa62621"/><file name="Hash32bits.php" hash="17b0271b4501abbc4a52861c053f56a3"/><file name="Hash64bits.php" hash="5c1edde9b067ecfe0a3f0932d66f83ef"/><file name="Parser.php" hash="9b628f1dab0c6914f7ece39908a06e77"/><file name="Sender.php" hash="fb20e03dbde87168cad2896b7a8a6e70"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="e53fef7babfa3214f0a83ca06c0fae7d"/></dir><file name="Association.php" hash="772af465608be6dba6411f9b05c96751"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="30a67dafaaaa3a2676512771c6255f3b"/></dir><file name="Collection.php" hash="4322e9e944a82954fd027ff989e93762"/><file name="Global.php" hash="af400095e0b81bf63086d0fa0eb35451"/><file name="Value.php" hash="d320589cb9198081ee4c18a3d0ce563f"/></dir><dir name="Log"><file name="Collection.php" hash="cea5b62d59fe0ceee4bf166c34fe705d"/></dir><dir name="Scope"><file name="Abstract.php" hash="6bc3e4f9e1d75a62e7083e7e30940d91"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="3493b37cb263250b67dc97d99c3931a6"/></dir><file name="Association.php" hash="dfa3dd1d8a0f47f7617a8de27c155df1"/></dir><file name="Abstract.php" hash="dee50279eeecf617fdbcd630d4993411"/><file name="Configuration.php" hash="003c89c03e1395f77e60f06251d314f7"/><file name="Log.php" hash="262604cb1b706a1d90383ef45a9367ad"/><file name="Setup.php" hash="c0964cff71833add21fab7394c071585"/></dir><dir name="Scope"><file name="Abstract.php" hash="965909710957c2617050f2a73fb8336f"/></dir><dir name="Shipping"><file name="Association.php" hash="2723bf60b31d43372f6d9b12daffb171"/></dir><dir name="Source"><file name="Charset.php" hash="7d004e8b7494a7a6652f1fd88fb70b7f"/><file name="Crypt.php" hash="137b488f9e58213cccdfebaeef11166f"/><file name="DeliveryTimes.php" hash="1df8617c98905e087d3006cf24eaf79f"/><file name="Mode.php" hash="f1ebdf4c170b2b3df5b7bce05015a2a7"/><file name="PaymentType.php" hash="5a3490c57169705290aa2310159ebf25"/><file name="ProductType.php" hash="b23873e634a4c15dc9395b40667e7100"/><file name="ShippingType.php" hash="448a4bd555c9fc9f21245f89bf726bb4"/></dir><file name="Configuration.php" hash="185f195341a56dae2544c18ae88d0e94"/><file name="Functions.php" hash="68120779f964f2e6e7829cb2c339e18e"/><file name="Log.php" hash="e61292ae3615f2e0be0cb01936305269"/><file name="MageConfiguration.php" hash="946e33b82c450dd3f9bac1a5b4cd26d0"/><file name="Product.php" hash="68b0360a0a213700231bd0dc46515837"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="1647d165611308585b8e439e40910af0"/></dir><file name="ConfigurationController.php" hash="e16f25726c7d9783a91ee28ca7a7f338"/><file name="LogController.php" hash="9bb134cdf1c584f33034063efc0313f0"/><file name="OrderController.php" hash="9b012178963a0a151fde27c4f08465d0"/><file name="ShippingController.php" hash="73ec368ad8b712ac5edfa03fa86de34e"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="c5c9ffd553f0c76b0945d677732f172d"/><file name="config.xml" hash="4fa8a56beff45b2c7bf5a31a285b934e"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="7f7518bd60f42d6c7e89deac1319459d"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="e365709b993fc042416ea70835aa15ed"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="4f1f6b57342a9b636b5598f1a7986fae"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="51a36efd303ff95b67cb7349f616a25b"/></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="efe86fb5edd3c6969284b575c890c501"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="dcf1aa632de88d321abd1985b5d4ed9a"/><file name="categorytreeformcontenair.phtml" hash="2655e48c5ddef893a8b415953a081f59"/><file name="catproduct.phtml" hash="4868d08eb240d429a7e80c4e68507079"/><file name="shipping.phtml" hash="de01e452dc7a67773e99a302d28f085e"/><file name="storeswitcher.phtml" hash="7b48c40c2db2fef382f873871e5a9eaf"/><file name="test.php" hash="0866a4f90f761347bd5286e9f27ec345"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="08808678fcaefd5d0445e189be25d4f7"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="65da1dd9bc2ba2a43526bff4ceb274e5"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="fianet"><file name="CE_picto_orange.gif" hash="6805aa75f9bb9e85d9b71e525852c515"/><file name="CE_picto_rouge.gif" hash="9d0b3298b2f18db90db27a870bff1c1e"/><file name="CE_picto_vert.gif" hash="335dd69b814bfe155117126b65ddb303"/><file name="RnP.gif" hash="d2f0083a5731f301b9a3bdcff327e19c"/><file name="attention.gif" hash="d85cab75ed2cba677829db26b1f0a6c2"/><file name="cb15.gif" hash="c9b308669efc27038043480400ab99e2"/><file name="fianet_SAC_icon.gif" hash="be9ce72c9a2bd81611a9e82537a8e15a"/><file name="icon_reset.gif" hash="1a883459cf1035dbc4fcd21c777af477"/><file name="ko.gif" hash="3d479be5db8b4b2ffa67612eeb5d47e1"/><file name="ok.gif" hash="1f6c46ba51a3f8732f62a65c0533f118"/><file name="rnp_tag.gif" hash="caeb5b7040352e4bcf7c3e09d4b1f085"/><file name="rond_rouge.gif" hash="c605401e88cd234a31691dc9e4a38b05"/><file name="rond_vert.gif" hash="ce704184ee159f7008f81af51a747e71"/><file name="rond_vertclair.gif" hash="b0310ca593cd539b88463d720df3cd60"/><file name="sof15.gif" hash="0f1e01ce195d2fb3da0700813a5ccd35"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies/>
|
18 |
</package>
|