diff --git a/composer.json b/composer.json index 9eb036a76..ad71d52e6 100755 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage" : "http://thelia.net/v2", "support" : { "forum" : "http://thelia.net/forum", - "wiki" : "http://thelia.net/wiki" + "wiki" : "http://doc.thelia.net" }, "require":{ "php": ">=5.4", diff --git a/composer.lock b/composer.lock index 2b0e5a88a..a74c1b5ed 100755 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "009aced8b279e1c14558460fff2cc993", + "hash": "6dee359d61c06345d0e4cc045b19dc4e", "packages": [ { "name": "ensepar/html2pdf", diff --git a/core/lib/Thelia/Command/ModuleActivateCommand.php b/core/lib/Thelia/Command/ModuleActivateCommand.php index 1b8ac600f..139f21e9e 100755 --- a/core/lib/Thelia/Command/ModuleActivateCommand.php +++ b/core/lib/Thelia/Command/ModuleActivateCommand.php @@ -63,8 +63,6 @@ class ModuleActivateCommand extends BaseModuleGenerate } try { - new \TheliaDebugBar\TheliaDebugBar(); - $moduleReflection = new \ReflectionClass($module->getFullNamespace()); $moduleInstance = $moduleReflection->newInstance(); diff --git a/core/lib/Thelia/Config/Resources/action.xml b/core/lib/Thelia/Config/Resources/action.xml index 60c435a05..d8252f11b 100755 --- a/core/lib/Thelia/Config/Resources/action.xml +++ b/core/lib/Thelia/Config/Resources/action.xml @@ -4,12 +4,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd"> - - - - - - diff --git a/core/lib/Thelia/Config/Resources/config.xml b/core/lib/Thelia/Config/Resources/config.xml index 5a3548a9c..a5f79b8bf 100755 --- a/core/lib/Thelia/Config/Resources/config.xml +++ b/core/lib/Thelia/Config/Resources/config.xml @@ -4,11 +4,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd"> + + Symfony\Component\HttpKernel\HttpCache\Esi + Symfony\Component\HttpKernel\EventListener\EsiListener + Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer + Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer + - - @@ -17,6 +21,20 @@ + + + + + + + + + + + + + + Front\Controller\CustomerController::createAction diff --git a/templates/frontOffice/default/I18n/fr_FR.php b/templates/frontOffice/default/I18n/fr_FR.php index 5137cfcdd..90c91b403 100755 --- a/templates/frontOffice/default/I18n/fr_FR.php +++ b/templates/frontOffice/default/I18n/fr_FR.php @@ -13,6 +13,7 @@ return array( 'Address %nb' => 'Adresse n°', 'Address Update' => 'Mise à jour de l\'adresse', 'Address' => 'Adresse', + 'Address Line 2'=>'Complément d\'adresse', 'Amount' => 'Montant', 'Availability' => 'Disponibilité', 'Available' => 'Disponible', @@ -22,6 +23,7 @@ return array( 'Cancel' => 'Annuler', 'Cart' => 'Panier', 'Categories' => 'Catégories', + 'Cellphone'=> 'Portable', 'Change address' => 'Changer d\'adresse', 'Change my account information' => 'Modifier mes informations personnelles', 'Change my password' => 'Changer mon mot de passe', @@ -32,6 +34,7 @@ return array( 'Choose your delivery method' => 'Choisissez votre moyen de livraison', 'Choose your payment method' => 'Choisissez voter moyen de paiement', 'Code :' => 'Code', + 'Company Name'=>'Entreprise', 'Complementary address' => 'Résidence secondaire', 'Contact Us' => 'Contactez-nous', 'Continue Shopping' => 'Continuer mes achats', @@ -53,6 +56,7 @@ return array( 'Edit this address' => 'Editer cette adresse', 'Edit' => 'Editer', 'Email address' => 'Adresse e-mail', + 'Email Address' => 'Adresse e-mail', 'Follow us' => 'Suivez-nous', 'Forgot your Password?' => 'Mot de passé oublié ?', 'Free shipping' => 'Livraison gratuite', @@ -63,6 +67,7 @@ return array( 'In Stock' => 'Disponible', 'instead of' => 'au lieu de', 'Item(s)' => 'Produit(s)', + 'I would like to receive the newsletter or the latest news.' => 'Je veux m\'inscrire à la newsletter pour rester informé.', 'Language:' => 'Langue', 'Latest articles' => 'Nouveaux articles', 'Latest products' => 'Derniers produits', @@ -106,6 +111,7 @@ return array( 'Pagination' => 'Pagination', 'Password Forgotten' => 'Mot de passe oublié', 'Password' => 'Mot de passe', + 'Password confirmation'=>"Confirmer le mot de passe", 'per page' => 'par page', 'Personal Information' => 'Informations personnelles', 'Placeholder address label' => 'Maison, Domicile, Travail...', @@ -170,6 +176,7 @@ return array( 'Sort By' => 'Trier par', 'Special Price:' => 'Prix en promotion :', 'Status' => 'Etat', + 'Street Address'=>"Adresse", 'Subscribe' => 'Inscription', 'Tax Inclusive' => 'TVA incluse', 'Thank you for the trust you place in us.' => 'Merci pour votre confiance. ', diff --git a/templates/frontOffice/default/register.html b/templates/frontOffice/default/register.html index 73d7f5f20..b94cdd2e8 100644 --- a/templates/frontOffice/default/register.html +++ b/templates/frontOffice/default/register.html @@ -265,7 +265,7 @@ - I've read and agreed on Terms & Conditions. + I've read and agreed on Terms & Conditions. {if $error } {$message} diff --git a/web/index.php b/web/index.php index 4d50cc633..378bf1430 100755 --- a/web/index.php +++ b/web/index.php @@ -1,4 +1,5 @@ handle($request)->prepare($request)->send(); $thelia->terminate($request, $response); diff --git a/web/index_dev.php b/web/index_dev.php index 6b06585cd..9d516407e 100755 --- a/web/index_dev.php +++ b/web/index_dev.php @@ -24,6 +24,7 @@ use Thelia\Core\Thelia; use Thelia\Core\HttpFoundation\Response; use Thelia\Core\HttpFoundation\Request; +use Thelia\Core\HttpKernel\HttpCache\HttpCache; //use Symfony\Component\DependencyInjection; @@ -45,6 +46,7 @@ if ( false === in_array($request->getClientIp(), $trustedIp)) { } else { $response = $thelia->handle($request)->prepare($request)->send(); $thelia->terminate($request, $response); + }