1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-28 04:00:43 +02:00
Commit Graph

556 Commits

Author SHA1 Message Date
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
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
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
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
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
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
1c31408182 Fix static call in TraceableTwigTemplate
Cannot call $this in static method. See #164
2014-10-28 09:42:26 +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
Maxime Bouroumeau-Fuseau
0e8dd3e6fd Merge pull request #152 from barryvdh/no-img
Replace images with data uri/ font awesome
2014-09-16 16:22:43 +02:00
Maxime Bouroumeau-Fuseau
709ee92a96 Merge pull request #157 from barryvdh/patch-12
Tweak openhandler, ip width
2014-09-16 16:22:10 +02:00
Maxime Bouroumeau-Fuseau
4ce1ac0124 Merge pull request #158 from barryvdh/patch-13
Fix regex for windows paths + uppercase protocols
2014-09-16 16:21:58 +02:00
Barry vd. Heuvel
a42478f94e Normalize pre/code
Most useful for Bootstrap, which overrides the default pre/code globally.
2014-09-15 13:56:08 +02:00
Barry vd. Heuvel
c41abc03bc Fix regex for windows paths + uppercase protocols
This also validates paths like `C:\sdf` instead of only `C:/sdf`. Also allows `HTTP://` instead of just `http://`
2014-09-03 15:00:51 +02:00
Barry vd. Heuvel
b090b2ba6a Tweak openhandler, ip width
Just a bit wider.
2014-09-03 09:49:12 +02:00
Barry vd. Heuvel
d9f14cce64 Inline close/open buttons also
Instead of using font-awesome.
2014-08-31 18:05:38 +02:00
Barry vd. Heuvel
bb0f6a0887 Replace images with data uri/ font awesome
The close/browse button are already in Font Awesome, so not needed as
standalone images. Inlined the php logo it's easier to dump the js/css
without having to mind the image locations.
2014-08-30 23:47:41 +02:00
Barry vd. Heuvel
1675241274 Set color size
Likely to get changed by custom css.
2014-08-27 12:10:24 +02:00
Barry vd. Heuvel
ed7fe34698 Tweak openhandler
Make the URL the primary action to load a dataset, add button for filtering.
Give the rows fixed width, except the url, for consistent layout.
2014-08-27 10:32:32 +02:00
Barry vd. Heuvel
f0b9f1ab8f Tweak openhandler css
Make longs url's overflow
2014-08-27 10:30:06 +02:00
Maxime Bouroumeau-Fuseau
5d08b31357 Merge pull request #150 from discordier/fix-sql-params
Ensure only parameters are added to SQL widget and no prototype functions.
2014-08-20 17:25:30 +02:00
Christian Schiffler
eb642cb85e Ensure only parameters are added to SQL widget and no prototype functions.
When an AJAX result is being processed, the parameters will get added
including prototype functions otherwise.
2014-08-19 04:40:43 +02:00
Barry vd. Heuvel
0b4f7c927b Restrict resizing to visible screen
This makes sure that the debugbar isn't dragged to high, so the handler is unreachable, and not too low to make sure it's always clear that it's just resized, not broken/collapsed.
2014-08-15 14:09:28 +02:00
maximebf
4a660ced6f moved the call to jquery.noConflict() to the head rather than when calling render() (fixed #127) 2014-07-26 15:36:58 +02:00
Maxime Bouroumeau-Fuseau
b32fd42afd Merge pull request #144 from sorich87/patch-1
Update jQuery to 1.11.1
2014-07-26 14:55:37 +02:00
Ulrich Sossou
b76912a5b1 Update jQuery 2014-07-26 13:35:33 +01:00
Graham Campbell
0194f85bcf Whitespace cleanup 2014-07-26 12:00:45 +01:00
Maxime Bouroumeau-Fuseau
470cb62b81 Merge pull request #135 from barryvdh/update-fontawesome4.1
Update fontawesome to 4.1
2014-07-02 09:22:04 +02:00
Barry vd. Heuvel
8cefb03aca Update fontawesome to 4.1
Fixes #133
2014-07-02 09:18:35 +02:00
Barry vd. Heuvel
a30466d0f8 Force convert to UTF-8
Not sure if this is the best/most efficient method and haven't really check the impact, but what do you think about this?
I keep running into edge cases when dealing with debugging non-utf8 data, this would make sure that all strings are utf8, or converted to utf-8 (with non-utf8 characters replaced)
Otherwise json_encode will throw an exception..
2014-06-16 14:49:51 +02:00
Maxime Fabre
b3b5aae685 Add LocalizationCollector 2014-06-10 17:44:03 +02:00
Maxime Bouroumeau-Fuseau
14464b3781 Merge pull request #125 from barryvdh/patch-7
Check if the exception file exists.
2014-05-29 08:14:15 -07:00
Mike de Vrind
a57b19fd5d Beter visual presentation of duplicate queries
The color #ffd is so light, it's not visible on my screen. So a little change to make it a little bit darker.
2014-05-28 13:41:26 +02:00
Barry vd. Heuvel
849231ddab Check if the exception file exists.
Can be null/empty sometimes? Not really sure, but see https://github.com/barryvdh/laravel-debugbar/issues/135
2014-05-05 09:35:28 +02:00
maximebf
ab02c692d2 Merge remote-tracking branch 'origin/pr/109'
Conflicts:
	src/DebugBar/Resources/widgets/sqlqueries/widget.css
2014-04-25 11:30:40 -05:00
maximebf
6f58aee3eb fixed infinite recursion in TraceablePDO (fixed #124) 2014-04-25 11:25:03 -05:00
Barry vd. Heuvel
511c7a100d Remove Kint dependency
Fixes #121
2014-04-23 10:13:42 +02:00
Maxime Bouroumeau-Fuseau
f6da2ec223 Merge pull request #117 from geekwright/sqlwrap
Add wrap to SQL code block  to make queries fully visible
2014-04-05 11:50:54 -03:00
dongww
42ec5d3bac fix stri to string 2014-04-03 20:50:28 +08:00
geekwright
0159648182 Add wrap to SQL code block to make queries fully visible 2014-04-01 18:41:58 -05:00