Commit f492ba5
File tree
16 files changed
+92
-13
lines changedFilter options
- src/Symfony/Bundle/WebProfilerBundle
- Controller
- Resources
- config
- routing
- views
- Collector
- Profiler
- images
- Tests/DependencyInjection
16 files changed
+92
-13
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
237 | 237 |
|
238 | 238 |
|
239 | 239 |
|
240 |
| - |
| 240 | + |
241 | 241 |
|
242 | 242 |
|
243 | 243 |
|
|
+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
579 | 579 |
|
580 | 580 |
|
581 | 581 |
|
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
582 | 587 |
|
583 | 588 |
|
584 | 589 |
|
|
src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
| 29 | + |
| 30 | + |
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionErrorController.php
Copy file name to clipboard+59Lines changed: 59 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.xml+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
31 | 37 |
|
32 | 38 |
|
33 | 39 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/config/routing/profiler.xml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.css.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.css.twig-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 | 1 |
|
4 | 2 |
|
5 | 3 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.html.twig+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/messenger.html.twig+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
| - |
123 |
| - |
| 122 | + |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_redirect.html.twig+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/images/icon-minus-square.svg
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Loading
src/Symfony/Bundle/WebProfilerBundle/Resources/views/images/icon-plus-square.svg
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Loading
src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
| 95 | + |
95 | 96 |
|
96 | 97 |
|
97 | 98 |
|
98 |
| - |
| 99 | + |
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
| ||
105 | 106 |
|
106 | 107 |
|
107 | 108 |
|
| 109 | + |
108 | 110 |
|
109 | 111 |
|
110 | 112 |
|
111 |
| - |
| 113 | + |
112 | 114 |
|
113 | 115 |
|
114 | 116 |
|
|
src/Symfony/Bundle/WebProfilerBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
|
0 commit comments