From 7727c14440bf29a2f8af82671832ca454771b745 Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Thu, 10 Jul 2014 11:19:49 +0200 Subject: [PATCH] =?UTF-8?q?Refactor=20services=20=09modifi=C3=A9:=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20core/lib/Thelia/Config/Resources/config.xml?= =?UTF-8?q?=20=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20core/lib/Thelia/M?= =?UTF-8?q?odel/Country.php=20=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20c?= =?UTF-8?q?ore/lib/Thelia/Model/Currency.php=20=09modifi=C3=A9:=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20core/lib/Thelia/Tools/URL.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/lib/Thelia/Config/Resources/config.xml | 66 +++------------------ core/lib/Thelia/Tools/URL.php | 8 --- 2 files changed, 7 insertions(+), 67 deletions(-) diff --git a/core/lib/Thelia/Config/Resources/config.xml b/core/lib/Thelia/Config/Resources/config.xml index 0013941be..9b9d7df13 100644 --- a/core/lib/Thelia/Config/Resources/config.xml +++ b/core/lib/Thelia/Config/Resources/config.xml @@ -108,10 +108,6 @@ %kernel.debug% -<<<<<<< HEAD -======= - ->>>>>>> Readd services %file_model.classes% @@ -141,11 +137,6 @@ -<<<<<<< HEAD -<<<<<<< HEAD -======= -======= ->>>>>>> Readd services @@ -154,69 +145,27 @@ - - - - - - - - - - - - - - - - - - - - -<<<<<<< HEAD - -<<<<<<< HEAD -<<<<<<< HEAD - ->>>>>>> Add archive builder manager and formatter manager services - - - - - %kernel.environment% - - - - + - - + + - - + + - - + + - -======= - ->>>>>>> Fix services -======= - ->>>>>>> Readd services -======= @@ -226,6 +175,5 @@ ->>>>>>> Begin import export management diff --git a/core/lib/Thelia/Tools/URL.php b/core/lib/Thelia/Tools/URL.php index 8ef2b4b31..ab52472e6 100644 --- a/core/lib/Thelia/Tools/URL.php +++ b/core/lib/Thelia/Tools/URL.php @@ -315,15 +315,7 @@ class URL $clean; } -<<<<<<< HEAD -<<<<<<< HEAD public static function checkUrl($url, array $protocols = ["http", "https"]) -======= - public function checkUrl($url, array $protocols = ["http", "https"]) ->>>>>>> Define archive builders and formatters -======= - public static function checkUrl($url, array $protocols = ["http", "https"]) ->>>>>>> Fix FileDownloader test { $pattern = sprintf(UrlValidator::PATTERN, implode('|', $protocols));