1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-27 11:40:25 +02:00
Commit Graph

750 Commits

Author SHA1 Message Date
kardagan
c6f50df94c Adding display connection name, and adding filters on connection. 2015-01-03 22:32:37 +01:00
Barry vd. Heuvel
4ecb1fa123 Update changelog 2015-01-03 22:32:37 +01:00
Arnaud ROULEE
12e8d33622 Fix IE resize 2015-01-03 22:32:37 +01:00
Barry vd. Heuvel
a52fea02a8 Update changelog 2014-12-17 10:51:25 +01:00
Barry vd. Heuvel
4971283c1f Merge pull request #186 from arnaudroulee/master
Fix IE resize
v1.10.2
2014-12-17 09:39:39 +01:00
Barry vd. Heuvel
93bf73ad0f Merge pull request #185 from bobd91/bar-drag-fix
Bar drag fix for iframes, window size changes and bar restore
2014-12-17 09:37:05 +01:00
Arnaud ROULEE
685d4a59ad Fix IE resize 2014-12-16 09:52:26 +01:00
Bob Davison
ef3c8221d0 Bar drag fix for iframes, window size changes and bar restore 2014-12-12 17:50:42 +00:00
Barry vd. Heuvel
4b8ba47e58 Update phpdocs 2014-12-04 09:05:26 +01:00
Barry vd. Heuvel
496a00a5a8 Order PdoStorage by date
Newest first
2014-12-04 08:53:32 +01:00
Barry vd. Heuvel
957c873543 Merge pull request #179 from maximebf/vardumper
User VarDumper component as DataFormatter
2014-11-29 13:18:24 +01:00
Barry vd. Heuvel
a01819af85 User VarDumper component
Use the VarDumper component instead of the kintLite method.
2014-11-29 12:35:43 +01:00
Barry vd. Heuvel
5aa805cd4b Update changelog 2014-11-23 13:29:32 +01:00
Barry vd. Heuvel
f100f27124 Merge pull request #182 from alprs/feature/disable-vendor-asset
Allow disabling of specific vendor assets
1.10.1
2014-11-23 13:05:01 +01:00
Andreas Lutro
196a11203b allow disabling of specific vendor assets 2014-11-23 09:22:39 +01:00
Barry vd. Heuvel
f0c0e7e88c Tweak collector name in timeline 2014-11-13 14:55:16 +01:00
Barry vd. Heuvel
d61afd683c Merge pull request #177 from getgrav/twig-macro-support
Using __call() for missing methods. Twig macro fix.
2014-11-11 21:32:23 +01:00
Andy Miller
b589604b56 Using __call() for missing methods. Twig macro fix. 2014-11-11 12:45:19 -07:00
Barry vd. Heuvel
584e09a81c Set min-width to timeline value
So you can always see where something happened, even if width:0%
2014-11-10 17:02:12 +01:00
Barry vd. Heuvel
ab83de1d66 Add type=submit to search
See https://github.com/barryvdh/laravel-debugbar/pull/224 by @barryvanveen
> Create button with type="submit" so Bootlint doesn't thrown an W007-error (https://github.com/twbs/bootlint/wiki/W007)
2014-11-10 16:34:48 +01:00
Barry vd. Heuvel
c94b481528 Merge pull request #174 from geekwright/dataurl
Change php-icon.png to data url as done in debugbar.css
2014-11-02 20:44:24 +01:00
geekwright
2b48888be6 Change php-icon.png to data url as done in debugbar.css
Image is no longer present and can cause some issues. In my case, when processing  getAssets() through Assetic using CssEmbed filter.
2014-11-01 20:50:24 -05:00
Barry vd. Heuvel
29eca32454 Merge pull request #173 from GrahamCampbell/bower
Bower Updates
2014-10-31 21:13:39 +01:00
Graham Campbell
d17abf9dd4 Update jquery.min.js 2014-10-31 20:12:25 +00:00
Graham Campbell
5061921b8c Bower updates 2014-10-31 20:05:09 +00:00
Barry vd. Heuvel
98d8c63279 Merge pull request #172 from GrahamCampbell/patch-1
Update bower.json
2014-10-31 21:01:08 +01:00
Barry vd. Heuvel
348b49b361 Update changelog
Probably not all, but better then nothing ;)
1.10.0
2014-10-31 20:59:37 +01:00
Graham Campbell
08440ac4d8 Update bower.json 2014-10-31 19:54:25 +00:00
Barry vd. Heuvel
0acff4d63c Merge pull request #171 from GrahamCampbell/cs
CS Fixes
2014-10-31 20:44:43 +01:00
Barry vd. Heuvel
b1c12791ad Style tweaks 2014-10-31 19:33:38 +01:00
Barry vd. Heuvel
248c5cd24e Tweak template type 2014-10-31 19:23:12 +01:00
Graham Campbell
d122b7e570 CS fixes 2014-10-30 16:38:46 +00:00
Barry vd. Heuvel
3fe312bf23 Bump version
Changed some widgets, added methods.
2014-10-30 16:41:48 +01:00
Barry vd. Heuvel
0447abd246 Extend TimeData widget/collector
Add params + collector name. Make params expend on click.
2014-10-30 16:40:31 +01:00
Barry vd. Heuvel
21bb4b4be5 Merge pull request #167 from maximebf/xhrlistener
Add bindToXHR method
2014-10-29 15:55:38 +01:00
Barry vd. Heuvel
90107553f6 Merge pull request #169 from maximebf/extended-template
Extend Template widget
2014-10-29 15:54:45 +01:00
Barry vd. Heuvel
e4247a8639 Extend Template widget
Based on SQL Queries widget, this adds param_count, memory_str, type and
expandable params.
2014-10-29 14:14:51 +01:00
Barry vd. Heuvel
7d13728bdf Skip openhandler urls
Check if openHandler is set, skip handling of the XHR for that url.
2014-10-28 22:12:25 +01:00
Barry vd. Heuvel
fb364c73c3 Add bindToXHR method
As alternative to the jQuery version.
2014-10-28 10:48:42 +01:00
Barry vd. Heuvel
eb3f0d448a Merge pull request #166 from GrahamCampbell/tests
Fixed The Tests
2014-10-28 09:58:41 +01:00
Barry vd. Heuvel
1c31408182 Fix static call in TraceableTwigTemplate
Cannot call $this in static method. See #164
2014-10-28 09:42:26 +01:00
Graham Campbell
cda9eee5ea Fixed the tests 2014-10-27 16:08:39 +00:00
Barry vd. Heuvel
3f93355cdf Merge pull request #164 from getgrav/master
Added missing params display and render blocks
2014-10-27 17:01:27 +01:00
Andy Miller
e848989a8d Revert "Removed invalid call that shouldn't be used anyway"
This reverts commit 6af2ea4731.
2014-10-27 09:56:18 -06:00
Andy Miller
6af2ea4731 Removed invalid call that shouldn't be used anyway
Is intended for testing only anyway
2014-10-26 19:01:52 -06:00
Andy Miller
99367576c6 Added missing params display and render blocks
Missing $useBlocks params in `displayBlock(`) and `renderBlock()` methods causing infinite loops in certain Twig rendering scenarios.
2014-10-26 18:05:09 -06:00
Barry vd. Heuvel
1bb12b7d06 Update README.md 2014-10-17 11:11:20 +02:00
Barry vd. Heuvel
78089f2056 Allow HHVM failures 2014-10-17 11:06:54 +02:00
Barry vd. Heuvel
2dc1c9991c Add note about autoloader
See #161
2014-10-14 18:14:02 +02:00
Barry vd. Heuvel
e93a9b6a99 Simplify install instructions
See http://blog.doh.ms/2014/10/13/installing-composer-packages/
2014-10-14 10:28:21 +02:00