Fianet_Core - Version 1.0.2

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

Files changed (92) hide show
  1. app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit.php +1 -1
  2. app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit/Form.php +1 -1
  3. app/code/community/Fianet/Core/Block/Adminhtml/Configuration.php +1 -1
  4. app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Content.php +1 -1
  5. app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Edit/Form.php +1 -1
  6. app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Tab.php +1 -1
  7. app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmin.php +1 -1
  8. app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmingrid.php +1 -1
  9. app/code/community/Fianet/Core/Block/Adminhtml/Log/Grid.php +1 -1
  10. app/code/community/Fianet/Core/Block/Adminhtml/Sales/Order/Grid.php +1 -1
  11. app/code/community/Fianet/Core/Block/Adminhtml/Store/Switcher.php +1 -1
  12. app/code/community/Fianet/Core/Block/Adminhtml/Tree/Abstract.php +1 -1
  13. app/code/community/Fianet/Core/Block/Adminhtml/Tree/ProductType.php +1 -1
  14. app/code/community/Fianet/Core/Block/Adminhtml/Tree/Products.php +1 -1
  15. app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Filter/Fianet.php +1 -1
  16. app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Fianet.php +1 -1
  17. app/code/community/Fianet/Core/Controller/Tree/Abstract.php +1 -1
  18. app/code/community/Fianet/Core/Controller/Tree/ProductType.php +1 -1
  19. app/code/community/Fianet/Core/Helper/Data.php +1 -1
  20. app/code/community/Fianet/Core/Model/Carrier/Abstract.php +1 -1
  21. app/code/community/Fianet/Core/Model/Catproduct/Association.php +1 -1
  22. app/code/community/Fianet/Core/Model/Configuration.php +1 -1
  23. app/code/community/Fianet/Core/Model/Configuration/Global.php +1 -1
  24. app/code/community/Fianet/Core/Model/Configuration/Value.php +1 -1
  25. app/code/community/Fianet/Core/Model/Fianet/EncodingKey.php +1 -1
  26. app/code/community/Fianet/Core/Model/Fianet/Hash32bits.php +1 -1
  27. app/code/community/Fianet/Core/Model/Fianet/Hash64bits.php +1 -1
  28. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Base.php +1 -1
  29. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Billing.php +1 -1
  30. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Delivery.php +1 -1
  31. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist.php +1 -1
  32. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist/Product.php +1 -1
  33. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Transport.php +1 -1
  34. app/code/community/Fianet/Core/Model/Fianet/Order/Optionpayment.php +1 -1
  35. app/code/community/Fianet/Core/Model/Fianet/Order/Payment.php +1 -1
  36. app/code/community/Fianet/Core/Model/Fianet/Order/User/Base.php +1 -1
  37. app/code/community/Fianet/Core/Model/Fianet/Order/User/Billing.php +1 -1
  38. app/code/community/Fianet/Core/Model/Fianet/Order/User/Delivery.php +1 -1
  39. app/code/community/Fianet/Core/Model/Fianet/Order/User/Siteconso.php +1 -1
  40. app/code/community/Fianet/Core/Model/Fianet/Order/Wallet.php +1 -1
  41. app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Builder.php +1 -1
  42. app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Element.php +1 -1
  43. app/code/community/Fianet/Core/Model/Fianet/Parser.php +1 -1
  44. app/code/community/Fianet/Core/Model/Fianet/Sender.php +1 -1
  45. app/code/community/Fianet/Core/Model/Functions.php +1 -1
  46. app/code/community/Fianet/Core/Model/Log.php +1 -1
  47. app/code/community/Fianet/Core/Model/MageConfiguration.php +1 -1
  48. app/code/community/Fianet/Core/Model/Mysql4/Abstract.php +1 -1
  49. app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association.php +1 -1
  50. app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association/Collection.php +1 -1
  51. app/code/community/Fianet/Core/Model/Mysql4/Configuration.php +1 -1
  52. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Collection.php +1 -1
  53. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Global.php +1 -1
  54. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value.php +1 -1
  55. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value/Collection.php +1 -1
  56. app/code/community/Fianet/Core/Model/Mysql4/Log.php +1 -1
  57. app/code/community/Fianet/Core/Model/Mysql4/Log/Collection.php +1 -1
  58. app/code/community/Fianet/Core/Model/Mysql4/Scope/Abstract.php +1 -1
  59. app/code/community/Fianet/Core/Model/Mysql4/Setup.php +1 -1
  60. app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association.php +1 -1
  61. app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association/Collection.php +1 -1
  62. app/code/community/Fianet/Core/Model/Product.php +1 -1
  63. app/code/community/Fianet/Core/Model/Scope/Abstract.php +1 -1
  64. app/code/community/Fianet/Core/Model/Shipping/Association.php +1 -1
  65. app/code/community/Fianet/Core/Model/Source/Charset.php +1 -1
  66. app/code/community/Fianet/Core/Model/Source/Crypt.php +1 -1
  67. app/code/community/Fianet/Core/Model/Source/DeliveryTimes.php +1 -1
  68. app/code/community/Fianet/Core/Model/Source/Mode.php +1 -1
  69. app/code/community/Fianet/Core/Model/Source/PaymentType.php +1 -1
  70. app/code/community/Fianet/Core/Model/Source/ProductType.php +1 -1
  71. app/code/community/Fianet/Core/Model/Source/ShippingType.php +1 -1
  72. app/code/community/Fianet/Core/controllers/Adminhtml/Category/ProductTypeController.php +1 -1
  73. app/code/community/Fianet/Core/controllers/Adminhtml/ConfigurationController.php +1 -1
  74. app/code/community/Fianet/Core/controllers/Adminhtml/LogController.php +1 -1
  75. app/code/community/Fianet/Core/controllers/Adminhtml/OrderController.php +2 -2
  76. app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php +1 -1
  77. app/code/community/Fianet/Core/etc/adminhtml.xml +25 -17
  78. app/code/community/Fianet/Core/etc/config.xml +2 -2
  79. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-install-0.2.1.php +1 -1
  80. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.1-0.2.2.php +1 -1
  81. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.2-0.5.7.php +1 -1
  82. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.9.0-1.0.0.php +1 -1
  83. app/design/adminhtml/default/default/layout/fianet.xml +1 -1
  84. app/design/adminhtml/default/default/template/fianet/common/categoriestree.phtml +1 -1
  85. app/design/adminhtml/default/default/template/fianet/common/categorytreeformcontenair.phtml +1 -1
  86. app/design/adminhtml/default/default/template/fianet/common/catproduct.phtml +1 -1
  87. app/design/adminhtml/default/default/template/fianet/common/shipping.phtml +2 -2
  88. app/design/adminhtml/default/default/template/fianet/common/storeswitcher.phtml +1 -1
  89. app/design/adminhtml/default/default/template/fianet/common/test.php +1 -1
  90. app/etc/modules/Fianet_Core.xml +1 -1
  91. app/locale/fr_FR/Fianet_Core.csv +45 -176
  92. 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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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>Product type</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 type</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>Log</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.1 $
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.1</version>
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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.1 $
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 type'); ?></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>
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.1 $
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.1 $
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.1 $
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
- "ReceiveAndPay configuration","Configuration ReceiveAndPay"
20
- "Products type","Type de produits"
21
- "Shipping times","Délais de livraison"
22
- "Shipping times no stock","Délais de livraison stock épuisé"
23
- "Shipping methods","Méthodes de livraison"
24
  "Categories configuration","Configuration des catégories"
