-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
RouterHelperTrait::finalize_path()
helper function to add prefi…
…x path Bump library `berlioz/router` to ^2.5 Update JavaScript dependencies update Console and toolbar are compatibles with a `X-Forwarded-Prefix` header Fix toolbar background Fix default config
- Loading branch information
Showing
28 changed files
with
173 additions
and
118 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"debug":{"css":"/_console/dist/css/debug.feb9704a.css","js":"/_console/dist/js/debug.07f97f44.js"},"debug-toolbar":{"css":"/_console/dist/css/debug-toolbar.feb9704a.css","js":"/_console/dist/js/debug-toolbar.9dd4536f.js"},"debug-caller":{"js":"/_console/dist/js/debug-caller.617030da.js"}} | ||
{"debug":{"css":"/_console/dist/css/debug.a6c50277.css","js":"/_console/dist/js/debug.492f33b5.js"},"debug-toolbar":{"css":"/_console/dist/css/debug-toolbar.a6c50277.css","js":"/_console/dist/js/debug-toolbar.9dd4536f.js"},"debug-caller":{"js":"/_console/dist/js/debug-caller.1ce22e83.js"}} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"debug.css": "/_console/dist/css/debug.feb9704a.css", | ||
"debug.js": "/_console/dist/js/debug.07f97f44.js", | ||
"debug-toolbar.css": "/_console/dist/css/debug-toolbar.feb9704a.css", | ||
"debug.css": "/_console/dist/css/debug.a6c50277.css", | ||
"debug.js": "/_console/dist/js/debug.492f33b5.js", | ||
"debug-toolbar.css": "/_console/dist/css/debug-toolbar.a6c50277.css", | ||
"debug-toolbar.js": "/_console/dist/js/debug-toolbar.9dd4536f.js", | ||
"debug-caller.js": "/_console/dist/js/debug-caller.617030da.js", | ||
"fonts/bootstrap-icons.woff?": "/_console/dist/fonts/bootstrap-icons.94eeade1.woff", | ||
"fonts/bootstrap-icons.woff2?": "/_console/dist/fonts/bootstrap-icons.dfd0ea12.woff2" | ||
"debug-caller.js": "/_console/dist/js/debug-caller.1ce22e83.js", | ||
"fonts/bootstrap-icons.woff?": "/_console/dist/fonts/bootstrap-icons.39795c0b.woff?dd67030699838ea613ee6dbda90effa6", | ||
"fonts/bootstrap-icons.woff2?": "/_console/dist/fonts/bootstrap-icons.b7bcc075.woff2?dd67030699838ea613ee6dbda90effa6" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% if app.isDebugEnabled -%} | ||
{{- '' }}<script>var berlioz_debug_report = '{{ app.debugUniqid }}';</script> | ||
{{- '' }}<script>var berlioz_debug_report = '{{ app.debugUniqid }}';var berlioz_base_url = '{{ finalize_path('') }}';</script> | ||
{{- '' }}<script async src="{{ path('_berlioz/console/toolbar-dist') }}"></script> | ||
{%- endif %} |
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
Oops, something went wrong.