Mike de Vrind
a57b19fd5d
Beter visual presentation of duplicate queries
...
The color #ffd is so light, it's not visible on my screen. So a little change to make it a little bit darker.
2014-05-28 13:41:26 +02:00
Maxime Bouroumeau-Fuseau
c4bd30b304
Merge pull request #128 from teslitsky/master
...
Fix typo
2014-05-23 13:11:56 -05:00
Dmitry Teslitsky
8d12ad1393
Fix type
2014-05-23 17:36:16 +03:00
Barry vd. Heuvel
849231ddab
Check if the exception file exists.
...
Can be null/empty sometimes? Not really sure, but see https://github.com/barryvdh/laravel-debugbar/issues/135
2014-05-05 09:35:28 +02:00
maximebf
ab02c692d2
Merge remote-tracking branch 'origin/pr/109'
...
Conflicts:
src/DebugBar/Resources/widgets/sqlqueries/widget.css
1.9.14
2014-04-25 11:30:40 -05:00
maximebf
6f58aee3eb
fixed infinite recursion in TraceablePDO ( fixed #124 )
2014-04-25 11:25:03 -05:00
Maxime Bouroumeau-Fuseau
b51fc22937
Merge pull request #122 from barryvdh/kintlite
...
Remove Kint dependency
2014-04-24 09:53:50 -05:00
Barry vd. Heuvel
511c7a100d
Remove Kint dependency
...
Fixes #121
2014-04-23 10:13:42 +02:00
Maxime Bouroumeau-Fuseau
f6da2ec223
Merge pull request #117 from geekwright/sqlwrap
...
Add wrap to SQL code block to make queries fully visible
1.9.13
2014-04-05 11:50:54 -03:00
Maxime Bouroumeau-Fuseau
b3bd037af6
Merge pull request #118 from dongww/master
...
stri to string
2014-04-05 11:50:20 -03:00
dongww
42ec5d3bac
fix stri to string
2014-04-03 20:50:28 +08:00
geekwright
0159648182
Add wrap to SQL code block to make queries fully visible
2014-04-01 18:41:58 -05:00
Maxime Bouroumeau-Fuseau
8db7c3d5d5
Merge pull request #115 from snapshotpl/has-measure
...
Adding the possibility to verify whether measure exists
2014-03-29 17:10:49 -03:00
snapshotpl
0dc7d01442
Fix missing phpdocs in TimeDataCollector, rename new method name
2014-03-29 15:03:41 +01:00
snapshotpl
e4414bf296
hasMeasure method in TimeDataCollector
2014-03-29 15:00:46 +01:00
Maxime Bouroumeau-Fuseau
bcd98fd3de
Merge pull request #113 from barryvdh/patch-7
...
Delay creating pretty codeblocks
2014-03-26 09:44:08 -03:00
Barry vd. Heuvel
efdd4dd037
Delay creating pretty codeblocks
...
Only create the codeblocks when opening for the first time, to make the page load faster.
Fixes #112
2014-03-26 12:08:18 +01:00
Maxime Bouroumeau-Fuseau
a7cce7e9e4
Merge pull request #111 from barryvdh/patch-6
...
Add title to variable keys
1.9.12
2014-03-25 13:17:09 -03:00
Barry vd. Heuvel
9347b95328
Add title to variable keys
...
So we can show them on hover.
Not the best solution, but at least an easy fix to show the truncated text.
2014-03-25 15:49:56 +01:00
Maxime Bouroumeau-Fuseau
2fde8359e5
Merge pull request #110 from barryvdh/patch-5
...
Check if hljs is defined
2014-03-25 09:33:57 -03:00
Barry vd. Heuvel
ed30ed79c2
Check if hljs is defined
...
Really fixes #107 and #108
2014-03-25 08:58:22 +01:00
Joshua Jabbour
7c0c9c7043
Include params object when counting query duplicates.
2014-03-24 23:43:50 -07:00
Joshua Jabbour
36d99d43d8
Update duplicated status message to follow pattern.
2014-03-24 23:27:21 -07:00
Joshua Jabbour
168da436d1
Update duplicate query bg color to add hover state.
2014-03-24 23:25:42 -07:00
Joshua Jabbour
b88a773183
Highlight duplicate SQL statements.
2014-03-24 22:57:13 -07:00
Joshua Jabbour
7ed8f13a49
Add classes to all duplicate SQL statement rows.
2014-03-24 22:54:11 -07:00
maximebf
57403a83fd
avoid triggering error if hljs is not loaded ( fixed #107 )
1.9.11
2014-03-24 10:34:20 -04:00
maximebf
d142729574
added missing fonts ( fixed #106 )
1.9.10
2014-03-24 09:14:30 -04:00
maximebf
6fd6a67a38
removed unneeded files in vendor assets
1.9.9
2014-03-23 18:42:34 -04:00
Maxime Bouroumeau-Fuseau
32246949e7
Merge pull request #104 from barryvdh/patch-5
...
Tweak variables
2014-03-23 17:30:01 -03:00
Maxime Bouroumeau-Fuseau
db3f306447
Merge pull request #105 from barryvdh/patch-6
...
Make isString configurable
2014-03-23 17:29:32 -03:00
Barry vd. Heuvel
8241f4015a
Make isString configurable
...
The current `is_string` is really if it is a string, but rather that it should or shouldn't be prettified. With this tweak we can force the prettify behaviour (for example, multi-line logs or json_encode data is much more readable when prettified)
2014-03-23 21:27:44 +01:00
Barry vd. Heuvel
64e5f4bd00
Use pretty value for variable list
2014-03-23 21:22:46 +01:00
Barry vd. Heuvel
328a160ce5
Use white-space: nowrap;
...
Otherwise some keys can become 2 lines (when they have a `-` inside them) and this destroys the alignment.
2014-03-23 21:21:34 +01:00
Maxime Bouroumeau-Fuseau
0e50bf1950
Merge pull request #103 from barryvdh/patch-4
...
Tweak resizehandle
2014-03-23 14:48:55 -03:00
Barry vd. Heuvel
4881a84484
Tweak resizehandle
...
The resizehandle always seemed a little out-of-place. These changes should make the resizehandle invisible, but still have the same effect. Only difference is that the handle area is from the border to 4px above (which is invisible), but it should be obvious enough (because the cursor changes)
2014-03-23 17:37:58 +01:00
maximebf
d2659e5acc
code conventions
1.9.8
2014-03-22 22:33:40 -04:00
Maxime Bouroumeau-Fuseau
9706aa5757
Merge pull request #101 from GuimDev/patch-1
...
Add 'renderOnShutdownWithHead' function
2014-03-22 23:31:18 -03:00
maximebf
323415ca3f
added syntax highlighting ( fixed #99 )
1.9.7
2014-03-22 22:29:09 -04:00
GuimDev
4e0c091808
Add 'renderOnShutdownWithHead' function
...
If we use debugbar with Twig. There is possible that we have somewhat difficulty to implement this header.
Put the header with body, check if header is include or not. With this line :
if ($count === 0) {
echo $render;
}
2014-03-22 22:56:42 +01:00
maximebf
03af69f8d1
updated docs
2014-03-22 16:12:18 -04:00
maximebf
3a6fafbbd9
added Memcached storage
2014-03-22 16:03:08 -04:00
maximebf
58aa944bf1
removed {inheritDoc} comments
2014-03-22 15:57:47 -04:00
maximebf
2a9ce6900e
refactoring of widgets and migration of collectors to AssetProvider
...
specialized widgets extracted from main widgets.js and into widgets/ folder
collectors using specialized widgets now implement AssetProvider
2014-03-22 15:56:02 -04:00
maximebf
6e521e3990
added AssetProvider interface and JavascriptRenderer::addAssets()
2014-03-22 15:54:52 -04:00
Maxime Bouroumeau-Fuseau
0a4fbb9c90
Merge pull request #100 from barryvdh/patch-4
...
Hide mail when 0
2014-03-20 13:07:33 -03:00
Barry vd. Heuvel
b378bbc13d
Hide mail when 0
...
See #63
2014-03-20 16:48:49 +01:00
Maxime Bouroumeau-Fuseau
3b65590ab8
Merge pull request #97 from snapshotpl/master
...
Integration with Zend Framework 2
2014-03-19 17:15:41 -03:00
Maxime Bouroumeau-Fuseau
1ff6f4003a
Merge pull request #96 from barryvdh/patch-4
...
[Proposal] Chain exceptions
2014-03-17 11:48:29 -03:00
Witold Wasiczko
9e329511b8
Integration with Zend Framework 2
2014-03-13 22:55:01 +01:00