forked from symfony/symfony
-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
95 additions
and
167 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/Symfony/Bundle/FrameworkBundle/Resources/config/routing/errors.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
_preview_error: | ||
path: /{code}.{_format} | ||
controller: error_controller::preview | ||
defaults: | ||
_format: html | ||
requirements: | ||
code: \d+ |
5 changes: 5 additions & 0 deletions
5
src/Symfony/Bundle/FrameworkBundle/Resources/config/routing/webhook.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
_webhook_controller: | ||
path: /{type} | ||
controller: webhook.controller::handle | ||
requirements: | ||
type: .+ |
10 changes: 0 additions & 10 deletions
10
...undle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/customTemplateEscapingGuesser.xml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/empty.xml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/extra.xml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/formats.xml
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/full.xml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/mailer.xml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/xml/templateClass.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 0 additions & 55 deletions
55
src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml
This file was deleted.
Oops, something went wrong.
59 changes: 59 additions & 0 deletions
59
src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
_profiler_home: | ||
path: / | ||
controller: web_profiler.controller.profiler::homeAction | ||
|
||
_profiler_search: | ||
path: /search | ||
controller: web_profiler.controller.profiler::searchAction | ||
|
||
_profiler_search_bar: | ||
path: /search_bar | ||
controller: web_profiler.controller.profiler::searchBarAction | ||
|
||
_profiler_phpinfo: | ||
path: /phpinfo | ||
controller: web_profiler.controller.profiler::phpinfoAction | ||
|
||
_profiler_xdebug: | ||
path: /xdebug | ||
controller: web_profiler.controller.profiler::xdebugAction | ||
|
||
_profiler_font: | ||
path: /font/{fontName}.woff2 | ||
controller: web_profiler.controller.profiler::fontAction | ||
|
||
_profiler_search_results: | ||
path: /{token}/search/results | ||
controller: web_profiler.controller.profiler::searchResultsAction | ||
|
||
_profiler_open_file: | ||
path: /open | ||
controller: web_profiler.controller.profiler::openAction | ||
|
||
_profiler: | ||
path: /{token} | ||
controller: web_profiler.controller.profiler::panelAction | ||
|
||
_profiler_router: | ||
path: /{token}/router | ||
controller: web_profiler.controller.router::panelAction | ||
|
||
_profiler_exception: | ||
path: /{token}/exception | ||
controller: web_profiler.controller.exception_panel::body | ||
|
||
_profiler_exception_css: | ||
path: /{token}/exception.css | ||
controller: web_profiler.controller.exception_panel::stylesheet | ||
|
||
_profiler_router: | ||
path: /{token}/router | ||
controller: web_profiler.controller.router::panelAction | ||
|
||
_profiler_exception: | ||
path: /{token}/exception | ||
controller: web_profiler.controller.exception_panel::body | ||
|
||
_profiler_exception_css: | ||
path: /{token}/exception.css | ||
controller: web_profiler.controller.exception_panel::stylesheet |
14 changes: 0 additions & 14 deletions
14
src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.xml
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/wdt.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
_wdt_stylesheet: | ||
path: /styles.css | ||
controller: web_profiler.controller.profiler::toolbarStylesheetAction | ||
|
||
_wdt: | ||
path: /{token} | ||
controller: web_profiler.controller.profiler::toolbarAction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters