Fianet_Core - Version 1.0.9

Version Notes

official commit

Download this release

Release Info

Developer Magento Core Team
Extension Fianet_Core
Version 1.0.9
Comparing to
See all releases


Code changes from version 1.0.8 to 1.0.9

Files changed (99) 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/Version.php +21 -16
  16. app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Filter/Fianet.php +1 -1
  17. app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Fianet.php +1 -1
  18. app/code/community/Fianet/Core/Controller/Tree/Abstract.php +1 -1
  19. app/code/community/Fianet/Core/Controller/Tree/ProductType.php +1 -1
  20. app/code/community/Fianet/Core/Helper/Data.php +1 -1
  21. app/code/community/Fianet/Core/Model/Carrier/Abstract.php +1 -1
  22. app/code/community/Fianet/Core/Model/Catproduct/Association.php +1 -1
  23. app/code/community/Fianet/Core/Model/Configuration.php +1 -1
  24. app/code/community/Fianet/Core/Model/Configuration/Global.php +1 -1
  25. app/code/community/Fianet/Core/Model/Configuration/Value.php +1 -1
  26. app/code/community/Fianet/Core/Model/Fianet/EncodingKey.php +1 -1
  27. app/code/community/Fianet/Core/Model/Fianet/Hash32bits.php +1 -1
  28. app/code/community/Fianet/Core/Model/Fianet/Hash64bits.php +1 -1
  29. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Base.php +1 -1
  30. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Billing.php +1 -1
  31. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Delivery.php +1 -1
  32. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Transport.php +1 -1
  33. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist.php +1 -1
  34. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist/Product.php +1 -1
  35. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Transport.php +1 -1
  36. app/code/community/Fianet/Core/Model/Fianet/Order/Optionpayment.php +1 -1
  37. app/code/community/Fianet/Core/Model/Fianet/Order/Payment.php +4 -4
  38. app/code/community/Fianet/Core/Model/Fianet/Order/User/Base.php +1 -1
  39. app/code/community/Fianet/Core/Model/Fianet/Order/User/Billing.php +1 -1
  40. app/code/community/Fianet/Core/Model/Fianet/Order/User/Delivery.php +1 -1
  41. app/code/community/Fianet/Core/Model/Fianet/Order/User/Siteconso.php +1 -1
  42. app/code/community/Fianet/Core/Model/Fianet/Order/Wallet.php +1 -1
  43. app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Builder.php +1 -1
  44. app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Element.php +1 -1
  45. app/code/community/Fianet/Core/Model/Fianet/Parser.php +1 -1
  46. app/code/community/Fianet/Core/Model/Fianet/Sender.php +1 -2
  47. app/code/community/Fianet/Core/Model/Fianet/Socket.php +6 -5
  48. app/code/community/Fianet/Core/Model/Functions.php +19 -1
  49. app/code/community/Fianet/Core/Model/Log.php +5 -3
  50. app/code/community/Fianet/Core/Model/MageConfiguration.php +1 -1
  51. app/code/community/Fianet/Core/Model/Mysql4/Abstract.php +1 -1
  52. app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association.php +1 -1
  53. app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association/Collection.php +1 -1
  54. app/code/community/Fianet/Core/Model/Mysql4/Configuration.php +1 -1
  55. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Collection.php +1 -1
  56. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Global.php +1 -1
  57. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value.php +1 -1
  58. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value/Collection.php +1 -1
  59. app/code/community/Fianet/Core/Model/Mysql4/Log.php +1 -1
  60. app/code/community/Fianet/Core/Model/Mysql4/Log/Collection.php +1 -1
  61. app/code/community/Fianet/Core/Model/Mysql4/Scope/Abstract.php +1 -1
  62. app/code/community/Fianet/Core/Model/Mysql4/Setup.php +1 -1
  63. app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association.php +1 -1
  64. app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association/Collection.php +1 -1
  65. app/code/community/Fianet/Core/Model/Mysql4/Store/Information.php +1 -1
  66. app/code/community/Fianet/Core/Model/Mysql4/Store/Information/Collection.php +1 -1
  67. app/code/community/Fianet/Core/Model/Observer.php +1 -1
  68. app/code/community/Fianet/Core/Model/Product.php +1 -1
  69. app/code/community/Fianet/Core/Model/Scope/Abstract.php +1 -1
  70. app/code/community/Fianet/Core/Model/Shipping/Association.php +1 -1
  71. app/code/community/Fianet/Core/Model/Source/Charset.php +1 -1
  72. app/code/community/Fianet/Core/Model/Source/Crypt.php +1 -1
  73. app/code/community/Fianet/Core/Model/Source/DeliveryTimes.php +1 -1
  74. app/code/community/Fianet/Core/Model/Source/Mode.php +1 -1
  75. app/code/community/Fianet/Core/Model/Source/ProductType.php +1 -1
  76. app/code/community/Fianet/Core/Model/Source/ShippingType.php +1 -1
  77. app/code/community/Fianet/Core/Model/Store/Information.php +1 -1
  78. app/code/community/Fianet/Core/controllers/Adminhtml/Category/ProductTypeController.php +1 -1
  79. app/code/community/Fianet/Core/controllers/Adminhtml/ConfigurationController.php +1 -1
  80. app/code/community/Fianet/Core/controllers/Adminhtml/LogController.php +1 -1
  81. app/code/community/Fianet/Core/controllers/Adminhtml/OrderController.php +1 -1
  82. app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php +1 -1
  83. app/code/community/Fianet/Core/etc/adminhtml.xml +1 -1
  84. app/code/community/Fianet/Core/etc/config.xml +2 -2
  85. app/code/community/Fianet/Core/etc/system.xml +1 -1
  86. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-install-0.2.1.php +1 -1
  87. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.1-0.2.2.php +1 -1
  88. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.2-0.5.7.php +1 -1
  89. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.9.0-1.0.0.php +1 -1
  90. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-1.0.4-1.0.5.php +1 -1
  91. app/design/adminhtml/default/default/layout/fianet.xml +1 -1
  92. app/design/adminhtml/default/default/template/fianet/common/categoriestree.phtml +1 -1
  93. app/design/adminhtml/default/default/template/fianet/common/categorytreeformcontenair.phtml +1 -1
  94. app/design/adminhtml/default/default/template/fianet/common/catproduct.phtml +1 -1
  95. app/design/adminhtml/default/default/template/fianet/common/shipping.phtml +1 -1
  96. app/design/adminhtml/default/default/template/fianet/common/storeswitcher.phtml +1 -1
  97. app/design/adminhtml/default/default/template/fianet/common/versions.phtml +5 -1
  98. app/etc/modules/Fianet_Core.xml +2 -2
  99. package.xml +4 -4
