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
Maxime Bouroumeau-Fuseau
f98d912252
Merge pull request #80 from GrahamCampbell/cs-fixes
...
CS Fixes
2014-01-20 13:37:54 -08:00
Graham Campbell
987e050145
Travis tweaks
2014-01-18 16:28:19 +00:00
Graham Campbell
89ad71ab18
Test tweak
2014-01-17 19:58:09 +00: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
Maxime Bouroumeau-Fuseau
d4536cb255
Merge pull request #75 from barryvdh/patch-5
...
Add method to PdoStorage
2014-01-14 11:12:22 -08: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
1.9.1
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
Maxime Bouroumeau-Fuseau
628e73709c
Merge pull request #71 from barryvdh/patch-3
...
Add box-sizing for Mozilla
2014-01-13 16:34:20 -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
Maxime Bouroumeau-Fuseau
a69c7dd4f5
Merge pull request #70 from barryvdh/patch-7
...
Add Request Method to data/open handler
2014-01-13 06:18:19 -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
Barry vd. Heuvel
9ad8fb12e7
Use HttpDriver in OpenHandler
2014-01-11 16:01:57 +01:00
Barry vd. Heuvel
05be7ddb9e
Make dir when not exists
2014-01-11 14:30:37 +01:00
Barry vd. Heuvel
195aba09de
Typo in icons
...
icone instead of icon
2014-01-08 11:44:25 +01:00
Maxime Bouroumeau-Fuseau
ec6a857a30
Merge pull request #57 from barryvdh/closebtn
...
Change close/minimize behaviour
1.9
2014-01-07 12:49:48 -08:00
Barry vd. Heuvel
cc60885c22
Change icon to php-icon
2014-01-05 20:42:36 +01:00
Maxime Bouroumeau-Fuseau
43f0382a81
Merge pull request #50 from barryvdh/patch-1
...
Limit headers to something below 256kB
2014-01-04 13:42:33 -08:00
Barry vd. Heuvel
60ecbfc507
Look for errors in header data
2013-12-29 19:39:32 +01:00
Barry vd. Heuvel
8e031e4774
Add error instead of empty array
2013-12-29 19:38:39 +01:00
Barry vd. Heuvel
231d17fc7f
Change minimize to close button
...
Close the debugbar, to save space. Minimize happens when clicking on the
open tab.
2013-12-29 17:45:41 +01:00
Maxime Bouroumeau-Fuseau
740b7d26c8
Merge pull request #56 from GuimDev/master
...
ResponsiveCSS for debugbar
2013-12-27 04:33:52 -08:00
GuimDev
20051093ad
Small change for responsive CSS
...
Update full_init.html, javascript : rename function and variable.
2013-12-27 09:33:05 +01:00
GuimDev
bac451ca86
Responsive CSS for debugbar
...
http://i.imgur.com/5thBFc1.png
2013-12-26 19:41:49 +01:00
GuimDev
859e00c22f
Update debugbar.css and add twig badge
...
http://i.imgur.com/Ij2194R.png
and n-resize cursor is more suitable.
Twig didn't have badge, I add it.
2013-12-26 18:39:23 +01:00
Maxime Bouroumeau-Fuseau
aed2132c97
Merge pull request #55 from GuimDev/master
...
Add register_shutdown function is most accurate (and support Twig)
2013-12-26 05:58:04 -08:00