From 69760397328045f99195ce0a49488de7e580f3a0 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 5 Sep 2014 17:07:52 +0200 Subject: [PATCH 1/2] Fixed the link to the closure library in JS tests the development of google closure library has moved from Google Code to GitHub --- Resources/js/router_test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/js/router_test.html b/Resources/js/router_test.html index 5c8c359a..973dd77f 100644 --- a/Resources/js/router_test.html +++ b/Resources/js/router_test.html @@ -5,7 +5,7 @@ Router Test - + From 07653554fabef40842f273fd067fa84f110acda2 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 5 Sep 2014 11:04:02 +0200 Subject: [PATCH 2/2] Fixed the RouterDebugExposedCommand for Symfony 2.6 Closes #157 --- Command/RouterDebugExposedCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Command/RouterDebugExposedCommand.php b/Command/RouterDebugExposedCommand.php index c770507f..73331408 100644 --- a/Command/RouterDebugExposedCommand.php +++ b/Command/RouterDebugExposedCommand.php @@ -34,6 +34,7 @@ protected function configure() $this ->setName('fos:js-routing:debug') + ->setAliases(array()) // reset the aliases used by the parent command in Symfony 2.6+ ->setDescription('Displays currently exposed routes for an application') ->setHelp(<<fos:js-routing:debug command displays an application's routes which will be available via JavaScript.