diff --git a/src/Symfony/Bundle/DoctrineBundle/Resources/views/Profiler/db_bar.php b/src/Symfony/Bundle/DoctrineBundle/Resources/views/Profiler/db_bar.php index daa2c423a4..08e342b93c 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Resources/views/Profiler/db_bar.php +++ b/src/Symfony/Bundle/DoctrineBundle/Resources/views/Profiler/db_bar.php @@ -1,2 +1,2 @@ - +Database getQueryCount() ?>|getTime()) ?> ms diff --git a/src/Symfony/Bundle/DoctrineBundle/Resources/views/Profiler/db_menu.php b/src/Symfony/Bundle/DoctrineBundle/Resources/views/Profiler/db_menu.php index b78055ca49..e1528fed02 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Resources/views/Profiler/db_menu.php +++ b/src/Symfony/Bundle/DoctrineBundle/Resources/views/Profiler/db_menu.php @@ -1,4 +1,4 @@
getTime()) ?> ms
getQueryCount() ?>
- +Database Doctrine diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_bar.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_bar.php index c3ed739172..4f56ea0b4b 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_bar.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_bar.php @@ -1,2 +1,2 @@ - +Mongo getQueryCount() ?> diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_menu.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_menu.php index 397a25a5c7..346740c980 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_menu.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_menu.php @@ -1,3 +1,2 @@
getQueryCount() ?>
- -Doctrine MongoDB \ No newline at end of file +Mongo diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/admin.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/admin.php index 9fb00ec030..5a413285d4 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/admin.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/admin.php @@ -1,6 +1,6 @@

- + Import Admin

diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/config_bar.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/config_bar.php index 30386f8440..d774102cb4 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/config_bar.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/config_bar.php @@ -1,8 +1,8 @@ -Symfony +Symfony getSymfonyVersion() ?> -PHP +PHP getPhpVersion() ?>|xdebug|accel - +Environment getAppName() ?>|getEnv() ?>|isDebug() ? 'debug' : 'no-debug' ?>|getUrl()): ?>getToken() ?>getToken() ?> diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/events_menu.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/events_menu.php index bb5d9effc1..b122f97ce4 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/events_menu.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/events_menu.php @@ -1,2 +1,2 @@ - +Events Events \ No newline at end of file diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/exception_menu.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/exception_menu.php index 7cd3246533..aa39bab811 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/exception_menu.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/exception_menu.php @@ -1,5 +1,5 @@ hasException()): ?>
hasException() ?>
- +Exception Exception \ No newline at end of file diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_bar.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_bar.php index 86dfa51a38..bb2ef95487 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_bar.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_bar.php @@ -1,2 +1,2 @@ - +Logs countErrors() ?> diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_menu.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_menu.php index 4f8dd4a79d..ad557c985d 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_menu.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_menu.php @@ -1,3 +1,3 @@
countErrors() ?>
- +Logs Logs diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/memory_bar.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/memory_bar.php index 15aec05e1f..b77d66f560 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/memory_bar.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/memory_bar.php @@ -1,2 +1,2 @@ - +Memory Usage getMemory() / 1024) ?> KB diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_bar.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_bar.php index 17483217c4..27be59ddf5 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_bar.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_bar.php @@ -1,2 +1,2 @@ - +Request getRoute()): ?>getRoute() ?>NONE|getFormat() ?>|getStatusCode() ?>|getContentType() ?> diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_menu.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_menu.php index 736fa537cb..b9e8f931b7 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_menu.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_menu.php @@ -1,2 +1,2 @@ - +Request Request \ No newline at end of file diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_panel.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_panel.php index 697de45b0e..c8aee396f4 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_panel.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/request_panel.php @@ -36,4 +36,4 @@

Response Session Attributes

-render('WebProfilerBundle:Profiler:bag', array('bag' => $data->getSessionAttributes())) ?> +render('WebProfilerBundle:Profiler:bag', array('bag' => $data->getSessionAttributes())) ?> diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.php b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.php index e358a60db2..a5c6e7ebf9 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.php @@ -1,6 +1,6 @@