diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/COPYING.txt b/COPYING.txt old mode 100644 new mode 100755 diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt old mode 100644 new mode 100755 diff --git a/Licence.txt b/Licence.txt old mode 100644 new mode 100755 diff --git a/Readme.md b/Readme.md old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 index 37586084b..9cc776517 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "wiki" : "http://thelia.net/wiki" }, "require":{ - "php": ">=5.4", + "php": ">=5.3", "ezyang/htmlpurifier": "dev-master", "ircmaxell/password-compat": "dev-master", "propel/propel1" : "1.6.*", diff --git a/core/bootstrap.php b/core/bootstrap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Action/Cart.php b/core/lib/Thelia/Action/Cart.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Action/Customer.php b/core/lib/Thelia/Action/Customer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Admin/Controller/AdminController.php b/core/lib/Thelia/Admin/Controller/AdminController.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Admin/Controller/BaseAdminController.php b/core/lib/Thelia/Admin/Controller/BaseAdminController.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Command/CacheClear.php b/core/lib/Thelia/Command/CacheClear.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Command/ContainerAwareCommand.php b/core/lib/Thelia/Command/ContainerAwareCommand.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Command/Install.php b/core/lib/Thelia/Command/Install.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Config/DatabaseConfiguration.php b/core/lib/Thelia/Config/DatabaseConfiguration.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Config/DefinePropel.php b/core/lib/Thelia/Config/DefinePropel.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Config/Resources/action.xml b/core/lib/Thelia/Config/Resources/action.xml old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Config/Resources/config.xml b/core/lib/Thelia/Config/Resources/config.xml old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Config/Resources/routing.xml b/core/lib/Thelia/Config/Resources/routing.xml old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Config/Resources/routing/admin.xml b/core/lib/Thelia/Config/Resources/routing/admin.xml old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Controller/DefaultController.php b/core/lib/Thelia/Controller/DefaultController.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Controller/NullControllerInterface.php b/core/lib/Thelia/Controller/NullControllerInterface.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Application.php b/core/lib/Thelia/Core/Application.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Bundle/TheliaBundle.php b/core/lib/Thelia/Core/Bundle/TheliaBundle.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Controller/ControllerResolver.php b/core/lib/Thelia/Core/Controller/ControllerResolver.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterListenersPass.php b/core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterListenersPass.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterParserPluginPass.php b/core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterParserPluginPass.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php b/core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/DependencyInjection/Loader/schema/dic/config/thelia-1.0.xsd b/core/lib/Thelia/Core/DependencyInjection/Loader/schema/dic/config/thelia-1.0.xsd old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Event/ActionEvent.php b/core/lib/Thelia/Core/Event/ActionEvent.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Event/DefaultActionEvent.php b/core/lib/Thelia/Core/Event/DefaultActionEvent.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Event/TheliaEvents.php b/core/lib/Thelia/Core/Event/TheliaEvents.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/EventListener/ControllerListener.php b/core/lib/Thelia/Core/EventListener/ControllerListener.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/EventListener/ViewListener.php b/core/lib/Thelia/Core/EventListener/ViewListener.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Factory/ActionEventFactory.php b/core/lib/Thelia/Core/Factory/ActionEventFactory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Assets/AsseticHelper.php b/core/lib/Thelia/Core/Template/Assets/AsseticHelper.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/BaseParam/Secure.php b/core/lib/Thelia/Core/Template/BaseParam/Secure.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Element/BaseLoop.php b/core/lib/Thelia/Core/Template/Element/BaseLoop.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Element/Exception/ElementNotFoundException.php b/core/lib/Thelia/Core/Template/Element/Exception/ElementNotFoundException.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Element/Exception/InvalidElementException.php b/core/lib/Thelia/Core/Template/Element/Exception/InvalidElementException.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Element/LoopResult.php b/core/lib/Thelia/Core/Template/Element/LoopResult.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Element/LoopResultRow.php b/core/lib/Thelia/Core/Template/Element/LoopResultRow.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Loop/Category.php b/core/lib/Thelia/Core/Template/Loop/Category.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/ParserInterface.php b/core/lib/Thelia/Core/Template/ParserInterface.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Smarty/Assets/SmartyAssetsManager.php b/core/lib/Thelia/Core/Template/Smarty/Assets/SmartyAssetsManager.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Smarty/Plugins/Assetic.php b/core/lib/Thelia/Core/Template/Smarty/Plugins/Assetic.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Smarty/Plugins/Module.php b/core/lib/Thelia/Core/Template/Smarty/Plugins/Module.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php b/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Smarty/Plugins/Translation.php b/core/lib/Thelia/Core/Template/Smarty/Plugins/Translation.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php b/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Smarty/SmartyPluginDescriptor.php b/core/lib/Thelia/Core/Template/Smarty/SmartyPluginDescriptor.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/Smarty/SmartyPluginInterface.php b/core/lib/Thelia/Core/Template/Smarty/SmartyPluginInterface.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Template/TestLoop/Equal.php b/core/lib/Thelia/Core/Template/TestLoop/Equal.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/Thelia.php b/core/lib/Thelia/Core/Thelia.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/TheliaContainerBuilder.php b/core/lib/Thelia/Core/TheliaContainerBuilder.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Core/TheliaHttpKernel.php b/core/lib/Thelia/Core/TheliaHttpKernel.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Exception/MemberAccessException.php b/core/lib/Thelia/Exception/MemberAccessException.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Log/AbstractTlogDestination.php b/core/lib/Thelia/Log/AbstractTlogDestination.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Log/Destination/TlogDestinationFile.php b/core/lib/Thelia/Log/Destination/TlogDestinationFile.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Log/Destination/TlogDestinationHtml.php b/core/lib/Thelia/Log/Destination/TlogDestinationHtml.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Log/Destination/TlogDestinationNull.php b/core/lib/Thelia/Log/Destination/TlogDestinationNull.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Log/Destination/TlogDestinationText.php b/core/lib/Thelia/Log/Destination/TlogDestinationText.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Log/Tlog.php b/core/lib/Thelia/Log/Tlog.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Log/TlogDestinationConfig.php b/core/lib/Thelia/Log/TlogDestinationConfig.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Log/TlogInterface.php b/core/lib/Thelia/Log/TlogInterface.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Accessory.php b/core/lib/Thelia/Model/Accessory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AccessoryPeer.php b/core/lib/Thelia/Model/AccessoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AccessoryQuery.php b/core/lib/Thelia/Model/AccessoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Address.php b/core/lib/Thelia/Model/Address.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AddressPeer.php b/core/lib/Thelia/Model/AddressPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AddressQuery.php b/core/lib/Thelia/Model/AddressQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Admin.php b/core/lib/Thelia/Model/Admin.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AdminGroup.php b/core/lib/Thelia/Model/AdminGroup.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AdminGroupPeer.php b/core/lib/Thelia/Model/AdminGroupPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AdminGroupQuery.php b/core/lib/Thelia/Model/AdminGroupQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AdminLog.php b/core/lib/Thelia/Model/AdminLog.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AdminLogPeer.php b/core/lib/Thelia/Model/AdminLogPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AdminLogQuery.php b/core/lib/Thelia/Model/AdminLogQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AdminPeer.php b/core/lib/Thelia/Model/AdminPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AdminQuery.php b/core/lib/Thelia/Model/AdminQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Area.php b/core/lib/Thelia/Model/Area.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AreaPeer.php b/core/lib/Thelia/Model/AreaPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AreaQuery.php b/core/lib/Thelia/Model/AreaQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Attribute.php b/core/lib/Thelia/Model/Attribute.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeAv.php b/core/lib/Thelia/Model/AttributeAv.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeAvI18n.php b/core/lib/Thelia/Model/AttributeAvI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeAvI18nPeer.php b/core/lib/Thelia/Model/AttributeAvI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeAvI18nQuery.php b/core/lib/Thelia/Model/AttributeAvI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeAvPeer.php b/core/lib/Thelia/Model/AttributeAvPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeAvQuery.php b/core/lib/Thelia/Model/AttributeAvQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeCategory.php b/core/lib/Thelia/Model/AttributeCategory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeCategoryPeer.php b/core/lib/Thelia/Model/AttributeCategoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeCategoryQuery.php b/core/lib/Thelia/Model/AttributeCategoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeCombination.php b/core/lib/Thelia/Model/AttributeCombination.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeCombinationPeer.php b/core/lib/Thelia/Model/AttributeCombinationPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeCombinationQuery.php b/core/lib/Thelia/Model/AttributeCombinationQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeI18n.php b/core/lib/Thelia/Model/AttributeI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeI18nPeer.php b/core/lib/Thelia/Model/AttributeI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeI18nQuery.php b/core/lib/Thelia/Model/AttributeI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributePeer.php b/core/lib/Thelia/Model/AttributePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/AttributeQuery.php b/core/lib/Thelia/Model/AttributeQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Category.php b/core/lib/Thelia/Model/Category.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CategoryI18n.php b/core/lib/Thelia/Model/CategoryI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CategoryI18nPeer.php b/core/lib/Thelia/Model/CategoryI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CategoryI18nQuery.php b/core/lib/Thelia/Model/CategoryI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CategoryPeer.php b/core/lib/Thelia/Model/CategoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CategoryQuery.php b/core/lib/Thelia/Model/CategoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CategoryVersion.php b/core/lib/Thelia/Model/CategoryVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CategoryVersionPeer.php b/core/lib/Thelia/Model/CategoryVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CategoryVersionQuery.php b/core/lib/Thelia/Model/CategoryVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Combination.php b/core/lib/Thelia/Model/Combination.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CombinationPeer.php b/core/lib/Thelia/Model/CombinationPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CombinationQuery.php b/core/lib/Thelia/Model/CombinationQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Config.php b/core/lib/Thelia/Model/Config.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ConfigI18n.php b/core/lib/Thelia/Model/ConfigI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ConfigI18nPeer.php b/core/lib/Thelia/Model/ConfigI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ConfigI18nQuery.php b/core/lib/Thelia/Model/ConfigI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ConfigPeer.php b/core/lib/Thelia/Model/ConfigPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ConfigQuery.php b/core/lib/Thelia/Model/ConfigQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Content.php b/core/lib/Thelia/Model/Content.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentAssoc.php b/core/lib/Thelia/Model/ContentAssoc.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentAssocPeer.php b/core/lib/Thelia/Model/ContentAssocPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentAssocQuery.php b/core/lib/Thelia/Model/ContentAssocQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentFolder.php b/core/lib/Thelia/Model/ContentFolder.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentFolderPeer.php b/core/lib/Thelia/Model/ContentFolderPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentFolderQuery.php b/core/lib/Thelia/Model/ContentFolderQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentI18n.php b/core/lib/Thelia/Model/ContentI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentI18nPeer.php b/core/lib/Thelia/Model/ContentI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentI18nQuery.php b/core/lib/Thelia/Model/ContentI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentPeer.php b/core/lib/Thelia/Model/ContentPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentQuery.php b/core/lib/Thelia/Model/ContentQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentVersion.php b/core/lib/Thelia/Model/ContentVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentVersionPeer.php b/core/lib/Thelia/Model/ContentVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ContentVersionQuery.php b/core/lib/Thelia/Model/ContentVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Country.php b/core/lib/Thelia/Model/Country.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CountryI18n.php b/core/lib/Thelia/Model/CountryI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CountryI18nPeer.php b/core/lib/Thelia/Model/CountryI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CountryI18nQuery.php b/core/lib/Thelia/Model/CountryI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CountryPeer.php b/core/lib/Thelia/Model/CountryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CountryQuery.php b/core/lib/Thelia/Model/CountryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Coupon.php b/core/lib/Thelia/Model/Coupon.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CouponOrder.php b/core/lib/Thelia/Model/CouponOrder.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CouponOrderPeer.php b/core/lib/Thelia/Model/CouponOrderPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CouponOrderQuery.php b/core/lib/Thelia/Model/CouponOrderQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CouponPeer.php b/core/lib/Thelia/Model/CouponPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CouponQuery.php b/core/lib/Thelia/Model/CouponQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CouponRule.php b/core/lib/Thelia/Model/CouponRule.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CouponRulePeer.php b/core/lib/Thelia/Model/CouponRulePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CouponRuleQuery.php b/core/lib/Thelia/Model/CouponRuleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Currency.php b/core/lib/Thelia/Model/Currency.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CurrencyPeer.php b/core/lib/Thelia/Model/CurrencyPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CurrencyQuery.php b/core/lib/Thelia/Model/CurrencyQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Customer.php b/core/lib/Thelia/Model/Customer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CustomerPeer.php b/core/lib/Thelia/Model/CustomerPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CustomerQuery.php b/core/lib/Thelia/Model/CustomerQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CustomerTitle.php b/core/lib/Thelia/Model/CustomerTitle.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CustomerTitleI18n.php b/core/lib/Thelia/Model/CustomerTitleI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CustomerTitleI18nPeer.php b/core/lib/Thelia/Model/CustomerTitleI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CustomerTitleI18nQuery.php b/core/lib/Thelia/Model/CustomerTitleI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CustomerTitlePeer.php b/core/lib/Thelia/Model/CustomerTitlePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/CustomerTitleQuery.php b/core/lib/Thelia/Model/CustomerTitleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Delivzone.php b/core/lib/Thelia/Model/Delivzone.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/DelivzonePeer.php b/core/lib/Thelia/Model/DelivzonePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/DelivzoneQuery.php b/core/lib/Thelia/Model/DelivzoneQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Document.php b/core/lib/Thelia/Model/Document.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/DocumentI18n.php b/core/lib/Thelia/Model/DocumentI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/DocumentI18nPeer.php b/core/lib/Thelia/Model/DocumentI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/DocumentI18nQuery.php b/core/lib/Thelia/Model/DocumentI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/DocumentPeer.php b/core/lib/Thelia/Model/DocumentPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/DocumentQuery.php b/core/lib/Thelia/Model/DocumentQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Feature.php b/core/lib/Thelia/Model/Feature.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureAv.php b/core/lib/Thelia/Model/FeatureAv.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureAvI18n.php b/core/lib/Thelia/Model/FeatureAvI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureAvI18nPeer.php b/core/lib/Thelia/Model/FeatureAvI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureAvI18nQuery.php b/core/lib/Thelia/Model/FeatureAvI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureAvPeer.php b/core/lib/Thelia/Model/FeatureAvPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureAvQuery.php b/core/lib/Thelia/Model/FeatureAvQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureCategory.php b/core/lib/Thelia/Model/FeatureCategory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureCategoryPeer.php b/core/lib/Thelia/Model/FeatureCategoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureCategoryQuery.php b/core/lib/Thelia/Model/FeatureCategoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureI18n.php b/core/lib/Thelia/Model/FeatureI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureI18nPeer.php b/core/lib/Thelia/Model/FeatureI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureI18nQuery.php b/core/lib/Thelia/Model/FeatureI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeaturePeer.php b/core/lib/Thelia/Model/FeaturePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureProd.php b/core/lib/Thelia/Model/FeatureProd.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureProdPeer.php b/core/lib/Thelia/Model/FeatureProdPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureProdQuery.php b/core/lib/Thelia/Model/FeatureProdQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FeatureQuery.php b/core/lib/Thelia/Model/FeatureQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Folder.php b/core/lib/Thelia/Model/Folder.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FolderI18n.php b/core/lib/Thelia/Model/FolderI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FolderI18nPeer.php b/core/lib/Thelia/Model/FolderI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FolderI18nQuery.php b/core/lib/Thelia/Model/FolderI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FolderPeer.php b/core/lib/Thelia/Model/FolderPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FolderQuery.php b/core/lib/Thelia/Model/FolderQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FolderVersion.php b/core/lib/Thelia/Model/FolderVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FolderVersionPeer.php b/core/lib/Thelia/Model/FolderVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/FolderVersionQuery.php b/core/lib/Thelia/Model/FolderVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Group.php b/core/lib/Thelia/Model/Group.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupI18n.php b/core/lib/Thelia/Model/GroupI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupI18nPeer.php b/core/lib/Thelia/Model/GroupI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupI18nQuery.php b/core/lib/Thelia/Model/GroupI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupModule.php b/core/lib/Thelia/Model/GroupModule.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupModulePeer.php b/core/lib/Thelia/Model/GroupModulePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupModuleQuery.php b/core/lib/Thelia/Model/GroupModuleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupPeer.php b/core/lib/Thelia/Model/GroupPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupQuery.php b/core/lib/Thelia/Model/GroupQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupResource.php b/core/lib/Thelia/Model/GroupResource.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupResourcePeer.php b/core/lib/Thelia/Model/GroupResourcePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/GroupResourceQuery.php b/core/lib/Thelia/Model/GroupResourceQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Image.php b/core/lib/Thelia/Model/Image.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ImageI18n.php b/core/lib/Thelia/Model/ImageI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ImageI18nPeer.php b/core/lib/Thelia/Model/ImageI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ImageI18nQuery.php b/core/lib/Thelia/Model/ImageI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ImagePeer.php b/core/lib/Thelia/Model/ImagePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ImageQuery.php b/core/lib/Thelia/Model/ImageQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Lang.php b/core/lib/Thelia/Model/Lang.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/LangPeer.php b/core/lib/Thelia/Model/LangPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/LangQuery.php b/core/lib/Thelia/Model/LangQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Message.php b/core/lib/Thelia/Model/Message.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/MessageI18n.php b/core/lib/Thelia/Model/MessageI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/MessageI18nPeer.php b/core/lib/Thelia/Model/MessageI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/MessageI18nQuery.php b/core/lib/Thelia/Model/MessageI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/MessagePeer.php b/core/lib/Thelia/Model/MessagePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/MessageQuery.php b/core/lib/Thelia/Model/MessageQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/MessageVersion.php b/core/lib/Thelia/Model/MessageVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/MessageVersionPeer.php b/core/lib/Thelia/Model/MessageVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/MessageVersionQuery.php b/core/lib/Thelia/Model/MessageVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Module.php b/core/lib/Thelia/Model/Module.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ModuleI18n.php b/core/lib/Thelia/Model/ModuleI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ModuleI18nPeer.php b/core/lib/Thelia/Model/ModuleI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ModuleI18nQuery.php b/core/lib/Thelia/Model/ModuleI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ModulePeer.php b/core/lib/Thelia/Model/ModulePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ModuleQuery.php b/core/lib/Thelia/Model/ModuleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Order.php b/core/lib/Thelia/Model/Order.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderAddress.php b/core/lib/Thelia/Model/OrderAddress.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderAddressPeer.php b/core/lib/Thelia/Model/OrderAddressPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderAddressQuery.php b/core/lib/Thelia/Model/OrderAddressQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderFeature.php b/core/lib/Thelia/Model/OrderFeature.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderFeaturePeer.php b/core/lib/Thelia/Model/OrderFeaturePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderFeatureQuery.php b/core/lib/Thelia/Model/OrderFeatureQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderPeer.php b/core/lib/Thelia/Model/OrderPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderProduct.php b/core/lib/Thelia/Model/OrderProduct.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderProductPeer.php b/core/lib/Thelia/Model/OrderProductPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderProductQuery.php b/core/lib/Thelia/Model/OrderProductQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderQuery.php b/core/lib/Thelia/Model/OrderQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderStatus.php b/core/lib/Thelia/Model/OrderStatus.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderStatusI18n.php b/core/lib/Thelia/Model/OrderStatusI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderStatusI18nPeer.php b/core/lib/Thelia/Model/OrderStatusI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderStatusI18nQuery.php b/core/lib/Thelia/Model/OrderStatusI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderStatusPeer.php b/core/lib/Thelia/Model/OrderStatusPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/OrderStatusQuery.php b/core/lib/Thelia/Model/OrderStatusQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Product.php b/core/lib/Thelia/Model/Product.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductCategory.php b/core/lib/Thelia/Model/ProductCategory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductCategoryPeer.php b/core/lib/Thelia/Model/ProductCategoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductCategoryQuery.php b/core/lib/Thelia/Model/ProductCategoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductI18n.php b/core/lib/Thelia/Model/ProductI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductI18nPeer.php b/core/lib/Thelia/Model/ProductI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductI18nQuery.php b/core/lib/Thelia/Model/ProductI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductPeer.php b/core/lib/Thelia/Model/ProductPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductQuery.php b/core/lib/Thelia/Model/ProductQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductVersion.php b/core/lib/Thelia/Model/ProductVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductVersionPeer.php b/core/lib/Thelia/Model/ProductVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ProductVersionQuery.php b/core/lib/Thelia/Model/ProductVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Resource.php b/core/lib/Thelia/Model/Resource.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ResourceI18n.php b/core/lib/Thelia/Model/ResourceI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ResourceI18nPeer.php b/core/lib/Thelia/Model/ResourceI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ResourceI18nQuery.php b/core/lib/Thelia/Model/ResourceI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ResourcePeer.php b/core/lib/Thelia/Model/ResourcePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/ResourceQuery.php b/core/lib/Thelia/Model/ResourceQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Rewriting.php b/core/lib/Thelia/Model/Rewriting.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/RewritingPeer.php b/core/lib/Thelia/Model/RewritingPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/RewritingQuery.php b/core/lib/Thelia/Model/RewritingQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Stock.php b/core/lib/Thelia/Model/Stock.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/StockPeer.php b/core/lib/Thelia/Model/StockPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/StockQuery.php b/core/lib/Thelia/Model/StockQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/Tax.php b/core/lib/Thelia/Model/Tax.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxI18n.php b/core/lib/Thelia/Model/TaxI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxI18nPeer.php b/core/lib/Thelia/Model/TaxI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxI18nQuery.php b/core/lib/Thelia/Model/TaxI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxPeer.php b/core/lib/Thelia/Model/TaxPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxQuery.php b/core/lib/Thelia/Model/TaxQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxRule.php b/core/lib/Thelia/Model/TaxRule.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxRuleCountry.php b/core/lib/Thelia/Model/TaxRuleCountry.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxRuleCountryPeer.php b/core/lib/Thelia/Model/TaxRuleCountryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxRuleCountryQuery.php b/core/lib/Thelia/Model/TaxRuleCountryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxRuleI18n.php b/core/lib/Thelia/Model/TaxRuleI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxRuleI18nPeer.php b/core/lib/Thelia/Model/TaxRuleI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxRuleI18nQuery.php b/core/lib/Thelia/Model/TaxRuleI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxRulePeer.php b/core/lib/Thelia/Model/TaxRulePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/TaxRuleQuery.php b/core/lib/Thelia/Model/TaxRuleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AccessoryTableMap.php b/core/lib/Thelia/Model/map/AccessoryTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AddressTableMap.php b/core/lib/Thelia/Model/map/AddressTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AdminGroupTableMap.php b/core/lib/Thelia/Model/map/AdminGroupTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AdminLogTableMap.php b/core/lib/Thelia/Model/map/AdminLogTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AdminTableMap.php b/core/lib/Thelia/Model/map/AdminTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AreaTableMap.php b/core/lib/Thelia/Model/map/AreaTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AttributeAvI18nTableMap.php b/core/lib/Thelia/Model/map/AttributeAvI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AttributeAvTableMap.php b/core/lib/Thelia/Model/map/AttributeAvTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AttributeCategoryTableMap.php b/core/lib/Thelia/Model/map/AttributeCategoryTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AttributeCombinationTableMap.php b/core/lib/Thelia/Model/map/AttributeCombinationTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AttributeI18nTableMap.php b/core/lib/Thelia/Model/map/AttributeI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/AttributeTableMap.php b/core/lib/Thelia/Model/map/AttributeTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CategoryI18nTableMap.php b/core/lib/Thelia/Model/map/CategoryI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CategoryTableMap.php b/core/lib/Thelia/Model/map/CategoryTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CategoryVersionTableMap.php b/core/lib/Thelia/Model/map/CategoryVersionTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CombinationTableMap.php b/core/lib/Thelia/Model/map/CombinationTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ConfigI18nTableMap.php b/core/lib/Thelia/Model/map/ConfigI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ConfigTableMap.php b/core/lib/Thelia/Model/map/ConfigTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ContentAssocTableMap.php b/core/lib/Thelia/Model/map/ContentAssocTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ContentFolderTableMap.php b/core/lib/Thelia/Model/map/ContentFolderTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ContentI18nTableMap.php b/core/lib/Thelia/Model/map/ContentI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ContentTableMap.php b/core/lib/Thelia/Model/map/ContentTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ContentVersionTableMap.php b/core/lib/Thelia/Model/map/ContentVersionTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CountryI18nTableMap.php b/core/lib/Thelia/Model/map/CountryI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CountryTableMap.php b/core/lib/Thelia/Model/map/CountryTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CouponOrderTableMap.php b/core/lib/Thelia/Model/map/CouponOrderTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CouponRuleTableMap.php b/core/lib/Thelia/Model/map/CouponRuleTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CouponTableMap.php b/core/lib/Thelia/Model/map/CouponTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CurrencyTableMap.php b/core/lib/Thelia/Model/map/CurrencyTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CustomerTableMap.php b/core/lib/Thelia/Model/map/CustomerTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CustomerTitleI18nTableMap.php b/core/lib/Thelia/Model/map/CustomerTitleI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/CustomerTitleTableMap.php b/core/lib/Thelia/Model/map/CustomerTitleTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/DelivzoneTableMap.php b/core/lib/Thelia/Model/map/DelivzoneTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/DocumentI18nTableMap.php b/core/lib/Thelia/Model/map/DocumentI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/DocumentTableMap.php b/core/lib/Thelia/Model/map/DocumentTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/FeatureAvI18nTableMap.php b/core/lib/Thelia/Model/map/FeatureAvI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/FeatureAvTableMap.php b/core/lib/Thelia/Model/map/FeatureAvTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/FeatureCategoryTableMap.php b/core/lib/Thelia/Model/map/FeatureCategoryTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/FeatureI18nTableMap.php b/core/lib/Thelia/Model/map/FeatureI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/FeatureProdTableMap.php b/core/lib/Thelia/Model/map/FeatureProdTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/FeatureTableMap.php b/core/lib/Thelia/Model/map/FeatureTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/FolderI18nTableMap.php b/core/lib/Thelia/Model/map/FolderI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/FolderTableMap.php b/core/lib/Thelia/Model/map/FolderTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/FolderVersionTableMap.php b/core/lib/Thelia/Model/map/FolderVersionTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/GroupI18nTableMap.php b/core/lib/Thelia/Model/map/GroupI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/GroupModuleTableMap.php b/core/lib/Thelia/Model/map/GroupModuleTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/GroupResourceTableMap.php b/core/lib/Thelia/Model/map/GroupResourceTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/GroupTableMap.php b/core/lib/Thelia/Model/map/GroupTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ImageI18nTableMap.php b/core/lib/Thelia/Model/map/ImageI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ImageTableMap.php b/core/lib/Thelia/Model/map/ImageTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/LangTableMap.php b/core/lib/Thelia/Model/map/LangTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/MessageI18nTableMap.php b/core/lib/Thelia/Model/map/MessageI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/MessageTableMap.php b/core/lib/Thelia/Model/map/MessageTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/MessageVersionTableMap.php b/core/lib/Thelia/Model/map/MessageVersionTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ModuleI18nTableMap.php b/core/lib/Thelia/Model/map/ModuleI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ModuleTableMap.php b/core/lib/Thelia/Model/map/ModuleTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/OrderAddressTableMap.php b/core/lib/Thelia/Model/map/OrderAddressTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/OrderFeatureTableMap.php b/core/lib/Thelia/Model/map/OrderFeatureTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/OrderProductTableMap.php b/core/lib/Thelia/Model/map/OrderProductTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/OrderStatusI18nTableMap.php b/core/lib/Thelia/Model/map/OrderStatusI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/OrderStatusTableMap.php b/core/lib/Thelia/Model/map/OrderStatusTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/OrderTableMap.php b/core/lib/Thelia/Model/map/OrderTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ProductCategoryTableMap.php b/core/lib/Thelia/Model/map/ProductCategoryTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ProductI18nTableMap.php b/core/lib/Thelia/Model/map/ProductI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ProductTableMap.php b/core/lib/Thelia/Model/map/ProductTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ProductVersionTableMap.php b/core/lib/Thelia/Model/map/ProductVersionTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ResourceI18nTableMap.php b/core/lib/Thelia/Model/map/ResourceI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/ResourceTableMap.php b/core/lib/Thelia/Model/map/ResourceTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/RewritingTableMap.php b/core/lib/Thelia/Model/map/RewritingTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/StockTableMap.php b/core/lib/Thelia/Model/map/StockTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/TaxI18nTableMap.php b/core/lib/Thelia/Model/map/TaxI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/TaxRuleCountryTableMap.php b/core/lib/Thelia/Model/map/TaxRuleCountryTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/TaxRuleI18nTableMap.php b/core/lib/Thelia/Model/map/TaxRuleI18nTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/TaxRuleTableMap.php b/core/lib/Thelia/Model/map/TaxRuleTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/map/TaxTableMap.php b/core/lib/Thelia/Model/map/TaxTableMap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAccessory.php b/core/lib/Thelia/Model/om/BaseAccessory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAccessoryPeer.php b/core/lib/Thelia/Model/om/BaseAccessoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAccessoryQuery.php b/core/lib/Thelia/Model/om/BaseAccessoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAddress.php b/core/lib/Thelia/Model/om/BaseAddress.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAddressPeer.php b/core/lib/Thelia/Model/om/BaseAddressPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAddressQuery.php b/core/lib/Thelia/Model/om/BaseAddressQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAdmin.php b/core/lib/Thelia/Model/om/BaseAdmin.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAdminGroup.php b/core/lib/Thelia/Model/om/BaseAdminGroup.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAdminGroupPeer.php b/core/lib/Thelia/Model/om/BaseAdminGroupPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAdminGroupQuery.php b/core/lib/Thelia/Model/om/BaseAdminGroupQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAdminLog.php b/core/lib/Thelia/Model/om/BaseAdminLog.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAdminLogPeer.php b/core/lib/Thelia/Model/om/BaseAdminLogPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAdminLogQuery.php b/core/lib/Thelia/Model/om/BaseAdminLogQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAdminPeer.php b/core/lib/Thelia/Model/om/BaseAdminPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAdminQuery.php b/core/lib/Thelia/Model/om/BaseAdminQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseArea.php b/core/lib/Thelia/Model/om/BaseArea.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAreaPeer.php b/core/lib/Thelia/Model/om/BaseAreaPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAreaQuery.php b/core/lib/Thelia/Model/om/BaseAreaQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttribute.php b/core/lib/Thelia/Model/om/BaseAttribute.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeAv.php b/core/lib/Thelia/Model/om/BaseAttributeAv.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeAvI18n.php b/core/lib/Thelia/Model/om/BaseAttributeAvI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeAvI18nPeer.php b/core/lib/Thelia/Model/om/BaseAttributeAvI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeAvI18nQuery.php b/core/lib/Thelia/Model/om/BaseAttributeAvI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeAvPeer.php b/core/lib/Thelia/Model/om/BaseAttributeAvPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeAvQuery.php b/core/lib/Thelia/Model/om/BaseAttributeAvQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeCategory.php b/core/lib/Thelia/Model/om/BaseAttributeCategory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeCategoryPeer.php b/core/lib/Thelia/Model/om/BaseAttributeCategoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeCategoryQuery.php b/core/lib/Thelia/Model/om/BaseAttributeCategoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeCombination.php b/core/lib/Thelia/Model/om/BaseAttributeCombination.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeCombinationPeer.php b/core/lib/Thelia/Model/om/BaseAttributeCombinationPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeCombinationQuery.php b/core/lib/Thelia/Model/om/BaseAttributeCombinationQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeI18n.php b/core/lib/Thelia/Model/om/BaseAttributeI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeI18nPeer.php b/core/lib/Thelia/Model/om/BaseAttributeI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeI18nQuery.php b/core/lib/Thelia/Model/om/BaseAttributeI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributePeer.php b/core/lib/Thelia/Model/om/BaseAttributePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseAttributeQuery.php b/core/lib/Thelia/Model/om/BaseAttributeQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCategory.php b/core/lib/Thelia/Model/om/BaseCategory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCategoryI18n.php b/core/lib/Thelia/Model/om/BaseCategoryI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCategoryI18nPeer.php b/core/lib/Thelia/Model/om/BaseCategoryI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCategoryI18nQuery.php b/core/lib/Thelia/Model/om/BaseCategoryI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCategoryPeer.php b/core/lib/Thelia/Model/om/BaseCategoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCategoryQuery.php b/core/lib/Thelia/Model/om/BaseCategoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCategoryVersion.php b/core/lib/Thelia/Model/om/BaseCategoryVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCategoryVersionPeer.php b/core/lib/Thelia/Model/om/BaseCategoryVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCategoryVersionQuery.php b/core/lib/Thelia/Model/om/BaseCategoryVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCombination.php b/core/lib/Thelia/Model/om/BaseCombination.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCombinationPeer.php b/core/lib/Thelia/Model/om/BaseCombinationPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCombinationQuery.php b/core/lib/Thelia/Model/om/BaseCombinationQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseConfig.php b/core/lib/Thelia/Model/om/BaseConfig.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseConfigI18n.php b/core/lib/Thelia/Model/om/BaseConfigI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseConfigI18nPeer.php b/core/lib/Thelia/Model/om/BaseConfigI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseConfigI18nQuery.php b/core/lib/Thelia/Model/om/BaseConfigI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseConfigPeer.php b/core/lib/Thelia/Model/om/BaseConfigPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseConfigQuery.php b/core/lib/Thelia/Model/om/BaseConfigQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContent.php b/core/lib/Thelia/Model/om/BaseContent.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentAssoc.php b/core/lib/Thelia/Model/om/BaseContentAssoc.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentAssocPeer.php b/core/lib/Thelia/Model/om/BaseContentAssocPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentAssocQuery.php b/core/lib/Thelia/Model/om/BaseContentAssocQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentFolder.php b/core/lib/Thelia/Model/om/BaseContentFolder.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentFolderPeer.php b/core/lib/Thelia/Model/om/BaseContentFolderPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentFolderQuery.php b/core/lib/Thelia/Model/om/BaseContentFolderQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentI18n.php b/core/lib/Thelia/Model/om/BaseContentI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentI18nPeer.php b/core/lib/Thelia/Model/om/BaseContentI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentI18nQuery.php b/core/lib/Thelia/Model/om/BaseContentI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentPeer.php b/core/lib/Thelia/Model/om/BaseContentPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentQuery.php b/core/lib/Thelia/Model/om/BaseContentQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentVersion.php b/core/lib/Thelia/Model/om/BaseContentVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentVersionPeer.php b/core/lib/Thelia/Model/om/BaseContentVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseContentVersionQuery.php b/core/lib/Thelia/Model/om/BaseContentVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCountry.php b/core/lib/Thelia/Model/om/BaseCountry.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCountryI18n.php b/core/lib/Thelia/Model/om/BaseCountryI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCountryI18nPeer.php b/core/lib/Thelia/Model/om/BaseCountryI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCountryI18nQuery.php b/core/lib/Thelia/Model/om/BaseCountryI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCountryPeer.php b/core/lib/Thelia/Model/om/BaseCountryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCountryQuery.php b/core/lib/Thelia/Model/om/BaseCountryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCoupon.php b/core/lib/Thelia/Model/om/BaseCoupon.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCouponOrder.php b/core/lib/Thelia/Model/om/BaseCouponOrder.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCouponOrderPeer.php b/core/lib/Thelia/Model/om/BaseCouponOrderPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCouponOrderQuery.php b/core/lib/Thelia/Model/om/BaseCouponOrderQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCouponPeer.php b/core/lib/Thelia/Model/om/BaseCouponPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCouponQuery.php b/core/lib/Thelia/Model/om/BaseCouponQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCouponRule.php b/core/lib/Thelia/Model/om/BaseCouponRule.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCouponRulePeer.php b/core/lib/Thelia/Model/om/BaseCouponRulePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCouponRuleQuery.php b/core/lib/Thelia/Model/om/BaseCouponRuleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCurrency.php b/core/lib/Thelia/Model/om/BaseCurrency.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCurrencyPeer.php b/core/lib/Thelia/Model/om/BaseCurrencyPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCurrencyQuery.php b/core/lib/Thelia/Model/om/BaseCurrencyQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCustomer.php b/core/lib/Thelia/Model/om/BaseCustomer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCustomerPeer.php b/core/lib/Thelia/Model/om/BaseCustomerPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCustomerQuery.php b/core/lib/Thelia/Model/om/BaseCustomerQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCustomerTitle.php b/core/lib/Thelia/Model/om/BaseCustomerTitle.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCustomerTitleI18n.php b/core/lib/Thelia/Model/om/BaseCustomerTitleI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCustomerTitleI18nPeer.php b/core/lib/Thelia/Model/om/BaseCustomerTitleI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCustomerTitleI18nQuery.php b/core/lib/Thelia/Model/om/BaseCustomerTitleI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCustomerTitlePeer.php b/core/lib/Thelia/Model/om/BaseCustomerTitlePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseCustomerTitleQuery.php b/core/lib/Thelia/Model/om/BaseCustomerTitleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseDelivzone.php b/core/lib/Thelia/Model/om/BaseDelivzone.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseDelivzonePeer.php b/core/lib/Thelia/Model/om/BaseDelivzonePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseDelivzoneQuery.php b/core/lib/Thelia/Model/om/BaseDelivzoneQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseDocument.php b/core/lib/Thelia/Model/om/BaseDocument.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseDocumentI18n.php b/core/lib/Thelia/Model/om/BaseDocumentI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseDocumentI18nPeer.php b/core/lib/Thelia/Model/om/BaseDocumentI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseDocumentI18nQuery.php b/core/lib/Thelia/Model/om/BaseDocumentI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseDocumentPeer.php b/core/lib/Thelia/Model/om/BaseDocumentPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseDocumentQuery.php b/core/lib/Thelia/Model/om/BaseDocumentQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeature.php b/core/lib/Thelia/Model/om/BaseFeature.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureAv.php b/core/lib/Thelia/Model/om/BaseFeatureAv.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureAvI18n.php b/core/lib/Thelia/Model/om/BaseFeatureAvI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureAvI18nPeer.php b/core/lib/Thelia/Model/om/BaseFeatureAvI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureAvI18nQuery.php b/core/lib/Thelia/Model/om/BaseFeatureAvI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureAvPeer.php b/core/lib/Thelia/Model/om/BaseFeatureAvPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureAvQuery.php b/core/lib/Thelia/Model/om/BaseFeatureAvQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureCategory.php b/core/lib/Thelia/Model/om/BaseFeatureCategory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureCategoryPeer.php b/core/lib/Thelia/Model/om/BaseFeatureCategoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureCategoryQuery.php b/core/lib/Thelia/Model/om/BaseFeatureCategoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureI18n.php b/core/lib/Thelia/Model/om/BaseFeatureI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureI18nPeer.php b/core/lib/Thelia/Model/om/BaseFeatureI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureI18nQuery.php b/core/lib/Thelia/Model/om/BaseFeatureI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeaturePeer.php b/core/lib/Thelia/Model/om/BaseFeaturePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureProd.php b/core/lib/Thelia/Model/om/BaseFeatureProd.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureProdPeer.php b/core/lib/Thelia/Model/om/BaseFeatureProdPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureProdQuery.php b/core/lib/Thelia/Model/om/BaseFeatureProdQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFeatureQuery.php b/core/lib/Thelia/Model/om/BaseFeatureQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFolder.php b/core/lib/Thelia/Model/om/BaseFolder.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFolderI18n.php b/core/lib/Thelia/Model/om/BaseFolderI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFolderI18nPeer.php b/core/lib/Thelia/Model/om/BaseFolderI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFolderI18nQuery.php b/core/lib/Thelia/Model/om/BaseFolderI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFolderPeer.php b/core/lib/Thelia/Model/om/BaseFolderPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFolderQuery.php b/core/lib/Thelia/Model/om/BaseFolderQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFolderVersion.php b/core/lib/Thelia/Model/om/BaseFolderVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFolderVersionPeer.php b/core/lib/Thelia/Model/om/BaseFolderVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseFolderVersionQuery.php b/core/lib/Thelia/Model/om/BaseFolderVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroup.php b/core/lib/Thelia/Model/om/BaseGroup.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupI18n.php b/core/lib/Thelia/Model/om/BaseGroupI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupI18nPeer.php b/core/lib/Thelia/Model/om/BaseGroupI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupI18nQuery.php b/core/lib/Thelia/Model/om/BaseGroupI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupModule.php b/core/lib/Thelia/Model/om/BaseGroupModule.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupModulePeer.php b/core/lib/Thelia/Model/om/BaseGroupModulePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupModuleQuery.php b/core/lib/Thelia/Model/om/BaseGroupModuleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupPeer.php b/core/lib/Thelia/Model/om/BaseGroupPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupQuery.php b/core/lib/Thelia/Model/om/BaseGroupQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupResource.php b/core/lib/Thelia/Model/om/BaseGroupResource.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupResourcePeer.php b/core/lib/Thelia/Model/om/BaseGroupResourcePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseGroupResourceQuery.php b/core/lib/Thelia/Model/om/BaseGroupResourceQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseImage.php b/core/lib/Thelia/Model/om/BaseImage.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseImageI18n.php b/core/lib/Thelia/Model/om/BaseImageI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseImageI18nPeer.php b/core/lib/Thelia/Model/om/BaseImageI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseImageI18nQuery.php b/core/lib/Thelia/Model/om/BaseImageI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseImagePeer.php b/core/lib/Thelia/Model/om/BaseImagePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseImageQuery.php b/core/lib/Thelia/Model/om/BaseImageQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseLang.php b/core/lib/Thelia/Model/om/BaseLang.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseLangPeer.php b/core/lib/Thelia/Model/om/BaseLangPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseLangQuery.php b/core/lib/Thelia/Model/om/BaseLangQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseMessage.php b/core/lib/Thelia/Model/om/BaseMessage.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseMessageI18n.php b/core/lib/Thelia/Model/om/BaseMessageI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseMessageI18nPeer.php b/core/lib/Thelia/Model/om/BaseMessageI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseMessageI18nQuery.php b/core/lib/Thelia/Model/om/BaseMessageI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseMessagePeer.php b/core/lib/Thelia/Model/om/BaseMessagePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseMessageQuery.php b/core/lib/Thelia/Model/om/BaseMessageQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseMessageVersion.php b/core/lib/Thelia/Model/om/BaseMessageVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseMessageVersionPeer.php b/core/lib/Thelia/Model/om/BaseMessageVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseMessageVersionQuery.php b/core/lib/Thelia/Model/om/BaseMessageVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseModule.php b/core/lib/Thelia/Model/om/BaseModule.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseModuleI18n.php b/core/lib/Thelia/Model/om/BaseModuleI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseModuleI18nPeer.php b/core/lib/Thelia/Model/om/BaseModuleI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseModuleI18nQuery.php b/core/lib/Thelia/Model/om/BaseModuleI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseModulePeer.php b/core/lib/Thelia/Model/om/BaseModulePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseModuleQuery.php b/core/lib/Thelia/Model/om/BaseModuleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrder.php b/core/lib/Thelia/Model/om/BaseOrder.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderAddress.php b/core/lib/Thelia/Model/om/BaseOrderAddress.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderAddressPeer.php b/core/lib/Thelia/Model/om/BaseOrderAddressPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderAddressQuery.php b/core/lib/Thelia/Model/om/BaseOrderAddressQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderFeature.php b/core/lib/Thelia/Model/om/BaseOrderFeature.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderFeaturePeer.php b/core/lib/Thelia/Model/om/BaseOrderFeaturePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderFeatureQuery.php b/core/lib/Thelia/Model/om/BaseOrderFeatureQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderPeer.php b/core/lib/Thelia/Model/om/BaseOrderPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderProduct.php b/core/lib/Thelia/Model/om/BaseOrderProduct.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderProductPeer.php b/core/lib/Thelia/Model/om/BaseOrderProductPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderProductQuery.php b/core/lib/Thelia/Model/om/BaseOrderProductQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderQuery.php b/core/lib/Thelia/Model/om/BaseOrderQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderStatus.php b/core/lib/Thelia/Model/om/BaseOrderStatus.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderStatusI18n.php b/core/lib/Thelia/Model/om/BaseOrderStatusI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderStatusI18nPeer.php b/core/lib/Thelia/Model/om/BaseOrderStatusI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderStatusI18nQuery.php b/core/lib/Thelia/Model/om/BaseOrderStatusI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderStatusPeer.php b/core/lib/Thelia/Model/om/BaseOrderStatusPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseOrderStatusQuery.php b/core/lib/Thelia/Model/om/BaseOrderStatusQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProduct.php b/core/lib/Thelia/Model/om/BaseProduct.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductCategory.php b/core/lib/Thelia/Model/om/BaseProductCategory.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductCategoryPeer.php b/core/lib/Thelia/Model/om/BaseProductCategoryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductCategoryQuery.php b/core/lib/Thelia/Model/om/BaseProductCategoryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductI18n.php b/core/lib/Thelia/Model/om/BaseProductI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductI18nPeer.php b/core/lib/Thelia/Model/om/BaseProductI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductI18nQuery.php b/core/lib/Thelia/Model/om/BaseProductI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductPeer.php b/core/lib/Thelia/Model/om/BaseProductPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductQuery.php b/core/lib/Thelia/Model/om/BaseProductQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductVersion.php b/core/lib/Thelia/Model/om/BaseProductVersion.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductVersionPeer.php b/core/lib/Thelia/Model/om/BaseProductVersionPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseProductVersionQuery.php b/core/lib/Thelia/Model/om/BaseProductVersionQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseResource.php b/core/lib/Thelia/Model/om/BaseResource.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseResourceI18n.php b/core/lib/Thelia/Model/om/BaseResourceI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseResourceI18nPeer.php b/core/lib/Thelia/Model/om/BaseResourceI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseResourceI18nQuery.php b/core/lib/Thelia/Model/om/BaseResourceI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseResourcePeer.php b/core/lib/Thelia/Model/om/BaseResourcePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseResourceQuery.php b/core/lib/Thelia/Model/om/BaseResourceQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseRewriting.php b/core/lib/Thelia/Model/om/BaseRewriting.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseRewritingPeer.php b/core/lib/Thelia/Model/om/BaseRewritingPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseRewritingQuery.php b/core/lib/Thelia/Model/om/BaseRewritingQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseStock.php b/core/lib/Thelia/Model/om/BaseStock.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseStockPeer.php b/core/lib/Thelia/Model/om/BaseStockPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseStockQuery.php b/core/lib/Thelia/Model/om/BaseStockQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTax.php b/core/lib/Thelia/Model/om/BaseTax.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxI18n.php b/core/lib/Thelia/Model/om/BaseTaxI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxI18nPeer.php b/core/lib/Thelia/Model/om/BaseTaxI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxI18nQuery.php b/core/lib/Thelia/Model/om/BaseTaxI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxPeer.php b/core/lib/Thelia/Model/om/BaseTaxPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxQuery.php b/core/lib/Thelia/Model/om/BaseTaxQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxRule.php b/core/lib/Thelia/Model/om/BaseTaxRule.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxRuleCountry.php b/core/lib/Thelia/Model/om/BaseTaxRuleCountry.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxRuleCountryPeer.php b/core/lib/Thelia/Model/om/BaseTaxRuleCountryPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxRuleCountryQuery.php b/core/lib/Thelia/Model/om/BaseTaxRuleCountryQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxRuleI18n.php b/core/lib/Thelia/Model/om/BaseTaxRuleI18n.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxRuleI18nPeer.php b/core/lib/Thelia/Model/om/BaseTaxRuleI18nPeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxRuleI18nQuery.php b/core/lib/Thelia/Model/om/BaseTaxRuleI18nQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxRulePeer.php b/core/lib/Thelia/Model/om/BaseTaxRulePeer.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Model/om/BaseTaxRuleQuery.php b/core/lib/Thelia/Model/om/BaseTaxRuleQuery.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Routing/Matcher/DefaultMatcher.php b/core/lib/Thelia/Routing/Matcher/DefaultMatcher.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Routing/NullUrlGenerator.php b/core/lib/Thelia/Routing/NullUrlGenerator.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Routing/TheliaMatcherCollection.php b/core/lib/Thelia/Routing/TheliaMatcherCollection.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Tests/Command/CacheClearTest.php b/core/lib/Thelia/Tests/Command/CacheClearTest.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Tests/Controller/DefaultControllerTest.php b/core/lib/Thelia/Tests/Controller/DefaultControllerTest.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Tests/Fixtures/Dumper/Config/Empty.php b/core/lib/Thelia/Tests/Fixtures/Dumper/Config/Empty.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Tests/Log/TlogTest.php b/core/lib/Thelia/Tests/Log/TlogTest.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Tests/bootstrap.php b/core/lib/Thelia/Tests/bootstrap.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Tools/DIGenerator.php b/core/lib/Thelia/Tools/DIGenerator.php old mode 100644 new mode 100755 diff --git a/core/lib/Thelia/Tools/Redirect.php b/core/lib/Thelia/Tools/Redirect.php old mode 100644 new mode 100755 diff --git a/documentation/api/404.html b/documentation/api/404.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Action.BaseAction.html b/documentation/api/class-Thelia.Action.BaseAction.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Action.Cart.html b/documentation/api/class-Thelia.Action.Cart.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Action.Customer.html b/documentation/api/class-Thelia.Action.Customer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Config.DatabaseConfiguration.html b/documentation/api/class-Thelia.Config.DatabaseConfiguration.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Config.DefinePropel.html b/documentation/api/class-Thelia.Config.DefinePropel.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Controller.DefaultController.html b/documentation/api/class-Thelia.Controller.DefaultController.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Controller.NullControllerInterface.html b/documentation/api/class-Thelia.Controller.NullControllerInterface.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.Bundle.TheliaBundle.html b/documentation/api/class-Thelia.Core.Bundle.TheliaBundle.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.DependencyInjection.Compiler.RegisterListenersPass.html b/documentation/api/class-Thelia.Core.DependencyInjection.Compiler.RegisterListenersPass.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.DependencyInjection.Loader.XmlFileLoader.html b/documentation/api/class-Thelia.Core.DependencyInjection.Loader.XmlFileLoader.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.Event.ActionEvent.html b/documentation/api/class-Thelia.Core.Event.ActionEvent.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.Event.TheliaEvents.html b/documentation/api/class-Thelia.Core.Event.TheliaEvents.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.EventListener.RequestListener.html b/documentation/api/class-Thelia.Core.EventListener.RequestListener.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.EventListener.ViewListener.html b/documentation/api/class-Thelia.Core.EventListener.ViewListener.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.Template.BaseParam.Secure.html b/documentation/api/class-Thelia.Core.Template.BaseParam.Secure.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.Template.Parser.html b/documentation/api/class-Thelia.Core.Template.Parser.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.Template.ParserInterface.html b/documentation/api/class-Thelia.Core.Template.ParserInterface.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.Thelia.html b/documentation/api/class-Thelia.Core.Thelia.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.TheliaContainerBuilder.html b/documentation/api/class-Thelia.Core.TheliaContainerBuilder.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Core.TheliaHttpKernel.html b/documentation/api/class-Thelia.Core.TheliaHttpKernel.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Exception.MemberAccessException.html b/documentation/api/class-Thelia.Exception.MemberAccessException.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Log.AbstractTlogDestination.html b/documentation/api/class-Thelia.Log.AbstractTlogDestination.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Log.Destination.TlogDestinationFile.html b/documentation/api/class-Thelia.Log.Destination.TlogDestinationFile.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Log.Destination.TlogDestinationHtml.html b/documentation/api/class-Thelia.Log.Destination.TlogDestinationHtml.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Log.Destination.TlogDestinationNull.html b/documentation/api/class-Thelia.Log.Destination.TlogDestinationNull.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Log.Destination.TlogDestinationText.html b/documentation/api/class-Thelia.Log.Destination.TlogDestinationText.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Log.Tlog.html b/documentation/api/class-Thelia.Log.Tlog.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Log.TlogDestinationConfig.html b/documentation/api/class-Thelia.Log.TlogDestinationConfig.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Log.TlogInterface.html b/documentation/api/class-Thelia.Log.TlogInterface.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Accessory.html b/documentation/api/class-Thelia.Model.Accessory.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AccessoryPeer.html b/documentation/api/class-Thelia.Model.AccessoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AccessoryQuery.html b/documentation/api/class-Thelia.Model.AccessoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Address.html b/documentation/api/class-Thelia.Model.Address.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AddressPeer.html b/documentation/api/class-Thelia.Model.AddressPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AddressQuery.html b/documentation/api/class-Thelia.Model.AddressQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Admin.html b/documentation/api/class-Thelia.Model.Admin.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AdminGroup.html b/documentation/api/class-Thelia.Model.AdminGroup.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AdminGroupPeer.html b/documentation/api/class-Thelia.Model.AdminGroupPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AdminGroupQuery.html b/documentation/api/class-Thelia.Model.AdminGroupQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AdminLog.html b/documentation/api/class-Thelia.Model.AdminLog.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AdminLogPeer.html b/documentation/api/class-Thelia.Model.AdminLogPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AdminLogQuery.html b/documentation/api/class-Thelia.Model.AdminLogQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AdminPeer.html b/documentation/api/class-Thelia.Model.AdminPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AdminQuery.html b/documentation/api/class-Thelia.Model.AdminQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Area.html b/documentation/api/class-Thelia.Model.Area.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AreaPeer.html b/documentation/api/class-Thelia.Model.AreaPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AreaQuery.html b/documentation/api/class-Thelia.Model.AreaQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Attribute.html b/documentation/api/class-Thelia.Model.Attribute.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeAv.html b/documentation/api/class-Thelia.Model.AttributeAv.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeAvDesc.html b/documentation/api/class-Thelia.Model.AttributeAvDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeAvDescPeer.html b/documentation/api/class-Thelia.Model.AttributeAvDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeAvDescQuery.html b/documentation/api/class-Thelia.Model.AttributeAvDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeAvI18n.html b/documentation/api/class-Thelia.Model.AttributeAvI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeAvI18nPeer.html b/documentation/api/class-Thelia.Model.AttributeAvI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeAvI18nQuery.html b/documentation/api/class-Thelia.Model.AttributeAvI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeAvPeer.html b/documentation/api/class-Thelia.Model.AttributeAvPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeAvQuery.html b/documentation/api/class-Thelia.Model.AttributeAvQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeCategory.html b/documentation/api/class-Thelia.Model.AttributeCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeCategoryPeer.html b/documentation/api/class-Thelia.Model.AttributeCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeCategoryQuery.html b/documentation/api/class-Thelia.Model.AttributeCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeCombination.html b/documentation/api/class-Thelia.Model.AttributeCombination.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeCombinationPeer.html b/documentation/api/class-Thelia.Model.AttributeCombinationPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeCombinationQuery.html b/documentation/api/class-Thelia.Model.AttributeCombinationQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeDesc.html b/documentation/api/class-Thelia.Model.AttributeDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeDescPeer.html b/documentation/api/class-Thelia.Model.AttributeDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeDescQuery.html b/documentation/api/class-Thelia.Model.AttributeDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeI18n.html b/documentation/api/class-Thelia.Model.AttributeI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeI18nPeer.html b/documentation/api/class-Thelia.Model.AttributeI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeI18nQuery.html b/documentation/api/class-Thelia.Model.AttributeI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributePeer.html b/documentation/api/class-Thelia.Model.AttributePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.AttributeQuery.html b/documentation/api/class-Thelia.Model.AttributeQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Category.html b/documentation/api/class-Thelia.Model.Category.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryDesc.html b/documentation/api/class-Thelia.Model.CategoryDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryDescPeer.html b/documentation/api/class-Thelia.Model.CategoryDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryDescQuery.html b/documentation/api/class-Thelia.Model.CategoryDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryI18n.html b/documentation/api/class-Thelia.Model.CategoryI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryI18nPeer.html b/documentation/api/class-Thelia.Model.CategoryI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryI18nQuery.html b/documentation/api/class-Thelia.Model.CategoryI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryPeer.html b/documentation/api/class-Thelia.Model.CategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryQuery.html b/documentation/api/class-Thelia.Model.CategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryVersion.html b/documentation/api/class-Thelia.Model.CategoryVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryVersionPeer.html b/documentation/api/class-Thelia.Model.CategoryVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CategoryVersionQuery.html b/documentation/api/class-Thelia.Model.CategoryVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Combination.html b/documentation/api/class-Thelia.Model.Combination.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CombinationPeer.html b/documentation/api/class-Thelia.Model.CombinationPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CombinationQuery.html b/documentation/api/class-Thelia.Model.CombinationQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Config.html b/documentation/api/class-Thelia.Model.Config.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ConfigDesc.html b/documentation/api/class-Thelia.Model.ConfigDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ConfigDescPeer.html b/documentation/api/class-Thelia.Model.ConfigDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ConfigDescQuery.html b/documentation/api/class-Thelia.Model.ConfigDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ConfigI18n.html b/documentation/api/class-Thelia.Model.ConfigI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ConfigI18nPeer.html b/documentation/api/class-Thelia.Model.ConfigI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ConfigI18nQuery.html b/documentation/api/class-Thelia.Model.ConfigI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ConfigPeer.html b/documentation/api/class-Thelia.Model.ConfigPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ConfigQuery.html b/documentation/api/class-Thelia.Model.ConfigQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Content.html b/documentation/api/class-Thelia.Model.Content.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentAssoc.html b/documentation/api/class-Thelia.Model.ContentAssoc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentAssocPeer.html b/documentation/api/class-Thelia.Model.ContentAssocPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentAssocQuery.html b/documentation/api/class-Thelia.Model.ContentAssocQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentDesc.html b/documentation/api/class-Thelia.Model.ContentDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentDescPeer.html b/documentation/api/class-Thelia.Model.ContentDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentDescQuery.html b/documentation/api/class-Thelia.Model.ContentDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentFolder.html b/documentation/api/class-Thelia.Model.ContentFolder.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentFolderPeer.html b/documentation/api/class-Thelia.Model.ContentFolderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentFolderQuery.html b/documentation/api/class-Thelia.Model.ContentFolderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentI18n.html b/documentation/api/class-Thelia.Model.ContentI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentI18nPeer.html b/documentation/api/class-Thelia.Model.ContentI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentI18nQuery.html b/documentation/api/class-Thelia.Model.ContentI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentPeer.html b/documentation/api/class-Thelia.Model.ContentPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentQuery.html b/documentation/api/class-Thelia.Model.ContentQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentVersion.html b/documentation/api/class-Thelia.Model.ContentVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentVersionPeer.html b/documentation/api/class-Thelia.Model.ContentVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ContentVersionQuery.html b/documentation/api/class-Thelia.Model.ContentVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Country.html b/documentation/api/class-Thelia.Model.Country.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CountryDesc.html b/documentation/api/class-Thelia.Model.CountryDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CountryDescPeer.html b/documentation/api/class-Thelia.Model.CountryDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CountryDescQuery.html b/documentation/api/class-Thelia.Model.CountryDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CountryI18n.html b/documentation/api/class-Thelia.Model.CountryI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CountryI18nPeer.html b/documentation/api/class-Thelia.Model.CountryI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CountryI18nQuery.html b/documentation/api/class-Thelia.Model.CountryI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CountryPeer.html b/documentation/api/class-Thelia.Model.CountryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CountryQuery.html b/documentation/api/class-Thelia.Model.CountryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Coupon.html b/documentation/api/class-Thelia.Model.Coupon.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CouponOrder.html b/documentation/api/class-Thelia.Model.CouponOrder.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CouponOrderPeer.html b/documentation/api/class-Thelia.Model.CouponOrderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CouponOrderQuery.html b/documentation/api/class-Thelia.Model.CouponOrderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CouponPeer.html b/documentation/api/class-Thelia.Model.CouponPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CouponQuery.html b/documentation/api/class-Thelia.Model.CouponQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CouponRule.html b/documentation/api/class-Thelia.Model.CouponRule.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CouponRulePeer.html b/documentation/api/class-Thelia.Model.CouponRulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CouponRuleQuery.html b/documentation/api/class-Thelia.Model.CouponRuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Currency.html b/documentation/api/class-Thelia.Model.Currency.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CurrencyPeer.html b/documentation/api/class-Thelia.Model.CurrencyPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CurrencyQuery.html b/documentation/api/class-Thelia.Model.CurrencyQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Customer.html b/documentation/api/class-Thelia.Model.Customer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerPeer.html b/documentation/api/class-Thelia.Model.CustomerPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerQuery.html b/documentation/api/class-Thelia.Model.CustomerQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerTitle.html b/documentation/api/class-Thelia.Model.CustomerTitle.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerTitleDesc.html b/documentation/api/class-Thelia.Model.CustomerTitleDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerTitleDescPeer.html b/documentation/api/class-Thelia.Model.CustomerTitleDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerTitleDescQuery.html b/documentation/api/class-Thelia.Model.CustomerTitleDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerTitleI18n.html b/documentation/api/class-Thelia.Model.CustomerTitleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerTitleI18nPeer.html b/documentation/api/class-Thelia.Model.CustomerTitleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerTitleI18nQuery.html b/documentation/api/class-Thelia.Model.CustomerTitleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerTitlePeer.html b/documentation/api/class-Thelia.Model.CustomerTitlePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.CustomerTitleQuery.html b/documentation/api/class-Thelia.Model.CustomerTitleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Delivzone.html b/documentation/api/class-Thelia.Model.Delivzone.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DelivzonePeer.html b/documentation/api/class-Thelia.Model.DelivzonePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DelivzoneQuery.html b/documentation/api/class-Thelia.Model.DelivzoneQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Document.html b/documentation/api/class-Thelia.Model.Document.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DocumentDesc.html b/documentation/api/class-Thelia.Model.DocumentDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DocumentDescPeer.html b/documentation/api/class-Thelia.Model.DocumentDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DocumentDescQuery.html b/documentation/api/class-Thelia.Model.DocumentDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DocumentI18n.html b/documentation/api/class-Thelia.Model.DocumentI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DocumentI18nPeer.html b/documentation/api/class-Thelia.Model.DocumentI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DocumentI18nQuery.html b/documentation/api/class-Thelia.Model.DocumentI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DocumentPeer.html b/documentation/api/class-Thelia.Model.DocumentPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.DocumentQuery.html b/documentation/api/class-Thelia.Model.DocumentQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Feature.html b/documentation/api/class-Thelia.Model.Feature.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureAv.html b/documentation/api/class-Thelia.Model.FeatureAv.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureAvDesc.html b/documentation/api/class-Thelia.Model.FeatureAvDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureAvDescPeer.html b/documentation/api/class-Thelia.Model.FeatureAvDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureAvDescQuery.html b/documentation/api/class-Thelia.Model.FeatureAvDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureAvI18n.html b/documentation/api/class-Thelia.Model.FeatureAvI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureAvI18nPeer.html b/documentation/api/class-Thelia.Model.FeatureAvI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureAvI18nQuery.html b/documentation/api/class-Thelia.Model.FeatureAvI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureAvPeer.html b/documentation/api/class-Thelia.Model.FeatureAvPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureAvQuery.html b/documentation/api/class-Thelia.Model.FeatureAvQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureCategory.html b/documentation/api/class-Thelia.Model.FeatureCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureCategoryPeer.html b/documentation/api/class-Thelia.Model.FeatureCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureCategoryQuery.html b/documentation/api/class-Thelia.Model.FeatureCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureDesc.html b/documentation/api/class-Thelia.Model.FeatureDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureDescPeer.html b/documentation/api/class-Thelia.Model.FeatureDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureDescQuery.html b/documentation/api/class-Thelia.Model.FeatureDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureI18n.html b/documentation/api/class-Thelia.Model.FeatureI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureI18nPeer.html b/documentation/api/class-Thelia.Model.FeatureI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureI18nQuery.html b/documentation/api/class-Thelia.Model.FeatureI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeaturePeer.html b/documentation/api/class-Thelia.Model.FeaturePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureProd.html b/documentation/api/class-Thelia.Model.FeatureProd.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureProdPeer.html b/documentation/api/class-Thelia.Model.FeatureProdPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureProdQuery.html b/documentation/api/class-Thelia.Model.FeatureProdQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FeatureQuery.html b/documentation/api/class-Thelia.Model.FeatureQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Folder.html b/documentation/api/class-Thelia.Model.Folder.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderDesc.html b/documentation/api/class-Thelia.Model.FolderDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderDescPeer.html b/documentation/api/class-Thelia.Model.FolderDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderDescQuery.html b/documentation/api/class-Thelia.Model.FolderDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderI18n.html b/documentation/api/class-Thelia.Model.FolderI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderI18nPeer.html b/documentation/api/class-Thelia.Model.FolderI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderI18nQuery.html b/documentation/api/class-Thelia.Model.FolderI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderPeer.html b/documentation/api/class-Thelia.Model.FolderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderQuery.html b/documentation/api/class-Thelia.Model.FolderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderVersion.html b/documentation/api/class-Thelia.Model.FolderVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderVersionPeer.html b/documentation/api/class-Thelia.Model.FolderVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.FolderVersionQuery.html b/documentation/api/class-Thelia.Model.FolderVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Group.html b/documentation/api/class-Thelia.Model.Group.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupDesc.html b/documentation/api/class-Thelia.Model.GroupDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupDescPeer.html b/documentation/api/class-Thelia.Model.GroupDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupDescQuery.html b/documentation/api/class-Thelia.Model.GroupDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupI18n.html b/documentation/api/class-Thelia.Model.GroupI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupI18nPeer.html b/documentation/api/class-Thelia.Model.GroupI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupI18nQuery.html b/documentation/api/class-Thelia.Model.GroupI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupModule.html b/documentation/api/class-Thelia.Model.GroupModule.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupModulePeer.html b/documentation/api/class-Thelia.Model.GroupModulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupModuleQuery.html b/documentation/api/class-Thelia.Model.GroupModuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupPeer.html b/documentation/api/class-Thelia.Model.GroupPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupQuery.html b/documentation/api/class-Thelia.Model.GroupQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupResource.html b/documentation/api/class-Thelia.Model.GroupResource.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupResourcePeer.html b/documentation/api/class-Thelia.Model.GroupResourcePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.GroupResourceQuery.html b/documentation/api/class-Thelia.Model.GroupResourceQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Image.html b/documentation/api/class-Thelia.Model.Image.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ImageDesc.html b/documentation/api/class-Thelia.Model.ImageDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ImageDescPeer.html b/documentation/api/class-Thelia.Model.ImageDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ImageDescQuery.html b/documentation/api/class-Thelia.Model.ImageDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ImageI18n.html b/documentation/api/class-Thelia.Model.ImageI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ImageI18nPeer.html b/documentation/api/class-Thelia.Model.ImageI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ImageI18nQuery.html b/documentation/api/class-Thelia.Model.ImageI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ImagePeer.html b/documentation/api/class-Thelia.Model.ImagePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ImageQuery.html b/documentation/api/class-Thelia.Model.ImageQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Lang.html b/documentation/api/class-Thelia.Model.Lang.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.LangPeer.html b/documentation/api/class-Thelia.Model.LangPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.LangQuery.html b/documentation/api/class-Thelia.Model.LangQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Message.html b/documentation/api/class-Thelia.Model.Message.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageDesc.html b/documentation/api/class-Thelia.Model.MessageDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageDescPeer.html b/documentation/api/class-Thelia.Model.MessageDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageDescQuery.html b/documentation/api/class-Thelia.Model.MessageDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageI18n.html b/documentation/api/class-Thelia.Model.MessageI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageI18nPeer.html b/documentation/api/class-Thelia.Model.MessageI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageI18nQuery.html b/documentation/api/class-Thelia.Model.MessageI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessagePeer.html b/documentation/api/class-Thelia.Model.MessagePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageQuery.html b/documentation/api/class-Thelia.Model.MessageQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageVersion.html b/documentation/api/class-Thelia.Model.MessageVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageVersionPeer.html b/documentation/api/class-Thelia.Model.MessageVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.MessageVersionQuery.html b/documentation/api/class-Thelia.Model.MessageVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Module.html b/documentation/api/class-Thelia.Model.Module.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ModuleDesc.html b/documentation/api/class-Thelia.Model.ModuleDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ModuleDescPeer.html b/documentation/api/class-Thelia.Model.ModuleDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ModuleDescQuery.html b/documentation/api/class-Thelia.Model.ModuleDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ModuleI18n.html b/documentation/api/class-Thelia.Model.ModuleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ModuleI18nPeer.html b/documentation/api/class-Thelia.Model.ModuleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ModuleI18nQuery.html b/documentation/api/class-Thelia.Model.ModuleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ModulePeer.html b/documentation/api/class-Thelia.Model.ModulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ModuleQuery.html b/documentation/api/class-Thelia.Model.ModuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Order.html b/documentation/api/class-Thelia.Model.Order.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderAddress.html b/documentation/api/class-Thelia.Model.OrderAddress.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderAddressPeer.html b/documentation/api/class-Thelia.Model.OrderAddressPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderAddressQuery.html b/documentation/api/class-Thelia.Model.OrderAddressQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderFeature.html b/documentation/api/class-Thelia.Model.OrderFeature.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderFeaturePeer.html b/documentation/api/class-Thelia.Model.OrderFeaturePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderFeatureQuery.html b/documentation/api/class-Thelia.Model.OrderFeatureQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderPeer.html b/documentation/api/class-Thelia.Model.OrderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderProduct.html b/documentation/api/class-Thelia.Model.OrderProduct.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderProductPeer.html b/documentation/api/class-Thelia.Model.OrderProductPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderProductQuery.html b/documentation/api/class-Thelia.Model.OrderProductQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderQuery.html b/documentation/api/class-Thelia.Model.OrderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderStatus.html b/documentation/api/class-Thelia.Model.OrderStatus.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderStatusDesc.html b/documentation/api/class-Thelia.Model.OrderStatusDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderStatusDescPeer.html b/documentation/api/class-Thelia.Model.OrderStatusDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderStatusDescQuery.html b/documentation/api/class-Thelia.Model.OrderStatusDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderStatusI18n.html b/documentation/api/class-Thelia.Model.OrderStatusI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderStatusI18nPeer.html b/documentation/api/class-Thelia.Model.OrderStatusI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderStatusI18nQuery.html b/documentation/api/class-Thelia.Model.OrderStatusI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderStatusPeer.html b/documentation/api/class-Thelia.Model.OrderStatusPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.OrderStatusQuery.html b/documentation/api/class-Thelia.Model.OrderStatusQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Product.html b/documentation/api/class-Thelia.Model.Product.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductCategory.html b/documentation/api/class-Thelia.Model.ProductCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductCategoryPeer.html b/documentation/api/class-Thelia.Model.ProductCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductCategoryQuery.html b/documentation/api/class-Thelia.Model.ProductCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductDesc.html b/documentation/api/class-Thelia.Model.ProductDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductDescPeer.html b/documentation/api/class-Thelia.Model.ProductDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductDescQuery.html b/documentation/api/class-Thelia.Model.ProductDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductI18n.html b/documentation/api/class-Thelia.Model.ProductI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductI18nPeer.html b/documentation/api/class-Thelia.Model.ProductI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductI18nQuery.html b/documentation/api/class-Thelia.Model.ProductI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductPeer.html b/documentation/api/class-Thelia.Model.ProductPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductQuery.html b/documentation/api/class-Thelia.Model.ProductQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductVersion.html b/documentation/api/class-Thelia.Model.ProductVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductVersionPeer.html b/documentation/api/class-Thelia.Model.ProductVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ProductVersionQuery.html b/documentation/api/class-Thelia.Model.ProductVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Resource.html b/documentation/api/class-Thelia.Model.Resource.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ResourceDesc.html b/documentation/api/class-Thelia.Model.ResourceDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ResourceDescPeer.html b/documentation/api/class-Thelia.Model.ResourceDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ResourceDescQuery.html b/documentation/api/class-Thelia.Model.ResourceDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ResourceI18n.html b/documentation/api/class-Thelia.Model.ResourceI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ResourceI18nPeer.html b/documentation/api/class-Thelia.Model.ResourceI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ResourceI18nQuery.html b/documentation/api/class-Thelia.Model.ResourceI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ResourcePeer.html b/documentation/api/class-Thelia.Model.ResourcePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.ResourceQuery.html b/documentation/api/class-Thelia.Model.ResourceQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Rewriting.html b/documentation/api/class-Thelia.Model.Rewriting.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.RewritingPeer.html b/documentation/api/class-Thelia.Model.RewritingPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.RewritingQuery.html b/documentation/api/class-Thelia.Model.RewritingQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Stock.html b/documentation/api/class-Thelia.Model.Stock.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.StockPeer.html b/documentation/api/class-Thelia.Model.StockPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.StockQuery.html b/documentation/api/class-Thelia.Model.StockQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.Tax.html b/documentation/api/class-Thelia.Model.Tax.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxDesc.html b/documentation/api/class-Thelia.Model.TaxDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxDescPeer.html b/documentation/api/class-Thelia.Model.TaxDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxDescQuery.html b/documentation/api/class-Thelia.Model.TaxDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxI18n.html b/documentation/api/class-Thelia.Model.TaxI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxI18nPeer.html b/documentation/api/class-Thelia.Model.TaxI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxI18nQuery.html b/documentation/api/class-Thelia.Model.TaxI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxPeer.html b/documentation/api/class-Thelia.Model.TaxPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxQuery.html b/documentation/api/class-Thelia.Model.TaxQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRule.html b/documentation/api/class-Thelia.Model.TaxRule.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleCountry.html b/documentation/api/class-Thelia.Model.TaxRuleCountry.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleCountryPeer.html b/documentation/api/class-Thelia.Model.TaxRuleCountryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleCountryQuery.html b/documentation/api/class-Thelia.Model.TaxRuleCountryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleDesc.html b/documentation/api/class-Thelia.Model.TaxRuleDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleDescPeer.html b/documentation/api/class-Thelia.Model.TaxRuleDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleDescQuery.html b/documentation/api/class-Thelia.Model.TaxRuleDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleI18n.html b/documentation/api/class-Thelia.Model.TaxRuleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleI18nPeer.html b/documentation/api/class-Thelia.Model.TaxRuleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleI18nQuery.html b/documentation/api/class-Thelia.Model.TaxRuleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRulePeer.html b/documentation/api/class-Thelia.Model.TaxRulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.TaxRuleQuery.html b/documentation/api/class-Thelia.Model.TaxRuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AccessoryTableMap.html b/documentation/api/class-Thelia.Model.map.AccessoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AddressTableMap.html b/documentation/api/class-Thelia.Model.map.AddressTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AdminGroupTableMap.html b/documentation/api/class-Thelia.Model.map.AdminGroupTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AdminLogTableMap.html b/documentation/api/class-Thelia.Model.map.AdminLogTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AdminTableMap.html b/documentation/api/class-Thelia.Model.map.AdminTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AreaTableMap.html b/documentation/api/class-Thelia.Model.map.AreaTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AttributeAvI18nTableMap.html b/documentation/api/class-Thelia.Model.map.AttributeAvI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AttributeAvTableMap.html b/documentation/api/class-Thelia.Model.map.AttributeAvTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AttributeCategoryTableMap.html b/documentation/api/class-Thelia.Model.map.AttributeCategoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AttributeCombinationTableMap.html b/documentation/api/class-Thelia.Model.map.AttributeCombinationTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AttributeI18nTableMap.html b/documentation/api/class-Thelia.Model.map.AttributeI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.AttributeTableMap.html b/documentation/api/class-Thelia.Model.map.AttributeTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CategoryI18nTableMap.html b/documentation/api/class-Thelia.Model.map.CategoryI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CategoryTableMap.html b/documentation/api/class-Thelia.Model.map.CategoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CategoryVersionTableMap.html b/documentation/api/class-Thelia.Model.map.CategoryVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CombinationTableMap.html b/documentation/api/class-Thelia.Model.map.CombinationTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ConfigI18nTableMap.html b/documentation/api/class-Thelia.Model.map.ConfigI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ConfigTableMap.html b/documentation/api/class-Thelia.Model.map.ConfigTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ContentAssocTableMap.html b/documentation/api/class-Thelia.Model.map.ContentAssocTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ContentFolderTableMap.html b/documentation/api/class-Thelia.Model.map.ContentFolderTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ContentI18nTableMap.html b/documentation/api/class-Thelia.Model.map.ContentI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ContentTableMap.html b/documentation/api/class-Thelia.Model.map.ContentTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ContentVersionTableMap.html b/documentation/api/class-Thelia.Model.map.ContentVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CountryI18nTableMap.html b/documentation/api/class-Thelia.Model.map.CountryI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CountryTableMap.html b/documentation/api/class-Thelia.Model.map.CountryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CouponOrderTableMap.html b/documentation/api/class-Thelia.Model.map.CouponOrderTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CouponRuleTableMap.html b/documentation/api/class-Thelia.Model.map.CouponRuleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CouponTableMap.html b/documentation/api/class-Thelia.Model.map.CouponTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CurrencyTableMap.html b/documentation/api/class-Thelia.Model.map.CurrencyTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CustomerTableMap.html b/documentation/api/class-Thelia.Model.map.CustomerTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CustomerTitleI18nTableMap.html b/documentation/api/class-Thelia.Model.map.CustomerTitleI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.CustomerTitleTableMap.html b/documentation/api/class-Thelia.Model.map.CustomerTitleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.DelivzoneTableMap.html b/documentation/api/class-Thelia.Model.map.DelivzoneTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.DocumentI18nTableMap.html b/documentation/api/class-Thelia.Model.map.DocumentI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.DocumentTableMap.html b/documentation/api/class-Thelia.Model.map.DocumentTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.FeatureAvI18nTableMap.html b/documentation/api/class-Thelia.Model.map.FeatureAvI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.FeatureAvTableMap.html b/documentation/api/class-Thelia.Model.map.FeatureAvTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.FeatureCategoryTableMap.html b/documentation/api/class-Thelia.Model.map.FeatureCategoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.FeatureI18nTableMap.html b/documentation/api/class-Thelia.Model.map.FeatureI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.FeatureProdTableMap.html b/documentation/api/class-Thelia.Model.map.FeatureProdTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.FeatureTableMap.html b/documentation/api/class-Thelia.Model.map.FeatureTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.FolderI18nTableMap.html b/documentation/api/class-Thelia.Model.map.FolderI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.FolderTableMap.html b/documentation/api/class-Thelia.Model.map.FolderTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.FolderVersionTableMap.html b/documentation/api/class-Thelia.Model.map.FolderVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.GroupI18nTableMap.html b/documentation/api/class-Thelia.Model.map.GroupI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.GroupModuleTableMap.html b/documentation/api/class-Thelia.Model.map.GroupModuleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.GroupResourceTableMap.html b/documentation/api/class-Thelia.Model.map.GroupResourceTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.GroupTableMap.html b/documentation/api/class-Thelia.Model.map.GroupTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ImageI18nTableMap.html b/documentation/api/class-Thelia.Model.map.ImageI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ImageTableMap.html b/documentation/api/class-Thelia.Model.map.ImageTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.LangTableMap.html b/documentation/api/class-Thelia.Model.map.LangTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.MessageI18nTableMap.html b/documentation/api/class-Thelia.Model.map.MessageI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.MessageTableMap.html b/documentation/api/class-Thelia.Model.map.MessageTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.MessageVersionTableMap.html b/documentation/api/class-Thelia.Model.map.MessageVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ModuleI18nTableMap.html b/documentation/api/class-Thelia.Model.map.ModuleI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ModuleTableMap.html b/documentation/api/class-Thelia.Model.map.ModuleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.OrderAddressTableMap.html b/documentation/api/class-Thelia.Model.map.OrderAddressTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.OrderFeatureTableMap.html b/documentation/api/class-Thelia.Model.map.OrderFeatureTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.OrderProductTableMap.html b/documentation/api/class-Thelia.Model.map.OrderProductTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.OrderStatusI18nTableMap.html b/documentation/api/class-Thelia.Model.map.OrderStatusI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.OrderStatusTableMap.html b/documentation/api/class-Thelia.Model.map.OrderStatusTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.OrderTableMap.html b/documentation/api/class-Thelia.Model.map.OrderTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ProductCategoryTableMap.html b/documentation/api/class-Thelia.Model.map.ProductCategoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ProductI18nTableMap.html b/documentation/api/class-Thelia.Model.map.ProductI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ProductTableMap.html b/documentation/api/class-Thelia.Model.map.ProductTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ProductVersionTableMap.html b/documentation/api/class-Thelia.Model.map.ProductVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ResourceI18nTableMap.html b/documentation/api/class-Thelia.Model.map.ResourceI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.ResourceTableMap.html b/documentation/api/class-Thelia.Model.map.ResourceTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.RewritingTableMap.html b/documentation/api/class-Thelia.Model.map.RewritingTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.StockTableMap.html b/documentation/api/class-Thelia.Model.map.StockTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.TaxI18nTableMap.html b/documentation/api/class-Thelia.Model.map.TaxI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.TaxRuleCountryTableMap.html b/documentation/api/class-Thelia.Model.map.TaxRuleCountryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.TaxRuleI18nTableMap.html b/documentation/api/class-Thelia.Model.map.TaxRuleI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.TaxRuleTableMap.html b/documentation/api/class-Thelia.Model.map.TaxRuleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.map.TaxTableMap.html b/documentation/api/class-Thelia.Model.map.TaxTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAccessory.html b/documentation/api/class-Thelia.Model.om.BaseAccessory.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAccessoryPeer.html b/documentation/api/class-Thelia.Model.om.BaseAccessoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAccessoryQuery.html b/documentation/api/class-Thelia.Model.om.BaseAccessoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAddress.html b/documentation/api/class-Thelia.Model.om.BaseAddress.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAddressPeer.html b/documentation/api/class-Thelia.Model.om.BaseAddressPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAddressQuery.html b/documentation/api/class-Thelia.Model.om.BaseAddressQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAdmin.html b/documentation/api/class-Thelia.Model.om.BaseAdmin.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAdminGroup.html b/documentation/api/class-Thelia.Model.om.BaseAdminGroup.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAdminGroupPeer.html b/documentation/api/class-Thelia.Model.om.BaseAdminGroupPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAdminGroupQuery.html b/documentation/api/class-Thelia.Model.om.BaseAdminGroupQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAdminLog.html b/documentation/api/class-Thelia.Model.om.BaseAdminLog.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAdminLogPeer.html b/documentation/api/class-Thelia.Model.om.BaseAdminLogPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAdminLogQuery.html b/documentation/api/class-Thelia.Model.om.BaseAdminLogQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAdminPeer.html b/documentation/api/class-Thelia.Model.om.BaseAdminPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAdminQuery.html b/documentation/api/class-Thelia.Model.om.BaseAdminQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseArea.html b/documentation/api/class-Thelia.Model.om.BaseArea.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAreaPeer.html b/documentation/api/class-Thelia.Model.om.BaseAreaPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAreaQuery.html b/documentation/api/class-Thelia.Model.om.BaseAreaQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttribute.html b/documentation/api/class-Thelia.Model.om.BaseAttribute.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeAv.html b/documentation/api/class-Thelia.Model.om.BaseAttributeAv.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeAvI18n.html b/documentation/api/class-Thelia.Model.om.BaseAttributeAvI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeAvI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseAttributeAvI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeAvI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseAttributeAvI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeAvPeer.html b/documentation/api/class-Thelia.Model.om.BaseAttributeAvPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeAvQuery.html b/documentation/api/class-Thelia.Model.om.BaseAttributeAvQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeCategory.html b/documentation/api/class-Thelia.Model.om.BaseAttributeCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeCategoryPeer.html b/documentation/api/class-Thelia.Model.om.BaseAttributeCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeCategoryQuery.html b/documentation/api/class-Thelia.Model.om.BaseAttributeCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeCombination.html b/documentation/api/class-Thelia.Model.om.BaseAttributeCombination.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeCombinationPeer.html b/documentation/api/class-Thelia.Model.om.BaseAttributeCombinationPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeCombinationQuery.html b/documentation/api/class-Thelia.Model.om.BaseAttributeCombinationQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeI18n.html b/documentation/api/class-Thelia.Model.om.BaseAttributeI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseAttributeI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseAttributeI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributePeer.html b/documentation/api/class-Thelia.Model.om.BaseAttributePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseAttributeQuery.html b/documentation/api/class-Thelia.Model.om.BaseAttributeQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCategory.html b/documentation/api/class-Thelia.Model.om.BaseCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCategoryI18n.html b/documentation/api/class-Thelia.Model.om.BaseCategoryI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCategoryI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseCategoryI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCategoryI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseCategoryI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCategoryPeer.html b/documentation/api/class-Thelia.Model.om.BaseCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCategoryQuery.html b/documentation/api/class-Thelia.Model.om.BaseCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCategoryVersion.html b/documentation/api/class-Thelia.Model.om.BaseCategoryVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCategoryVersionPeer.html b/documentation/api/class-Thelia.Model.om.BaseCategoryVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCategoryVersionQuery.html b/documentation/api/class-Thelia.Model.om.BaseCategoryVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCombination.html b/documentation/api/class-Thelia.Model.om.BaseCombination.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCombinationPeer.html b/documentation/api/class-Thelia.Model.om.BaseCombinationPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCombinationQuery.html b/documentation/api/class-Thelia.Model.om.BaseCombinationQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseConfig.html b/documentation/api/class-Thelia.Model.om.BaseConfig.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseConfigI18n.html b/documentation/api/class-Thelia.Model.om.BaseConfigI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseConfigI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseConfigI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseConfigI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseConfigI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseConfigPeer.html b/documentation/api/class-Thelia.Model.om.BaseConfigPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseConfigQuery.html b/documentation/api/class-Thelia.Model.om.BaseConfigQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContent.html b/documentation/api/class-Thelia.Model.om.BaseContent.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentAssoc.html b/documentation/api/class-Thelia.Model.om.BaseContentAssoc.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentAssocPeer.html b/documentation/api/class-Thelia.Model.om.BaseContentAssocPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentAssocQuery.html b/documentation/api/class-Thelia.Model.om.BaseContentAssocQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentFolder.html b/documentation/api/class-Thelia.Model.om.BaseContentFolder.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentFolderPeer.html b/documentation/api/class-Thelia.Model.om.BaseContentFolderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentFolderQuery.html b/documentation/api/class-Thelia.Model.om.BaseContentFolderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentI18n.html b/documentation/api/class-Thelia.Model.om.BaseContentI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseContentI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseContentI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentPeer.html b/documentation/api/class-Thelia.Model.om.BaseContentPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentQuery.html b/documentation/api/class-Thelia.Model.om.BaseContentQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentVersion.html b/documentation/api/class-Thelia.Model.om.BaseContentVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentVersionPeer.html b/documentation/api/class-Thelia.Model.om.BaseContentVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseContentVersionQuery.html b/documentation/api/class-Thelia.Model.om.BaseContentVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCountry.html b/documentation/api/class-Thelia.Model.om.BaseCountry.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCountryI18n.html b/documentation/api/class-Thelia.Model.om.BaseCountryI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCountryI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseCountryI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCountryI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseCountryI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCountryPeer.html b/documentation/api/class-Thelia.Model.om.BaseCountryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCountryQuery.html b/documentation/api/class-Thelia.Model.om.BaseCountryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCoupon.html b/documentation/api/class-Thelia.Model.om.BaseCoupon.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCouponOrder.html b/documentation/api/class-Thelia.Model.om.BaseCouponOrder.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCouponOrderPeer.html b/documentation/api/class-Thelia.Model.om.BaseCouponOrderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCouponOrderQuery.html b/documentation/api/class-Thelia.Model.om.BaseCouponOrderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCouponPeer.html b/documentation/api/class-Thelia.Model.om.BaseCouponPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCouponQuery.html b/documentation/api/class-Thelia.Model.om.BaseCouponQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCouponRule.html b/documentation/api/class-Thelia.Model.om.BaseCouponRule.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCouponRulePeer.html b/documentation/api/class-Thelia.Model.om.BaseCouponRulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCouponRuleQuery.html b/documentation/api/class-Thelia.Model.om.BaseCouponRuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCurrency.html b/documentation/api/class-Thelia.Model.om.BaseCurrency.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCurrencyPeer.html b/documentation/api/class-Thelia.Model.om.BaseCurrencyPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCurrencyQuery.html b/documentation/api/class-Thelia.Model.om.BaseCurrencyQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCustomer.html b/documentation/api/class-Thelia.Model.om.BaseCustomer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCustomerPeer.html b/documentation/api/class-Thelia.Model.om.BaseCustomerPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCustomerQuery.html b/documentation/api/class-Thelia.Model.om.BaseCustomerQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCustomerTitle.html b/documentation/api/class-Thelia.Model.om.BaseCustomerTitle.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCustomerTitleI18n.html b/documentation/api/class-Thelia.Model.om.BaseCustomerTitleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCustomerTitleI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseCustomerTitleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCustomerTitleI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseCustomerTitleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCustomerTitlePeer.html b/documentation/api/class-Thelia.Model.om.BaseCustomerTitlePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseCustomerTitleQuery.html b/documentation/api/class-Thelia.Model.om.BaseCustomerTitleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseDelivzone.html b/documentation/api/class-Thelia.Model.om.BaseDelivzone.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseDelivzonePeer.html b/documentation/api/class-Thelia.Model.om.BaseDelivzonePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseDelivzoneQuery.html b/documentation/api/class-Thelia.Model.om.BaseDelivzoneQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseDocument.html b/documentation/api/class-Thelia.Model.om.BaseDocument.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseDocumentI18n.html b/documentation/api/class-Thelia.Model.om.BaseDocumentI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseDocumentI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseDocumentI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseDocumentI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseDocumentI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseDocumentPeer.html b/documentation/api/class-Thelia.Model.om.BaseDocumentPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseDocumentQuery.html b/documentation/api/class-Thelia.Model.om.BaseDocumentQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeature.html b/documentation/api/class-Thelia.Model.om.BaseFeature.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureAv.html b/documentation/api/class-Thelia.Model.om.BaseFeatureAv.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureAvI18n.html b/documentation/api/class-Thelia.Model.om.BaseFeatureAvI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureAvI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseFeatureAvI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureAvI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseFeatureAvI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureAvPeer.html b/documentation/api/class-Thelia.Model.om.BaseFeatureAvPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureAvQuery.html b/documentation/api/class-Thelia.Model.om.BaseFeatureAvQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureCategory.html b/documentation/api/class-Thelia.Model.om.BaseFeatureCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureCategoryPeer.html b/documentation/api/class-Thelia.Model.om.BaseFeatureCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureCategoryQuery.html b/documentation/api/class-Thelia.Model.om.BaseFeatureCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureI18n.html b/documentation/api/class-Thelia.Model.om.BaseFeatureI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseFeatureI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseFeatureI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeaturePeer.html b/documentation/api/class-Thelia.Model.om.BaseFeaturePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureProd.html b/documentation/api/class-Thelia.Model.om.BaseFeatureProd.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureProdPeer.html b/documentation/api/class-Thelia.Model.om.BaseFeatureProdPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureProdQuery.html b/documentation/api/class-Thelia.Model.om.BaseFeatureProdQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFeatureQuery.html b/documentation/api/class-Thelia.Model.om.BaseFeatureQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFolder.html b/documentation/api/class-Thelia.Model.om.BaseFolder.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFolderI18n.html b/documentation/api/class-Thelia.Model.om.BaseFolderI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFolderI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseFolderI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFolderI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseFolderI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFolderPeer.html b/documentation/api/class-Thelia.Model.om.BaseFolderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFolderQuery.html b/documentation/api/class-Thelia.Model.om.BaseFolderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFolderVersion.html b/documentation/api/class-Thelia.Model.om.BaseFolderVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFolderVersionPeer.html b/documentation/api/class-Thelia.Model.om.BaseFolderVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseFolderVersionQuery.html b/documentation/api/class-Thelia.Model.om.BaseFolderVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroup.html b/documentation/api/class-Thelia.Model.om.BaseGroup.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupI18n.html b/documentation/api/class-Thelia.Model.om.BaseGroupI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseGroupI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseGroupI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupModule.html b/documentation/api/class-Thelia.Model.om.BaseGroupModule.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupModulePeer.html b/documentation/api/class-Thelia.Model.om.BaseGroupModulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupModuleQuery.html b/documentation/api/class-Thelia.Model.om.BaseGroupModuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupPeer.html b/documentation/api/class-Thelia.Model.om.BaseGroupPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupQuery.html b/documentation/api/class-Thelia.Model.om.BaseGroupQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupResource.html b/documentation/api/class-Thelia.Model.om.BaseGroupResource.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupResourcePeer.html b/documentation/api/class-Thelia.Model.om.BaseGroupResourcePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseGroupResourceQuery.html b/documentation/api/class-Thelia.Model.om.BaseGroupResourceQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseImage.html b/documentation/api/class-Thelia.Model.om.BaseImage.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseImageI18n.html b/documentation/api/class-Thelia.Model.om.BaseImageI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseImageI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseImageI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseImageI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseImageI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseImagePeer.html b/documentation/api/class-Thelia.Model.om.BaseImagePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseImageQuery.html b/documentation/api/class-Thelia.Model.om.BaseImageQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseLang.html b/documentation/api/class-Thelia.Model.om.BaseLang.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseLangPeer.html b/documentation/api/class-Thelia.Model.om.BaseLangPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseLangQuery.html b/documentation/api/class-Thelia.Model.om.BaseLangQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseMessage.html b/documentation/api/class-Thelia.Model.om.BaseMessage.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseMessageI18n.html b/documentation/api/class-Thelia.Model.om.BaseMessageI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseMessageI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseMessageI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseMessageI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseMessageI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseMessagePeer.html b/documentation/api/class-Thelia.Model.om.BaseMessagePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseMessageQuery.html b/documentation/api/class-Thelia.Model.om.BaseMessageQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseMessageVersion.html b/documentation/api/class-Thelia.Model.om.BaseMessageVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseMessageVersionPeer.html b/documentation/api/class-Thelia.Model.om.BaseMessageVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseMessageVersionQuery.html b/documentation/api/class-Thelia.Model.om.BaseMessageVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseModule.html b/documentation/api/class-Thelia.Model.om.BaseModule.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseModuleI18n.html b/documentation/api/class-Thelia.Model.om.BaseModuleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseModuleI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseModuleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseModuleI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseModuleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseModulePeer.html b/documentation/api/class-Thelia.Model.om.BaseModulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseModuleQuery.html b/documentation/api/class-Thelia.Model.om.BaseModuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrder.html b/documentation/api/class-Thelia.Model.om.BaseOrder.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderAddress.html b/documentation/api/class-Thelia.Model.om.BaseOrderAddress.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderAddressPeer.html b/documentation/api/class-Thelia.Model.om.BaseOrderAddressPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderAddressQuery.html b/documentation/api/class-Thelia.Model.om.BaseOrderAddressQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderFeature.html b/documentation/api/class-Thelia.Model.om.BaseOrderFeature.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderFeaturePeer.html b/documentation/api/class-Thelia.Model.om.BaseOrderFeaturePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderFeatureQuery.html b/documentation/api/class-Thelia.Model.om.BaseOrderFeatureQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderPeer.html b/documentation/api/class-Thelia.Model.om.BaseOrderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderProduct.html b/documentation/api/class-Thelia.Model.om.BaseOrderProduct.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderProductPeer.html b/documentation/api/class-Thelia.Model.om.BaseOrderProductPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderProductQuery.html b/documentation/api/class-Thelia.Model.om.BaseOrderProductQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderQuery.html b/documentation/api/class-Thelia.Model.om.BaseOrderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderStatus.html b/documentation/api/class-Thelia.Model.om.BaseOrderStatus.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderStatusI18n.html b/documentation/api/class-Thelia.Model.om.BaseOrderStatusI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderStatusI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseOrderStatusI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderStatusI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseOrderStatusI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderStatusPeer.html b/documentation/api/class-Thelia.Model.om.BaseOrderStatusPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseOrderStatusQuery.html b/documentation/api/class-Thelia.Model.om.BaseOrderStatusQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProduct.html b/documentation/api/class-Thelia.Model.om.BaseProduct.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductCategory.html b/documentation/api/class-Thelia.Model.om.BaseProductCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductCategoryPeer.html b/documentation/api/class-Thelia.Model.om.BaseProductCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductCategoryQuery.html b/documentation/api/class-Thelia.Model.om.BaseProductCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductI18n.html b/documentation/api/class-Thelia.Model.om.BaseProductI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseProductI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseProductI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductPeer.html b/documentation/api/class-Thelia.Model.om.BaseProductPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductQuery.html b/documentation/api/class-Thelia.Model.om.BaseProductQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductVersion.html b/documentation/api/class-Thelia.Model.om.BaseProductVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductVersionPeer.html b/documentation/api/class-Thelia.Model.om.BaseProductVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseProductVersionQuery.html b/documentation/api/class-Thelia.Model.om.BaseProductVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseResource.html b/documentation/api/class-Thelia.Model.om.BaseResource.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseResourceI18n.html b/documentation/api/class-Thelia.Model.om.BaseResourceI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseResourceI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseResourceI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseResourceI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseResourceI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseResourcePeer.html b/documentation/api/class-Thelia.Model.om.BaseResourcePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseResourceQuery.html b/documentation/api/class-Thelia.Model.om.BaseResourceQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseRewriting.html b/documentation/api/class-Thelia.Model.om.BaseRewriting.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseRewritingPeer.html b/documentation/api/class-Thelia.Model.om.BaseRewritingPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseRewritingQuery.html b/documentation/api/class-Thelia.Model.om.BaseRewritingQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseStock.html b/documentation/api/class-Thelia.Model.om.BaseStock.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseStockPeer.html b/documentation/api/class-Thelia.Model.om.BaseStockPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseStockQuery.html b/documentation/api/class-Thelia.Model.om.BaseStockQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTax.html b/documentation/api/class-Thelia.Model.om.BaseTax.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxI18n.html b/documentation/api/class-Thelia.Model.om.BaseTaxI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseTaxI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseTaxI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxPeer.html b/documentation/api/class-Thelia.Model.om.BaseTaxPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxQuery.html b/documentation/api/class-Thelia.Model.om.BaseTaxQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxRule.html b/documentation/api/class-Thelia.Model.om.BaseTaxRule.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxRuleCountry.html b/documentation/api/class-Thelia.Model.om.BaseTaxRuleCountry.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxRuleCountryPeer.html b/documentation/api/class-Thelia.Model.om.BaseTaxRuleCountryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxRuleCountryQuery.html b/documentation/api/class-Thelia.Model.om.BaseTaxRuleCountryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxRuleI18n.html b/documentation/api/class-Thelia.Model.om.BaseTaxRuleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxRuleI18nPeer.html b/documentation/api/class-Thelia.Model.om.BaseTaxRuleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxRuleI18nQuery.html b/documentation/api/class-Thelia.Model.om.BaseTaxRuleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxRulePeer.html b/documentation/api/class-Thelia.Model.om.BaseTaxRulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Model.om.BaseTaxRuleQuery.html b/documentation/api/class-Thelia.Model.om.BaseTaxRuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Routing.Matcher.ActionMatcher.html b/documentation/api/class-Thelia.Routing.Matcher.ActionMatcher.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Routing.Matcher.DefaultMatcher.html b/documentation/api/class-Thelia.Routing.Matcher.DefaultMatcher.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Routing.TheliaMatcherCollection.html b/documentation/api/class-Thelia.Routing.TheliaMatcherCollection.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tools.DIGenerator.html b/documentation/api/class-Thelia.Tools.DIGenerator.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tools.Redirect.html b/documentation/api/class-Thelia.Tools.Redirect.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.BaseParam.BaseParam.html b/documentation/api/class-Thelia.Tpex.BaseParam.BaseParam.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.BaseElement.html b/documentation/api/class-Thelia.Tpex.Element.BaseElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.ConditionalLoopElement.html b/documentation/api/class-Thelia.Tpex.Element.ConditionalLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.ConditionalVarLoopElement.html b/documentation/api/class-Thelia.Tpex.Element.ConditionalVarLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.ElementCollection.html b/documentation/api/class-Thelia.Tpex.Element.ElementCollection.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.Loop.BaseLoop.html b/documentation/api/class-Thelia.Tpex.Element.Loop.BaseLoop.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.Loop.LoopIteration.html b/documentation/api/class-Thelia.Tpex.Element.Loop.LoopIteration.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.Loop.LoopIterationCollection.html b/documentation/api/class-Thelia.Tpex.Element.Loop.LoopIterationCollection.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.RepeatLoopElement.html b/documentation/api/class-Thelia.Tpex.Element.RepeatLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.SimpleLoopElement.html b/documentation/api/class-Thelia.Tpex.Element.SimpleLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.TestLoop.BaseTestLoop.html b/documentation/api/class-Thelia.Tpex.Element.TestLoop.BaseTestLoop.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.TestLoopElement.html b/documentation/api/class-Thelia.Tpex.Element.TestLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.TextElement.html b/documentation/api/class-Thelia.Tpex.Element.TextElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Element.VariablesTemplate.html b/documentation/api/class-Thelia.Tpex.Element.VariablesTemplate.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Event.TpexEvent.html b/documentation/api/class-Thelia.Tpex.Event.TpexEvent.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Exception.ElementNotFoundException.html b/documentation/api/class-Thelia.Tpex.Exception.ElementNotFoundException.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Exception.FileNotFoundException.html b/documentation/api/class-Thelia.Tpex.Exception.FileNotFoundException.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Exception.InvalidElementException.html b/documentation/api/class-Thelia.Tpex.Exception.InvalidElementException.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Exception.TokenNotFoundException.html b/documentation/api/class-Thelia.Tpex.Exception.TokenNotFoundException.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Exception.TokenSyntaxException.html b/documentation/api/class-Thelia.Tpex.Exception.TokenSyntaxException.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Exception.TpexException.html b/documentation/api/class-Thelia.Tpex.Exception.TpexException.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Filter.BaseFilter.html b/documentation/api/class-Thelia.Tpex.Filter.BaseFilter.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Tokenizer.Tokenize.html b/documentation/api/class-Thelia.Tpex.Tokenizer.Tokenize.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Tokenizer.TokenizeInterface.html b/documentation/api/class-Thelia.Tpex.Tokenizer.TokenizeInterface.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Tools.html b/documentation/api/class-Thelia.Tpex.Tools.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.Tpex.html b/documentation/api/class-Thelia.Tpex.Tpex.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.TpexEvents.html b/documentation/api/class-Thelia.Tpex.TpexEvents.html old mode 100644 new mode 100755 diff --git a/documentation/api/class-Thelia.Tpex.TpexToken.html b/documentation/api/class-Thelia.Tpex.TpexToken.html old mode 100644 new mode 100755 diff --git a/documentation/api/elementlist.js b/documentation/api/elementlist.js old mode 100644 new mode 100755 diff --git a/documentation/api/index.html b/documentation/api/index.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Action.html b/documentation/api/namespace-Thelia.Action.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Config.html b/documentation/api/namespace-Thelia.Config.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Controller.html b/documentation/api/namespace-Thelia.Controller.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Core.Bundle.html b/documentation/api/namespace-Thelia.Core.Bundle.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Core.DependencyInjection.Compiler.html b/documentation/api/namespace-Thelia.Core.DependencyInjection.Compiler.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Core.DependencyInjection.Loader.html b/documentation/api/namespace-Thelia.Core.DependencyInjection.Loader.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Core.DependencyInjection.html b/documentation/api/namespace-Thelia.Core.DependencyInjection.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Core.Event.html b/documentation/api/namespace-Thelia.Core.Event.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Core.EventListener.html b/documentation/api/namespace-Thelia.Core.EventListener.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Core.Template.BaseParam.html b/documentation/api/namespace-Thelia.Core.Template.BaseParam.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Core.Template.html b/documentation/api/namespace-Thelia.Core.Template.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Core.html b/documentation/api/namespace-Thelia.Core.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Exception.html b/documentation/api/namespace-Thelia.Exception.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Log.Destination.html b/documentation/api/namespace-Thelia.Log.Destination.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Log.html b/documentation/api/namespace-Thelia.Log.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Model.html b/documentation/api/namespace-Thelia.Model.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Model.map.html b/documentation/api/namespace-Thelia.Model.map.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Model.om.html b/documentation/api/namespace-Thelia.Model.om.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Routing.Matcher.html b/documentation/api/namespace-Thelia.Routing.Matcher.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Routing.html b/documentation/api/namespace-Thelia.Routing.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tools.html b/documentation/api/namespace-Thelia.Tools.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tpex.BaseParam.html b/documentation/api/namespace-Thelia.Tpex.BaseParam.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tpex.Element.Loop.html b/documentation/api/namespace-Thelia.Tpex.Element.Loop.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tpex.Element.TestLoop.html b/documentation/api/namespace-Thelia.Tpex.Element.TestLoop.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tpex.Element.html b/documentation/api/namespace-Thelia.Tpex.Element.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tpex.Event.html b/documentation/api/namespace-Thelia.Tpex.Event.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tpex.Exception.html b/documentation/api/namespace-Thelia.Tpex.Exception.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tpex.Filter.html b/documentation/api/namespace-Thelia.Tpex.Filter.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tpex.Tokenizer.html b/documentation/api/namespace-Thelia.Tpex.Tokenizer.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.Tpex.html b/documentation/api/namespace-Thelia.Tpex.html old mode 100644 new mode 100755 diff --git a/documentation/api/namespace-Thelia.html b/documentation/api/namespace-Thelia.html old mode 100644 new mode 100755 diff --git a/documentation/api/resources/collapsed.png b/documentation/api/resources/collapsed.png old mode 100644 new mode 100755 diff --git a/documentation/api/resources/combined.js b/documentation/api/resources/combined.js old mode 100644 new mode 100755 diff --git a/documentation/api/resources/footer.png b/documentation/api/resources/footer.png old mode 100644 new mode 100755 diff --git a/documentation/api/resources/inherit.png b/documentation/api/resources/inherit.png old mode 100644 new mode 100755 diff --git a/documentation/api/resources/resize.png b/documentation/api/resources/resize.png old mode 100644 new mode 100755 diff --git a/documentation/api/resources/sort.png b/documentation/api/resources/sort.png old mode 100644 new mode 100755 diff --git a/documentation/api/resources/style.css b/documentation/api/resources/style.css old mode 100644 new mode 100755 diff --git a/documentation/api/resources/tree-cleaner.png b/documentation/api/resources/tree-cleaner.png old mode 100644 new mode 100755 diff --git a/documentation/api/resources/tree-hasnext.png b/documentation/api/resources/tree-hasnext.png old mode 100644 new mode 100755 diff --git a/documentation/api/resources/tree-last.png b/documentation/api/resources/tree-last.png old mode 100644 new mode 100755 diff --git a/documentation/api/resources/tree-vertical.png b/documentation/api/resources/tree-vertical.png old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Action.BaseAction.html b/documentation/api/source-class-Thelia.Action.BaseAction.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Action.Cart.html b/documentation/api/source-class-Thelia.Action.Cart.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Action.Customer.html b/documentation/api/source-class-Thelia.Action.Customer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Config.DatabaseConfiguration.html b/documentation/api/source-class-Thelia.Config.DatabaseConfiguration.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Config.DefinePropel.html b/documentation/api/source-class-Thelia.Config.DefinePropel.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Controller.DefaultController.html b/documentation/api/source-class-Thelia.Controller.DefaultController.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Controller.NullControllerInterface.html b/documentation/api/source-class-Thelia.Controller.NullControllerInterface.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.Bundle.TheliaBundle.html b/documentation/api/source-class-Thelia.Core.Bundle.TheliaBundle.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.DependencyInjection.Compiler.RegisterListenersPass.html b/documentation/api/source-class-Thelia.Core.DependencyInjection.Compiler.RegisterListenersPass.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.DependencyInjection.Loader.XmlFileLoader.html b/documentation/api/source-class-Thelia.Core.DependencyInjection.Loader.XmlFileLoader.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.Event.ActionEvent.html b/documentation/api/source-class-Thelia.Core.Event.ActionEvent.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.Event.TheliaEvents.html b/documentation/api/source-class-Thelia.Core.Event.TheliaEvents.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.EventListener.RequestListener.html b/documentation/api/source-class-Thelia.Core.EventListener.RequestListener.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.EventListener.ViewListener.html b/documentation/api/source-class-Thelia.Core.EventListener.ViewListener.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.Template.BaseParam.Secure.html b/documentation/api/source-class-Thelia.Core.Template.BaseParam.Secure.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.Template.Parser.html b/documentation/api/source-class-Thelia.Core.Template.Parser.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.Template.ParserInterface.html b/documentation/api/source-class-Thelia.Core.Template.ParserInterface.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.Thelia.html b/documentation/api/source-class-Thelia.Core.Thelia.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.TheliaContainerBuilder.html b/documentation/api/source-class-Thelia.Core.TheliaContainerBuilder.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Core.TheliaHttpKernel.html b/documentation/api/source-class-Thelia.Core.TheliaHttpKernel.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Exception.MemberAccessException.html b/documentation/api/source-class-Thelia.Exception.MemberAccessException.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Log.AbstractTlogDestination.html b/documentation/api/source-class-Thelia.Log.AbstractTlogDestination.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Log.Destination.TlogDestinationFile.html b/documentation/api/source-class-Thelia.Log.Destination.TlogDestinationFile.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Log.Destination.TlogDestinationHtml.html b/documentation/api/source-class-Thelia.Log.Destination.TlogDestinationHtml.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Log.Destination.TlogDestinationNull.html b/documentation/api/source-class-Thelia.Log.Destination.TlogDestinationNull.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Log.Destination.TlogDestinationText.html b/documentation/api/source-class-Thelia.Log.Destination.TlogDestinationText.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Log.Tlog.html b/documentation/api/source-class-Thelia.Log.Tlog.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Log.TlogDestinationConfig.html b/documentation/api/source-class-Thelia.Log.TlogDestinationConfig.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Log.TlogInterface.html b/documentation/api/source-class-Thelia.Log.TlogInterface.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Accessory.html b/documentation/api/source-class-Thelia.Model.Accessory.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AccessoryPeer.html b/documentation/api/source-class-Thelia.Model.AccessoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AccessoryQuery.html b/documentation/api/source-class-Thelia.Model.AccessoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Address.html b/documentation/api/source-class-Thelia.Model.Address.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AddressPeer.html b/documentation/api/source-class-Thelia.Model.AddressPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AddressQuery.html b/documentation/api/source-class-Thelia.Model.AddressQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Admin.html b/documentation/api/source-class-Thelia.Model.Admin.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AdminGroup.html b/documentation/api/source-class-Thelia.Model.AdminGroup.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AdminGroupPeer.html b/documentation/api/source-class-Thelia.Model.AdminGroupPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AdminGroupQuery.html b/documentation/api/source-class-Thelia.Model.AdminGroupQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AdminLog.html b/documentation/api/source-class-Thelia.Model.AdminLog.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AdminLogPeer.html b/documentation/api/source-class-Thelia.Model.AdminLogPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AdminLogQuery.html b/documentation/api/source-class-Thelia.Model.AdminLogQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AdminPeer.html b/documentation/api/source-class-Thelia.Model.AdminPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AdminQuery.html b/documentation/api/source-class-Thelia.Model.AdminQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Area.html b/documentation/api/source-class-Thelia.Model.Area.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AreaPeer.html b/documentation/api/source-class-Thelia.Model.AreaPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AreaQuery.html b/documentation/api/source-class-Thelia.Model.AreaQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Attribute.html b/documentation/api/source-class-Thelia.Model.Attribute.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeAv.html b/documentation/api/source-class-Thelia.Model.AttributeAv.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeAvDesc.html b/documentation/api/source-class-Thelia.Model.AttributeAvDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeAvDescPeer.html b/documentation/api/source-class-Thelia.Model.AttributeAvDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeAvDescQuery.html b/documentation/api/source-class-Thelia.Model.AttributeAvDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeAvI18n.html b/documentation/api/source-class-Thelia.Model.AttributeAvI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeAvI18nPeer.html b/documentation/api/source-class-Thelia.Model.AttributeAvI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeAvI18nQuery.html b/documentation/api/source-class-Thelia.Model.AttributeAvI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeAvPeer.html b/documentation/api/source-class-Thelia.Model.AttributeAvPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeAvQuery.html b/documentation/api/source-class-Thelia.Model.AttributeAvQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeCategory.html b/documentation/api/source-class-Thelia.Model.AttributeCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeCategoryPeer.html b/documentation/api/source-class-Thelia.Model.AttributeCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeCategoryQuery.html b/documentation/api/source-class-Thelia.Model.AttributeCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeCombination.html b/documentation/api/source-class-Thelia.Model.AttributeCombination.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeCombinationPeer.html b/documentation/api/source-class-Thelia.Model.AttributeCombinationPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeCombinationQuery.html b/documentation/api/source-class-Thelia.Model.AttributeCombinationQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeDesc.html b/documentation/api/source-class-Thelia.Model.AttributeDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeDescPeer.html b/documentation/api/source-class-Thelia.Model.AttributeDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeDescQuery.html b/documentation/api/source-class-Thelia.Model.AttributeDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeI18n.html b/documentation/api/source-class-Thelia.Model.AttributeI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeI18nPeer.html b/documentation/api/source-class-Thelia.Model.AttributeI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeI18nQuery.html b/documentation/api/source-class-Thelia.Model.AttributeI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributePeer.html b/documentation/api/source-class-Thelia.Model.AttributePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.AttributeQuery.html b/documentation/api/source-class-Thelia.Model.AttributeQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Category.html b/documentation/api/source-class-Thelia.Model.Category.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryDesc.html b/documentation/api/source-class-Thelia.Model.CategoryDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryDescPeer.html b/documentation/api/source-class-Thelia.Model.CategoryDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryDescQuery.html b/documentation/api/source-class-Thelia.Model.CategoryDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryI18n.html b/documentation/api/source-class-Thelia.Model.CategoryI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryI18nPeer.html b/documentation/api/source-class-Thelia.Model.CategoryI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryI18nQuery.html b/documentation/api/source-class-Thelia.Model.CategoryI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryPeer.html b/documentation/api/source-class-Thelia.Model.CategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryQuery.html b/documentation/api/source-class-Thelia.Model.CategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryVersion.html b/documentation/api/source-class-Thelia.Model.CategoryVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryVersionPeer.html b/documentation/api/source-class-Thelia.Model.CategoryVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CategoryVersionQuery.html b/documentation/api/source-class-Thelia.Model.CategoryVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Combination.html b/documentation/api/source-class-Thelia.Model.Combination.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CombinationPeer.html b/documentation/api/source-class-Thelia.Model.CombinationPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CombinationQuery.html b/documentation/api/source-class-Thelia.Model.CombinationQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Config.html b/documentation/api/source-class-Thelia.Model.Config.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ConfigDesc.html b/documentation/api/source-class-Thelia.Model.ConfigDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ConfigDescPeer.html b/documentation/api/source-class-Thelia.Model.ConfigDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ConfigDescQuery.html b/documentation/api/source-class-Thelia.Model.ConfigDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ConfigI18n.html b/documentation/api/source-class-Thelia.Model.ConfigI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ConfigI18nPeer.html b/documentation/api/source-class-Thelia.Model.ConfigI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ConfigI18nQuery.html b/documentation/api/source-class-Thelia.Model.ConfigI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ConfigPeer.html b/documentation/api/source-class-Thelia.Model.ConfigPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ConfigQuery.html b/documentation/api/source-class-Thelia.Model.ConfigQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Content.html b/documentation/api/source-class-Thelia.Model.Content.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentAssoc.html b/documentation/api/source-class-Thelia.Model.ContentAssoc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentAssocPeer.html b/documentation/api/source-class-Thelia.Model.ContentAssocPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentAssocQuery.html b/documentation/api/source-class-Thelia.Model.ContentAssocQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentDesc.html b/documentation/api/source-class-Thelia.Model.ContentDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentDescPeer.html b/documentation/api/source-class-Thelia.Model.ContentDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentDescQuery.html b/documentation/api/source-class-Thelia.Model.ContentDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentFolder.html b/documentation/api/source-class-Thelia.Model.ContentFolder.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentFolderPeer.html b/documentation/api/source-class-Thelia.Model.ContentFolderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentFolderQuery.html b/documentation/api/source-class-Thelia.Model.ContentFolderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentI18n.html b/documentation/api/source-class-Thelia.Model.ContentI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentI18nPeer.html b/documentation/api/source-class-Thelia.Model.ContentI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentI18nQuery.html b/documentation/api/source-class-Thelia.Model.ContentI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentPeer.html b/documentation/api/source-class-Thelia.Model.ContentPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentQuery.html b/documentation/api/source-class-Thelia.Model.ContentQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentVersion.html b/documentation/api/source-class-Thelia.Model.ContentVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentVersionPeer.html b/documentation/api/source-class-Thelia.Model.ContentVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ContentVersionQuery.html b/documentation/api/source-class-Thelia.Model.ContentVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Country.html b/documentation/api/source-class-Thelia.Model.Country.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CountryDesc.html b/documentation/api/source-class-Thelia.Model.CountryDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CountryDescPeer.html b/documentation/api/source-class-Thelia.Model.CountryDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CountryDescQuery.html b/documentation/api/source-class-Thelia.Model.CountryDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CountryI18n.html b/documentation/api/source-class-Thelia.Model.CountryI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CountryI18nPeer.html b/documentation/api/source-class-Thelia.Model.CountryI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CountryI18nQuery.html b/documentation/api/source-class-Thelia.Model.CountryI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CountryPeer.html b/documentation/api/source-class-Thelia.Model.CountryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CountryQuery.html b/documentation/api/source-class-Thelia.Model.CountryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Coupon.html b/documentation/api/source-class-Thelia.Model.Coupon.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CouponOrder.html b/documentation/api/source-class-Thelia.Model.CouponOrder.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CouponOrderPeer.html b/documentation/api/source-class-Thelia.Model.CouponOrderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CouponOrderQuery.html b/documentation/api/source-class-Thelia.Model.CouponOrderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CouponPeer.html b/documentation/api/source-class-Thelia.Model.CouponPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CouponQuery.html b/documentation/api/source-class-Thelia.Model.CouponQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CouponRule.html b/documentation/api/source-class-Thelia.Model.CouponRule.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CouponRulePeer.html b/documentation/api/source-class-Thelia.Model.CouponRulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CouponRuleQuery.html b/documentation/api/source-class-Thelia.Model.CouponRuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Currency.html b/documentation/api/source-class-Thelia.Model.Currency.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CurrencyPeer.html b/documentation/api/source-class-Thelia.Model.CurrencyPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CurrencyQuery.html b/documentation/api/source-class-Thelia.Model.CurrencyQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Customer.html b/documentation/api/source-class-Thelia.Model.Customer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerPeer.html b/documentation/api/source-class-Thelia.Model.CustomerPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerQuery.html b/documentation/api/source-class-Thelia.Model.CustomerQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerTitle.html b/documentation/api/source-class-Thelia.Model.CustomerTitle.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerTitleDesc.html b/documentation/api/source-class-Thelia.Model.CustomerTitleDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerTitleDescPeer.html b/documentation/api/source-class-Thelia.Model.CustomerTitleDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerTitleDescQuery.html b/documentation/api/source-class-Thelia.Model.CustomerTitleDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerTitleI18n.html b/documentation/api/source-class-Thelia.Model.CustomerTitleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerTitleI18nPeer.html b/documentation/api/source-class-Thelia.Model.CustomerTitleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerTitleI18nQuery.html b/documentation/api/source-class-Thelia.Model.CustomerTitleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerTitlePeer.html b/documentation/api/source-class-Thelia.Model.CustomerTitlePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.CustomerTitleQuery.html b/documentation/api/source-class-Thelia.Model.CustomerTitleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Delivzone.html b/documentation/api/source-class-Thelia.Model.Delivzone.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DelivzonePeer.html b/documentation/api/source-class-Thelia.Model.DelivzonePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DelivzoneQuery.html b/documentation/api/source-class-Thelia.Model.DelivzoneQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Document.html b/documentation/api/source-class-Thelia.Model.Document.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DocumentDesc.html b/documentation/api/source-class-Thelia.Model.DocumentDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DocumentDescPeer.html b/documentation/api/source-class-Thelia.Model.DocumentDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DocumentDescQuery.html b/documentation/api/source-class-Thelia.Model.DocumentDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DocumentI18n.html b/documentation/api/source-class-Thelia.Model.DocumentI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DocumentI18nPeer.html b/documentation/api/source-class-Thelia.Model.DocumentI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DocumentI18nQuery.html b/documentation/api/source-class-Thelia.Model.DocumentI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DocumentPeer.html b/documentation/api/source-class-Thelia.Model.DocumentPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.DocumentQuery.html b/documentation/api/source-class-Thelia.Model.DocumentQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Feature.html b/documentation/api/source-class-Thelia.Model.Feature.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureAv.html b/documentation/api/source-class-Thelia.Model.FeatureAv.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureAvDesc.html b/documentation/api/source-class-Thelia.Model.FeatureAvDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureAvDescPeer.html b/documentation/api/source-class-Thelia.Model.FeatureAvDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureAvDescQuery.html b/documentation/api/source-class-Thelia.Model.FeatureAvDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureAvI18n.html b/documentation/api/source-class-Thelia.Model.FeatureAvI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureAvI18nPeer.html b/documentation/api/source-class-Thelia.Model.FeatureAvI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureAvI18nQuery.html b/documentation/api/source-class-Thelia.Model.FeatureAvI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureAvPeer.html b/documentation/api/source-class-Thelia.Model.FeatureAvPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureAvQuery.html b/documentation/api/source-class-Thelia.Model.FeatureAvQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureCategory.html b/documentation/api/source-class-Thelia.Model.FeatureCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureCategoryPeer.html b/documentation/api/source-class-Thelia.Model.FeatureCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureCategoryQuery.html b/documentation/api/source-class-Thelia.Model.FeatureCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureDesc.html b/documentation/api/source-class-Thelia.Model.FeatureDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureDescPeer.html b/documentation/api/source-class-Thelia.Model.FeatureDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureDescQuery.html b/documentation/api/source-class-Thelia.Model.FeatureDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureI18n.html b/documentation/api/source-class-Thelia.Model.FeatureI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureI18nPeer.html b/documentation/api/source-class-Thelia.Model.FeatureI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureI18nQuery.html b/documentation/api/source-class-Thelia.Model.FeatureI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeaturePeer.html b/documentation/api/source-class-Thelia.Model.FeaturePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureProd.html b/documentation/api/source-class-Thelia.Model.FeatureProd.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureProdPeer.html b/documentation/api/source-class-Thelia.Model.FeatureProdPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureProdQuery.html b/documentation/api/source-class-Thelia.Model.FeatureProdQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FeatureQuery.html b/documentation/api/source-class-Thelia.Model.FeatureQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Folder.html b/documentation/api/source-class-Thelia.Model.Folder.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderDesc.html b/documentation/api/source-class-Thelia.Model.FolderDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderDescPeer.html b/documentation/api/source-class-Thelia.Model.FolderDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderDescQuery.html b/documentation/api/source-class-Thelia.Model.FolderDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderI18n.html b/documentation/api/source-class-Thelia.Model.FolderI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderI18nPeer.html b/documentation/api/source-class-Thelia.Model.FolderI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderI18nQuery.html b/documentation/api/source-class-Thelia.Model.FolderI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderPeer.html b/documentation/api/source-class-Thelia.Model.FolderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderQuery.html b/documentation/api/source-class-Thelia.Model.FolderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderVersion.html b/documentation/api/source-class-Thelia.Model.FolderVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderVersionPeer.html b/documentation/api/source-class-Thelia.Model.FolderVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.FolderVersionQuery.html b/documentation/api/source-class-Thelia.Model.FolderVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Group.html b/documentation/api/source-class-Thelia.Model.Group.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupDesc.html b/documentation/api/source-class-Thelia.Model.GroupDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupDescPeer.html b/documentation/api/source-class-Thelia.Model.GroupDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupDescQuery.html b/documentation/api/source-class-Thelia.Model.GroupDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupI18n.html b/documentation/api/source-class-Thelia.Model.GroupI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupI18nPeer.html b/documentation/api/source-class-Thelia.Model.GroupI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupI18nQuery.html b/documentation/api/source-class-Thelia.Model.GroupI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupModule.html b/documentation/api/source-class-Thelia.Model.GroupModule.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupModulePeer.html b/documentation/api/source-class-Thelia.Model.GroupModulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupModuleQuery.html b/documentation/api/source-class-Thelia.Model.GroupModuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupPeer.html b/documentation/api/source-class-Thelia.Model.GroupPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupQuery.html b/documentation/api/source-class-Thelia.Model.GroupQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupResource.html b/documentation/api/source-class-Thelia.Model.GroupResource.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupResourcePeer.html b/documentation/api/source-class-Thelia.Model.GroupResourcePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.GroupResourceQuery.html b/documentation/api/source-class-Thelia.Model.GroupResourceQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Image.html b/documentation/api/source-class-Thelia.Model.Image.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ImageDesc.html b/documentation/api/source-class-Thelia.Model.ImageDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ImageDescPeer.html b/documentation/api/source-class-Thelia.Model.ImageDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ImageDescQuery.html b/documentation/api/source-class-Thelia.Model.ImageDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ImageI18n.html b/documentation/api/source-class-Thelia.Model.ImageI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ImageI18nPeer.html b/documentation/api/source-class-Thelia.Model.ImageI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ImageI18nQuery.html b/documentation/api/source-class-Thelia.Model.ImageI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ImagePeer.html b/documentation/api/source-class-Thelia.Model.ImagePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ImageQuery.html b/documentation/api/source-class-Thelia.Model.ImageQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Lang.html b/documentation/api/source-class-Thelia.Model.Lang.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.LangPeer.html b/documentation/api/source-class-Thelia.Model.LangPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.LangQuery.html b/documentation/api/source-class-Thelia.Model.LangQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Message.html b/documentation/api/source-class-Thelia.Model.Message.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageDesc.html b/documentation/api/source-class-Thelia.Model.MessageDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageDescPeer.html b/documentation/api/source-class-Thelia.Model.MessageDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageDescQuery.html b/documentation/api/source-class-Thelia.Model.MessageDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageI18n.html b/documentation/api/source-class-Thelia.Model.MessageI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageI18nPeer.html b/documentation/api/source-class-Thelia.Model.MessageI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageI18nQuery.html b/documentation/api/source-class-Thelia.Model.MessageI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessagePeer.html b/documentation/api/source-class-Thelia.Model.MessagePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageQuery.html b/documentation/api/source-class-Thelia.Model.MessageQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageVersion.html b/documentation/api/source-class-Thelia.Model.MessageVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageVersionPeer.html b/documentation/api/source-class-Thelia.Model.MessageVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.MessageVersionQuery.html b/documentation/api/source-class-Thelia.Model.MessageVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Module.html b/documentation/api/source-class-Thelia.Model.Module.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ModuleDesc.html b/documentation/api/source-class-Thelia.Model.ModuleDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ModuleDescPeer.html b/documentation/api/source-class-Thelia.Model.ModuleDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ModuleDescQuery.html b/documentation/api/source-class-Thelia.Model.ModuleDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ModuleI18n.html b/documentation/api/source-class-Thelia.Model.ModuleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ModuleI18nPeer.html b/documentation/api/source-class-Thelia.Model.ModuleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ModuleI18nQuery.html b/documentation/api/source-class-Thelia.Model.ModuleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ModulePeer.html b/documentation/api/source-class-Thelia.Model.ModulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ModuleQuery.html b/documentation/api/source-class-Thelia.Model.ModuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Order.html b/documentation/api/source-class-Thelia.Model.Order.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderAddress.html b/documentation/api/source-class-Thelia.Model.OrderAddress.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderAddressPeer.html b/documentation/api/source-class-Thelia.Model.OrderAddressPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderAddressQuery.html b/documentation/api/source-class-Thelia.Model.OrderAddressQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderFeature.html b/documentation/api/source-class-Thelia.Model.OrderFeature.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderFeaturePeer.html b/documentation/api/source-class-Thelia.Model.OrderFeaturePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderFeatureQuery.html b/documentation/api/source-class-Thelia.Model.OrderFeatureQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderPeer.html b/documentation/api/source-class-Thelia.Model.OrderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderProduct.html b/documentation/api/source-class-Thelia.Model.OrderProduct.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderProductPeer.html b/documentation/api/source-class-Thelia.Model.OrderProductPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderProductQuery.html b/documentation/api/source-class-Thelia.Model.OrderProductQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderQuery.html b/documentation/api/source-class-Thelia.Model.OrderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderStatus.html b/documentation/api/source-class-Thelia.Model.OrderStatus.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderStatusDesc.html b/documentation/api/source-class-Thelia.Model.OrderStatusDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderStatusDescPeer.html b/documentation/api/source-class-Thelia.Model.OrderStatusDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderStatusDescQuery.html b/documentation/api/source-class-Thelia.Model.OrderStatusDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderStatusI18n.html b/documentation/api/source-class-Thelia.Model.OrderStatusI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderStatusI18nPeer.html b/documentation/api/source-class-Thelia.Model.OrderStatusI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderStatusI18nQuery.html b/documentation/api/source-class-Thelia.Model.OrderStatusI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderStatusPeer.html b/documentation/api/source-class-Thelia.Model.OrderStatusPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.OrderStatusQuery.html b/documentation/api/source-class-Thelia.Model.OrderStatusQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Product.html b/documentation/api/source-class-Thelia.Model.Product.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductCategory.html b/documentation/api/source-class-Thelia.Model.ProductCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductCategoryPeer.html b/documentation/api/source-class-Thelia.Model.ProductCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductCategoryQuery.html b/documentation/api/source-class-Thelia.Model.ProductCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductDesc.html b/documentation/api/source-class-Thelia.Model.ProductDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductDescPeer.html b/documentation/api/source-class-Thelia.Model.ProductDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductDescQuery.html b/documentation/api/source-class-Thelia.Model.ProductDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductI18n.html b/documentation/api/source-class-Thelia.Model.ProductI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductI18nPeer.html b/documentation/api/source-class-Thelia.Model.ProductI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductI18nQuery.html b/documentation/api/source-class-Thelia.Model.ProductI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductPeer.html b/documentation/api/source-class-Thelia.Model.ProductPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductQuery.html b/documentation/api/source-class-Thelia.Model.ProductQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductVersion.html b/documentation/api/source-class-Thelia.Model.ProductVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductVersionPeer.html b/documentation/api/source-class-Thelia.Model.ProductVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ProductVersionQuery.html b/documentation/api/source-class-Thelia.Model.ProductVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Resource.html b/documentation/api/source-class-Thelia.Model.Resource.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ResourceDesc.html b/documentation/api/source-class-Thelia.Model.ResourceDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ResourceDescPeer.html b/documentation/api/source-class-Thelia.Model.ResourceDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ResourceDescQuery.html b/documentation/api/source-class-Thelia.Model.ResourceDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ResourceI18n.html b/documentation/api/source-class-Thelia.Model.ResourceI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ResourceI18nPeer.html b/documentation/api/source-class-Thelia.Model.ResourceI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ResourceI18nQuery.html b/documentation/api/source-class-Thelia.Model.ResourceI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ResourcePeer.html b/documentation/api/source-class-Thelia.Model.ResourcePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.ResourceQuery.html b/documentation/api/source-class-Thelia.Model.ResourceQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Rewriting.html b/documentation/api/source-class-Thelia.Model.Rewriting.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.RewritingPeer.html b/documentation/api/source-class-Thelia.Model.RewritingPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.RewritingQuery.html b/documentation/api/source-class-Thelia.Model.RewritingQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Stock.html b/documentation/api/source-class-Thelia.Model.Stock.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.StockPeer.html b/documentation/api/source-class-Thelia.Model.StockPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.StockQuery.html b/documentation/api/source-class-Thelia.Model.StockQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.Tax.html b/documentation/api/source-class-Thelia.Model.Tax.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxDesc.html b/documentation/api/source-class-Thelia.Model.TaxDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxDescPeer.html b/documentation/api/source-class-Thelia.Model.TaxDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxDescQuery.html b/documentation/api/source-class-Thelia.Model.TaxDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxI18n.html b/documentation/api/source-class-Thelia.Model.TaxI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxI18nPeer.html b/documentation/api/source-class-Thelia.Model.TaxI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxI18nQuery.html b/documentation/api/source-class-Thelia.Model.TaxI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxPeer.html b/documentation/api/source-class-Thelia.Model.TaxPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxQuery.html b/documentation/api/source-class-Thelia.Model.TaxQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRule.html b/documentation/api/source-class-Thelia.Model.TaxRule.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleCountry.html b/documentation/api/source-class-Thelia.Model.TaxRuleCountry.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleCountryPeer.html b/documentation/api/source-class-Thelia.Model.TaxRuleCountryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleCountryQuery.html b/documentation/api/source-class-Thelia.Model.TaxRuleCountryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleDesc.html b/documentation/api/source-class-Thelia.Model.TaxRuleDesc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleDescPeer.html b/documentation/api/source-class-Thelia.Model.TaxRuleDescPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleDescQuery.html b/documentation/api/source-class-Thelia.Model.TaxRuleDescQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleI18n.html b/documentation/api/source-class-Thelia.Model.TaxRuleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleI18nPeer.html b/documentation/api/source-class-Thelia.Model.TaxRuleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleI18nQuery.html b/documentation/api/source-class-Thelia.Model.TaxRuleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRulePeer.html b/documentation/api/source-class-Thelia.Model.TaxRulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.TaxRuleQuery.html b/documentation/api/source-class-Thelia.Model.TaxRuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AccessoryTableMap.html b/documentation/api/source-class-Thelia.Model.map.AccessoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AddressTableMap.html b/documentation/api/source-class-Thelia.Model.map.AddressTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AdminGroupTableMap.html b/documentation/api/source-class-Thelia.Model.map.AdminGroupTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AdminLogTableMap.html b/documentation/api/source-class-Thelia.Model.map.AdminLogTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AdminTableMap.html b/documentation/api/source-class-Thelia.Model.map.AdminTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AreaTableMap.html b/documentation/api/source-class-Thelia.Model.map.AreaTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AttributeAvI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.AttributeAvI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AttributeAvTableMap.html b/documentation/api/source-class-Thelia.Model.map.AttributeAvTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AttributeCategoryTableMap.html b/documentation/api/source-class-Thelia.Model.map.AttributeCategoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AttributeCombinationTableMap.html b/documentation/api/source-class-Thelia.Model.map.AttributeCombinationTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AttributeI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.AttributeI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.AttributeTableMap.html b/documentation/api/source-class-Thelia.Model.map.AttributeTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CategoryI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.CategoryI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CategoryTableMap.html b/documentation/api/source-class-Thelia.Model.map.CategoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CategoryVersionTableMap.html b/documentation/api/source-class-Thelia.Model.map.CategoryVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CombinationTableMap.html b/documentation/api/source-class-Thelia.Model.map.CombinationTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ConfigI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.ConfigI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ConfigTableMap.html b/documentation/api/source-class-Thelia.Model.map.ConfigTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ContentAssocTableMap.html b/documentation/api/source-class-Thelia.Model.map.ContentAssocTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ContentFolderTableMap.html b/documentation/api/source-class-Thelia.Model.map.ContentFolderTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ContentI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.ContentI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ContentTableMap.html b/documentation/api/source-class-Thelia.Model.map.ContentTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ContentVersionTableMap.html b/documentation/api/source-class-Thelia.Model.map.ContentVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CountryI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.CountryI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CountryTableMap.html b/documentation/api/source-class-Thelia.Model.map.CountryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CouponOrderTableMap.html b/documentation/api/source-class-Thelia.Model.map.CouponOrderTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CouponRuleTableMap.html b/documentation/api/source-class-Thelia.Model.map.CouponRuleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CouponTableMap.html b/documentation/api/source-class-Thelia.Model.map.CouponTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CurrencyTableMap.html b/documentation/api/source-class-Thelia.Model.map.CurrencyTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CustomerTableMap.html b/documentation/api/source-class-Thelia.Model.map.CustomerTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CustomerTitleI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.CustomerTitleI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.CustomerTitleTableMap.html b/documentation/api/source-class-Thelia.Model.map.CustomerTitleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.DelivzoneTableMap.html b/documentation/api/source-class-Thelia.Model.map.DelivzoneTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.DocumentI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.DocumentI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.DocumentTableMap.html b/documentation/api/source-class-Thelia.Model.map.DocumentTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.FeatureAvI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.FeatureAvI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.FeatureAvTableMap.html b/documentation/api/source-class-Thelia.Model.map.FeatureAvTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.FeatureCategoryTableMap.html b/documentation/api/source-class-Thelia.Model.map.FeatureCategoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.FeatureI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.FeatureI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.FeatureProdTableMap.html b/documentation/api/source-class-Thelia.Model.map.FeatureProdTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.FeatureTableMap.html b/documentation/api/source-class-Thelia.Model.map.FeatureTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.FolderI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.FolderI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.FolderTableMap.html b/documentation/api/source-class-Thelia.Model.map.FolderTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.FolderVersionTableMap.html b/documentation/api/source-class-Thelia.Model.map.FolderVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.GroupI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.GroupI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.GroupModuleTableMap.html b/documentation/api/source-class-Thelia.Model.map.GroupModuleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.GroupResourceTableMap.html b/documentation/api/source-class-Thelia.Model.map.GroupResourceTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.GroupTableMap.html b/documentation/api/source-class-Thelia.Model.map.GroupTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ImageI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.ImageI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ImageTableMap.html b/documentation/api/source-class-Thelia.Model.map.ImageTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.LangTableMap.html b/documentation/api/source-class-Thelia.Model.map.LangTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.MessageI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.MessageI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.MessageTableMap.html b/documentation/api/source-class-Thelia.Model.map.MessageTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.MessageVersionTableMap.html b/documentation/api/source-class-Thelia.Model.map.MessageVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ModuleI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.ModuleI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ModuleTableMap.html b/documentation/api/source-class-Thelia.Model.map.ModuleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.OrderAddressTableMap.html b/documentation/api/source-class-Thelia.Model.map.OrderAddressTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.OrderFeatureTableMap.html b/documentation/api/source-class-Thelia.Model.map.OrderFeatureTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.OrderProductTableMap.html b/documentation/api/source-class-Thelia.Model.map.OrderProductTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.OrderStatusI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.OrderStatusI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.OrderStatusTableMap.html b/documentation/api/source-class-Thelia.Model.map.OrderStatusTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.OrderTableMap.html b/documentation/api/source-class-Thelia.Model.map.OrderTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ProductCategoryTableMap.html b/documentation/api/source-class-Thelia.Model.map.ProductCategoryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ProductI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.ProductI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ProductTableMap.html b/documentation/api/source-class-Thelia.Model.map.ProductTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ProductVersionTableMap.html b/documentation/api/source-class-Thelia.Model.map.ProductVersionTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ResourceI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.ResourceI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.ResourceTableMap.html b/documentation/api/source-class-Thelia.Model.map.ResourceTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.RewritingTableMap.html b/documentation/api/source-class-Thelia.Model.map.RewritingTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.StockTableMap.html b/documentation/api/source-class-Thelia.Model.map.StockTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.TaxI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.TaxI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.TaxRuleCountryTableMap.html b/documentation/api/source-class-Thelia.Model.map.TaxRuleCountryTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.TaxRuleI18nTableMap.html b/documentation/api/source-class-Thelia.Model.map.TaxRuleI18nTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.TaxRuleTableMap.html b/documentation/api/source-class-Thelia.Model.map.TaxRuleTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.map.TaxTableMap.html b/documentation/api/source-class-Thelia.Model.map.TaxTableMap.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAccessory.html b/documentation/api/source-class-Thelia.Model.om.BaseAccessory.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAccessoryPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAccessoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAccessoryQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAccessoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAddress.html b/documentation/api/source-class-Thelia.Model.om.BaseAddress.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAddressPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAddressPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAddressQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAddressQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAdmin.html b/documentation/api/source-class-Thelia.Model.om.BaseAdmin.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAdminGroup.html b/documentation/api/source-class-Thelia.Model.om.BaseAdminGroup.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAdminGroupPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAdminGroupPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAdminGroupQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAdminGroupQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAdminLog.html b/documentation/api/source-class-Thelia.Model.om.BaseAdminLog.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAdminLogPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAdminLogPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAdminLogQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAdminLogQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAdminPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAdminPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAdminQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAdminQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseArea.html b/documentation/api/source-class-Thelia.Model.om.BaseArea.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAreaPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAreaPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAreaQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAreaQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttribute.html b/documentation/api/source-class-Thelia.Model.om.BaseAttribute.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeAv.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeAv.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeAvQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeCategory.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeCategoryPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeCategoryQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeCombination.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeCombination.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeCombinationPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeCombinationPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeCombinationQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeCombinationQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseAttributeQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseAttributeQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCategory.html b/documentation/api/source-class-Thelia.Model.om.BaseCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCategoryI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseCategoryI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCategoryI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCategoryI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCategoryI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCategoryI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCategoryPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCategoryQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCategoryVersion.html b/documentation/api/source-class-Thelia.Model.om.BaseCategoryVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCategoryVersionPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCategoryVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCategoryVersionQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCategoryVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCombination.html b/documentation/api/source-class-Thelia.Model.om.BaseCombination.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCombinationPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCombinationPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCombinationQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCombinationQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseConfig.html b/documentation/api/source-class-Thelia.Model.om.BaseConfig.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseConfigI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseConfigI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseConfigI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseConfigI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseConfigI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseConfigI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseConfigPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseConfigPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseConfigQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseConfigQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContent.html b/documentation/api/source-class-Thelia.Model.om.BaseContent.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentAssoc.html b/documentation/api/source-class-Thelia.Model.om.BaseContentAssoc.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentAssocPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseContentAssocPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentAssocQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseContentAssocQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentFolder.html b/documentation/api/source-class-Thelia.Model.om.BaseContentFolder.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentFolderPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseContentFolderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentFolderQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseContentFolderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseContentI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseContentI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseContentI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseContentPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseContentQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentVersion.html b/documentation/api/source-class-Thelia.Model.om.BaseContentVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentVersionPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseContentVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseContentVersionQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseContentVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCountry.html b/documentation/api/source-class-Thelia.Model.om.BaseCountry.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCountryI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseCountryI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCountryI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCountryI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCountryI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCountryI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCountryPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCountryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCountryQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCountryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCoupon.html b/documentation/api/source-class-Thelia.Model.om.BaseCoupon.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCouponOrder.html b/documentation/api/source-class-Thelia.Model.om.BaseCouponOrder.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCouponOrderPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCouponOrderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCouponOrderQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCouponOrderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCouponPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCouponPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCouponQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCouponQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCouponRule.html b/documentation/api/source-class-Thelia.Model.om.BaseCouponRule.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCouponRulePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCouponRulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCouponRuleQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCouponRuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCurrency.html b/documentation/api/source-class-Thelia.Model.om.BaseCurrency.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCurrencyPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCurrencyPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCurrencyQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCurrencyQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCustomer.html b/documentation/api/source-class-Thelia.Model.om.BaseCustomer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCustomerPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCustomerPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCustomerQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCustomerQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitle.html b/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitle.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitleI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitleI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitleI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitlePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitlePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitleQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseCustomerTitleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseDelivzone.html b/documentation/api/source-class-Thelia.Model.om.BaseDelivzone.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseDelivzonePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseDelivzonePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseDelivzoneQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseDelivzoneQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseDocument.html b/documentation/api/source-class-Thelia.Model.om.BaseDocument.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseDocumentI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseDocumentI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseDocumentI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseDocumentI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseDocumentI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseDocumentI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseDocumentPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseDocumentPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseDocumentQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseDocumentQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeature.html b/documentation/api/source-class-Thelia.Model.om.BaseFeature.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureAv.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureAv.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureAvQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureCategory.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureCategoryPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureCategoryQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeaturePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseFeaturePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureProd.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureProd.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureProdPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureProdPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureProdQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureProdQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFeatureQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseFeatureQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFolder.html b/documentation/api/source-class-Thelia.Model.om.BaseFolder.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFolderI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseFolderI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFolderI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseFolderI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFolderI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseFolderI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFolderPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseFolderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFolderQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseFolderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFolderVersion.html b/documentation/api/source-class-Thelia.Model.om.BaseFolderVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFolderVersionPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseFolderVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseFolderVersionQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseFolderVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroup.html b/documentation/api/source-class-Thelia.Model.om.BaseGroup.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupModule.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupModule.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupModulePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupModulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupModuleQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupModuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupResource.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupResource.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupResourcePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupResourcePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseGroupResourceQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseGroupResourceQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseImage.html b/documentation/api/source-class-Thelia.Model.om.BaseImage.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseImageI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseImageI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseImageI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseImageI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseImageI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseImageI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseImagePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseImagePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseImageQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseImageQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseLang.html b/documentation/api/source-class-Thelia.Model.om.BaseLang.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseLangPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseLangPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseLangQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseLangQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseMessage.html b/documentation/api/source-class-Thelia.Model.om.BaseMessage.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseMessageI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseMessageI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseMessageI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseMessageI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseMessageI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseMessageI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseMessagePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseMessagePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseMessageQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseMessageQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseMessageVersion.html b/documentation/api/source-class-Thelia.Model.om.BaseMessageVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseMessageVersionPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseMessageVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseMessageVersionQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseMessageVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseModule.html b/documentation/api/source-class-Thelia.Model.om.BaseModule.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseModuleI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseModuleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseModuleI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseModuleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseModuleI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseModuleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseModulePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseModulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseModuleQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseModuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrder.html b/documentation/api/source-class-Thelia.Model.om.BaseOrder.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderAddress.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderAddress.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderAddressPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderAddressPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderAddressQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderAddressQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderFeature.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderFeature.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderFeaturePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderFeaturePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderFeatureQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderFeatureQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderProduct.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderProduct.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderProductPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderProductPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderProductQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderProductQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderStatus.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderStatus.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseOrderStatusQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProduct.html b/documentation/api/source-class-Thelia.Model.om.BaseProduct.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductCategory.html b/documentation/api/source-class-Thelia.Model.om.BaseProductCategory.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductCategoryPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseProductCategoryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductCategoryQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseProductCategoryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseProductI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseProductI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseProductI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseProductPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseProductQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductVersion.html b/documentation/api/source-class-Thelia.Model.om.BaseProductVersion.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductVersionPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseProductVersionPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseProductVersionQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseProductVersionQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseResource.html b/documentation/api/source-class-Thelia.Model.om.BaseResource.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseResourceI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseResourceI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseResourceI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseResourceI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseResourceI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseResourceI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseResourcePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseResourcePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseResourceQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseResourceQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseRewriting.html b/documentation/api/source-class-Thelia.Model.om.BaseRewriting.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseRewritingPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseRewritingPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseRewritingQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseRewritingQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseStock.html b/documentation/api/source-class-Thelia.Model.om.BaseStock.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseStockPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseStockPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseStockQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseStockQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTax.html b/documentation/api/source-class-Thelia.Model.om.BaseTax.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxRule.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxRule.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleCountry.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleCountry.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleCountryPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleCountryPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleCountryQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleCountryQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleI18n.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleI18n.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleI18nPeer.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleI18nPeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleI18nQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleI18nQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxRulePeer.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxRulePeer.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleQuery.html b/documentation/api/source-class-Thelia.Model.om.BaseTaxRuleQuery.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Routing.Matcher.ActionMatcher.html b/documentation/api/source-class-Thelia.Routing.Matcher.ActionMatcher.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Routing.Matcher.DefaultMatcher.html b/documentation/api/source-class-Thelia.Routing.Matcher.DefaultMatcher.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Routing.TheliaMatcherCollection.html b/documentation/api/source-class-Thelia.Routing.TheliaMatcherCollection.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tools.DIGenerator.html b/documentation/api/source-class-Thelia.Tools.DIGenerator.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tools.Redirect.html b/documentation/api/source-class-Thelia.Tools.Redirect.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.BaseParam.BaseParam.html b/documentation/api/source-class-Thelia.Tpex.BaseParam.BaseParam.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.BaseElement.html b/documentation/api/source-class-Thelia.Tpex.Element.BaseElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.ConditionalLoopElement.html b/documentation/api/source-class-Thelia.Tpex.Element.ConditionalLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.ConditionalVarLoopElement.html b/documentation/api/source-class-Thelia.Tpex.Element.ConditionalVarLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.ElementCollection.html b/documentation/api/source-class-Thelia.Tpex.Element.ElementCollection.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.Loop.BaseLoop.html b/documentation/api/source-class-Thelia.Tpex.Element.Loop.BaseLoop.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.Loop.LoopIteration.html b/documentation/api/source-class-Thelia.Tpex.Element.Loop.LoopIteration.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.Loop.LoopIterationCollection.html b/documentation/api/source-class-Thelia.Tpex.Element.Loop.LoopIterationCollection.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.RepeatLoopElement.html b/documentation/api/source-class-Thelia.Tpex.Element.RepeatLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.SimpleLoopElement.html b/documentation/api/source-class-Thelia.Tpex.Element.SimpleLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.TestLoop.BaseTestLoop.html b/documentation/api/source-class-Thelia.Tpex.Element.TestLoop.BaseTestLoop.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.TestLoopElement.html b/documentation/api/source-class-Thelia.Tpex.Element.TestLoopElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.TextElement.html b/documentation/api/source-class-Thelia.Tpex.Element.TextElement.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Element.VariablesTemplate.html b/documentation/api/source-class-Thelia.Tpex.Element.VariablesTemplate.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Event.TpexEvent.html b/documentation/api/source-class-Thelia.Tpex.Event.TpexEvent.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Exception.ElementNotFoundException.html b/documentation/api/source-class-Thelia.Tpex.Exception.ElementNotFoundException.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Exception.FileNotFoundException.html b/documentation/api/source-class-Thelia.Tpex.Exception.FileNotFoundException.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Exception.InvalidElementException.html b/documentation/api/source-class-Thelia.Tpex.Exception.InvalidElementException.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Exception.TokenNotFoundException.html b/documentation/api/source-class-Thelia.Tpex.Exception.TokenNotFoundException.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Exception.TokenSyntaxException.html b/documentation/api/source-class-Thelia.Tpex.Exception.TokenSyntaxException.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Exception.TpexException.html b/documentation/api/source-class-Thelia.Tpex.Exception.TpexException.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Filter.BaseFilter.html b/documentation/api/source-class-Thelia.Tpex.Filter.BaseFilter.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Tokenizer.Tokenize.html b/documentation/api/source-class-Thelia.Tpex.Tokenizer.Tokenize.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Tokenizer.TokenizeInterface.html b/documentation/api/source-class-Thelia.Tpex.Tokenizer.TokenizeInterface.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Tools.html b/documentation/api/source-class-Thelia.Tpex.Tools.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.Tpex.html b/documentation/api/source-class-Thelia.Tpex.Tpex.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.TpexEvents.html b/documentation/api/source-class-Thelia.Tpex.TpexEvents.html old mode 100644 new mode 100755 diff --git a/documentation/api/source-class-Thelia.Tpex.TpexToken.html b/documentation/api/source-class-Thelia.Tpex.TpexToken.html old mode 100644 new mode 100755 diff --git a/documentation/api/tree.html b/documentation/api/tree.html old mode 100644 new mode 100755 diff --git a/install/.gitkeep b/install/.gitkeep old mode 100644 new mode 100755 diff --git a/install/faker.php b/install/faker.php old mode 100644 new mode 100755 diff --git a/install/insert.sql b/install/insert.sql old mode 100644 new mode 100755 diff --git a/install/thelia.sql b/install/thelia.sql old mode 100644 new mode 100755 diff --git a/local/.gitkeep b/local/.gitkeep old mode 100644 new mode 100755 diff --git a/local/cache/.gitkeep b/local/cache/.gitkeep old mode 100644 new mode 100755 diff --git a/local/config/.gitkeep b/local/config/.gitkeep old mode 100644 new mode 100755 diff --git a/local/config/.htaccess b/local/config/.htaccess old mode 100644 new mode 100755 diff --git a/local/config/build.properties.sample b/local/config/build.properties.sample old mode 100644 new mode 100755 diff --git a/local/config/database.yml.sample b/local/config/database.yml.sample old mode 100644 new mode 100755 diff --git a/local/config/schema.xml b/local/config/schema.xml old mode 100644 new mode 100755 diff --git a/local/modules/.gitkeep b/local/modules/.gitkeep old mode 100644 new mode 100755 diff --git a/local/session/.gitkeep b/local/session/.gitkeep old mode 100644 new mode 100755 diff --git a/phpunit.xml b/phpunit.xml old mode 100644 new mode 100755 diff --git a/templates/.gitkeep b/templates/.gitkeep old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/bootstrap/css/bootstrap-responsive.css b/templates/admin/default/assets/bootstrap/css/bootstrap-responsive.css old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/bootstrap/css/bootstrap-responsive.min.css b/templates/admin/default/assets/bootstrap/css/bootstrap-responsive.min.css old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/bootstrap/css/bootstrap.css b/templates/admin/default/assets/bootstrap/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/bootstrap/css/bootstrap.min.css b/templates/admin/default/assets/bootstrap/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/bootstrap/img/glyphicons-halflings-white.png b/templates/admin/default/assets/bootstrap/img/glyphicons-halflings-white.png old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/bootstrap/img/glyphicons-halflings.png b/templates/admin/default/assets/bootstrap/img/glyphicons-halflings.png old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/bootstrap/js/bootstrap.js b/templates/admin/default/assets/bootstrap/js/bootstrap.js old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/bootstrap/js/bootstrap.min.js b/templates/admin/default/assets/bootstrap/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/css/admin.less b/templates/admin/default/assets/css/admin.less old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/css/img/bg.jpg b/templates/admin/default/assets/css/img/bg.jpg old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/css/img/deconnexion.png b/templates/admin/default/assets/css/img/deconnexion.png old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/css/img/header.jpg b/templates/admin/default/assets/css/img/header.jpg old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/css/img/logo-light.png b/templates/admin/default/assets/css/img/logo-light.png old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/css/img/logo.png b/templates/admin/default/assets/css/img/logo.png old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/img/favicon.ico b/templates/admin/default/assets/img/favicon.ico old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/img/logo-thelia-34px.png b/templates/admin/default/assets/img/logo-thelia-34px.png old mode 100644 new mode 100755 diff --git a/templates/admin/default/assets/js/jquery.min.js b/templates/admin/default/assets/js/jquery.min.js old mode 100644 new mode 100755 diff --git a/templates/admin/default/home.html b/templates/admin/default/home.html old mode 100644 new mode 100755 diff --git a/templates/admin/default/includes/footer.inc.html b/templates/admin/default/includes/footer.inc.html old mode 100644 new mode 100755 diff --git a/templates/admin/default/includes/header.inc.html b/templates/admin/default/includes/header.inc.html old mode 100644 new mode 100755 diff --git a/templates/admin/default/includes/menu.html b/templates/admin/default/includes/menu.html old mode 100644 new mode 100755 diff --git a/templates/admin/default/login.html b/templates/admin/default/login.html old mode 100644 new mode 100755 diff --git a/templates/default/include1.html b/templates/default/include1.html old mode 100644 new mode 100755 diff --git a/templates/default/index.html b/templates/default/index.html old mode 100644 new mode 100755 diff --git a/templates/default/subinclude1.html b/templates/default/subinclude1.html old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/bootstrap/css/bootstrap-responsive.css b/templates/smarty-sample/assets/bootstrap/css/bootstrap-responsive.css old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/bootstrap/css/bootstrap-responsive.min.css b/templates/smarty-sample/assets/bootstrap/css/bootstrap-responsive.min.css old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/bootstrap/css/bootstrap.css b/templates/smarty-sample/assets/bootstrap/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/bootstrap/css/bootstrap.min.css b/templates/smarty-sample/assets/bootstrap/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/bootstrap/img/glyphicons-halflings-white.png b/templates/smarty-sample/assets/bootstrap/img/glyphicons-halflings-white.png old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/bootstrap/img/glyphicons-halflings.png b/templates/smarty-sample/assets/bootstrap/img/glyphicons-halflings.png old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/bootstrap/js/bootstrap.js b/templates/smarty-sample/assets/bootstrap/js/bootstrap.js old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/bootstrap/js/bootstrap.min.js b/templates/smarty-sample/assets/bootstrap/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/css/img/bg.jpg b/templates/smarty-sample/assets/css/img/bg.jpg old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/css/style.less b/templates/smarty-sample/assets/css/style.less old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/img/logo-thelia-34px.png b/templates/smarty-sample/assets/img/logo-thelia-34px.png old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/img/test-background.jpg b/templates/smarty-sample/assets/img/test-background.jpg old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/assets/js/jquery.min.js b/templates/smarty-sample/assets/js/jquery.min.js old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/i18n/en.php b/templates/smarty-sample/i18n/en.php old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/i18n/fr.php b/templates/smarty-sample/i18n/fr.php old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/includes/footer.html b/templates/smarty-sample/includes/footer.html old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/includes/footer.inc.tpl b/templates/smarty-sample/includes/footer.inc.tpl old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/includes/header.html b/templates/smarty-sample/includes/header.html old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/includes/header.inc.tpl b/templates/smarty-sample/includes/header.inc.tpl old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/includes/menu.tpl b/templates/smarty-sample/includes/menu.tpl old mode 100644 new mode 100755 diff --git a/templates/smarty-sample/index.html b/templates/smarty-sample/index.html old mode 100644 new mode 100755 diff --git a/web/index.php b/web/index.php old mode 100644 new mode 100755 diff --git a/web/index_dev.php b/web/index_dev.php old mode 100644 new mode 100755