Fianet_Core - Version 1.0.3

Version Notes

fourth official commit

Download this release

Release Info

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


Code changes from version 1.0.2 to 1.0.3

Files changed (106) 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 +2 -2
  5. app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Edit/Form.php +1 -1
  6. app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Tab.php +1 -1
  7. app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmin.php +1 -1
  8. app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmingrid.php +1 -1
  9. app/code/community/Fianet/Core/Block/Adminhtml/Log/Grid.php +1 -1
  10. app/code/community/Fianet/Core/Block/Adminhtml/Sales/Order/Grid.php +1 -1
  11. app/code/community/Fianet/Core/Block/Adminhtml/Store/Switcher.php +1 -1
  12. app/code/community/Fianet/Core/Block/Adminhtml/Tree/Abstract.php +1 -1
  13. app/code/community/Fianet/Core/Block/Adminhtml/Tree/ProductType.php +1 -1
  14. app/code/community/Fianet/Core/Block/Adminhtml/Tree/Products.php +1 -1
  15. app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Filter/Fianet.php +1 -1
  16. app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Fianet.php +1 -1
  17. app/code/community/Fianet/Core/Controller/Tree/Abstract.php +1 -1
  18. app/code/community/Fianet/Core/Controller/Tree/ProductType.php +1 -1
  19. app/code/community/Fianet/Core/Helper/Data.php +1 -1
  20. app/code/community/Fianet/Core/Model/Carrier/Abstract.php +1 -1
  21. app/code/community/Fianet/Core/Model/Catproduct/Association.php +1 -1
  22. app/code/community/Fianet/Core/Model/Configuration.php +1 -1
  23. app/code/community/Fianet/Core/Model/Configuration/Global.php +1 -1
  24. app/code/community/Fianet/Core/Model/Configuration/Value.php +1 -1
  25. app/code/community/Fianet/Core/Model/Fianet/EncodingKey.php +1 -1
  26. app/code/community/Fianet/Core/Model/Fianet/Hash32bits.php +1 -1
  27. app/code/community/Fianet/Core/Model/Fianet/Hash64bits.php +1 -1
  28. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Base.php +1 -1
  29. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Billing.php +1 -1
  30. app/code/community/Fianet/Core/Model/Fianet/Order/Address/Delivery.php +1 -1
  31. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist.php +1 -1
  32. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist/Product.php +1 -1
  33. app/code/community/Fianet/Core/Model/Fianet/Order/Info/Transport.php +1 -1
  34. app/code/community/Fianet/Core/Model/Fianet/Order/Optionpayment.php +1 -1
  35. app/code/community/Fianet/Core/Model/Fianet/Order/Payment.php +1 -1
  36. app/code/community/Fianet/Core/Model/Fianet/Order/User/Base.php +1 -1
  37. app/code/community/Fianet/Core/Model/Fianet/Order/User/Billing.php +1 -1
  38. app/code/community/Fianet/Core/Model/Fianet/Order/User/Delivery.php +1 -1
  39. app/code/community/Fianet/Core/Model/Fianet/Order/User/Siteconso.php +1 -1
  40. app/code/community/Fianet/Core/Model/Fianet/Order/Wallet.php +1 -1
  41. app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Builder.php +1 -1
  42. app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Element.php +1 -1
  43. app/code/community/Fianet/Core/Model/Fianet/Parser.php +1 -2
  44. app/code/community/Fianet/Core/Model/Fianet/Sender.php +1 -1
  45. app/code/community/Fianet/Core/Model/Functions.php +1 -1
  46. app/code/community/Fianet/Core/Model/Log.php +1 -1
  47. app/code/community/Fianet/Core/Model/MageConfiguration.php +1 -1
  48. app/code/community/Fianet/Core/Model/Mysql4/Abstract.php +1 -1
  49. app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association.php +1 -1
  50. app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association/Collection.php +1 -1
  51. app/code/community/Fianet/Core/Model/Mysql4/Configuration.php +1 -1
  52. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Collection.php +1 -1
  53. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Global.php +1 -1
  54. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value.php +1 -1
  55. app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value/Collection.php +1 -1
  56. app/code/community/Fianet/Core/Model/Mysql4/Log.php +1 -1
  57. app/code/community/Fianet/Core/Model/Mysql4/Log/Collection.php +1 -1
  58. app/code/community/Fianet/Core/Model/Mysql4/Scope/Abstract.php +1 -1
  59. app/code/community/Fianet/Core/Model/Mysql4/Setup.php +1 -1
  60. app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association.php +1 -1
  61. app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association/Collection.php +1 -1
  62. app/code/community/Fianet/Core/Model/Product.php +1 -1
  63. app/code/community/Fianet/Core/Model/Scope/Abstract.php +1 -1
  64. app/code/community/Fianet/Core/Model/Shipping/Association.php +1 -1
  65. app/code/community/Fianet/Core/Model/Source/Charset.php +1 -1
  66. app/code/community/Fianet/Core/Model/Source/Crypt.php +1 -1
  67. app/code/community/Fianet/Core/Model/Source/DeliveryTimes.php +1 -1
  68. app/code/community/Fianet/Core/Model/Source/Mode.php +1 -1
  69. app/code/community/Fianet/Core/Model/Source/PaymentType.php +1 -1
  70. app/code/community/Fianet/Core/Model/Source/ProductType.php +1 -1
  71. app/code/community/Fianet/Core/Model/Source/ShippingType.php +1 -1
  72. app/code/community/Fianet/Core/controllers/Adminhtml/Category/ProductTypeController.php +1 -1
  73. app/code/community/Fianet/Core/controllers/Adminhtml/ConfigurationController.php +1 -1
  74. app/code/community/Fianet/Core/controllers/Adminhtml/LogController.php +1 -1
  75. app/code/community/Fianet/Core/controllers/Adminhtml/OrderController.php +1 -1
  76. app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php +1 -1
  77. app/code/community/Fianet/Core/etc/adminhtml.xml +1 -1
  78. app/code/community/Fianet/Core/etc/config.xml +2 -2
  79. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-install-0.2.1.php +1 -1
  80. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.1-0.2.2.php +1 -1
  81. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.2-0.5.7.php +1 -1
  82. app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.9.0-1.0.0.php +1 -1
  83. app/design/adminhtml/default/default/layout/fianet.xml +1 -1
  84. app/design/adminhtml/default/default/template/fianet/common/categoriestree.phtml +1 -1
  85. app/design/adminhtml/default/default/template/fianet/common/categorytreeformcontenair.phtml +1 -1
  86. app/design/adminhtml/default/default/template/fianet/common/catproduct.phtml +1 -1
  87. app/design/adminhtml/default/default/template/fianet/common/shipping.phtml +1 -1
  88. app/design/adminhtml/default/default/template/fianet/common/storeswitcher.phtml +1 -1
  89. app/design/adminhtml/default/default/template/fianet/common/test.php +1 -1
  90. app/etc/modules/Fianet_Core.xml +2 -2
  91. package.xml +5 -5
  92. skin/adminhtml/default/default/images/fianet/CE_picto_orange.gif +0 -0
  93. skin/adminhtml/default/default/images/fianet/CE_picto_rouge.gif +0 -0
  94. skin/adminhtml/default/default/images/fianet/CE_picto_vert.gif +0 -0
  95. skin/adminhtml/default/default/images/fianet/RnP.gif +0 -0
  96. skin/adminhtml/default/default/images/fianet/attention.gif +0 -0
  97. skin/adminhtml/default/default/images/fianet/cb15.gif +0 -0
  98. skin/adminhtml/default/default/images/fianet/fianet_SAC_icon.gif +0 -0
  99. skin/adminhtml/default/default/images/fianet/icon_reset.gif +0 -0
  100. skin/adminhtml/default/default/images/fianet/ko.gif +0 -0
  101. skin/adminhtml/default/default/images/fianet/ok.gif +0 -0
  102. skin/adminhtml/default/default/images/fianet/rnp_tag.gif +0 -0
  103. skin/adminhtml/default/default/images/fianet/rond_rouge.gif +0 -0
  104. skin/adminhtml/default/default/images/fianet/rond_vert.gif +0 -0
  105. skin/adminhtml/default/default/images/fianet/rond_vertclair.gif +0 -0
  106. skin/adminhtml/default/default/images/fianet/sof15.gif +0 -0
