1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-10 03:16:29 +02:00
Commit Graph

779 Commits

Author SHA1 Message Date
91b61a53bb Change php7 errors to exception to maintain compatability with function declaration #264 (#279) 2016-06-11 14:17:26 +02:00
kot
41d982b5cf Updated/added comments for PDO Collector (#275)
* Update TraceablePDO.php

* Update TraceablePDO.php

* Update TraceablePDOStatement.php
2016-06-02 07:33:24 +02:00
e634fbd32c Update composer.json v1.12.0 2016-05-15 15:11:34 +02:00
c3268ca122 Add initial RequireJS support
See https://github.com/barryvdh/laravel-debugbar/pull/423
2016-05-15 15:11:14 +02:00
e6109df274 Merge pull request #272 from tburry/svg-icons
Use SVG for icons instead of PNG
2016-05-08 18:34:39 +02:00
c309685cf4 Use SVG for icons instead of PNG
As an alternative to #270 based on the suggestion in [this comment](https://github.com/maximebf/php-debugbar/pull/270#issuecomment-215638893) I’ve provided a CSS file with embedded SVGs rather than the included font awesome.

There are pros and cons to each approach, but I’d love to see vector icons in the default debug bar.
2016-05-07 15:53:54 -04:00
c2455dae32 Fix for minimized state (#252) 2016-04-29 15:30:52 +02:00
fb9e263d28 Merge pull request #246 from darwish/format-negative-bytes
Added support for negative numbers in DataFormatter::formatBytes()
2016-04-29 11:02:27 +02:00
9d2bc8da56 Merge pull request #251 from Pachonk/master
PHPDoc Fixes
2016-04-29 11:02:07 +02:00
4c0b624f0b Merge pull request #252 from codewizz/codewizz-dynamic-margin
Offset calculation change to body margin-bottom
2016-04-29 10:57:56 +02:00
b1f5e65c3b Added support for negative numbers in DataFormatter::formatBytes() 2016-03-17 11:31:17 -04:00
88ba3c6724 Margin removal on minimized / closed state 2016-01-23 12:17:01 +02:00
a238151cab Offset calculation change to body margin-bottom 2016-01-22 23:57:57 +02:00
d9302891c1 Merge pull request #242 from maximebf/feat-dynamic-padding
Use original padding in calculation
v1.11.1
2016-01-22 13:22:23 +01:00
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
0d17956dda Merge pull request #247 from kife-design/patch-1
remove the jquery.min.map reference
2016-01-07 13:49:16 +01:00
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
173f33493f Merge pull request #245 from pavankumarkatakam/master
Added PHP_SAPI in Php data collector
2016-01-05 08:56:08 +01:00
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
1ef8e1463b Test PHP7 2015-12-10 16:14:53 +01:00
63d70bb54a Use original padding in calculation 2015-12-10 16:07:35 +01:00
07741d84d3 Bump version, update composer v1.11.0 2015-12-10 10:50:24 +01:00
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
0c955f9f85 Merge pull request #210 from nsams/white-space-pre
Show whitespace in log output
2015-12-10 10:39:27 +01:00
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
1de37ab517 Update FA to 4.5 2015-12-10 10:34:48 +01:00
54bd5aeeb8 Use PHP script for namespacing 2015-12-10 10:34:30 +01:00
c6c6ae20e1 Tweak FA namespacing 2015-12-10 10:16:07 +01:00
ebfd20b77d Merge pull request #225 from nickcolley/namespace-font-awesome
Namespace font awesome
2015-12-10 09:59:50 +01:00
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
de864471c6 Merge pull request #241 from GrahamCampbell/patch-2
Use PSR-4 without moving files about
2015-12-10 09:54:25 +01:00
bc455b6ce7 Merge pull request #240 from GrahamCampbell/patch-1
Updated dependencies
2015-12-10 09:53:36 +01:00
5a9ba87220 Use PSR-4 without moving files about 2015-12-03 09:46:01 +00:00
a0fef60b4a Updated dependencies 2015-12-03 09:44:48 +00:00
621384bbdd Merge pull request #236 from sebdesign/patch-1
Apply normal letter-spacing
2015-11-26 17:10:49 +01:00
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
70cb7a301e Merge pull request #234 from cloudjibao/master
Updated the getCache method
2015-11-13 20:32:12 +01:00
305332f58f Update TraceableTwigEnvironment.php
Fixed a typo "origin" to "original"
2015-11-12 19:11:45 +10:00
a2cc7d6983 Update TraceableTwigEnvironment.php
Updated getCache method to have the same signature as Twig_Environment
2015-11-12 19:07:28 +10:00
ac9040b1fa Merge pull request #233 from glensc/patch-1
Update .gitattributes
2015-11-07 21:17:22 +01:00
8f89262d55 Update .gitattributes 2015-10-29 21:42:35 +02:00
30e53e8a28 Merge pull request #230 from snapshotpl/patch-1
Middleware and PSR-7 support
v1.10.5
2015-10-19 22:35:12 +02:00
ba0a4a5f4b Update README.md 2015-10-19 21:53:27 +02:00
ae1cbfbef8 Middleware and PSR-7 support 2015-09-22 21:20:58 +02:00
6812102772 Merge pull request #224 from Big-Shark/propel2
Added propel2 collector and tests
2015-09-22 09:16:34 +02:00
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
ee9a189270 Fix for wrong namespace lookup. No clean use possible otherwise. 2015-09-13 03:07:22 +02:00
907f4d7369 Update fontawesome to 4.4.0 2015-08-28 12:41:52 +01:00
5837cd8f54 Also namespace fontfamily name 2015-08-28 12:41:40 +01:00
95ba2e4658 Add script to namespace font awesome 2015-08-28 12:29:15 +01:00