1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 21:38:14 +01:00

281 Commits

Author SHA1 Message Date
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
Barry vd. Heuvel
b378bbc13d Hide mail when 0
See #63
2014-03-20 16:48:49 +01:00
Barry vd. Heuvel
00e8608215 CS fix 2014-03-11 18:44:24 +01:00
Barry vd. Heuvel
de21276fff Escape lines 2014-03-09 11:49:24 +01:00
Barry vd. Heuvel
8398de88c9 Make chaining configurable 2014-03-09 11:37:50 +01:00
Barry vd. Heuvel
dc21739880 Chain exceptions
Also show the chained exceptions, when a previous exception is set.
2014-03-07 14:23:12 +01:00
maximebf
d076e51b3a renamed DataFormater to DataFormatter (oups!) 2014-03-04 14:18:45 -03:00
maximebf
2338c4ca70 added min-height to kvlist widget (fixed #94) 2014-03-04 13:58:41 -03:00
maximebf
cae98bc37a added DataFormater and now using kint to format variables (fixed #93 and #95) 2014-03-04 13:56:20 -03:00
maximebf
5bbb3bc78b better handling of long keys in kvlist (fixes #61) 2014-02-14 13:30:44 -03:00
maximebf
e0a46c586d fixes padding issue with select box in header 2014-02-14 13:20:58 -03:00
maximebf
3113148367 uses delta as memory usage in PDO instead of peak (fixes #81)
added __get, __set and __call on TraceablePDO which are forwared to the underlying instance
2014-02-14 13:17:41 -03:00
maximebf
3089d2f750 refactoring and improvements to resizing and responsivity
debugbar header is now split in left and right containers for better responsivity
changed the way the indicators position is handled (not a property of the indicator anymore)
moved resize-handle out of body
when closed, the debugbar will always restore to opened state
2014-02-14 12:42:43 -03:00
maximebf
9efc22aca1 refactoring, fixed coding conventions 2014-02-14 12:42:43 -03:00
zhuston
3be110f8b1 Allow empty to address for SwiftMailer 2014-02-14 10:28:32 -05:00
maximebf
612b02b2a6 extracted resize function into DebugBar.resize() in debugbar.js. trigger resize() on restore (fixed #90) 2014-02-14 11:15:05 -03:00
Metallizzer
a7b820340b Timeline widget.
Sum of left offset and width should not exceed 100 percent.
2014-02-08 16:20:10 +07:00
Metallizzer
6a2b095968 Recompute the padding-bottom
Recompute the padding-bottom css property of the body after closing debugbar panel
2014-01-31 00:48:22 -08:00
Barry vd. Heuvel
ae5da3245a Update bower assets 2014-01-26 19:58:14 +01:00
GuimDev
7bdc75acb1 Allow change sentence for DataCollector
For Datacollector you can add "sentence" in array return of collect function.
2014-01-23 14:03:02 +01:00
Graham Campbell
5a6c2ac65d More fixes 2014-01-17 19:57:50 +00:00
Graham Campbell
0071105c25 CS fixes 2014-01-16 21:41:41 +00:00
Maxime Bouroumeau-Fuseau
2d8c00e5bf Merge pull request #76 from barryvdh/patch-3
Improve filtering on meta data
2014-01-16 05:58:53 -08:00
Barry vd. Heuvel
779d8f9a40 Update CS 2014-01-15 09:56:01 +01:00
Barry vd. Heuvel
5a9aef67dd Check if meta key exists 2014-01-14 10:10:17 +01:00
Barry vd. Heuvel
3f4680643a Check if key exists 2014-01-14 10:09:41 +01:00
Barry vd. Heuvel
8d00a2ac74 Update filter for Redis
Make filter work with multiple keys and wildcard search, eg. user/* or ip 10.0.*
2014-01-14 09:54:06 +01:00
Barry vd. Heuvel
1663f3808b Improve filtering
Make filter work with multiple keys and wildcard search, eg. user/* or ip 10.0.*
2014-01-14 09:52:37 +01:00
Barry vd. Heuvel
8c87cb0dd0 Add method to pdo storage schema 2014-01-14 09:46:04 +01:00
Barry vd. Heuvel
0b5228a22c Update PDOStorage for meta method 2014-01-14 09:44:11 +01:00
Maxime Bouroumeau-Fuseau
12997a339d Merge pull request #72 from barryvdh/patch-4
Update FileStorage
2014-01-13 16:37:10 -08:00
Maxime Bouroumeau-Fuseau
8c55491de4 Merge pull request #74 from barryvdh/patch-6
Improve OpenHandler search/filtering
2014-01-13 16:35:45 -08:00
Barry vd. Heuvel
043590d402 Add method to filters 2014-01-13 22:20:41 +01:00
Barry vd. Heuvel
33558c42a9 Add ip filter 2014-01-13 22:17:19 +01:00
Barry vd. Heuvel
ef41586ae0 Add filter form for OpenHandler
Provide a form to search for method/uri/ip.
Doesn't seem to handle multiple filters at once, but that seems a server-side problem.
Also, improvement could be to fill the form when clicking on a link, but it works :)
2014-01-13 22:13:26 +01:00
Barry vd. Heuvel
7fb14da75b Update openhandler view
Don't show the id. Make the method/request/ip clickable, to filter by that.
2014-01-13 22:07:43 +01:00
Barry vd. Heuvel
6103ddabf2 Skip loading offset on empty filter 2014-01-13 21:13:04 +01:00
Barry vd. Heuvel
dbfceb732c Update FileStorage
Sort the datasets by modifiedtime (newest first), then load the files and stop when the maximum results are found, so when don't have to load a lot of older files.
2014-01-13 20:53:21 +01:00
Barry vd. Heuvel
dff29e753f Add box-sizing for Mozilla
As described in https://github.com/barryvdh/laravel-debugbar/issues/76
2014-01-13 18:40:29 +01:00
Maxime Bouroumeau-Fuseau
8b8fb7a095 Merge pull request #62 from barryvdh/icons
Typo in icons
2014-01-13 06:19:47 -08:00
Maxime Bouroumeau-Fuseau
d104274106 Merge pull request #65 from barryvdh/patch-3
Make dir when not exists
2014-01-13 06:19:34 -08:00
Maxime Bouroumeau-Fuseau
fcd6a2a987 Merge pull request #66 from barryvdh/patch-4
Use HttpDriver in OpenHandler
2014-01-13 06:19:21 -08:00
Maxime Bouroumeau-Fuseau
21663713d3 Merge pull request #68 from barryvdh/patch-5
Prevent opening other directories
2014-01-13 06:19:04 -08:00
Maxime Bouroumeau-Fuseau
30a82ab363 Merge pull request #69 from barryvdh/patch-6
Fix open-btn css
2014-01-13 06:18:47 -08:00
Barry vd. Heuvel
2679dba651 Add Request Method to collect 2014-01-13 09:41:11 +01:00
Barry vd. Heuvel
844f05a722 Add Request Method 2014-01-13 09:39:56 +01:00
Barry vd. Heuvel
024f4108d3 Move mkdir to save() 2014-01-13 09:20:37 +01:00
Barry vd. Heuvel
f15a3b5dda Fix open-btn css
Whoops, trailing comma killed the open button.
2014-01-12 16:26:26 +01:00
Barry vd. Heuvel
b0ccc67756 Prevent opening other directories
Make sure you cannot do something ?id=../somefile
2014-01-12 16:19:08 +01:00