ciruz
b5bcafb3e3
Added display:block to list items
...
It's realistic (for example: fresh laravel installation with default inline style display:inline) that someone will globally change the <li> items, but this will mess up the debugbar.
2013-10-15 09:42:05 +02:00
ciruz
ff0d9a32cf
Added text-align:left
...
It's realistic (for example: fresh laravel installation with default inline style) that someone will globally align the text, but this will mess up the debugbar.
2013-10-15 09:39:40 +02:00
maximebf
85fc816102
fixed failing test
2013-10-07 10:49:52 -04:00
maximebf
9937d76e70
ajaxHandler.bindToJquery() now operates on the jQuery object available as global
2013-10-07 10:45:14 -04:00
maximebf
719c5e0062
added prefixes on all css classes ( fixed #35 )
...
using images for close and open icons instead of font-awesome
using time instead of datetime in dataset selection box
1.7
2013-10-06 17:19:42 -04:00
Maxime Bouroumeau-Fuseau
84986b1588
Merge pull request #34 from barryvdh/patch-1
...
Show microseconds
2013-10-02 07:12:03 -07:00
Barry vd. Heuvel
5dcce0235a
Add spaces
2013-10-02 16:04:40 +02:00
Barry vd. Heuvel
ebe4e87851
Remove precision for microseconds
...
Maybe a bit much for microseconds.
2013-10-02 10:56:03 +02:00
Barry vd. Heuvel
8915596404
Update precision
...
Also, update the precision.
2013-10-02 10:54:40 +02:00
Barry vd. Heuvel
9e9ca24a62
Show microseconds
...
Many small PDO queries will report 0ms. This will show microseconds when appropriate.
2013-10-02 10:50:24 +02:00
Maxime Bouroumeau-Fuseau
3e0c9e3b4c
Merge pull request #33 from nicoder/patch-1
...
fix typo
2013-09-30 21:22:14 -07:00
nicoder
b5ca8e5ca2
fix typo
2013-10-01 06:10:14 +02:00
maximebf
a13cf14e56
updated docs style
2013-09-28 12:02:40 -04:00
Maxime Bouroumeau-Fuseau
ee3e1f2371
Merge pull request #30 from lucasrcosta/master
...
Updated SlimCollector severity levels
2013-09-25 14:08:39 -07:00
lucasrcosta
519efd8ea3
Updated SlimCollector severity levels
...
Updated $map array on line 49 according to Slim's current PSR-3 severity levels.
2013-09-25 18:06:23 -03:00
maximebf
522633f3cf
fixed bug in ajax handler that caused infinite loop
2013-09-23 14:03:22 -04:00
maximebf
9264bd2749
OpenHandler::handle() can now take any objects implementing ArrayAccess as request data
2013-09-23 11:04:57 -04:00
maximebf
8972b82a9a
added support for sending the request id in headers and retreiving the data using the open handler
2013-09-23 10:41:54 -04:00
maximebf
821bf57f2d
added new storage adapters
2013-09-20 15:46:52 -04:00
maximebf
db4b041fc2
css fix
2013-09-20 15:42:04 -04:00
maximebf
3c5e8cca50
added getDataAsHeaders()
2013-09-20 13:42:12 -04:00
maximebf
f74037a29d
Better names in the dataset selection box ( fixed #26 )
2013-09-19 22:35:17 -04:00
maximebf
6330bca1c7
updated docs [ci skip]
1.6.1
2013-09-19 18:05:12 -04:00
maximebf
02599ef57b
Added click on active item to minimize the debug bar ( fixed #27 )
2013-09-19 16:48:26 -04:00
maximebf
1b7e7fdbc8
jQuery.noConflict() is now called by default ( fixed #29 )
...
Will not be called if the js vendors are not included.
Can be enabled/disabled using JavascriptRenderer::setEnableJqueryNoConflict()
2013-09-19 16:31:50 -04:00
maximebf
7e81754ef6
Added abstraction for HTTP features ( fixed #28 )
2013-09-19 16:31:00 -04:00
Maxime Bouroumeau-Fuseau
ba75ec7e66
Update README [ci skip]
2013-09-15 19:44:40 +02:00
maximebf
861ddc302e
removed usage of session_status()
1.6
2013-09-15 13:06:20 -04:00
maximebf
702fea1582
addec changelog
2013-09-15 12:59:43 -04:00
maximebf
db8bf5c6a1
added stacked data
2013-09-15 12:56:08 -04:00
maximebf
90248ebb3c
fixed unit tests with ajax handler
2013-09-15 11:40:37 -04:00
maximebf
7fa6b33cc5
added support for sending data through HTTP headers ( fixed #18 )
2013-09-15 11:29:33 -04:00
Maxime Bouroumeau-Fuseau
c54fb868b6
Merge pull request #17 from nakonechny/master
...
fixes #16
2013-09-14 11:45:43 -07:00
maximebf
6ec0583188
fixed use of Object.keys() when not defined ( fixed #25 )
2013-09-13 16:23:24 -04:00
Maxime Bouroumeau-Fuseau
01d423ed5a
Merge pull request #24 from barryvdh/patch-3
...
Set color to black
2013-09-12 08:36:28 -07:00
Barry vd. Heuvel
96438b68bd
Set color to black
...
When the site has a white text-color, the text cannot be read. Set to black by default.
2013-09-12 17:35:56 +02:00
Maxime Bouroumeau-Fuseau
4165731a93
Merge pull request #23 from barryvdh/patch-2
...
Recursively format vars
2013-09-12 08:34:05 -07:00
Barry vd. Heuvel
7866098695
Recursively format vars
...
Not sure if the name/implementation is the best, but with the old formatVars, an array with objects wasn't properly transformed.
This could lead to recursion and a blank screen..
This way every array is checked again for object, not just the first level.
2013-09-12 17:30:32 +02:00
Maxime Bouroumeau-Fuseau
7fbe0a5d4f
Merge pull request #22 from lunika/master
...
in variableListWidget, check if v variable is not null
2013-09-11 06:01:19 -07:00
Manuel Raynaud
b1cc0a8912
in variableListWidget, check if v variable is not null
2013-09-11 09:55:09 +02:00
Maxime Bouroumeau-Fuseau
279f1bf63f
Update bridge_collectors.md
2013-09-10 14:37:17 +02:00
Maxime Bouroumeau-Fuseau
5beed31722
Update README.md
2013-09-05 15:18:55 +02:00
Maxime Bouroumeau-Fuseau
04636f9428
typo
2013-09-05 14:55:14 +02:00
Maxime Bouroumeau-Fuseau
28cf135fb1
fixed issue #20 with proper coding style
2013-09-05 14:51:59 +02:00
nakonechny
fe8b415f2d
fixes #16
2013-08-29 16:30:33 +04:00
Maxime Bouroumeau-Fuseau
161d31a7e2
Merge pull request #15 from vitr/master
...
Update debugbar.js
2013-08-29 00:36:54 -07:00
Vitaliy Ryepnoy
d0bdd1a98c
Update debugbar.js
...
https://github.com/maximebf/php-debugbar/issues/14
2013-08-29 13:55:08 +10:00
Maxime Bouroumeau-Fuseau
c40f48c0d6
Merge pull request #13 from thekonz/patch-1
...
README syntax highlighting
2013-08-28 05:28:17 -07:00
thekonz
f16409f9ad
README syntax highlighting
...
use syntax highlighting, would you?
2013-08-28 14:09:50 +02:00
Maxime Bouroumeau-Fuseau
286586dfca
Merge pull request #12 from nakonechny/master
...
typo fix
2013-08-27 01:19:03 -07:00