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 |
|
Maxime Bouroumeau-Fuseau
|
2051b18c87
|
Merge pull request #4 from mikealmond/hotfix/add-collector-bug
Fix for undefined variable in the addCollector() method
|
2013-08-13 18:22:05 -07:00 |
|
Mike Almond
|
af8a447dea
|
Fix exception to display the proper Collection name
|
2013-08-13 14:54:05 -04:00 |
|
maximebf
|
c11336485b
|
updated docs
|
2013-08-13 17:29:44 +10:00 |
|
maximebf
|
99b143bbeb
|
added setOptions() in JavascriptRenderer
1.4
|
2013-08-13 16:49:37 +10:00 |
|
maximebf
|
cb6c767c80
|
removed dependency on jquery-drag
|
2013-08-13 16:49:31 +10:00 |
|
maximebf
|
71155779ff
|
added ConfigCollector
|
2013-08-13 16:17:06 +10:00 |
|
maximebf
|
dbf57015f7
|
fix subclassing bugs when in strict mode and added support for TimeDataCollector in PDO
|
2013-08-13 16:15:20 +10:00 |
|
maximebf
|
aace59f672
|
not using $name anymore to addMeasure in TimeDataCollector
|
2013-08-13 16:14:59 +10:00 |
|
maximebf
|
f389197c9f
|
better formatVar() in DataCollector
|
2013-08-13 16:14:05 +10:00 |
|
maximebf
|
896806f21b
|
made css more resilient to other css libraries like bootstrap
|
2013-08-13 16:13:05 +10:00 |
|
maximebf
|
dda267ebd1
|
updated docs and README
1.3
|
2013-08-13 12:29:40 +10:00 |
|
maximebf
|
63c88cc67e
|
added possibility to provide an entity manager in doctrine collector
|
2013-08-13 12:09:50 +10:00 |
|
maximebf
|
a1e2a90683
|
renaming of swift collectors
|
2013-08-13 12:00:55 +10:00 |
|