From f0a7c6e1d42b27534aa2a51a3d5f7b41c8ac0cec Mon Sep 17 00:00:00 2001 From: juanber Date: Tue, 17 Sep 2013 22:25:44 +0200 Subject: [PATCH 01/13] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f81461b..84c1058 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -ProfilercommandBundle -- ALPHA VERSION +ProfilercommandBundle -- 1.0 VERSION ====================================== -Commands tools in your Symfonyprofiler +Commands tools in your Symfonyprofiler. First stable version. ![alt text](http://juanber84.pusku.com/recursos/pantallazo.png "ProfilercommandBundle") From 504b94af86d36d919708b8092c379a3396ea02f3 Mon Sep 17 00:00:00 2001 From: juanber Date: Tue, 17 Sep 2013 22:27:22 +0200 Subject: [PATCH 02/13] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c1058..7c8aec3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add in your composer.json { "require": { - "juanber84/profilercommand-bundle": "dev-master" + "juanber84/profilercommand-bundle": "1.0.*@dev" } } From c3b0a03ab38f5e5092a849e37a27754daaa91839 Mon Sep 17 00:00:00 2001 From: juanber Date: Mon, 7 Oct 2013 21:56:29 +0200 Subject: [PATCH 03/13] readme --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7c8aec3..2448ba8 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,19 @@ Add in your composer.json Add in your app/AppKernel.php - Date: Thu, 10 Oct 2013 23:25:47 +0200 Subject: [PATCH 04/13] fix --- Controller/CommandController.php | 4 ++-- DataCollector/CommandDataCollector.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Controller/CommandController.php b/Controller/CommandController.php index 260cbf4..1c3be59 100644 --- a/Controller/CommandController.php +++ b/Controller/CommandController.php @@ -4,8 +4,8 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Bundle\FrameworkBundle\Console\Application as App; -use Symfony\Component\Console\Tester\CommandTester; -use Symfony\Component\Process\ProcessBuilder; +//use Symfony\Component\Console\Tester\CommandTester; +//use Symfony\Component\Process\ProcessBuilder; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RedirectResponse; diff --git a/DataCollector/CommandDataCollector.php b/DataCollector/CommandDataCollector.php index d28ce8f..e4e7b6a 100644 --- a/DataCollector/CommandDataCollector.php +++ b/DataCollector/CommandDataCollector.php @@ -5,7 +5,7 @@ use Symfony\Component\HttpKernel\DataCollector\DataCollector; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; +//use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; class CommandDataCollector extends DataCollector { From 33722cb30ac64bd85c54f13f8004fe67eb0b10db Mon Sep 17 00:00:00 2001 From: Juanber Date: Thu, 10 Oct 2013 23:38:29 +0200 Subject: [PATCH 05/13] fix --- Controller/CommandController.php | 2 -- DataCollector/CommandDataCollector.php | 1 - 2 files changed, 3 deletions(-) diff --git a/Controller/CommandController.php b/Controller/CommandController.php index 1c3be59..60b7fa2 100644 --- a/Controller/CommandController.php +++ b/Controller/CommandController.php @@ -4,8 +4,6 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Bundle\FrameworkBundle\Console\Application as App; -//use Symfony\Component\Console\Tester\CommandTester; -//use Symfony\Component\Process\ProcessBuilder; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RedirectResponse; diff --git a/DataCollector/CommandDataCollector.php b/DataCollector/CommandDataCollector.php index e4e7b6a..e1841fa 100644 --- a/DataCollector/CommandDataCollector.php +++ b/DataCollector/CommandDataCollector.php @@ -5,7 +5,6 @@ use Symfony\Component\HttpKernel\DataCollector\DataCollector; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -//use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; class CommandDataCollector extends DataCollector { From 278c604a30554942c814bf79d0ffe6e6ff2769cd Mon Sep 17 00:00:00 2001 From: Juanber Date: Thu, 10 Oct 2013 23:41:16 +0200 Subject: [PATCH 06/13] fix --- DependencyInjection/Configuration.php | 2 +- DependencyInjection/Juanber84ProfilercommandExtension.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 23eedc0..9e7d87a 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -18,7 +18,7 @@ class Configuration implements ConfigurationInterface public function getConfigTreeBuilder() { $treeBuilder = new TreeBuilder(); - $rootNode = $treeBuilder->root('juanber84_profilercommand'); + //$rootNode = $treeBuilder->root('juanber84_profilercommand'); // Here you should define the parameters that are allowed to // configure your bundle. See the documentation linked above for diff --git a/DependencyInjection/Juanber84ProfilercommandExtension.php b/DependencyInjection/Juanber84ProfilercommandExtension.php index 37b9ac4..29ec6e5 100644 --- a/DependencyInjection/Juanber84ProfilercommandExtension.php +++ b/DependencyInjection/Juanber84ProfilercommandExtension.php @@ -20,7 +20,7 @@ class Juanber84ProfilercommandExtension extends Extension public function load(array $configs, ContainerBuilder $container) { $configuration = new Configuration(); - $config = $this->processConfiguration($configuration, $configs); + //$config = $this->processConfiguration($configuration, $configs); $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); $loader->load('services.yml'); From ebd6ac50a2e03fff62d38e61c585319e44bdefc1 Mon Sep 17 00:00:00 2001 From: Juanber Date: Thu, 10 Oct 2013 23:47:55 +0200 Subject: [PATCH 07/13] fix --- DependencyInjection/Juanber84ProfilercommandExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependencyInjection/Juanber84ProfilercommandExtension.php b/DependencyInjection/Juanber84ProfilercommandExtension.php index 29ec6e5..5b76f4a 100644 --- a/DependencyInjection/Juanber84ProfilercommandExtension.php +++ b/DependencyInjection/Juanber84ProfilercommandExtension.php @@ -19,7 +19,7 @@ class Juanber84ProfilercommandExtension extends Extension */ public function load(array $configs, ContainerBuilder $container) { - $configuration = new Configuration(); + //$configuration = new Configuration(); //$config = $this->processConfiguration($configuration, $configs); $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); From d1b63053efeb34bc84e7b71397cc35a895241793 Mon Sep 17 00:00:00 2001 From: Juanber Date: Thu, 10 Oct 2013 23:55:00 +0200 Subject: [PATCH 08/13] fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2448ba8..f65addd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ProfilercommandBundle -- 1.0 VERSION Commands tools in your Symfonyprofiler. First stable version. +[![SensioLabsInsight](https://insight.sensiolabs.com/projects/f309f5a9-77c1-464c-ae6c-587ec91f60cc/big.png)](https://insight.sensiolabs.com/projects/f309f5a9-77c1-464c-ae6c-587ec91f60cc) + ![alt text](http://juanber84.pusku.com/recursos/pantallazo.png "ProfilercommandBundle") Add in your composer.json From 75fcdabf2d3b10e6b37102fb200149eb93491492 Mon Sep 17 00:00:00 2001 From: Juanber Date: Thu, 10 Oct 2013 23:56:03 +0200 Subject: [PATCH 09/13] fix --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f65addd..9bfce5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -ProfilercommandBundle -- 1.0 VERSION -====================================== - +ProfilercommandBundle -- 1.0 +============================ Commands tools in your Symfonyprofiler. First stable version. [![SensioLabsInsight](https://insight.sensiolabs.com/projects/f309f5a9-77c1-464c-ae6c-587ec91f60cc/big.png)](https://insight.sensiolabs.com/projects/f309f5a9-77c1-464c-ae6c-587ec91f60cc) From 0bc361e2c5cfaed8ef13ade6df37f28d728d49bb Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 22 Oct 2013 12:11:42 +0200 Subject: [PATCH 10/13] change dependences --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73b6739..4ca7524 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }], "require": { "php": ">=5.3.2", - "symfony/framework-bundle": ">=2.0.0" + "symfony/symfony": ">=2.0.*@dev" }, "autoload": { "psr-0": { From 254d04eb52e1a51574013f4b3a1e02b276bedeb1 Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 22 Oct 2013 12:13:57 +0200 Subject: [PATCH 11/13] change dependences --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4ca7524..8288d94 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }], "require": { "php": ">=5.3.2", - "symfony/symfony": ">=2.0.*@dev" + "symfony/symfony": ">=v2.0.24" }, "autoload": { "psr-0": { From b58b6f4ae1183624ca71830a92b4785db4e7b262 Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 22 Oct 2013 12:16:55 +0200 Subject: [PATCH 12/13] change dependences --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8288d94..20ee595 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }], "require": { "php": ">=5.3.2", - "symfony/symfony": ">=v2.0.24" + "symfony/symfony": ">=2.0.7" }, "autoload": { "psr-0": { From 51486e850bc64392d309c50a4b09e9b876011ae3 Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 22 Oct 2013 12:18:46 +0200 Subject: [PATCH 13/13] change dependences --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 20ee595..3e29015 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,7 @@ "email": "juanber84@gmail.com" }], "require": { - "php": ">=5.3.2", - "symfony/symfony": ">=2.0.7" + "php": ">=5.3.2" }, "autoload": { "psr-0": {