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
codewizz
a238151cab Offset calculation change to body margin-bottom 2016-01-22 23:57:57 +02:00
Barry vd. Heuvel
d9302891c1 Merge pull request #242 from maximebf/feat-dynamic-padding
Use original padding in calculation
2016-01-22 13:22:23 +01:00
Alex Piechowski
488cca2516 Fix phpdoc for JavascriptRenderer::render()
Add missing phpdoc params

Add missing phpdoc params and return

Add missing phpdoc param

Make php doc param type correct

Add exception to phpdoc

Add return to phpdoc

Add return to phpdoc

Add return to phpdoc

Add return to phpdoc

Add return to phpdoc

Add return to phpdoc

Add exception to phpdoc

Fix phpdoc

Add exception to phpdoc

Add return to phpdoc

Add params and exception to phpdoc

Add param and return to phpdoc

Add params and exception and return to phpdoc

Add phpdocs

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add return to phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add return to phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Remove old params from phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc

Add phpdoc
2016-01-21 11:31:27 -06:00
Vincent Reynaert
dc5ad6cfcf remove the jquery.min.map reference
Remove the reference since its not included. This results in a NotFoundHttpException
2016-01-07 13:08:30 +01:00
Pavan kumar
a114bdee58 Added PHP_SAPI in Php data collector
It is important to know how the php is running from cli or a web request.
2016-01-05 10:18:25 +05:30
Barry vd. Heuvel
63d70bb54a Use original padding in calculation 2015-12-10 16:07:35 +01:00
Barry vd. Heuvel
96f16fdc16 Merge pull request #199 from snowair/snowair-patch-1
phpdebugbar-widgets-error is a block element
2015-12-10 10:40:41 +01:00
Barry vd. Heuvel
0c955f9f85 Merge pull request #210 from nsams/white-space-pre
Show whitespace in log output
2015-12-10 10:39:27 +01:00
Barry vd. Heuvel
a130266163 Merge pull request #218 from tonglil/lowercase-file-matching
Enable caseless searching in the "Files" toolbar
2015-12-10 10:39:02 +01:00
Barry vd. Heuvel
1de37ab517 Update FA to 4.5 2015-12-10 10:34:48 +01:00
Barry vd. Heuvel
c6c6ae20e1 Tweak FA namespacing 2015-12-10 10:16:07 +01:00
Barry vd. Heuvel
ebfd20b77d Merge pull request #225 from nickcolley/namespace-font-awesome
Namespace font awesome
2015-12-10 09:59:50 +01:00
Barry vd. Heuvel
08915a7ec5 Merge pull request #227 from clickalicious/master
Fix for wrong namespace lookup. No clean use possible otherwise.
2015-12-10 09:57:10 +01:00
Sébastien Nikolaou
24848a884c Apply normal letter-spacing
I'm using debugbar on a website which has a very generous letter-spacing on the `body` element.
Unfortunately that cascades into the debugbar styling, which makes the data very difficult to read.

That being said, the `letter-spacing: normal;` resets the debugbar back to the intended result.
2015-11-17 13:09:23 +02:00
cloudjibao
305332f58f Update TraceableTwigEnvironment.php
Fixed a typo "origin" to "original"
2015-11-12 19:11:45 +10:00
cloudjibao
a2cc7d6983 Update TraceableTwigEnvironment.php
Updated getCache method to have the same signature as Twig_Environment
2015-11-12 19:07:28 +10:00
clickalicious GmbH
d76194f088 Changed fix implementation as recommended
Changed like recommended: https://github.com/maximebf/php-debugbar/pull/227
2015-09-14 16:41:56 +02:00
clickalicious GmbH
ee9a189270 Fix for wrong namespace lookup. No clean use possible otherwise. 2015-09-13 03:07:22 +02:00
Nick Colley
907f4d7369 Update fontawesome to 4.4.0 2015-08-28 12:41:52 +01:00
Nick Colley
95ba2e4658 Add script to namespace font awesome 2015-08-28 12:29:15 +01:00
Nick Colley
778bc003fe Namespace icons used in the resources with new fa namespace 2015-08-28 12:26:34 +01:00
Big_Shark
6266264bcc Added propel2 collector and tests 2015-08-26 00:38:57 +07:00
pazzoone
c71dbc7165 Added missing FontAwesome 2015-07-08 17:56:16 +02:00
Tony Li
d38a266829 option to search using Capitals 2015-06-19 20:32:42 -07:00
Tony Li
637222f8b7 enable caseless searching in the "Files" toolbar 2015-06-19 20:20:24 -07:00
Koko Kurak
e8cca54c62 Force pointer cursor on openhandler's anchors 2015-06-07 20:54:14 +02:00
Koko Kurak
d36c9975a9 Remove meaningless hrefs 2015-06-07 19:49:32 +02:00
Koko Kurak
00a5a37fcf Force pointer cursor for all anchors 2015-06-07 19:49:12 +02:00
Fernando Sávio
d0c623b064 Hiding PHPDebugBar on @media print
PHPDebugBar showing in @media print makes no sense as it's purpose is debug.
This makes easier to test printing pages on debug server.
2015-06-03 17:59:36 -03:00
Niko Sams
43fb13c327 Improve accuracy of Timeline
Don't round left/width, instead use two decimals.

This improves accuracy of Timeline when more similar sized entries are shown.
2015-04-20 16:48:12 +02:00
Niko Sams
e6f86b7e88 Show whitespace in log output
This allows logging multiple whitespace and whitespace at line start.

With that you can create indendation eg. in Timeline.
2015-04-20 13:25:52 +02:00
snowair
4ffaf077ea phpdebugbar-widgets-error is a block element
so I move it to end
2015-03-06 18:05:38 +08:00
Reinhard Hiebl
73dabc7296 Show the real parameter name for prepared queries.
Array index works only with positioned (where foo = ?) parameters.
To make named (where foo = :baz) parameters debuggable the name must be defined as key.
2015-02-05 03:05:59 +01:00
Barry vd. Heuvel
df23eae5b6 Also reset width 2015-02-02 14:33:06 +01:00
Barry vd. Heuvel
66dcdc4a9f More reset (links) 2015-02-02 14:32:43 +01:00
Barry vd. Heuvel
db6dda22af Add more reset styles 2015-02-02 13:51:20 +01:00
Barry vd. Heuvel
060fbaf6a4 Update jQuery to 1.11.2 2015-01-30 09:24:55 +01:00
Barry vd. Heuvel
eeb3d7eeee Update FontAwesome to 4.3.0 2015-01-30 09:24:55 +01:00
Barry vd. Heuvel
a0f300c623 Force int code
Fixes #193
2015-01-21 15:52:59 +01:00
Barry vd. Heuvel
2d0877a48f Tweak UI buttons
Related to #188
2015-01-04 20:19:43 +01:00
kardagan
880ab56610 Adding minimise and maximise button 2015-01-03 22:32:37 +01:00
kardagan
c6f50df94c Adding display connection name, and adding filters on connection. 2015-01-03 22:32:37 +01:00
Arnaud ROULEE
12e8d33622 Fix IE resize 2015-01-03 22:32:37 +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
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