Fianet_Core - Version 1.0.8

Version Notes

official commit

Download this release

Release Info

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


Code changes from version 1.0.7 to 1.0.8

Files changed (98) 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 +1 -1
  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 +1 -1
  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 -1
  47. app/code/community/Fianet/Core/Model/Fianet/Socket.php +1 -1
  48. app/code/community/Fianet/Core/Model/Functions.php +1 -1
  49. app/code/community/Fianet/Core/Model/Log.php +1 -1
  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 +2 -2
  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/etc/modules/Fianet_Core.xml +2 -2
  98. 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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_Block_Widget_Form {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Tab extends Mage_Adminhtml_Block_Widget_Tabs {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Template {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Fianetadmingrid extends Mage_Adminhtml_Block_Widget_Grid_Container {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Sales_Order_Grid extends Mage_Adminhtml_Block_Sales_Order_Grid {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Store_Switcher extends Mage_Adminhtml_Block_Template {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Abstract extends Mage_Adminhtml_Block_Catalog_Category_Tree {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_ProductType extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Products extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Version extends Mage_Adminhtml_Block_Template {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Filter_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
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 {
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.7 $
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.8 $
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Controller_Tree_ProductType extends Fianet_Core_Controller_Tree_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Helper_Data extends Mage_Core_Helper_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Catproduct_Association extends Mage_Core_Model_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration extends Mage_Core_Model_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Global extends Mage_Core_Model_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Value extends Fianet_Core_Model_Scope_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_EncodingKey {
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 {
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Base {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Billing extends Fianet_Core_Model_Fianet_Order_Address_Base {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Delivery extends Fianet_Core_Model_Fianet_Order_Address_Base {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Transport extends Fianet_Core_Model_Fianet_Order_Address_Base {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist_Product {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Transport {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Optionpayment {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Payment {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Base {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Billing extends Fianet_Core_Model_Fianet_Order_User_Base {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Delivery extends Fianet_Core_Model_Fianet_Order_User_Base {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Siteconso {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Wallet {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Builder {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Element {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Parser {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Sender {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Socket {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Functions {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
+ * @version Release: $Revision: 1.0.8 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Functions {
app/code/community/Fianet/Core/Model/Log.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Log extends Mage_Core_Model_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_MageConfiguration extends Mage_Adminhtml_Model_Config {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  abstract class Fianet_Core_Model_Mysql4_Abstract extends Mage_Core_Model_Mysql4_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_Association extends Mage_Core_Model_Mysql4_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration extends Mage_Core_Model_Mysql4_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Global extends Fianet_Core_Model_Mysql4_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value extends Fianet_Core_Model_Mysql4_Scope_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Scope_Abstract extends Mage_Core_Model_Mysql4_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association extends Fianet_Core_Model_Mysql4_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Store_Information extends Mage_Core_Model_Mysql4_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Store_Information_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
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 {
app/code/community/Fianet/Core/Model/Observer.php 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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Observer extends Varien_Event_Observer {
19
  CONST GRID_NAME_IN_LAYOUT = 'sales_order.grid';
20
  CONST MASSACTION_BLOCK_NAME_IN_LAYOUT = 'sales_order.grid.child';
21
  CONST MASSACTION_BLOCK_CLASS = 'Mage_Adminhtml_Block_Widget_Grid_Massaction_Abstract';
22
- CONST MASSACTION_BLOCK_ENTERPRISE = 'Enterprise_SalesArchive_Block_Adminhtml_Sales_Order_Grid_Massaction';
23
 
24
  public function updateSalesOrderGrid($observer) {
25
  $event = $observer->getEvent();
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 {
19
  CONST GRID_NAME_IN_LAYOUT = 'sales_order.grid';
20
  CONST MASSACTION_BLOCK_NAME_IN_LAYOUT = 'sales_order.grid.child';
21
  CONST MASSACTION_BLOCK_CLASS = 'Mage_Adminhtml_Block_Widget_Grid_Massaction_Abstract';
22
+ CONST MASSACTION_BLOCK_CLASS_ENTERPRISE = 'Enterprise_SalesArchive_Block_Adminhtml_Sales_Order_Grid_Massaction';
23
 
24
  public function updateSalesOrderGrid($observer) {
25
  $event = $observer->getEvent();
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Product extends Mage_Catalog_Model_Product {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Scope_Abstract extends Mage_Core_Model_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Shipping_Association extends Mage_Core_Model_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Charset {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Crypt {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_DeliveryTimes {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Mode {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ProductType {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ShippingType {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Store_Information extends Mage_Core_Model_Abstract {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_Category_ProductTypeController extends Fianet_Core_Controller_Tree_ProductType {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ConfigurationController extends Mage_Adminhtml_Controller_Action {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Action {
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 {
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ShippingController extends Mage_Adminhtml_Controller_Action {
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 {
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.7 $
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.8 $
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.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Fianet_Core>
22
- <version>1.0.7</version>
23
  </Fianet_Core>
24
  </modules>
25
  <admin>
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>
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
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.7 $
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.8 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/etc/modules/Fianet_Core.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2014 FIA-NET
15
- * @version Release: $Revision: 1.0.7 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
@@ -28,7 +28,7 @@
28
  <depends>
29
  </depends>
30
  <!-- declare module's version information for database updates -->
31
- <version>1.0.7</version>
32
  </Fianet_Core>
33
  </modules>
34
  </config>
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
  <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>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Core</name>
4
- <version>1.0.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
@@ -10,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-11-18</date>
14
- <time>14:13:04</time>
15
- <contents><target name="magecommunity"><dir name="Fianet"><dir name="Core"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="ProductType"><dir name="Edit"><file name="Form.php" hash="9d978d1a2ec22ba5f1f5ac2acf05bb88"/></dir><file name="Edit.php" hash="52b3028c46df6ff8d11d402c0c225ac6"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="41cc80cfaece7bd26e7958cb66886637"/></dir><file name="Content.php" hash="c30f11d5d07c5c9a1b9b0a4dbb7229c5"/><file name="Tab.php" hash="931de764a4750424e532b7272ff0fa73"/></dir><dir name="Log"><file name="Grid.php" hash="f75597236becf53dde7d7849b94a5955"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="ee6af1d62e5a207b35a22d19f848b6f8"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="b7dcf3077ec35e78d0fad01caa5cab14"/></dir><dir name="Tree"><file name="Abstract.php" hash="b561e616aaf21b728cb6816b80a9a6b0"/><file name="ProductType.php" hash="53ff475614d3ddb0c74c4a41d4b8dc20"/><file name="Products.php" hash="f1082a2abc69797f6402a8693fed9318"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="ad5fc3d8fd94cf803f50d93ab91c2ab2"/></dir><dir name="Renderer"><file name="Fianet.php" hash="c885b90e216ec9a733f5a53e01b029ec"/></dir></dir></dir></dir><file name="Configuration.php" hash="d8871c961da9357140d884abc70e9bde"/><file name="Fianetadmin.php" hash="2308b521dd40b5ca276d97cf29a8a6e5"/><file name="Fianetadmingrid.php" hash="3efa2722f8ea112d029d87b4c78dd652"/><file name="Version.php" hash="607024d38ace1766635a493d27eb1cb6"/></dir><dir name="Category"><dir name="Typeproduct"><dir name="Edit"><file name="Form.php" hash="425082d3e615593ac5effc3258fed908"/></dir><file name="Edit.php" hash="aa88fa008ff3277e2c168dd1562bb64f"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="9d3568afc65ad77be20303dfc62b3672"/></dir><file name="Content.php" hash="733bcdc1cf0a9eb6340cd3be5f3c4d86"/><file name="Tab.php" hash="2ef67c0462995509a98f8cdaf7bb5d28"/></dir><dir name="Log"><file name="Grid.php" hash="c362eb02157f4c8812c1f3291eeb9d7c"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="29238c3a027c7b7b95b9d909777c133b"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="b5cce138cceb30ccf5fe296acae0adc3"/></dir><dir name="Tree"><file name="Abstract.php" hash="9288ef8c2ae62f07fd8f05f43fa11724"/><file name="TypeProduct.php" hash="9a5df9f86fd789fa01589b29aad7bdfd"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="439a5c3991a1be1405abf132cc2442fa"/></dir><dir name="Renderer"><file name="Fianet.php" hash="eb8be66940d4c6fd6e12377f297bab17"/></dir></dir></dir></dir><file name="Configuration.php" hash="5aa262712c666ffd0389017131609c64"/><file name="Fianetadmin.php" hash="a6c02d49bbfdac58ee4312bf27606938"/><file name="Fianetadmingrid.php" hash="c103c780e55859ea6e8d62850aa4b30b"/></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="be87aff9e328429c0cfe2b6d84bfa34c"/><file name="ProductType.php" hash="529b6185512ff8f59a049d0d053c7bb6"/><file name="TypeProduct.php" hash="60bfefe45ff2b7790038fc5609016569"/></dir></dir><dir name="Helper"><file name="Data.php" hash="1d87857c9925c7ca90f793e4cec07bcc"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="b4fffa4df67c480f4dd0a61cb6bf3b44"/></dir><dir name="Catproduct"><file name="Association.php" hash="da444fa072107e3b79a7a8435145a602"/></dir><dir name="Configuration"><file name="Global.php" hash="cd0fc8dcda7051de218fc79529698a9b"/><file name="Value.php" hash="769f60bddf2c2f7ffe6dd2198e71bca8"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="03e3557bba8fcc152e6e9b3f5e9d89ba"/><file name="Billing.php" hash="8395786e1b109119201ce2b277ce6f04"/><file name="Delivery.php" hash="82d1f97162adca688d8630be7df06190"/><file name="Transport.php" hash="e89b6b0de1791db653c8a53644f80bbe"/></dir><dir name="Adress"><file name="Base.php" hash="8fa5c353a8f4d7670f529a3eb64bfd74"/><file name="Billing.php" hash="5ffd12c98af47b0da41e193771bebaa2"/><file name="Delivery.php" hash="7a496e8f02a64d4adffdff67fe2f555b"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="11f4f3739b780b5106b1f74e4916f753"/></dir><file name="Productlist.php" hash="93febadde8c5285ba1e0b41eb6f8fd86"/><file name="Rnp.php" hash="45062ec5ab13f027b05ee1ea118dc59a"/><file name="Sac.php" hash="e651781c60077360ae1e0660ba8cd515"/><file name="Transport.php" hash="649d2215c00d1703e752ee644b54ddba"/></dir><dir name="User"><file name="Base.php" hash="b42b67ba44794c7bef8254cf65feb923"/><file name="Billing.php" hash="cf20006421b821f707ecddaa5d66c724"/><file name="Delivery.php" hash="82e145aec070815d14d9f6bbd520fa77"/><file name="Siteconso.php" hash="75550c6d4e0ebf99622cbb46cb0a4446"/></dir><file name="Optionpayment.php" hash="d9cc1a2a7f8a7a5bca91b9036386cca5"/><file name="Payment.php" hash="cba860b92e1c7ccfdebb41f72254941a"/><file name="Rnp.php" hash="1682e21fb9cada4a6921f5203fff5c36"/><file name="Wallet.php" hash="6d0d0a1728f4ce1c4b70ba842722a30e"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="19f0821ba24aa3f73da4d54d1c46177e"/><file name="Element.php" hash="6af30aedbd037158981a3489f6b5ca4b"/></dir><file name="EncodingKey.php" hash="8b9ffc343b2a057dcc3f1fc8ab7f629e"/><file name="Hash32bits.php" hash="b59f2ec8108a253c88e22212b025f4d8"/><file name="Hash64bits.php" hash="9597f86b7b4f8e6a912cddac716b78a6"/><file name="Parser.php" hash="b05a8af47be411b32f456f2e0c56e1e2"/><file name="Sender.php" hash="4aacb442a40732d88bdfd66574a0e192"/><file name="Socket.php" hash="cebf378a782e658b56d9fcc1bb20e94b"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="d2e80e297ca8575992dd86a209cf294e"/></dir><file name="Association.php" hash="8ed7c6923dc47dd6d0ba399767995460"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="fb72f022f845e01a0fb05ecc6a34b619"/></dir><file name="Collection.php" hash="ff842ee24e1ef6775db7adf3fe52d284"/><file name="Global.php" hash="b5756cec19b430783a73eb96c640c777"/><file name="Value.php" hash="7a2f6ff329f3919eb0cf4ca431002008"/></dir><dir name="Log"><file name="Collection.php" hash="5b48686ed3307f2bd68cbd537a5f1535"/></dir><dir name="Scope"><file name="Abstract.php" hash="182cbb0b7ae0921c6d34b90eef942ab7"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="6fd03c8224ee6ce746f8c4d60ff0a453"/></dir><file name="Association.php" hash="47b423abc84fa63a28e3cc5f30b97cd5"/></dir><dir name="Store"><dir name="Information"><file name="Collection.php" hash="65b050d5a90d65fcd5693f9a1872de6a"/></dir><file name="Information.php" hash="a2a8ba4b1372a1ff94172b104e5a8508"/></dir><file name="Abstract.php" hash="02b44ef4c99f665caeca2c726bdc158c"/><file name="Configuration.php" hash="b874944f8b31421515c495cf3e9d5950"/><file name="Log.php" hash="dee3b42bc1d35e7fdd23a64df72c9ebe"/><file name="Setup.php" hash="36ffcf8cdc6cd31933ef5c0fcd7c635d"/></dir><dir name="Scope"><file name="Abstract.php" hash="944392baec8d91a3e2e26163fc78f23a"/></dir><dir name="Shipping"><file name="Association.php" hash="400fcd8884aa1661a70461430900293c"/></dir><dir name="Source"><file name="Charset.php" hash="ae189280e6c3e0e50121a89475db0a3a"/><file name="Crypt.php" hash="ce52568bb3871b740abb53979c5c3286"/><file name="DeliveryTimes.php" hash="598b72f268b8c19df7e9bf50913c1cf2"/><file name="Mode.php" hash="96fdfac05b53c9973883244b267ca7b3"/><file name="ModeAction.php" hash="517bd08329e816acd3f755f67b9a60c1"/><file name="PaymentType.php" hash="296d0fa8a0cdda89f12481525708d59a"/><file name="ProductType.php" hash="33ff864167f6da0932109dcc9e886b51"/><file name="ShippingType.php" hash="ccdc6598cf6cdf383bbb8cf6c2880ada"/><file name="TypeProduct.php" hash="edacd76cca2b5397391703dc9d9d31af"/></dir><dir name="Store"><file name="Information.php" hash="731c22a340bec98115826b3e24f22131"/></dir><file name="Configuration.php" hash="c741f1759dece685473777b2b185e193"/><file name="Functions.php" hash="63e5e696f0e0ac18d519bca03ce92863"/><file name="Log.php" hash="0912acd6dde298673fcd01a5dde5513a"/><file name="MageConfiguration.php" hash="b6bc98fad24309963370b31429b86435"/><file name="Observer.php" hash="ef00aca543c9bfa09af741d7e8b66481"/><file name="Product.php" hash="5abe818cf37d41ea063946bc4f0b7951"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="522dd1955adfcdc769d58d0eea74b607"/></dir><file name="ConfigurationController.php" hash="482b1920da785f15897e155e88ea96d6"/><file name="LogController.php" hash="bab954a6cd107dcc6153c8c60e93efa0"/><file name="OrderController.php" hash="e932a60831754beae7892f69618979b7"/><file name="ShippingController.php" hash="875a82f9a81106f6914b0c88843ca5df"/><file name="VersionsController.php" hash="2f693a64cd7b4bd7a403fc1d7a5044e6"/></dir><dir name="Category"><file name="TypeproductController.php" hash="e599af67b8030998882724fdad83c4d4"/></dir><file name="ConfigurationController.php" hash="91f8d84d8d1d56427213150118b3fe88"/><file name="InsertController.php" hash="6b8937f3e2d6c43372f46644a8425215"/><file name="LogController.php" hash="dcb0da5c2961e1ad51b0d540fad8d63e"/><file name="ShippingController.php" hash="1911834599b97b3e55e73aaa55c25b93"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c32133774d1977008ad40477505e43db"/><file name="config.xml" hash="eef8dc19fa794aaa494ce5477c5d68b0"/><file name="system.xml" hash="b229d0ad8db4f91f4b4aa6cf511b760f"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="a96262cfd944e071e8623a93372986ce"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="bb09c093b645fed2d3fc9886b0d82ef1"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="40605ebf734c786545f42a06daeea700"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="c88bc2b766db6d289bacfd78af21d78f"/><file name="mysql4-upgrade-1.0.4-1.0.5.php" hash="78fcfa36b649ab374a9c4a906a2e0167"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="fianet.xml" hash="f4900c33e38ae72e0dfd5846d37902a7"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="b2e62b1f58a605af96e848543d90bc35"/><file name="categorytreeformcontenair.phtml" hash="85fbd7e288dda1547a4e2a6e884ec7a1"/><file name="catproduct.phtml" hash="924d23c7e011c2c4b783e4d07e7487a6"/><file name="shipping.phtml" hash="0a923f50e9724395f100ed41d5db13b4"/><file name="storeswitcher.phtml" hash="1e7ac83eb766e19b37c7a463ed804c1a"/><file name="versions.phtml" hash="c8eac9a931a27b7732017c3ea0e24ef5"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="65738c27697fcc3b64fdcd35bf5043c9"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="9fd0bce1923333ba92ce814576d08317"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="fianet"><file name="manuel_PDF.png" hash="14402e521e668f247f939ac268317365"/><file name="redirectToMagentoConnect.bmp" hash="c76a2b274e45f5bfc99282392493cdf6"/><file name="power_off.png" hash="fc2b44341ca3f3677bdcd1ce5e6142ab"/><file name="power_on.png" hash="4d26afe3eebd475d6780340e1863d6b3"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="fianet"><file name="calcMD5.js" hash="c119ea8fe21c770e5951f032a268b59a"/><file name="log.js" hash="d532adb878c06aa63942f2c7252088fc"/></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
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
  <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>