1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

421 Commits

Author SHA1 Message Date
Barry vd. Heuvel
4881a84484 Tweak resizehandle
The resizehandle always seemed a little out-of-place. These changes should make the resizehandle invisible, but still have the same effect. Only difference is that the handle area is from the border to 4px above (which is invisible), but it should be obvious enough (because the cursor changes)
2014-03-23 17:37:58 +01:00
maximebf
d2659e5acc code conventions 1.9.8 2014-03-22 22:33:40 -04:00
Maxime Bouroumeau-Fuseau
9706aa5757 Merge pull request #101 from GuimDev/patch-1
Add 'renderOnShutdownWithHead' function
2014-03-22 23:31:18 -03:00
maximebf
323415ca3f added syntax highlighting (fixed #99) 1.9.7 2014-03-22 22:29:09 -04:00
GuimDev
4e0c091808 Add 'renderOnShutdownWithHead' function
If we use debugbar with Twig. There is possible that we have somewhat difficulty to implement this header.

Put the header with body, check if header is include or not. With this line :

        if ($count === 0) {
            echo $render;
        }
2014-03-22 22:56:42 +01:00
maximebf
03af69f8d1 updated docs 2014-03-22 16:12:18 -04:00
maximebf
3a6fafbbd9 added Memcached storage 2014-03-22 16:03:08 -04:00
maximebf
58aa944bf1 removed {inheritDoc} comments 2014-03-22 15:57:47 -04:00
maximebf
2a9ce6900e refactoring of widgets and migration of collectors to AssetProvider
specialized widgets extracted from main widgets.js and into widgets/ folder
collectors using specialized widgets now implement AssetProvider
2014-03-22 15:56:02 -04:00
maximebf
6e521e3990 added AssetProvider interface and JavascriptRenderer::addAssets() 2014-03-22 15:54:52 -04:00
Maxime Bouroumeau-Fuseau
0a4fbb9c90 Merge pull request #100 from barryvdh/patch-4
Hide mail when 0
2014-03-20 13:07:33 -03:00
Barry vd. Heuvel
b378bbc13d Hide mail when 0
See #63
2014-03-20 16:48:49 +01:00
Maxime Bouroumeau-Fuseau
3b65590ab8 Merge pull request #97 from snapshotpl/master
Integration with Zend Framework 2
2014-03-19 17:15:41 -03:00
Maxime Bouroumeau-Fuseau
1ff6f4003a Merge pull request #96 from barryvdh/patch-4
[Proposal] Chain exceptions
2014-03-17 11:48:29 -03:00
Witold Wasiczko
9e329511b8 Integration with Zend Framework 2 2014-03-13 22:55:01 +01:00
Barry vd. Heuvel
00e8608215 CS fix 2014-03-11 18:44:24 +01:00
Barry vd. Heuvel
de21276fff Escape lines 2014-03-09 11:49:24 +01:00
Barry vd. Heuvel
8398de88c9 Make chaining configurable 2014-03-09 11:37:50 +01:00
Barry vd. Heuvel
dc21739880 Chain exceptions
Also show the chained exceptions, when a previous exception is set.
2014-03-07 14:23:12 +01:00
Maxime Bouroumeau-Fuseau
04f7d4e4c7 added contributor guidelines [ci skip] 2014-03-04 19:25:41 -02:00
maximebf
d076e51b3a renamed DataFormater to DataFormatter (oups!) 1.9.6 2014-03-04 14:18:45 -03:00
maximebf
f1cb4dd80b updated docs and changelog 1.9.5 2014-03-04 14:09:50 -03:00
maximebf
2338c4ca70 added min-height to kvlist widget (fixed #94) 2014-03-04 13:58:41 -03:00
maximebf
cae98bc37a added DataFormater and now using kint to format variables (fixed #93 and #95) 2014-03-04 13:56:20 -03:00
maximebf
5bbb3bc78b better handling of long keys in kvlist (fixes #61) 1.9.4 2014-02-14 13:30:44 -03:00
maximebf
e0a46c586d fixes padding issue with select box in header 2014-02-14 13:20:58 -03:00
maximebf
3113148367 uses delta as memory usage in PDO instead of peak (fixes #81)
added __get, __set and __call on TraceablePDO which are forwared to the underlying instance
2014-02-14 13:17:41 -03:00
maximebf
3089d2f750 refactoring and improvements to resizing and responsivity
debugbar header is now split in left and right containers for better responsivity
changed the way the indicators position is handled (not a property of the indicator anymore)
moved resize-handle out of body
when closed, the debugbar will always restore to opened state
2014-02-14 12:42:43 -03:00
maximebf
9efc22aca1 refactoring, fixed coding conventions 2014-02-14 12:42:43 -03:00
Maxime Bouroumeau-Fuseau
cff4a0fce6 Merge pull request #92 from zhuston/master
Allow empty to address for SwiftMailer
2014-02-14 13:35:53 -02:00
zhuston
3be110f8b1 Allow empty to address for SwiftMailer 2014-02-14 10:28:32 -05:00
maximebf
612b02b2a6 extracted resize function into DebugBar.resize() in debugbar.js. trigger resize() on restore (fixed #90) 2014-02-14 11:15:05 -03:00
Maxime Bouroumeau-Fuseau
d68b8aded0 Merge pull request #88 from Metallizzer/master
Timeline widget.
1.9.3
2014-02-09 11:36:32 -02:00
Metallizzer
a7b820340b Timeline widget.
Sum of left offset and width should not exceed 100 percent.
2014-02-08 16:20:10 +07:00
Maxime Bouroumeau-Fuseau
63e34f2335 Merge pull request #86 from Metallizzer/master
Recompute the padding-bottom
2014-01-31 11:06:39 -08:00
Metallizzer
6a2b095968 Recompute the padding-bottom
Recompute the padding-bottom css property of the body after closing debugbar panel
2014-01-31 00:48:22 -08:00
Maxime Bouroumeau-Fuseau
0412fe76f7 Merge pull request #84 from barryvdh/assets
Update jQuery to 1.11.0
1.9.2
2014-01-29 10:10:09 -08:00
Barry vd. Heuvel
ae5da3245a Update bower assets 2014-01-26 19:58:14 +01:00
Maxime Bouroumeau-Fuseau
17159e66e7 Merge pull request #82 from GuimDev/patch-1
Allow change sentence for DataCollector
2014-01-24 06:47:53 -08:00
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