25
- "Categories list","Liste des catégories"
26
- "FIA-NET product types","Type de produits FIA-NET"
 
27
  "Apply to sub-categories","Propager aux sous-catégories"
28
- "Data succesfully saved.","Données sauvegardées correctement."
29
- "Save","Enregistrer"
30
- "Module configuration","Configuration du module"
31
- "Title","Titre"
32
- "Value","Valeur"
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
- "Delete","Effacer"
57
- "Are you sure ?","En êtes vous sûr ?"
58
- "Common","Commune"
59
- "Manage configuration","Gérer la configuration"
60
- "Order's status configuration","Configuration des status de commande"
61
- "Order aborted","Commande avortée"
62
- "Order accepted","Commande acceptée"
63
- "Order refused","Commande refusée"
64
- "Order under control","Commande sous-surveillance"
65
- "Order under control accepted","Commande sous-surveillance acceptée"
66
- "Order under control refused","Commande sous-surveillance refusée"
67
- "Order confirmed (shipped)","Commande confirmée (livrée)"
68
- "Order cancelled","Commande annulée"
69
- "Order's status","Status des commandes"
70
- "ReceiveAndPay's Status","Status ReceiveAndPay"
71
- "RNP - Kwixo's Status","Status RNP - Kwixo"
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
- "Product type configuration","Configuration du type de produit"
172
- "Categories","Catégories"
173
- "Shipping times by delivery","Délais de livraison par transporteur"
174
- "ReceiveAndPay is unavailable","ReceiveAndPay n'est pas disponible"
175
- "ReceiveAndPay credit is unavailable","ReceiveAndPay à crédit n'est pas disponible"
176
- "Unable to retrieve ReceiveAndPay status : %s","Impossible de d'obtenir le status ReceiveAndPay : %s"
177
- "Categorie's %s configuration","Configuration de la catégorie %s"
178
- "Categorie's %s configuration for store %s","Configuration de la catégorie %s pour le magasin %s"
179
- "Product type","Type de produit"
180
- "%sd-%sd","%sj-%sj"
181
- "Shipping times for product %s","Délais de livraison du produit %s"
182
- "Order under control outrepassed after negative advice - no warranty","Contrôle Expert outrepassé après avis négatif - transaction non garantie"
183
- "Order under control outrepassed before advice - no warranty","Contrôle Expert outrepassé avant avis - transaction non garantie"
184
- "Order under control negative advice","Contrôle Expert - avis négatif"
185
- "CE - negative advice","CE - avis négatif"
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&eacute;thodes de livraison"
14
+ "Shipping method","M&eacute;thode de livraison"
15
+ "FIA-NET Shipping type","Type de livraison FIA-NET"
16
+ "Shipping speed","Rapidit&eacute; 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&egrave;re"
27
+ "Default product type","Type de produit par d&eacute;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&eacute;"
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.1</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>second official commit</notes>
12
- <authors><author><name>FIA-NET</name><user>FIA-NET</user><email>support-boutique@fia-net.com</email></author></authors>
13
- <date>2013-05-24</date>
14
- <time>12:18:45</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="87ad370478bf58f390c60dc563d38da3"/></dir><file name="Edit.php" hash="f481cb4e072cd195732db6edd1e50d13"/></dir></dir><dir name="Configuration"><file name="Content.php" hash="412c6b16d83e8ddd0c6b2261b5269efc"/><dir name="Edit"><file name="Form.php" hash="fa0080bfd45ee413de8c400005ca420f"/></dir><file name="Tab.php" hash="38a2cc1f8ea325535ab1f18b0ec566e5"/></dir><file name="Configuration.php" hash="9f17b79cfe6074c449f9e71fd7d39056"/><file name="Fianetadmin.php" hash="2bc89f9170131fa6779e2e935e8a84c7"/><file name="Fianetadmingrid.php" hash="6a07b1c2f6238c444816fa62c3951507"/><dir name="Log"><file name="Grid.php" hash="17483423b9ab029230b9a7f6c5176f45"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="9df7c8c7c02069a09a3eb33c6501caaf"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="902311c5667f25fe9b67d1baae64cc87"/></dir><dir name="Tree"><file name="Abstract.php" hash="96a54fc0c5ba897411c0fb425e7b3714"/><file name="ProductType.php" hash="43dd0a9cadc438d4c0fa3565e3888e34"/><file name="Products.php" hash="fc4e3bc9dd8de518e33623b45d558b15"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="882bde72fd0a57944374693e4c5e8c01"/></dir><dir name="Renderer"><file name="Fianet.php" hash="7a5024f0b47f94ef3482e29b68b7b283"/></dir></dir></dir></dir></dir></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="30dd6f6d11a656c251eb18cb4f63bc8c"/><file name="ProductType.php" hash="a93b942d365c17fe5d626b4821744967"/></dir></dir><dir name="Helper"><file name="Data.php" hash="a8410abb40383d46394401cbccaeb32d"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="e696b4e85ca2f746173825c415f0a279"/></dir><dir name="Catproduct"><file name="Association.php" hash="6dab43b07f3fc43222261f30e9899fa3"/></dir><dir name="Configuration"><file name="Global.php" hash="20b63772e57d6bfd1bd07a2855021bb7"/><file name="Value.php" hash="57a4fffb55092d93e0e793a25a487a04"/></dir><file name="Configuration.php" hash="d3d4d55eb0504cbc40872b1760c05586"/><dir name="Fianet"><file name="EncodingKey.php" hash="6f3d9ddd5feda8811c1afb7b0bfde9cb"/><file name="Hash32bits.php" hash="0648df1467365367a5a3c33362a9fad8"/><file name="Hash64bits.php" hash="fab0e27b42f99cad7f6385e9785227e3"/><dir name="Order"><dir name="Address"><file name="Base.php" hash="9b4778a170d52b4a5a9da8c39ba15c9a"/><file name="Billing.php" hash="720d3c6f50559c1d8a1b2d38338c6938"/><file name="Delivery.php" hash="2bd4ccaa1a2cc552e18878c190bf1ac2"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="bf7325fe7754d12ac566f14ac7e7fdd9"/></dir><file name="Productlist.php" hash="0b6d5b83c89d87fcd48d54c667dc60b6"/><file name="Transport.php" hash="9e4d273e0f2128a09a89c3c639ee42de"/></dir><file name="Optionpayment.php" hash="0b32e90a39f702cc6681602a8bbd392f"/><file name="Payment.php" hash="a6811c2e0453357d7fc3995a22e3d88d"/><dir name="User"><file name="Base.php" hash="07db577376353edd944b60a42f4ffff3"/><file name="Billing.php" hash="98ca1e4bc258b27099a608c7ca80d135"/><file name="Delivery.php" hash="d2a086e96dbcd3c3eb36f02c66261800"/><file name="Siteconso.php" hash="c90e022ab84445ffd4ffc68983019a65"/></dir><file name="Wallet.php" hash="89e9821c48a6862f7a2910c16b8ea0a2"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="99238cc7187a146444d2f44a09945cb6"/><file name="Element.php" hash="32d5f60690125f0d50f163faa148a6fc"/></dir><file name="Parser.php" hash="0ff794bd40a6db4e6ba5c5417d94b8ef"/><file name="Sender.php" hash="cc2a9b6ad187dec56a87216ee9a71560"/></dir><file name="Functions.php" hash="95e6796d325515c41172cde7b78345ca"/><file name="Log.php" hash="ba429491ffe5849a60a6ee02b212b542"/><file name="MageConfiguration.php" hash="b761f3d930a006c5242b7f36a9ffc32e"/><dir name="Mysql4"><file name="Abstract.php" hash="e0f4b75096db5b25126932b6c41982b2"/><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="5c1d12031075fe334f9d1a711794d243"/></dir><file name="Association.php" hash="2227225b8414e489cbef78b80eae8380"/></dir><dir name="Configuration"><file name="Collection.php" hash="4dce71a7a82e9ecedf7c953c72a8f0be"/><file name="Global.php" hash="95ad28248156e54d07dcad1a6c9f8ce6"/><dir name="Value"><file name="Collection.php" hash="1673e4052650537628fdbb0b2d780b69"/></dir><file name="Value.php" hash="e33c382cbe8ec8659f7fe3462e5a9f69"/></dir><file name="Configuration.php" hash="a65fc872171fdaac6932d51257b7362d"/><dir name="Log"><file name="Collection.php" hash="9fd09ffe8b8f8f010785e1ae5c2398ca"/></dir><file name="Log.php" hash="42391e71a09a0b6e905854559eb08f26"/><dir name="Scope"><file name="Abstract.php" hash="c4e27ea8a5d1e535cb19598d0348e148"/></dir><file name="Setup.php" hash="dd4bd94e58dbbe3cd0505581b8d1e43a"/><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="488a297a483bee7021b0978f0ead5c34"/></dir><file name="Association.php" hash="540b319b05d9f3430521e3292026419a"/></dir></dir><file name="Product.php" hash="77ec579fc5d30c1d34c059209c0599f6"/><dir name="Scope"><file name="Abstract.php" hash="a110779847591c79a31f04b7e6402468"/></dir><dir name="Shipping"><file name="Association.php" hash="385fc95d785b6af6a00f055337d1d8ba"/></dir><dir name="Source"><file name="Charset.php" hash="79553ad04a0aa4aebb18a29903c07359"/><file name="Crypt.php" hash="c5af1d181f4c0e7eead1e2372f3d1807"/><file name="DeliveryTimes.php" hash="ae0d540bbb2b1c5d968d1fc47c4bab0d"/><file name="Mode.php" hash="180e54b5ee4caffefd837de792a1c7ef"/><file name="PaymentType.php" hash="67a88322641642736f307f9e419e9579"/><file name="ProductType.php" hash="1a3d3287d76985fc1477c6095dac236d"/><file name="ShippingType.php" hash="16d340c487718574a342ec15ef81361b"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="45d6e5a6109ed591c8901051050da22c"/></dir><file name="ConfigurationController.php" hash="7b28bce0fef7c5780f5b3106061b2c21"/><file name="LogController.php" hash="0db0bb8414c1a4f6c1b2096a140eaff7"/><file name="OrderController.php" hash="0bc887f609af619d23ffcfef32523f4c"/><file name="ShippingController.php" hash="01af05e5cce488d85a42276f755599d0"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="b2e387d53d1072884026d0a88269d3d8"/><file name="config.xml" hash="23665c46c7426ad7bd02626032e9bd80"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="e126383c574b9791a9c658f144318903"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="4356a42117b4a0a4eb3162d35ba93b03"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="8c739186980ad75414cc99f01b44f6ea"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="a126d8380916900618a4210ec53004c7"/></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="961d56819fea57097bfbccd6d87dc455"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="e2b9eb5b0e98cb7c14e0e287bb42a341"/><file name="categorytreeformcontenair.phtml" hash="449b1d2837f083e2210d35724f17a486"/><file name="catproduct.phtml" hash="4252d5f64053a2f6bc3e1cdaacf2642b"/><file name="shipping.phtml" hash="3ca381a6c80c41c42d7acc779d67bd12"/><file name="storeswitcher.phtml" hash="31ba26699ec17e9d58ee5ad8c7fc9271"/><file name="test.php" hash="e2e33bc59536ceb268c48a8218335ae5"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="7febb942280e97670573066b2630ee86"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="637f7e824369d0a1a5e5b13389898ad4"/></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><required><php><min>5.2.9</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>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>