1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

97 Commits

Author SHA1 Message Date
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
maximebf
dafb57073e added doctrine collector 2013-08-13 11:40:51 +10:00
maximebf
b6a519dc7a less required parameters for widgets 2013-08-13 11:35:35 +10:00
maximebf
b1d5cade7e fixed bug with unknown tab when restoring state 1.2 2013-08-12 19:47:31 +10:00
maximebf
75b21e97b5 added slim collector 2013-08-12 19:45:31 +10:00
maximebf
1a02e673a4 added CacheCache collector and demo 2013-08-12 19:33:40 +10:00
maximebf
fa1db15926 added monolog demo 2013-08-12 19:19:47 +10:00