app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit extends Mage_Adminhtml_Block_Widget_Form_Container {
app/code/community/Fianet/Core/Block/Adminhtml/Category/ProductType/Edit/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Category_ProductType_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration extends Mage_Adminhtml_Block_Widget_Form_Container {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Content.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_Block_Widget_Form {
@@ -35,7 +35,7 @@ class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_B
35
  'name' => 'storeId',
36
  'value' => $storeId,
37
  ));
38
- //$this->getSkinUrl('images/fianet/RnP.gif');
39
  foreach ($this->configuration as $conf) {
40
  $fieldset_name = $conf->advanced == '0' ? 'fieldset' : 'fieldset_adv';
41
  if ($conf->type == $this->type) {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Content extends Mage_Adminhtml_Block_Widget_Form {
35
  'name' => 'storeId',
36
  'value' => $storeId,
37
  ));
38
+
39
  foreach ($this->configuration as $conf) {
40
  $fieldset_name = $conf->advanced == '0' ? 'fieldset' : 'fieldset_adv';
41
  if ($conf->type == $this->type) {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Edit/Form.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Edit_Form extends Mage_Adminhtml_Block_Widget_Form {
app/code/community/Fianet/Core/Block/Adminhtml/Configuration/Tab.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Tab extends Mage_Adminhtml_Block_Widget_Tabs {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Configuration_Tab extends Mage_Adminhtml_Block_Widget_Tabs {
app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmin.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Template {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_FianetAdmin extends Mage_Adminhtml_Block_Template {
app/code/community/Fianet/Core/Block/Adminhtml/Fianetadmingrid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Fianetadmingrid extends Mage_Adminhtml_Block_Widget_Grid_Container {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Fianetadmingrid extends Mage_Adminhtml_Block_Widget_Grid_Container {
app/code/community/Fianet/Core/Block/Adminhtml/Log/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid {
app/code/community/Fianet/Core/Block/Adminhtml/Sales/Order/Grid.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Sales_Order_Grid extends Mage_Adminhtml_Block_Sales_Order_Grid {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Sales_Order_Grid extends Mage_Adminhtml_Block_Sales_Order_Grid {
app/code/community/Fianet/Core/Block/Adminhtml/Store/Switcher.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Store_Switcher extends Mage_Adminhtml_Block_Template {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Store_Switcher extends Mage_Adminhtml_Block_Template {
app/code/community/Fianet/Core/Block/Adminhtml/Tree/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Abstract extends Mage_Adminhtml_Block_Catalog_Category_Tree {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Abstract extends Mage_Adminhtml_Block_Catalog_Category_Tree {
app/code/community/Fianet/Core/Block/Adminhtml/Tree/ProductType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_ProductType extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_ProductType extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
app/code/community/Fianet/Core/Block/Adminhtml/Tree/Products.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Products extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Tree_Products extends Fianet_Core_Block_Adminhtml_Tree_Abstract {
app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Filter/Fianet.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Filter_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Filter_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Abstract {
app/code/community/Fianet/Core/Block/Adminhtml/Widget/Grid/Column/Renderer/Fianet.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Block_Adminhtml_Widget_Grid_Column_Renderer_Fianet extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abstract {
app/code/community/Fianet/Core/Controller/Tree/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  interface IFianetTree {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  interface IFianetTree {
app/code/community/Fianet/Core/Controller/Tree/ProductType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Controller_Tree_ProductType extends Fianet_Core_Controller_Tree_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Controller_Tree_ProductType extends Fianet_Core_Controller_Tree_Abstract {
app/code/community/Fianet/Core/Helper/Data.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Helper_Data extends Mage_Core_Helper_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Helper_Data extends Mage_Core_Helper_Abstract {
app/code/community/Fianet/Core/Model/Carrier/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Carrier_Abstract extends Mage_Shipping_Model_Carrier_Abstract {
app/code/community/Fianet/Core/Model/Catproduct/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Catproduct_Association extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Catproduct_Association extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Configuration/Global.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Global extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Global extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Configuration/Value.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Value extends Fianet_Core_Model_Scope_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Configuration_Value extends Fianet_Core_Model_Scope_Abstract {
app/code/community/Fianet/Core/Model/Fianet/EncodingKey.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_EncodingKey {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_EncodingKey {
app/code/community/Fianet/Core/Model/Fianet/Hash32bits.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
app/code/community/Fianet/Core/Model/Fianet/Hash64bits.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  /*
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Base.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Billing.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Billing extends Fianet_Core_Model_Fianet_Order_Address_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Billing extends Fianet_Core_Model_Fianet_Order_Address_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/Address/Delivery.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Delivery extends Fianet_Core_Model_Fianet_Order_Address_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Address_Delivery extends Fianet_Core_Model_Fianet_Order_Address_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist {
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Productlist/Product.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist_Product {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Productlist_Product {
app/code/community/Fianet/Core/Model/Fianet/Order/Info/Transport.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Transport {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Info_Transport {
app/code/community/Fianet/Core/Model/Fianet/Order/Optionpayment.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Optionpayment {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Optionpayment {
app/code/community/Fianet/Core/Model/Fianet/Order/Payment.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Payment {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Payment {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Base.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Billing.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Billing extends Fianet_Core_Model_Fianet_Order_User_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Billing extends Fianet_Core_Model_Fianet_Order_User_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Delivery.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Delivery extends Fianet_Core_Model_Fianet_Order_User_Base {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Delivery extends Fianet_Core_Model_Fianet_Order_User_Base {
app/code/community/Fianet/Core/Model/Fianet/Order/User/Siteconso.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Siteconso {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_User_Siteconso {
app/code/community/Fianet/Core/Model/Fianet/Order/Wallet.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Wallet {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Order_Wallet {
app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Builder.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Builder {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Builder {
app/code/community/Fianet/Core/Model/Fianet/Paramcallback/Element.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Element {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Paramcallback_Element {
app/code/community/Fianet/Core/Model/Fianet/Parser.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Parser {
@@ -67,7 +67,6 @@ class Fianet_Core_Model_Fianet_Parser {
67
 
68
  public function processResultNostack($xmlArray) {
69
  $evaluations = array();
70
- Mage::getModel('fianet/log')->log('Parser->processResultNostack(), return value : ' . $xmlArray['result']['attr']['retour']);
71
  if ($xmlArray['result']['attr']['retour'] == 'absente') {
72
  return ($evaluations);
73
  }
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Parser {
67
 
68
  public function processResultNostack($xmlArray) {
69
  $evaluations = array();
 
70
  if ($xmlArray['result']['attr']['retour'] == 'absente') {
71
  return ($evaluations);
72
  }
app/code/community/Fianet/Core/Model/Fianet/Sender.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Sender {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Fianet_Sender {
app/code/community/Fianet/Core/Model/Functions.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Functions {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Functions {
app/code/community/Fianet/Core/Model/Log.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Log extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Log extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/MageConfiguration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_MageConfiguration extends Mage_Adminhtml_Model_Config {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_MageConfiguration extends Mage_Adminhtml_Model_Config {
app/code/community/Fianet/Core/Model/Mysql4/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  abstract class Fianet_Core_Model_Mysql4_Abstract extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  abstract class Fianet_Core_Model_Mysql4_Abstract extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_Association extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_Association extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Catproduct/Association/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Catproduct_association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Global.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Global extends Fianet_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Global extends Fianet_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value extends Fianet_Core_Model_Mysql4_Scope_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value extends Fianet_Core_Model_Mysql4_Scope_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Configuration/Value/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Configuration_Value_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Log.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Log/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Log_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Scope/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Scope_Abstract extends Mage_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Scope_Abstract extends Mage_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Setup.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association extends Fianet_Core_Model_Mysql4_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association extends Fianet_Core_Model_Mysql4_Abstract {
app/code/community/Fianet/Core/Model/Mysql4/Shipping/Association/Collection.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Mysql4_Shipping_Association_Collection extends Mage_Core_Model_Mysql4_Collection_Abstract {
app/code/community/Fianet/Core/Model/Product.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Product extends Mage_Catalog_Model_Product {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Product extends Mage_Catalog_Model_Product {
app/code/community/Fianet/Core/Model/Scope/Abstract.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Scope_Abstract extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Scope_Abstract extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Shipping/Association.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Shipping_Association extends Mage_Core_Model_Abstract {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Shipping_Association extends Mage_Core_Model_Abstract {
app/code/community/Fianet/Core/Model/Source/Charset.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Charset {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Charset {
app/code/community/Fianet/Core/Model/Source/Crypt.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Crypt {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Crypt {
app/code/community/Fianet/Core/Model/Source/DeliveryTimes.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_DeliveryTimes {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_DeliveryTimes {
app/code/community/Fianet/Core/Model/Source/Mode.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Mode {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_Mode {
app/code/community/Fianet/Core/Model/Source/PaymentType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_PaymentType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_PaymentType {
app/code/community/Fianet/Core/Model/Source/ProductType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ProductType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ProductType {
app/code/community/Fianet/Core/Model/Source/ShippingType.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ShippingType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Model_Source_ShippingType {
app/code/community/Fianet/Core/controllers/Adminhtml/Category/ProductTypeController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_Category_ProductTypeController extends Fianet_Core_Controller_Tree_ProductType {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_Category_ProductTypeController extends Fianet_Core_Controller_Tree_ProductType {
app/code/community/Fianet/Core/controllers/Adminhtml/ConfigurationController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ConfigurationController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ConfigurationController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/controllers/Adminhtml/LogController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/controllers/Adminhtml/OrderController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_OrderController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/controllers/Adminhtml/ShippingController.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ShippingController extends Mage_Adminhtml_Controller_Action {
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  class Fianet_Core_Adminhtml_ShippingController extends Mage_Adminhtml_Controller_Action {
app/code/community/Fianet/Core/etc/adminhtml.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/code/community/Fianet/Core/etc/config.xml CHANGED
@@ -12,14 +12,14 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Fianet_Core>
22
- <version>1.0.2</version>
23
  </Fianet_Core>
24
  </modules>
25
  <admin>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
19
  <config>
20
  <modules>
21
  <Fianet_Core>
22
+ <version>1.0.3</version>
23
  </Fianet_Core>
24
  </modules>
25
  <admin>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-install-0.2.1.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.1-0.2.2.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.2.2-0.5.7.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/code/community/Fianet/Core/sql/fianet_setup/mysql4-upgrade-0.9.0-1.0.0.php CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  ?>
app/design/adminhtml/default/default/layout/fianet.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
app/design/adminhtml/default/default/template/fianet/common/categoriestree.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/categorytreeformcontenair.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/catproduct.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/shipping.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/storeswitcher.phtml CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/design/adminhtml/default/default/template/fianet/common/test.php CHANGED
@@ -11,7 +11,7 @@
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
- * @version Release: $Revision: 1.0.2 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
11
  *
12
  * @author FIA-NET <support-boutique@fia-net.com>
13
  * @copyright 2000-2012 FIA-NET
14
+ * @version Release: $Revision: 1.0.3 $
15
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
16
  */
17
  ?>
app/etc/modules/Fianet_Core.xml CHANGED
@@ -12,7 +12,7 @@
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
- * @version Release: $Revision: 1.0.2 $
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.1</version>
32
  </Fianet_Core>
33
  </modules>
34
  </config>
12
  *
13
  * @author FIA-NET <support-boutique@fia-net.com>
14
  * @copyright 2000-2012 FIA-NET
15
+ * @version Release: $Revision: 1.0.3 $
16
  * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
17
  */
18
  -->
28
  <depends>
29
  </depends>
30
  <!-- declare module's version information for database updates -->
31
+ <version>1.0.3</version>
32
  </Fianet_Core>
33
  </modules>
34
  </config>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Core</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FIA-NET Core</summary>
10
  <description>Base module for Kwixo and Certissim</description>
11
- <notes>third official commit</notes>
12
  <authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
13
- <date>2013-06-13</date>
14
- <time>15:40:57</time>
15
- <contents><target name="magecommunity"><dir name="Fianet"><dir name="Core"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="ProductType"><dir name="Edit"><file name="Form.php" hash="4a219cdd55988845f5aa149fedaec56f"/></dir><file name="Edit.php" hash="e77a0a37cf6047a59d92786eaf6570da"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="44c1b219db8cd53f6624d1e79cebfd40"/></dir><file name="Content.php" hash="42e93968a84c25ba82a432285c546132"/><file name="Tab.php" hash="49d85b185b0c25a1b68f1da2787e7726"/></dir><dir name="Log"><file name="Grid.php" hash="2354ec4b8cbe0d768189c24fcc319e95"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="e13ecbf526d090cd57424060857c3525"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="7dd4bf3b2a9a89687e8ffabf706d0349"/></dir><dir name="Tree"><file name="Abstract.php" hash="720e1df4c0a4c861639f8357b41de8b2"/><file name="ProductType.php" hash="d0b3566c6c5797c2ab537615f4ea7f7a"/><file name="Products.php" hash="38a0e88a8bbff7dc7e0786b33c92b15c"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="b9869e48fa73023a5aad2f54876b25cd"/></dir><dir name="Renderer"><file name="Fianet.php" hash="ad9e2e2bc3c9f9822cb713234ce0eab4"/></dir></dir></dir></dir><file name="Configuration.php" hash="a00fb14a107ca1dd01211f0e33d05325"/><file name="Fianetadmin.php" hash="bcc0254ec04e4a326115a456cd03931c"/><file name="Fianetadmingrid.php" hash="a998de461267a53a80519461ace203b5"/></dir></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="5b833345cced2478637c19061b0be490"/><file name="ProductType.php" hash="bc0281aab4c727e6cec0a051150edbf1"/></dir></dir><dir name="Helper"><file name="Data.php" hash="9b8fdad74d2a46389072ba38c5917adf"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="79eb02896bdc0cc92ec28cd786aab5c2"/></dir><dir name="Catproduct"><file name="Association.php" hash="598639236cc1861394fba1b020a1ca9a"/></dir><dir name="Configuration"><file name="Global.php" hash="2b1a767b0aedf4b5b79155f3a849687f"/><file name="Value.php" hash="c799a757e35790e122be1862585b5d34"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="6f0b4ed1dbde4f925db4fb0495d7e5ae"/><file name="Billing.php" hash="dee7bd51eb2da237701107e34f11f371"/><file name="Delivery.php" hash="634847ecb8e29941053e9e9c86b76565"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="d9f6c36748fb9f0e8e31cf54c817800e"/></dir><file name="Productlist.php" hash="cff8b0c95c77cb3b27b5a3dbde192370"/><file name="Transport.php" hash="93b70461570b6538e02387193efdf1dc"/></dir><dir name="User"><file name="Base.php" hash="7e5fbf75039c32ee83b0e0d0677f7a49"/><file name="Billing.php" hash="4b275e7ff05667490ad267e4f158f37d"/><file name="Delivery.php" hash="06b2e7e0c3174f1784a0fe467c6d7eb2"/><file name="Siteconso.php" hash="9502a78b5791686e4bc7cb2f4937fb3a"/></dir><file name="Optionpayment.php" hash="5c4e55025a2555823684f04e09ff62fe"/><file name="Payment.php" hash="5a1fc0cb2d258b904777aa8b88eecf81"/><file name="Wallet.php" hash="35d5d70c571aa417bc432ae8f25813c9"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="05bffe2527645a35a58d477a6d31944f"/><file name="Element.php" hash="22fadcbae21242320b69696a5e161639"/></dir><file name="EncodingKey.php" hash="2043d9f8212605c00bd9cef66aa62621"/><file name="Hash32bits.php" hash="17b0271b4501abbc4a52861c053f56a3"/><file name="Hash64bits.php" hash="5c1edde9b067ecfe0a3f0932d66f83ef"/><file name="Parser.php" hash="9b628f1dab0c6914f7ece39908a06e77"/><file name="Sender.php" hash="fb20e03dbde87168cad2896b7a8a6e70"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="e53fef7babfa3214f0a83ca06c0fae7d"/></dir><file name="Association.php" hash="772af465608be6dba6411f9b05c96751"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="30a67dafaaaa3a2676512771c6255f3b"/></dir><file name="Collection.php" hash="4322e9e944a82954fd027ff989e93762"/><file name="Global.php" hash="af400095e0b81bf63086d0fa0eb35451"/><file name="Value.php" hash="d320589cb9198081ee4c18a3d0ce563f"/></dir><dir name="Log"><file name="Collection.php" hash="cea5b62d59fe0ceee4bf166c34fe705d"/></dir><dir name="Scope"><file name="Abstract.php" hash="6bc3e4f9e1d75a62e7083e7e30940d91"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="3493b37cb263250b67dc97d99c3931a6"/></dir><file name="Association.php" hash="dfa3dd1d8a0f47f7617a8de27c155df1"/></dir><file name="Abstract.php" hash="dee50279eeecf617fdbcd630d4993411"/><file name="Configuration.php" hash="003c89c03e1395f77e60f06251d314f7"/><file name="Log.php" hash="262604cb1b706a1d90383ef45a9367ad"/><file name="Setup.php" hash="c0964cff71833add21fab7394c071585"/></dir><dir name="Scope"><file name="Abstract.php" hash="965909710957c2617050f2a73fb8336f"/></dir><dir name="Shipping"><file name="Association.php" hash="2723bf60b31d43372f6d9b12daffb171"/></dir><dir name="Source"><file name="Charset.php" hash="7d004e8b7494a7a6652f1fd88fb70b7f"/><file name="Crypt.php" hash="137b488f9e58213cccdfebaeef11166f"/><file name="DeliveryTimes.php" hash="1df8617c98905e087d3006cf24eaf79f"/><file name="Mode.php" hash="f1ebdf4c170b2b3df5b7bce05015a2a7"/><file name="PaymentType.php" hash="5a3490c57169705290aa2310159ebf25"/><file name="ProductType.php" hash="b23873e634a4c15dc9395b40667e7100"/><file name="ShippingType.php" hash="448a4bd555c9fc9f21245f89bf726bb4"/></dir><file name="Configuration.php" hash="185f195341a56dae2544c18ae88d0e94"/><file name="Functions.php" hash="68120779f964f2e6e7829cb2c339e18e"/><file name="Log.php" hash="e61292ae3615f2e0be0cb01936305269"/><file name="MageConfiguration.php" hash="946e33b82c450dd3f9bac1a5b4cd26d0"/><file name="Product.php" hash="68b0360a0a213700231bd0dc46515837"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="1647d165611308585b8e439e40910af0"/></dir><file name="ConfigurationController.php" hash="e16f25726c7d9783a91ee28ca7a7f338"/><file name="LogController.php" hash="9bb134cdf1c584f33034063efc0313f0"/><file name="OrderController.php" hash="9b012178963a0a151fde27c4f08465d0"/><file name="ShippingController.php" hash="73ec368ad8b712ac5edfa03fa86de34e"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="c5c9ffd553f0c76b0945d677732f172d"/><file name="config.xml" hash="4fa8a56beff45b2c7bf5a31a285b934e"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="7f7518bd60f42d6c7e89deac1319459d"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="e365709b993fc042416ea70835aa15ed"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="4f1f6b57342a9b636b5598f1a7986fae"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="51a36efd303ff95b67cb7349f616a25b"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="fianet.xml" hash="efe86fb5edd3c6969284b575c890c501"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="dcf1aa632de88d321abd1985b5d4ed9a"/><file name="categorytreeformcontenair.phtml" hash="2655e48c5ddef893a8b415953a081f59"/><file name="catproduct.phtml" hash="4868d08eb240d429a7e80c4e68507079"/><file name="shipping.phtml" hash="de01e452dc7a67773e99a302d28f085e"/><file name="storeswitcher.phtml" hash="7b48c40c2db2fef382f873871e5a9eaf"/><file name="test.php" hash="0866a4f90f761347bd5286e9f27ec345"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="08808678fcaefd5d0445e189be25d4f7"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="65da1dd9bc2ba2a43526bff4ceb274e5"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="fianet"><file name="CE_picto_orange.gif" hash="6805aa75f9bb9e85d9b71e525852c515"/><file name="CE_picto_rouge.gif" hash="9d0b3298b2f18db90db27a870bff1c1e"/><file name="CE_picto_vert.gif" hash="335dd69b814bfe155117126b65ddb303"/><file name="RnP.gif" hash="d2f0083a5731f301b9a3bdcff327e19c"/><file name="attention.gif" hash="d85cab75ed2cba677829db26b1f0a6c2"/><file name="cb15.gif" hash="c9b308669efc27038043480400ab99e2"/><file name="fianet_SAC_icon.gif" hash="be9ce72c9a2bd81611a9e82537a8e15a"/><file name="icon_reset.gif" hash="1a883459cf1035dbc4fcd21c777af477"/><file name="ko.gif" hash="3d479be5db8b4b2ffa67612eeb5d47e1"/><file name="ok.gif" hash="1f6c46ba51a3f8732f62a65c0533f118"/><file name="rnp_tag.gif" hash="caeb5b7040352e4bcf7c3e09d4b1f085"/><file name="rond_rouge.gif" hash="c605401e88cd234a31691dc9e4a38b05"/><file name="rond_vert.gif" hash="ce704184ee159f7008f81af51a747e71"/><file name="rond_vertclair.gif" hash="b0310ca593cd539b88463d720df3cd60"/><file name="sof15.gif" hash="0f1e01ce195d2fb3da0700813a5ccd35"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fianet_Core</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/OSL-3.0">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>FIA-NET Core</summary>
10
  <description>Base module for Kwixo and Certissim</description>
11
+ <notes>fourth official commit</notes>
12
  <authors><author><name>FIA-NET</name><user>auto-converted</user><email>support-boutique@fia-net.com</email></author></authors>
13
+ <date>2013-08-05</date>
14
+ <time>13:38:33</time>
15
+ <contents><target name="magecommunity"><dir name="Fianet"><dir name="Core"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="ProductType"><dir name="Edit"><file name="Form.php" hash="9fd2b3d7bc41a394539a96f23a32e5e6"/></dir><file name="Edit.php" hash="c71c3f3537698256566a2bd85d3af069"/></dir></dir><dir name="Configuration"><dir name="Edit"><file name="Form.php" hash="0eed6fc402acc187aa7fe9f58279c956"/></dir><file name="Content.php" hash="6b6b9b409c1d02a7e3b3212ee312ca0b"/><file name="Tab.php" hash="b3304aabef278275a518ea8218906eba"/></dir><dir name="Log"><file name="Grid.php" hash="149f93f48b318832bb3c9c1becb63b36"/></dir><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="ad958200860d8b14aba88241288fd108"/></dir></dir><dir name="Store"><file name="Switcher.php" hash="f236dbd4081fd041153b4c0978673af8"/></dir><dir name="Tree"><file name="Abstract.php" hash="2fab74746362a98a3e6e15268ecd87e9"/><file name="ProductType.php" hash="9279d309297da6d03f317df321ff8da0"/><file name="Products.php" hash="e9442985ee51352e7459a15e6fc1cedf"/></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Fianet.php" hash="58f462ad2280366f5255ec4bc3b3ba2f"/></dir><dir name="Renderer"><file name="Fianet.php" hash="5166f207beac2932950a7c289f48cef5"/></dir></dir></dir></dir><file name="Configuration.php" hash="e2c638ff9c4e7137f3a99ab256dabb1a"/><file name="Fianetadmin.php" hash="d2d8dd6d973f4dd23be245c1858b25ba"/><file name="Fianetadmingrid.php" hash="4dfe67f83b62ef819ab7d1e512bcef33"/></dir></dir><dir name="Controller"><dir name="Tree"><file name="Abstract.php" hash="ca0ab64c1e061e3c9c636e04d50c7108"/><file name="ProductType.php" hash="f7dc6ff898471ebdd73ce6541831a667"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b7f87272413988b7a6f01897393d09b5"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="e763cd5745e6581f891593e32dedbd3a"/></dir><dir name="Catproduct"><file name="Association.php" hash="f4cdf89c63aec2be6860148e4e1e30f3"/></dir><dir name="Configuration"><file name="Global.php" hash="b3c4f84478749ffaf4a8a6dc0dc1d8e5"/><file name="Value.php" hash="309fea5bdc773a18b62d41b7deaaae4f"/></dir><dir name="Fianet"><dir name="Order"><dir name="Address"><file name="Base.php" hash="36b4e8b637d1b65547c78154aaa278fc"/><file name="Billing.php" hash="a266ce29160eb6eb48747eeb2d143b2f"/><file name="Delivery.php" hash="34942d626c38378e2e2ad6e6d6b7aa5e"/></dir><dir name="Info"><dir name="Productlist"><file name="Product.php" hash="e0733cb7b8724742770371a4a68b6f6d"/></dir><file name="Productlist.php" hash="6a08208d8cb87d123f9e5ebda18e5334"/><file name="Transport.php" hash="3d5720ea813d19439e477a6b645d5a3e"/></dir><dir name="User"><file name="Base.php" hash="a079261399419db7317b173668c7b721"/><file name="Billing.php" hash="85650ef585d4457b85d3e3f119f9a1a5"/><file name="Delivery.php" hash="aba1893ba6f7e6829db055624f5fecc6"/><file name="Siteconso.php" hash="aeab1d95876cca06389a1455d61f114c"/></dir><file name="Optionpayment.php" hash="0e3e000252c392b30fd2662e6c3c1ee6"/><file name="Payment.php" hash="7049dd5b5ef51627706c5a132f294564"/><file name="Wallet.php" hash="781fbf99e2c761a65fc6f99ec15dfb57"/></dir><dir name="Paramcallback"><file name="Builder.php" hash="74902192c3c77e1eb0c3aed43fe0af1f"/><file name="Element.php" hash="801dd9076103ad949984e98c2a14a99e"/></dir><file name="EncodingKey.php" hash="3b93df332623e9b1bcd6ac01d75a336a"/><file name="Hash32bits.php" hash="8d1e4d4f0287ca4274fc7018407c048c"/><file name="Hash64bits.php" hash="a8f8e1ead7336e7e4e3d5027aa385910"/><file name="Parser.php" hash="342f8fbb998fcef7a693929a235e4dce"/><file name="Sender.php" hash="879f0b0bb0860dd4a7258d2ee6dad945"/></dir><dir name="Mysql4"><dir name="Catproduct"><dir name="Association"><file name="Collection.php" hash="2fa8532fcd84599f988c402ccb8d80ed"/></dir><file name="Association.php" hash="266a65d475a940c270b9fe76b90ba35f"/></dir><dir name="Configuration"><dir name="Value"><file name="Collection.php" hash="7ad29fe29586a59ae84db26920a4307a"/></dir><file name="Collection.php" hash="0482e5f8680ae90d56b2340c6c1fb829"/><file name="Global.php" hash="4614cc056e77e6df773377e524d0545c"/><file name="Value.php" hash="6223c6cec21ab9fd7f0668750371ff08"/></dir><dir name="Log"><file name="Collection.php" hash="59087a309d29c9e1ee4e2f19a623f8db"/></dir><dir name="Scope"><file name="Abstract.php" hash="8213dc30a72673d9ed1223960a6fefb9"/></dir><dir name="Shipping"><dir name="Association"><file name="Collection.php" hash="80180569121aa39b46d5b61bdca9d007"/></dir><file name="Association.php" hash="e049c0a56eac8de33a915635e5e89d65"/></dir><file name="Abstract.php" hash="2db8aa52a8bb0583234b7f355b49f3a5"/><file name="Configuration.php" hash="ede49390bf9dda1e26abbe9ecbe3b05c"/><file name="Log.php" hash="367888bb287a22e0e51a9f7e90686d0a"/><file name="Setup.php" hash="f636d874b201026edcb71307db21f173"/></dir><dir name="Scope"><file name="Abstract.php" hash="aff3a22e9cf5566556631a50fff87256"/></dir><dir name="Shipping"><file name="Association.php" hash="3112f90520e19bad4cadcaa30b94a0f9"/></dir><dir name="Source"><file name="Charset.php" hash="26007b82df2cb9623435842e916d2af5"/><file name="Crypt.php" hash="e2f664b1c3f0326dd42b9d456b2fe306"/><file name="DeliveryTimes.php" hash="20fd164587991fb0a4d9f90cfc25b778"/><file name="Mode.php" hash="2a973b27f0fb06e0c7f4895bf1a92a5d"/><file name="PaymentType.php" hash="5dd640bbfdbcc50fc2b877762e13ddb7"/><file name="ProductType.php" hash="972e6a549f36ac77d652e4cb6909a5a4"/><file name="ShippingType.php" hash="4915c874ce0c57cf2b7aef9c89230965"/></dir><file name="Configuration.php" hash="d209abef8702d47a0c8c7b541b53930b"/><file name="Functions.php" hash="7dbf5bf0f00dd51195fe62593fa534f6"/><file name="Log.php" hash="0d397d7e50fcfbbd645a4ae01bdc64db"/><file name="MageConfiguration.php" hash="a647f2abb109a95835e90b25fed277e8"/><file name="Product.php" hash="ca1dee03bc22ea42f39d5d5bca7bdf24"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Category"><file name="ProductTypeController.php" hash="fcdef00354e8b471ba30f00f99ba5121"/></dir><file name="ConfigurationController.php" hash="fe483553e70a592587e2250ee158c8ba"/><file name="LogController.php" hash="f8234e4b7430259181e15f3a955a28c6"/><file name="OrderController.php" hash="d26fbd8eaec6e21c1cefcdc2a20ff460"/><file name="ShippingController.php" hash="988fd4952dc6d6e28e5cc029996df6a9"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="bcb2ec07797eae0c067a0cd057d3803b"/><file name="config.xml" hash="0b6fcccb4c16da7ae61fd807d4bcfdc2"/></dir><dir name="sql"><dir name="fianet_setup"><file name="mysql4-install-0.2.1.php" hash="6b579134583c0cd1336472ee47f89713"/><file name="mysql4-upgrade-0.2.1-0.2.2.php" hash="ee9936d4654bd8ba707b819271bf18d0"/><file name="mysql4-upgrade-0.2.2-0.5.7.php" hash="5f9fb0518d49944d77b586171d84562d"/><file name="mysql4-upgrade-0.9.0-1.0.0.php" hash="752e5b48df493e7b77038ea76dbdc058"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="fianet.xml" hash="fb96870c1613f63c29f1bb487619d3bb"/></dir><dir name="template"><dir name="fianet"><dir name="common"><file name="categoriestree.phtml" hash="6161a93dafd2c7766d31b0e9aa709a3b"/><file name="categorytreeformcontenair.phtml" hash="03bfc3f2d8e7597f57d5c76dbbbfa888"/><file name="catproduct.phtml" hash="de87928577794f3457c540898807ec6c"/><file name="shipping.phtml" hash="a21adbdf6c4f2a3f2ca19cb20ac5680c"/><file name="storeswitcher.phtml" hash="855f89f49b96a80059172393b5581972"/><file name="test.php" hash="c603172cc50e79d407bbd7e7c970835c"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Fianet_Core.xml" hash="921435aa9937cc7344db904b3f5d2d46"/></dir></target><target name="magelocale"><dir name="fr_FR"><file name="Fianet_Core.csv" hash="65da1dd9bc2ba2a43526bff4ceb274e5"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
skin/adminhtml/default/default/images/fianet/CE_picto_orange.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/CE_picto_rouge.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/CE_picto_vert.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/RnP.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/attention.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/cb15.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/fianet_SAC_icon.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/icon_reset.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/ko.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/ok.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/rnp_tag.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/rond_rouge.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/rond_vert.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/rond_vertclair.gif DELETED
Binary file
skin/adminhtml/default/default/images/fianet/sof15.gif DELETED
Binary file