1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

766 Commits

Author SHA1 Message Date
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
nakonechny
32fef69e69 typo fix 2013-08-27 12:10:03 +04:00
maximebf
70bd3f6d29 updated readme [ci skip] 2013-08-17 12:48:01 +10:00
maximebf
37dccc40da fixed the bug where the debug bar obscures page content (fixed #10) 1.5.1 2013-08-17 12:02:49 +10:00
Maxime Bouroumeau-Fuseau
592a23e5a1 Merge pull request #9 from GLaDOSDan/master
Fixed malformed HTML when including scripts in JavascriptRenderer
2013-08-16 00:30:17 -07:00
GLaDOSDan
a744fc3bab Fixed malformed HTML when including scripts in JavascriptRenderer 2013-08-16 02:39:37 +01:00
Maxime Bouroumeau-Fuseau
108236e157 Merge pull request #8 from pborreli/typos
Fixed typos
2013-08-15 17:11:00 -07:00
Pascal Borreli
68dfa87ef6 Fixed typos 2013-08-16 00:52:32 +01:00
Maxime Bouroumeau-Fuseau
c7f4e7615c Merge pull request #6 from mikealmond/hotfix/docs-update
Update the base collectors doc to show how to collect multiple PDO connections
2013-08-15 05:12:20 -07:00
Mike Almond
04a2332c69 Update the base collectors doc to show how to collect multiple PDO connections
Updating the docs to reflect the changes in the `PDOCollector` class

Reference maximebf/php-debugbar#5
2013-08-15 08:03:41 -04:00
maximebf
f666309f1d updated readme [ci skip] 2013-08-14 22:36:03 +10:00
maximebf
f120f602b5 updated README 1.5 2013-08-14 22:35:19 +10:00
maximebf
2f01a54899 updated readme 2013-08-14 22:33:12 +10:00
maximebf
76a70581ba updated README 2013-08-14 22:26:07 +10:00
maximebf
2e483704d9 renaming 2013-08-14 22:26:01 +10:00
maximebf
8fde2e9a0f added tests 2013-08-14 22:22:07 +10:00
maximebf
ff4561fef2 updated docs 2013-08-14 22:14:09 +10:00
maximebf
3690180427 working default client side open handler implementation 2013-08-14 22:14:09 +10:00
maximebf
f686438050 started work on open handler 2013-08-14 22:14:09 +10:00
maximebf
c5a145ad14 added tests 2013-08-14 22:12:33 +10:00
maximebf
584116f529 check if $_REQUEST['REQUEST_URI'] exists before using it 2013-08-14 22:10:33 +10:00
maximebf
8daa6f8f5a updated docs 2013-08-14 21:37:56 +10:00
maximebf
fc05e00621 added support for storing collected data 2013-08-14 21:37:56 +10:00
maximebf
fb1605e93c added unit tests 2013-08-14 21:37:24 +10:00
maximebf
d9a37e9e84 added getControls() and getIgnoredCollectors() in JavascriptRenderer 2013-08-14 21:17:55 +10:00
maximebf
d40979d6b0 added JavascriptRenderer::getAssets() 2013-08-14 16:54:27 +10:00
maximebf
4c4c963b3d added support for multiple connection in PDOCollector (fixed #5) 2013-08-14 11:41:24 +10:00