app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Content.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Edit/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Tab.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Tab extends Mage_Adminhtml_Block_Widget_Tabs {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Tab extends Mage_Adminhtml_Block_Widget_Tabs {
app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmin.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Template {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Template {
app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmingrid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Fianetadmingrid extends Mage_Adminhtml_Block_Widget_Grid_Container {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Fianetadmingrid extends Mage_Adminhtml_Block_Widget_Grid_Container {
app/code/community/Fianet/Core/Block/Adminhtml/Log/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Fianet/Core/Block/Adminhtml/Sales/Order/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Sales_Order_Grid extends Mage_Adminhtml_Block_Sales_Order_Grid {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Sales_Order_Grid extends Mage_Adminhtml_Block_Sales_Order_Grid {
app/code/community/Fianet/Core/Block/Adminhtml/Store/Switcher.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Store_Switcher extends Mage_Adminhtml_Block_Template {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Store_Switcher extends Mage_Adminhtml_Block_Template {
app/code/community/Fianet/Core/Block/Adminhtml/Tree/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Abstract extends Mage_Adminhtml_Block_Catalog_Category_Tree {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Abstract extends Mage_Adminhtml_Block_Catalog_Category_Tree {
app/code/community/Fianet/Core/Block/Adminhtml/Tree/ProductType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_ProductType extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_ProductType extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
app/code/community/Fianet/Core/Block/Adminhtml/Tree/Products.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Products extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Products extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
app/code/community/Fianet/Core/Block/Adminhtml/Version.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template {
@@ -22,7 +22,7 @@ class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template
22
  $modules = (array)Mage::getConfig()->getNode('modules')->children();
23
  $modulesFianet = array();
24
  foreach ($modules as $name => $content) {
25
- $url = ''; $pdf = '';
26
  if (preg_match('#Fianet#', $name)) {
27
  if (preg_match('#Core#', $name)) {
28
  $url = 'http://www.magentocommerce.com/magento-connect/fia-net-fianet-core.html';
@@ -43,16 +43,19 @@ class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template
43
  $xmlMagentoConnect = 'http://connect20.magentocommerce.com/community/Fianet_Sceau/releases.xml';
44
  $pdf = 'https://static.fia-net.com/__integration/docs/Magento_Guide_Integration_Sceau_15.pdf';
45
  }
46
- $xml = simplexml_load_file($xmlMagentoConnect);
47
- $lastversion = $xml->xpath("/releases/r[last()]");
48
 
49
  $modulesFianet[$name]['version'] = (string)$content->version;
50
  $modulesFianet[$name]['active'] = $content->active;
51
  $modulesFianet[$name]['link'] = $url;
52
  $modulesFianet[$name]['pdf'] = $pdf;
53
- $modulesFianet[$name]['magentoconnect']['version'] = $lastversion[0]->v;
54
- $modulesFianet[$name]['magentoconnect']['state'] = $lastversion[0]->s;
55
- $modulesFianet[$name]['magentoconnect']['date'] = date("d/m/Y", strtotime($lastversion[0]->d));
 
 
 
 
 
56
  }
57
  }
58
  return $modulesFianet;
@@ -62,16 +65,18 @@ class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template
62
  }
63
 
64
  public function getVersion($installedVersion, $magentoconnectInfos) {
65
- $img = 'fam_bullet_success.gif';
66
- $title = 'Module à jour';
67
- if (version_compare($installedVersion, $magentoconnectInfos['version'], '<')) {
68
- $title = 'Une version plus récente est disponible : &#10;Version '. $magentoconnectInfos['version'] . ' (' . $magentoconnectInfos['state'] . ') - sortie le ' . $magentoconnectInfos['date'];
69
- $img = 'warning_msg_icon.gif';
 
 
 
 
 
 
70
  }
71
- return array(
72
- 'img' => $img,
73
- 'title' => $title
74
- );
75
  }
76
 
77
  public function getPictoActive($active) {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template {
22
  $modules = (array)Mage::getConfig()->getNode('modules')->children();
23
  $modulesFianet = array();
24
  foreach ($modules as $name => $content) {
25
+ $url = ''; $pdf = ''; $xmlMagentoConnect = '';
26
  if (preg_match('#Fianet#', $name)) {
27
  if (preg_match('#Core#', $name)) {
28
  $url = 'http://www.magentocommerce.com/magento-connect/fia-net-fianet-core.html';
43
  $xmlMagentoConnect = 'http://connect20.magentocommerce.com/community/Fianet_Sceau/releases.xml';
44
  $pdf = 'https://static.fia-net.com/__integration/docs/Magento_Guide_Integration_Sceau_15.pdf';
45
  }
 
 
46
 
47
  $modulesFianet[$name]['version'] = (string)$content->version;
48
  $modulesFianet[$name]['active'] = $content->active;
49
  $modulesFianet[$name]['link'] = $url;
50
  $modulesFianet[$name]['pdf'] = $pdf;
51
+
52
+ if ($xmlMagentoConnect != '') {
53
+ $xml = simplexml_load_file($xmlMagentoConnect);
54
+ $lastversion = $xml->xpath("/releases/r[last()]");
55
+ $modulesFianet[$name]['magentoconnect']['version'] = $lastversion[0]->v;
56
+ $modulesFianet[$name]['magentoconnect']['state'] = $lastversion[0]->s;
57
+ $modulesFianet[$name]['magentoconnect']['date'] = date("d/m/Y", strtotime($lastversion[0]->d));
58
+ }
59
  }
60
  }
61
  return $modulesFianet;
65
  }
66
 
67
  public function getVersion($installedVersion, $magentoconnectInfos) {
68
+ if (isset($magentoconnectInfos['version'])) {
69
+ $img = 'fam_bullet_success.gif';
70
+ $title = 'Module à jour';
71
+ if (version_compare($installedVersion, $magentoconnectInfos['version'], '<')) {
72
+ $title = 'Une version plus récente est disponible : &#10;Version '. $magentoconnectInfos['version'] . ' (' . $magentoconnectInfos['state'] . ') - sortie le ' . $magentoconnectInfos['date'];
73
+ $img = 'warning_msg_icon.gif';
74
+ }
75
+ return array(
76
+ 'img' => $img,
77
+ 'title' => $title
78
+ );
79
  }
 
 
 
 
80
  }
81
 
82
  public function getPictoActive($active) {
app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Filter/Fianet.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Filter_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Filter_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract {
app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Fianet.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
app/code/community/Fianet/Core/Controller/Tree/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  interface IFianetTree {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  interface IFianetTree {
app/code/community/Fianet/Core/Controller/Tree/ProductType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Controller_Tree_ProductType extends Fianet_Core_Controller_Tree_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Controller_Tree_ProductType extends Fianet_Core_Controller_Tree_Abstract {
app/code/community/Fianet/Core/Helper/Data.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Helper_Data extends Mage_Core_Helper_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Helper_Data extends Mage_Core_Helper_Abstract {
app/code/community/Fianet/Core/Model/Carrier/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
app/code/community/Fianet/Core/Model/Catproduct/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Catproduct_Association extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Catproduct_Association extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Configuration/Global.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Global extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Global extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Configuration/Value.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Value extends Fianet_Core_Model_Scope_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Value extends Fianet_Core_Model_Scope_Abstract {
app/code/community/Fianet/Core/Model/Fianet/EncodingKey.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_EncodingKey {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_EncodingKey {
app/code/community/Fianet/Core/Model/Fianet/Hash32bits.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
app/code/community/Fianet/Core/Model/Fianet/Hash64bits.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Base.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Billing.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Billing extends Fianet_Core_Model_Fianet_Order_Address_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Billing extends Fianet_Core_Model_Fianet_Order_Address_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Delivery.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Delivery extends Fianet_Core_Model_Fianet_Order_Address_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Delivery extends Fianet_Core_Model_Fianet_Order_Address_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Transport.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Transport extends Fianet_Core_Model_Fianet_Order_Address_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Transport extends Fianet_Core_Model_Fianet_Order_Address_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist {
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist/Product.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist_Product {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist_Product {
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Transport.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Transport {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Transport {
app/code/community/Fianet/Core/Model/Fianet/Order/Optionpayment.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Optionpayment {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Optionpayment {
app/code/community/Fianet/Core/Model/Fianet/Order/Payment.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
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 {
@@ -25,7 +25,7 @@ class Fianet_Core_Model_Fianet_Order_Payment {
25
  public $bin4;
26
  public $bin42;
27
  public $nom;
28
- public $fraction;
29
 
30
  public function __construct($order = null) {
31
 
@@ -69,8 +69,8 @@ class Fianet_Core_Model_Fianet_Order_Payment {
69
  if ($this->nom != null) {
70
  $xml .= "\t\t" . '<nom><![CDATA[' . $this->nom . ']]></nom>' . "\n";
71
  }
72
- if ($this->fraction != null) {
73
- $xml .= "\t\t" . '<fraction nb="' . $this->fraction . '" />' . "\n";
74
  }
75
 
76
  $xml .= "\t" . '</paiement>' . "\n";
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
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 {
25
  public $bin4;
26
  public $bin42;
27
  public $nom;
28
+ public $fractions;
29
 
30
  public function __construct($order = null) {
31
 
69
  if ($this->nom != null) {
70
  $xml .= "\t\t" . '<nom><![CDATA[' . $this->nom . ']]></nom>' . "\n";
71
  }
72
+ if ($this->fractions != null) {
73
+ $xml .= "\t\t" . '<fractions nb="' . $this->fractions . '" />' . "\n";
74
  }
75
 
76
  $xml .= "\t" . '</paiement>' . "\n";
app/code/community/Fianet/Core/Model/Fianet/Order/User/Base.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Billing.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Billing extends Fianet_Core_Model_Fianet_Order_User_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Billing extends Fianet_Core_Model_Fianet_Order_User_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Delivery.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Delivery extends Fianet_Core_Model_Fianet_Order_User_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Delivery extends Fianet_Core_Model_Fianet_Order_User_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Siteconso.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Siteconso {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Siteconso {
app/code/community/Fianet/Core/Model/Fianet/Order/Wallet.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Wallet {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Wallet {
app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Builder.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Builder {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Builder {
app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Element.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Element {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Element {
app/code/community/Fianet/Core/Model/Fianet/Parser.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
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-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
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-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Sender {
@@ -174,7 +174,6 @@ class Fianet_Core_Model_Fianet_Sender {
174
  }
175
 
176
  $url = $this->buildUrl('validstack', $siteid, $mode);
177
-
178
  $params['SiteID'] = $siteid;
179
  $params['Pwd'] = $pwd;
180
  $params['Mode'] = 'mini';
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Sender {
174
  }
175
 
176
  $url = $this->buildUrl('validstack', $siteid, $mode);
 
177
  $params['SiteID'] = $siteid;
178
  $params['Pwd'] = $pwd;
179
  $params['Mode'] = 'mini';
app/code/community/Fianet/Core/Model/Fianet/Socket.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Socket {
@@ -28,10 +28,10 @@ class Fianet_Core_Model_Fianet_Socket {
28
  * @param array $params
29
  */
30
  public function setConfig(array $params) {
31
- $this->_method = ($params['method'])? $params['method'] : $this->_method;
32
  $this->_maxredirects = (isset($params['maxredirects']))? $params['maxredirects'] : $this->_maxredirects;
33
  $this->_timeout = (isset($params['timeout']))? $params['timeout'] : $this->_timeout;
34
- $this->_adapter = ($params['adapter'])? $params['adapter'] : $this->_adapter;
35
  }
36
 
37
  /**
@@ -41,7 +41,7 @@ class Fianet_Core_Model_Fianet_Socket {
41
  * @throws Exception
42
  * @return Zend_Http_Response
43
  */
44
- public function request(string $url, array $params = null) {
45
  $response = false;
46
 
47
  $this->_url = $url;
@@ -63,7 +63,7 @@ class Fianet_Core_Model_Fianet_Socket {
63
  $error = false;
64
  try { // Tentative de connexion en TLS
65
  $client->setConfig(array('ssltransport' => 'tls'));
66
- $response = $client->request();
67
  } catch (Exception $e) {
68
  // Log de l'erreur
69
  Mage::getModel('fianet/log')->log('Fianet_Core_Model_Fianet_Socket->request() %s switching to SSL because TLS can not be reached.', $e->getMessage());
@@ -80,6 +80,7 @@ class Fianet_Core_Model_Fianet_Socket {
80
  throw $e;
81
  }
82
  }
 
83
  return $response;
84
  }
85
  }
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Socket {
28
  * @param array $params
29
  */
30
  public function setConfig(array $params) {
31
+ $this->_method = (isset($params['method']))? $params['method'] : $this->_method;
32
  $this->_maxredirects = (isset($params['maxredirects']))? $params['maxredirects'] : $this->_maxredirects;
33
  $this->_timeout = (isset($params['timeout']))? $params['timeout'] : $this->_timeout;
34
+ $this->_adapter = (isset($params['adapter']))? $params['adapter'] : $this->_adapter;
35
  }
36
 
37
  /**
41
  * @throws Exception
42
  * @return Zend_Http_Response
43
  */
44
+ public function request($url, array $params = null) {
45
  $response = false;
46
 
47
  $this->_url = $url;
63
  $error = false;
64
  try { // Tentative de connexion en TLS
65
  $client->setConfig(array('ssltransport' => 'tls'));
66
+ $response = $client->request();;
67
  } catch (Exception $e) {
68
  // Log de l'erreur
69
  Mage::getModel('fianet/log')->log('Fianet_Core_Model_Fianet_Socket->request() %s switching to SSL because TLS can not be reached.', $e->getMessage());
80
  throw $e;
81
  }
82
  }
83
+
84
  return $response;
85
  }
86
  }
app/code/community/Fianet/Core/Model/Functions.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Functions {
@@ -217,5 +217,23 @@ class Fianet_Core_Model_Functions {
217
 
218
  return ($identical);
219
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
 
221
  }
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Functions {
217
 
218
  return ($identical);
219
  }
220
+
221
+ /**
222
+ * Return the Magento Edition (Enterprise or Community)
223
+ */
224
+ public function getEdition() {
225
+ if (method_exists('Mage', 'getEdition')) {
226
+ return Mage::getEdition();
227
+ } elseif (
228
+ Mage::getConfig ()->getModuleConfig ( 'Enterprise_Enterprise' ) &&
229
+ Mage::getConfig ()->getModuleConfig ( 'Enterprise_AdminGws' ) &&
230
+ Mage::getConfig ()->getModuleConfig ( 'Enterprise_Checkout' ) &&
231
+ Mage::getConfig ()->getModuleConfig ( 'Enterprise_Customer' )
232
+ ){
233
+ return "Enterprise";
234
+ } else {
235
+ return "Community";
236
+ }
237
+ }
238
 
239
  }
app/code/community/Fianet/Core/Model/Log.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
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 {
@@ -24,8 +24,10 @@ class Fianet_Core_Model_Log extends Mage_Core_Model_Abstract {
24
 
25
  public function log($message) {
26
  $currentDate =
27
- ((int) (Mage::getEdition() == "Community" && version_compare(Mage::getVersion(), "1.6.0.0", '>')) || (Mage::getEdition() == "Enterprise" && version_compare(Mage::getVersion(), "1.8.0.0", '>')))
28
- ? $currentDate = Varien_Date::now() : now();
 
 
29
  $this->setDate($currentDate)
30
  ->setMessage($message)
31
  ->save();
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
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 {
24
 
25
  public function log($message) {
26
  $currentDate =
27
+ ((int) (Mage::getModel('fianet/functions')->getEdition() === "Community" && version_compare(Mage::getVersion(), "1.6.0.0", '>')) ||
28
+ (Mage::getModel('fianet/functions')->getEdition() === "Enterprise" && version_compare(Mage::getVersion(), "1.8.0.0", '>')))
29
+ ? Varien_Date::now() : now();
30
+
31
  $this->setDate($currentDate)
32
  ->setMessage($message)
33
  ->save();
app/code/community/Fianet/Core/Model/MageConfiguration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
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-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
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-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  abstract class Fianet_Core_Model_Mysql4_Abstract extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  abstract class Fianet_Core_Model_Mysql4_Abstract extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_Association extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_Association extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Global.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Global extends Fianet_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Global extends Fianet_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value extends Fianet_Core_Model_Mysql4_Scope_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value extends Fianet_Core_Model_Mysql4_Scope_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Log.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Log/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Scope/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Scope_Abstract extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Scope_Abstract extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Setup.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association extends Fianet_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association extends Fianet_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Store/Information.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Store_Information extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Store_Information extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Store/Information/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Store_Information_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Store_Information_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Observer.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Observer extends Varien_Event_Observer {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Observer extends Varien_Event_Observer {
app/code/community/Fianet/Core/Model/Product.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Product extends Mage_Catalog_Model_Product {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Product extends Mage_Catalog_Model_Product {
app/code/community/Fianet/Core/Model/Scope/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Scope_Abstract extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Scope_Abstract extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Shipping/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Shipping_Association extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Shipping_Association extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Source/Charset.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Charset {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Charset {
app/code/community/Fianet/Core/Model/Source/Crypt.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Crypt {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Crypt {
app/code/community/Fianet/Core/Model/Source/DeliveryTimes.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_DeliveryTimes {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_DeliveryTimes {
app/code/community/Fianet/Core/Model/Source/Mode.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Mode {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Mode {
app/code/community/Fianet/Core/Model/Source/ProductType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ProductType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ProductType {
app/code/community/Fianet/Core/Model/Source/ShippingType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ShippingType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ShippingType {
app/code/community/Fianet/Core/Model/Store/Information.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Store_Information extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Store_Information extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/controllers/Adminhtml/Category/ProductTypeController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_Category_ProductTypeController extends Fianet_Core_Controller_Tree_ProductType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_Category_ProductTypeController extends Fianet_Core_Controller_Tree_ProductType {
app/code/community/Fianet/Core/controllers/Adminhtml/ConfigurationController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ConfigurationController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ConfigurationController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/controllers/Adminhtml/LogController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/controllers/Adminhtml/OrderController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ShippingController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ShippingController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/etc/adminhtml.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/code/community/Fianet/Core/etc/config.xml CHANGED
@@ -12,14 +12,14 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
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.8</version>
23
  </Fianet_Core>
24
  </modules>
25
  <admin>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
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.9</version>
23
  </Fianet_Core>
24
  </modules>
25
  <admin>
app/code/community/Fianet/Core/etc/system.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-install-0.2.1.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.1-0.2.2.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.2-0.5.7.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.9.0-1.0.0.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-1.0.4-1.0.5.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/design/adminhtml/default/default/layout/fianet.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/design/adminhtml/default/default/template/fianet/common/categoriestree.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
- * @version Release: $Revision: 1.0.8 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
+ * @version Release: $Revision: 1.0.9 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/categorytreeformcontenair.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
- * @version Release: $Revision: 1.0.8 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
+ * @version Release: $Revision: 1.0.9 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/catproduct.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
- * @version Release: $Revision: 1.0.8 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
+ * @version Release: $Revision: 1.0.9 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/shipping.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
- * @version Release: $Revision: 1.0.8 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
+ * @version Release: $Revision: 1.0.9 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/storeswitcher.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
- * @version Release: $Revision: 1.0.8 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2014 FIA-NET
14
+ * @version Release: $Revision: 1.0.9 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/versions.phtml CHANGED
@@ -23,7 +23,11 @@ $modulesFianet = $this->getModulesInfos();
23
  $aVersion = $this->getVersion($content['version'], $content['magentoconnect']);
24
  echo '<tr>';
25
  echo '<td width="150"><img src = "' . $this->getSkinUrl('images/fianet/' . $aPictoActive['img']) . '" title="' . $aPictoActive['title'] . '"> ' . $name . ' </td>';
26
- echo '<td width="110">' . $content['version'] . ' <img src="' . $this->getSkinUrl('images/' . $aVersion['img']) . '" title="' . $aVersion['title'] . '"></td>';
 
 
 
 
27
  echo '<td width="70">';
28
  echo '<table>';
29
  echo '<tr>';
23
  $aVersion = $this->getVersion($content['version'], $content['magentoconnect']);
24
  echo '<tr>';
25
  echo '<td width="150"><img src = "' . $this->getSkinUrl('images/fianet/' . $aPictoActive['img']) . '" title="' . $aPictoActive['title'] . '"> ' . $name . ' </td>';
26
+ echo '<td width="110">' . $content['version'];
27
+ if ($aVersion) {
28
+ echo ' <img src="' . $this->getSkinUrl('images/' . $aVersion['img']) . '" title="' . $aVersion['title'] . '">';
29
+ }
30
+ echo '</td>';
31
  echo '<td width="70">';
32
  echo '<table>';
33
  echo '<tr>';
app/etc/modules/Fianet_Core.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
@@ -28,7 +28,7 @@
28
  <depends>
29
  </depends>
30
  <!-- declare module's version information for database updates -->
31
- <version>1.0.8</version>
32
  </Fianet_Core>
33
  </modules>
34
  </config>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.9 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
28
  <depends>
29
  </depends>
30
  <!-- declare module's version information for database updates -->
31
+ <version>1.0.9</version>
32
  </Fianet_Core>
33
  </modules>
34
  </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Core</name>
4
- <version>1.0.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>Base module for Kwixo and Certissim</description>
11
  <notes>official commit</notes>
12
  <authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
13
- <date>2014-12-08</date>
14
- <time>16:40:43</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="7b3c3b3519fcc1dab0124fb2a37a0a35"/></dir><file name="Edit.php" hash="c6fac4bf8a92b29c0d3db553cab2cfcc"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="bb332e0ce4c632f21c239c1ceba8798f"/></dir><file name="Content.php" hash="933ae0b6705b2a4f0c60db5732c77a1b"/><file name="Tab.php" hash="7f75d766c6f8d2d4a5d4c4e9efb2ae8e"/></dir><dir name="Log"><file name="Grid.php" hash="f62f9f78307732bb20625df602ef6a2b"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="cda79831dc9b4917f8365270a3f29e12"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="c14f0a92487c467f0746266ccfa8ce78"/></dir><dir name="Tree"><file name="Abstract.php" hash="1cb1c1e7af4921b37066df7e73782e48"/><file name="ProductType.php" hash="51a2fe83b2615cc11b59f363cca6e913"/><file name="Products.php" hash="814554edf9e9ff8883abb5bec8797717"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="e9f060ca4b0bff7c141a53cf4c1e1e4a"/></dir><dir name="Renderer"><file name="Fianet.php" hash="afc97a6362a8f8fb6e34f6a6a729fdd3"/></dir></dir></dir></dir><file name="Configuration.php" hash="2f3a6691f6cd8a0b0098614dd3b5dc68"/><file name="Fianetadmin.php" hash="d015e74de485f2b05fdd32ccf638fa62"/><file name="Fianetadmingrid.php" hash="e82e4e1a75ddd325e01d364d08700242"/><file name="Version.php" hash="416999b164e4f03e1a421961472ca35c"/></dir><dir name="Category"><dir name="Typeproduct"><dir name="Edit"><file name="Form.php" hash="425082d3e615593ac5effc3258fed908"/></dir><file name="Edit.php" hash="aa88fa008ff3277e2c168dd1562bb64f"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="9d3568afc65ad77be20303dfc62b3672"/></dir><file name="Content.php" hash="733bcdc1cf0a9eb6340cd3be5f3c4d86"/><file name="Tab.php" hash="2ef67c0462995509a98f8cdaf7bb5d28"/></dir><dir name="Log"><file name="Grid.php" hash="c362eb02157f4c8812c1f3291eeb9d7c"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="29238c3a027c7b7b95b9d909777c133b"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="b5cce138cceb30ccf5fe296acae0adc3"/></dir><dir name="Tree"><file name="Abstract.php" hash="9288ef8c2ae62f07fd8f05f43fa11724"/><file name="TypeProduct.php" hash="9a5df9f86fd789fa01589b29aad7bdfd"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="439a5c3991a1be1405abf132cc2442fa"/></dir><dir name="Renderer"><file name="Fianet.php" hash="eb8be66940d4c6fd6e12377f297bab17"/></dir></dir></dir></dir><file name="Configuration.php" hash="5aa262712c666ffd0389017131609c64"/><file name="Fianetadmin.php" hash="a6c02d49bbfdac58ee4312bf27606938"/><file name="Fianetadmingrid.php" hash="c103c780e55859ea6e8d62850aa4b30b"/></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="83ffc2d71d82f45667f39f49b5240803"/><file name="ProductType.php" hash="4f3b6abba49f548410a6bc679314cf6b"/><file name="TypeProduct.php" hash="60bfefe45ff2b7790038fc5609016569"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b3c75f2b22d8d719b6b495c8fd7018df"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="286ba92eb9686dd10fd00b063941382e"/></dir><dir name="Catproduct"><file name="Association.php" hash="a3ff3c534e91f0562a2080755ecb4d22"/></dir><dir name="Configuration"><file name="Global.php" hash="c02eeba75e893c755cc13a18aaa7b84b"/><file name="Value.php" hash="d49155330bf1110c71c919ac8c262ec4"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="2921ff11ce26b9dd68c8463f6687fc93"/><file name="Billing.php" hash="b58d2368c097e420c9549983a1b7f3a5"/><file name="Delivery.php" hash="0bcbc46162485f4b6d7adb83158b0c9d"/><file name="Transport.php" hash="ac4557b885ae2a2ffdd64d4dad160942"/></dir><dir name="Adress"><file name="Base.php" hash="8fa5c353a8f4d7670f529a3eb64bfd74"/><file name="Billing.php" hash="5ffd12c98af47b0da41e193771bebaa2"/><file name="Delivery.php" hash="7a496e8f02a64d4adffdff67fe2f555b"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="babf467c5fde741891cbeaecb889c0a6"/></dir><file name="Productlist.php" hash="2327c85e1632baff291655ffce319382"/><file name="Rnp.php" hash="45062ec5ab13f027b05ee1ea118dc59a"/><file name="Sac.php" hash="e651781c60077360ae1e0660ba8cd515"/><file name="Transport.php" hash="ea3496e708b6c25c011153cacf7149a9"/></dir><dir name="User"><file name="Base.php" hash="a5acc17a3e9e37044b03739a39f30ba3"/><file name="Billing.php" hash="e8ec35c005227ddf8de37c83457e5e28"/><file name="Delivery.php" hash="f6e5741af9b2488c278f54068d76ba0d"/><file name="Siteconso.php" hash="3820891b7ece05f79520e65e6e1ed036"/></dir><file name="Optionpayment.php" hash="dad316b0198ae9995dca47295e75779b"/><file name="Payment.php" hash="096a268abbe49ab3d1c161a09cc1fbe6"/><file name="Rnp.php" hash="1682e21fb9cada4a6921f5203fff5c36"/><file name="Wallet.php" hash="88ca2cf55ca4a12659243014efe165ef"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="182a3de31b146b706b644e62870e7fc8"/><file name="Element.php" hash="b87c17851eeeb701a5dae57f5eb62191"/></dir><file name="EncodingKey.php" hash="3c8a7b7214a234d3dc1f2df87f86401e"/><file name="Hash32bits.php" hash="d60d4af8ef124dcfdd975d205801f605"/><file name="Hash64bits.php" hash="2625c03e177cac30a062a508e2f061c9"/><file name="Parser.php" hash="a67fd70af42bd7ee1cb9010ea2c2dccf"/><file name="Sender.php" hash="4a4f26cb4c9666a53f4b414d432b9ec4"/><file name="Socket.php" hash="f0bcd622c116649ebe356c5ea78e5822"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="cb5f7a4bece7e3ec23a462852a5a80bf"/></dir><file name="Association.php" hash="e6b75645b331c37b6d7072bb2ce5a216"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="dd610f71b895f4659f73782d96933eec"/></dir><file name="Collection.php" hash="173dd629105135f3ab4b7cb98e7268a7"/><file name="Global.php" hash="5289a707bfbb312abe98bc210fac8fe3"/><file name="Value.php" hash="fc7a99a8e500f17e49dd6728114d3958"/></dir><dir name="Log"><file name="Collection.php" hash="34a320b0bce8cb3bba4af6107b844d16"/></dir><dir name="Scope"><file name="Abstract.php" hash="7864f41f295f9d0f5e8c33036f0bc535"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="c77591d89bbd1a0a105a36ddb3be8b97"/></dir><file name="Association.php" hash="c837adf29fc25d979ba09fb1fb784a30"/></dir><dir name="Store"><dir name="Information"><file name="Collection.php" hash="9191ed61ab98efd5608f741241bee584"/></dir><file name="Information.php" hash="1260b7cff25ad1377990ecf7ca9d7056"/></dir><file name="Abstract.php" hash="f9398b9d78472852fcede40ab70fe5d1"/><file name="Configuration.php" hash="aa800e40cd435c292c81033ce42816df"/><file name="Log.php" hash="eacdaac14858643651ea86a8fe55b727"/><file name="Setup.php" hash="5d95222910b0f4bc058463f42fbf4626"/></dir><dir name="Scope"><file name="Abstract.php" hash="e5b7c0084d4d29c18a4de9d63c70830d"/></dir><dir name="Shipping"><file name="Association.php" hash="8e6279267ebab8eee9c86171160aefb8"/></dir><dir name="Source"><file name="Charset.php" hash="ef11b45e969a8a88c852272c9b3b2d02"/><file name="Crypt.php" hash="4c4f619e896e52b426eb9ab07b0dc9bd"/><file name="DeliveryTimes.php" hash="4d5381d3e585ac9a8a673656822e5346"/><file name="Mode.php" hash="ec4653b5ceae2be90cf1ed53793fa6ff"/><file name="ModeAction.php" hash="517bd08329e816acd3f755f67b9a60c1"/><file name="PaymentType.php" hash="296d0fa8a0cdda89f12481525708d59a"/><file name="ProductType.php" hash="3c603cf08137e119a1c1304e76ee3cdb"/><file name="ShippingType.php" hash="cb3efa15086345c8a9f1b756ce7c216d"/><file name="TypeProduct.php" hash="edacd76cca2b5397391703dc9d9d31af"/></dir><dir name="Store"><file name="Information.php" hash="687b2c338d2378809709d50a27964d64"/></dir><file name="Configuration.php" hash="439b0230e0fa783964b31c53fd61ef79"/><file name="Functions.php" hash="248ce4b070cf45cdf1d1733e7fa106f0"/><file name="Log.php" hash="90ee6a7f634887ea052ec8bb9fc76424"/><file name="MageConfiguration.php" hash="a9188a48de534fdee38152b73592adb6"/><file name="Observer.php" hash="238b697c84a576bb943ce8fb179e7817"/><file name="Product.php" hash="e197f61744c8acaf29eb44eb0bfb59d8"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="efc2e927179c0454aca69c4c2db0ed61"/></dir><file name="ConfigurationController.php" hash="8ff7a866daff2edcf5d7c70e46292fde"/><file name="LogController.php" hash="e0cbe3fa9211482ee22cf4e28a6d90a2"/><file name="OrderController.php" hash="d14ef0e1a11a7c5ec24bf102a90346ad"/><file name="ShippingController.php" hash="772a62afa761cadb60c293ef73bdb2ca"/><file name="VersionsController.php" hash="2f693a64cd7b4bd7a403fc1d7a5044e6"/></dir><dir name="Category"><file name="TypeproductController.php" hash="e599af67b8030998882724fdad83c4d4"/></dir><file name="ConfigurationController.php" hash="91f8d84d8d1d56427213150118b3fe88"/><file name="InsertController.php" hash="6b8937f3e2d6c43372f46644a8425215"/><file name="LogController.php" hash="dcb0da5c2961e1ad51b0d540fad8d63e"/><file name="ShippingController.php" hash="1911834599b97b3e55e73aaa55c25b93"/></dir><dir name="etc"><file name="adminhtml.xml" hash="002368de2b4ed16d3bf46b71036e3221"/><file name="config.xml" hash="51e48dd5d5d01801cc3b119f776b4cd9"/><file name="system.xml" hash="4fd05e355632d068df22a8e1455302bd"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="7e1a441014f4f6ea3a5e3bc8fb84e61e"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="0b9d62da09887f1ea62510d2bf35fbc2"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="182e724255d41ea9002c5aadde39503b"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="86259dff4374f8f934daeb0fae1b11a2"/><file name="mysql4-upgrade-1.0.4-1.0.5.php" hash="a6b904c5681f89209d4fa4349e96b189"/></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="960098d218fa19229b44968d09ae99c4"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="af8ef2c19e804ee18854594a5a4f5919"/><file name="categorytreeformcontenair.phtml" hash="f7dc89750bfa5d81f13fee42accde091"/><file name="catproduct.phtml" hash="32d4d38e38bd83505a023b75b88d2b4d"/><file name="shipping.phtml" hash="6dda2d44927abf9651ff048f78d65830"/><file name="storeswitcher.phtml" hash="d4caa6ab9a0f7f9326ccbec7f1bb77c8"/><file name="versions.phtml" hash="c8eac9a931a27b7732017c3ea0e24ef5"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="3bb202a5124e703e473deae0df69064b"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="9fd0bce1923333ba92ce814576d08317"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="fianet"><file name="manuel_PDF.png" hash="14402e521e668f247f939ac268317365"/><file name="redirectToMagentoConnect.bmp" hash="c76a2b274e45f5bfc99282392493cdf6"/><file name="power_off.png" hash="fc2b44341ca3f3677bdcd1ce5e6142ab"/><file name="power_on.png" hash="4d26afe3eebd475d6780340e1863d6b3"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="fianet"><file name="calcMD5.js" hash="c119ea8fe21c770e5951f032a268b59a"/><file name="log.js" hash="d532adb878c06aa63942f2c7252088fc"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Core</name>
4
+ <version>1.0.9</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
10
  <description>Base module for Kwixo and Certissim</description>
11
  <notes>official commit</notes>
12
  <authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
13
+ <date>2015-03-30</date>
14
+ <time>08:18:25</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="d2c732fb6c54c64ee9bed8b7b5ad394e"/></dir><file name="Edit.php" hash="f780d7cc611206c1476216dfe921d7d8"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="08316b16543f39b38fa37a3bf04abbee"/></dir><file name="Content.php" hash="b51118b6487727cdd5781ed25a2b2652"/><file name="Tab.php" hash="c8d4f68a088ce468a70535d2013994a8"/></dir><dir name="Log"><file name="Grid.php" hash="b2dd67380abcaf32b3351419129fa847"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="aebb632455fd686601f2a620421ae0f3"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="bb81eaa6f724d16f876ba70ed5a1f7d5"/></dir><dir name="Tree"><file name="Abstract.php" hash="f946b737c725c83edbfbe7014555a451"/><file name="ProductType.php" hash="9e37ab14fb7ae1639369d92799033fb4"/><file name="Products.php" hash="966c3e0002c416ee77fb9cbdba1ce2d5"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="8b0df0e9859de6e2aa10470e5ad7f237"/></dir><dir name="Renderer"><file name="Fianet.php" hash="f5963735d00df620d79a56537257fb98"/></dir></dir></dir></dir><file name="Configuration.php" hash="b56c7a44b841251a26af8db7fcf9e58e"/><file name="Fianetadmin.php" hash="c02c5ca599656497f434d18a9b9ea104"/><file name="Fianetadmingrid.php" hash="d2df334d95d4f6c179639a400ea022c4"/><file name="Version.php" hash="08320ce4511a384211177f6b14f9b021"/></dir><dir name="Category"><dir name="Typeproduct"><dir name="Edit"><file name="Form.php" hash="425082d3e615593ac5effc3258fed908"/></dir><file name="Edit.php" hash="aa88fa008ff3277e2c168dd1562bb64f"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="9d3568afc65ad77be20303dfc62b3672"/></dir><file name="Content.php" hash="733bcdc1cf0a9eb6340cd3be5f3c4d86"/><file name="Tab.php" hash="2ef67c0462995509a98f8cdaf7bb5d28"/></dir><dir name="Log"><file name="Grid.php" hash="c362eb02157f4c8812c1f3291eeb9d7c"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="29238c3a027c7b7b95b9d909777c133b"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="b5cce138cceb30ccf5fe296acae0adc3"/></dir><dir name="Tree"><file name="Abstract.php" hash="9288ef8c2ae62f07fd8f05f43fa11724"/><file name="TypeProduct.php" hash="9a5df9f86fd789fa01589b29aad7bdfd"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="439a5c3991a1be1405abf132cc2442fa"/></dir><dir name="Renderer"><file name="Fianet.php" hash="eb8be66940d4c6fd6e12377f297bab17"/></dir></dir></dir></dir><file name="Configuration.php" hash="5aa262712c666ffd0389017131609c64"/><file name="Fianetadmin.php" hash="a6c02d49bbfdac58ee4312bf27606938"/><file name="Fianetadmingrid.php" hash="c103c780e55859ea6e8d62850aa4b30b"/></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="6419401edc583a1bc681e3184de8c968"/><file name="ProductType.php" hash="fe8be623b343b7a318ea23546902c143"/><file name="TypeProduct.php" hash="60bfefe45ff2b7790038fc5609016569"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8800939e4a800dd206232e698f20644b"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="5c8899e8d0c7e47e5c9cb14926dd524a"/></dir><dir name="Catproduct"><file name="Association.php" hash="a2efc028846b54c8a73285e3a4305e81"/></dir><dir name="Configuration"><file name="Global.php" hash="6afec6f0c92eb6db5a87b9e34247ee2f"/><file name="Value.php" hash="7bbcd7eafe99ebff1a9483d403ede67d"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="d24c2c36f3c5d6b1247c34ac71c9917f"/><file name="Billing.php" hash="7fdd3579bdfab4795c23cb0c73d166b9"/><file name="Delivery.php" hash="36b4399be00fc5ae15235ad14a4e0d3b"/><file name="Transport.php" hash="1f1d0b8d76a0b01e420ed4aa2ea7f920"/></dir><dir name="Adress"><file name="Base.php" hash="8fa5c353a8f4d7670f529a3eb64bfd74"/><file name="Billing.php" hash="5ffd12c98af47b0da41e193771bebaa2"/><file name="Delivery.php" hash="7a496e8f02a64d4adffdff67fe2f555b"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="5af44035fa2fc5affd2a919a83eeea78"/></dir><file name="Productlist.php" hash="053a874e520bf0adf0ff09c2c7d95999"/><file name="Rnp.php" hash="45062ec5ab13f027b05ee1ea118dc59a"/><file name="Sac.php" hash="e651781c60077360ae1e0660ba8cd515"/><file name="Transport.php" hash="5fac16f98fce81d4953e4df3da7e2a00"/></dir><dir name="User"><file name="Base.php" hash="3984c794475a0497ace9ca53f170b002"/><file name="Billing.php" hash="89708b9e829e2f593dd873991eb1e78a"/><file name="Delivery.php" hash="492518ff3925e0077a7c59a0bb65bfc7"/><file name="Siteconso.php" hash="fc02e7bbeec7437c7c10551ffe6df384"/></dir><file name="Optionpayment.php" hash="3fb938c438bd6f9b5c9185f87fb8c2e4"/><file name="Payment.php" hash="d1641ef743f5da158c24948488024f19"/><file name="Rnp.php" hash="1682e21fb9cada4a6921f5203fff5c36"/><file name="Wallet.php" hash="7aa1b888f9b27b816f1685d5cd88b90b"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="b4038745312cc631f6773f8baa824429"/><file name="Element.php" hash="a27192c0b486a5ed0beef3ddc91c32f0"/></dir><file name="EncodingKey.php" hash="d586b7ab6a185b090c17638864e27fd5"/><file name="Hash32bits.php" hash="a445349ffa805aaa216b775c9606fa8a"/><file name="Hash64bits.php" hash="b95a56b7251e7a3799e57842ef44c382"/><file name="Parser.php" hash="4544515ef3a6e8fedc7de0be3fec9028"/><file name="Sender.php" hash="e3c9a9fbd38b344e6052d5193d42b18c"/><file name="Socket.php" hash="f1c0d70ce4d69f19d3cd45fbea89c6c1"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="e0480ff5b582a55c68aa704356db35d2"/></dir><file name="Association.php" hash="fe18c3fcc715ae21aba13d74b9b28573"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="97aa82a835ced78931276aa1c677b34b"/></dir><file name="Collection.php" hash="e2ef978cc4c296ea673fb5d6d1d07dad"/><file name="Global.php" hash="93cab74d028cce884045df7746427ca4"/><file name="Value.php" hash="8d4a482e8acda18a540e1b7052fa4539"/></dir><dir name="Log"><file name="Collection.php" hash="57a215164807837ecd75d41f4c16a72e"/></dir><dir name="Scope"><file name="Abstract.php" hash="afe482be7f05b7c55777c1800dcc4694"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="c47a1d270203e6a8bb1bc09f520d9123"/></dir><file name="Association.php" hash="1f8c7629d01d587a67fea2524d34207d"/></dir><dir name="Store"><dir name="Information"><file name="Collection.php" hash="d6cfe087422a0cbdc1b2a52b9885f8a5"/></dir><file name="Information.php" hash="921aca424421f1cc13dac42eee1d01c6"/></dir><file name="Abstract.php" hash="a4226cf33c74484441fb825e459a03f9"/><file name="Configuration.php" hash="5419896cdecbcad0a9d7b9d3231d12fd"/><file name="Log.php" hash="51fe6ad8c4f627b44dd7baf632e96cd5"/><file name="Setup.php" hash="949fde9c0be802c4cbf38177867ea76e"/></dir><dir name="Scope"><file name="Abstract.php" hash="239b9606f496f88078957b370fe7953e"/></dir><dir name="Shipping"><file name="Association.php" hash="045fd97d19a7ed80af274cb902aec40b"/></dir><dir name="Source"><file name="Charset.php" hash="13861ce1049ae04b22124ad4e431782c"/><file name="Crypt.php" hash="5f9fb76201764b2700d96eafa18da548"/><file name="DeliveryTimes.php" hash="023dc490e86b27b02367364f0f31f77a"/><file name="Mode.php" hash="f32e82ec29bb898d4ee0fc7fde4a13f2"/><file name="ModeAction.php" hash="517bd08329e816acd3f755f67b9a60c1"/><file name="PaymentType.php" hash="296d0fa8a0cdda89f12481525708d59a"/><file name="ProductType.php" hash="78f5dcd373a3eaedfdf58870e1e94fa4"/><file name="ShippingType.php" hash="fa1c08ee92f9d35b0ac749b5ac08fcb5"/><file name="TypeProduct.php" hash="edacd76cca2b5397391703dc9d9d31af"/></dir><dir name="Store"><file name="Information.php" hash="249ca7b58dbfb2bef5fba6591e3bfca5"/></dir><file name="Configuration.php" hash="8e61dce82e6d0234f84b12c2e8ce63e6"/><file name="Functions.php" hash="4c73ca6fb7b7f196742743f664cbd9c1"/><file name="Log.php" hash="9eb3ba7e75403b801daab85e50dbd819"/><file name="MageConfiguration.php" hash="1c317dafcc5f38f2fcc4b61b87001829"/><file name="Observer.php" hash="f124e21127c9154b47bd164954661fe0"/><file name="Product.php" hash="7547c8b13519e1c4087bcaaccf888cbb"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="de0c900b2c7f5e185c45a29f9f3e4fd5"/></dir><file name="ConfigurationController.php" hash="9ea34e9a08976229aa5bf45c2e0c903f"/><file name="LogController.php" hash="2359af9d387af74ece6babb4bcd77ff8"/><file name="OrderController.php" hash="de14df502c0e11ee49ea3046e578b963"/><file name="ShippingController.php" hash="2e0ebcd207b61bb4ab2bb07e3c277ca7"/><file name="VersionsController.php" hash="2f693a64cd7b4bd7a403fc1d7a5044e6"/></dir><dir name="Category"><file name="TypeproductController.php" hash="e599af67b8030998882724fdad83c4d4"/></dir><file name="ConfigurationController.php" hash="91f8d84d8d1d56427213150118b3fe88"/><file name="InsertController.php" hash="6b8937f3e2d6c43372f46644a8425215"/><file name="LogController.php" hash="dcb0da5c2961e1ad51b0d540fad8d63e"/><file name="ShippingController.php" hash="1911834599b97b3e55e73aaa55c25b93"/></dir><dir name="etc"><file name="adminhtml.xml" hash="28bd8984b19d0f68f2a17dd576c085f6"/><file name="config.xml" hash="312919ee719c60088f9f2f003eb39ad7"/><file name="system.xml" hash="beb8d896a04035b5d327f3a2a6ad85c4"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="e516c09640e906c7de2e85157cf3c9e5"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="586d680b93eb8c6e9610b540ea29f27c"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="27fd0725d248a7c0b965a796f3b04267"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="503a3f947ae4d90104028afa92bb56f3"/><file name="mysql4-upgrade-1.0.4-1.0.5.php" hash="c262099e74fb192af7166452e1a4f337"/></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="f5f622b8e2a309fb756aa3e80f76ebff"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="dccb25fb56bb43093458090e0d79bc5e"/><file name="categorytreeformcontenair.phtml" hash="8e1fa0ba3f33dd8efc19edf8aca6816a"/><file name="catproduct.phtml" hash="b70a963f3a3244ba6b9b8697faff465c"/><file name="shipping.phtml" hash="a05e4d3589df52443f6389abf3ad134f"/><file name="storeswitcher.phtml" hash="3cb14ac5d1d9d76af788a583bdfe57e0"/><file name="versions.phtml" hash="526e1dc39e3429544ef5d401423fe78d"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="3e30ce70a8feff50a6a21304a7cb545d"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="9fd0bce1923333ba92ce814576d08317"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="fianet"><file name="manuel_PDF.png" hash="14402e521e668f247f939ac268317365"/><file name="redirectToMagentoConnect.bmp" hash="c76a2b274e45f5bfc99282392493cdf6"/><file name="power_off.png" hash="fc2b44341ca3f3677bdcd1ce5e6142ab"/><file name="power_on.png" hash="4d26afe3eebd475d6780340e1863d6b3"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="fianet"><file name="calcMD5.js" hash="c119ea8fe21c770e5951f032a268b59a"/><file name="log.js" hash="d532adb878c06aa63942f2c7252088fc"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>