1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

178 Commits

Author SHA1 Message Date
GuimDev
db00362d78 Update mistake. 2013-12-24 23:50:12 +01:00
GuimDev
eae876a2eb Use param of JavascriptRenderer constructor.
I add baseUrl, basePath parameters to getJavascriptRenderer(...) for increased use speed.

Save two lines of code.

I am lazy :)
2013-12-24 13:10:42 +01:00
GuimDev
463259abce Add register_shutdown function is most accurate
It's good function with Twig. You can choose position on HTML code, or just add on end file, when php code shutdown (terminate).
2013-12-24 12:53:07 +01:00
GuimDev
a01fc83c8d Fix mistake (recursion)
PHP Fatal error:  Maximum function nesting level of '250' reached, aborting! in Bridge\Twig\TraceableTwigTemplate.php on line 78
2013-12-23 19:09:25 +01:00
Maxime Bouroumeau-Fuseau
f1dd126ec1 Merge pull request #52 from Anahkiasen/bower
Close #51 - Update front-end dependencies
1.8
2013-12-19 14:23:19 -08:00
Maxime Fabre
137cc7d1ac Update icon names in source code 2013-12-17 13:01:06 +01:00
Maxime Fabre
b8bd80b367 Update tests 2013-12-17 12:53:18 +01:00
Maxime Fabre
a28107ac75 Update paths in JavascriptRenderer 2013-12-17 12:49:47 +01:00
Maxime Fabre
8b433f05cb Add new tracked assets 2013-12-17 12:49:28 +01:00
Maxime Fabre
bb1d858a71 Remove currently tracked assets 2013-12-17 12:46:59 +01:00
Maxime Fabre
859c2cb040 Add Bower file 2013-12-17 12:45:32 +01:00
Maxime Bouroumeau-Fuseau
2cdf83124f Merge pull request #49 from barryvdh/patch-1
Check encoding before applying htmlentities
2013-11-20 08:53:21 -08:00
Barry vd. Heuvel
13f8fd8675 Check encoding before applying htmlentities
Fix for #48
2013-11-17 16:19:39 +01:00
Maxime Bouroumeau-Fuseau
57344ccb95 coding conventions 2013-11-08 15:26:30 -02:00
Maxime Bouroumeau-Fuseau
567648710e Merge pull request #44 from barryvdh/pdo-escaping
Check parameters for binary data
2013-11-08 09:25:06 -08:00
Maxime Bouroumeau-Fuseau
11271b8281 Merge pull request #45 from barryvdh/pdo-escaping2
Escape PDO Params
2013-11-08 09:24:28 -08:00
Maxime Bouroumeau-Fuseau
34d6037621 Merge pull request #46 from thallisphp/patch-1
Fix alignment issue in database queries tab
2013-11-08 09:23:39 -08:00
ThallisPHP
5eda8cc983 Fix alignment issue in database queries tab 2013-11-08 15:21:52 -02:00
Barry vd. Heuvel
f7ee6d4989 don't forget the return 2013-11-04 21:56:50 +01:00
Barry vd. Heuvel
d98b73914d Escape params
Escape the params, to prevent html leaking.
2013-11-04 21:53:36 +01:00
Barry vd. Heuvel
a8aabe817e Check parameters for binary data
For example when saving an image as a Blob in the DB.
2013-11-04 21:51:32 +01:00
maximebf
71be65fdcd added parameter to specify the quotationChar in PDOCollector (fixed #38) 2013-11-04 14:14:57 -03:00
Maxime Bouroumeau-Fuseau
a7e1479ed4 Merge pull request #43 from barryvdh/patch-1
Reset box-sizing
2013-11-01 08:24:10 -07:00
Barry vd. Heuvel
dfee8a2236 Reset box-sizing
By default, Bootstrap3 applies `box-sizing: border-box;` to every element. This doesn't work well for some controls, so reset it to content-box.
See https://github.com/barryvdh/laravel-debugbar/issues/26
2013-11-01 09:59:29 +01:00
Maxime Bouroumeau-Fuseau
db7bf99c4c Merge pull request #42 from CoolGoose/patch-1
code style update
2013-10-28 06:16:10 -07:00
Alexandru Bucur
87ec3862de code style update 2013-10-28 10:59:18 +02:00
Maxime Bouroumeau-Fuseau
9b0cfc40ab Merge pull request #41 from barryvdh/patch-1
Escape HTML entities
2013-10-27 14:01:07 -07:00
Barry vd. Heuvel
27ec65c736 Escape HTML entities
To prevent HTML being showed instead of the tags.

When showing an object with html values, the html was executed instead of shown plain text.
See https://github.com/barryvdh/laravel-debugbar/issues/23
2013-10-27 10:48:46 +01:00
Maxime Bouroumeau-Fuseau
9267c6f64d Merge pull request #40 from 4d47/master
Remove +6 typo in README.md
2013-10-26 07:44:38 -07:00
Mathieu Gagnon
21928a3c9e Remove +6 typo in README.md 2013-10-25 16:43:00 -04:00
maximebf
f5cb5a1fcf added option to render sql with params in PdoCollector (fixed #38) 2013-10-24 17:29:49 -04:00
maximebf
3e2a0245e9 typo 2013-10-24 17:24:14 -04:00
Maxime Bouroumeau-Fuseau
c43e360d72 Merge pull request #37 from ciruz/master
little css changes
2013-10-24 14:21:26 -07:00
maximebf
1dc21f08ef added try/catch block to catch unused session is hasStackedData() 1.7.1 2013-10-24 17:13:26 -04:00
Maxime Bouroumeau-Fuseau
938e56b2c7 Merge pull request #39 from sasezaki/patch-1
.travis.yml - add PHP 5.5
2013-10-22 07:42:00 -07:00
kazusuke sasezaki
24c624665f .travis.yml - add PHP 5.5 2013-10-22 21:48:36 +09:00
ciruz
b5bcafb3e3 Added display:block to list items
It's realistic (for example: fresh laravel installation with default inline style display:inline) that someone will globally change the <li> items, but this will mess up the debugbar.
2013-10-15 09:42:05 +02:00
ciruz
ff0d9a32cf Added text-align:left
It's realistic (for example: fresh laravel installation with default inline style) that someone will globally align the text, but this will mess up the debugbar.
2013-10-15 09:39:40 +02:00
maximebf
85fc816102 fixed failing test 2013-10-07 10:49:52 -04:00
maximebf
9937d76e70 ajaxHandler.bindToJquery() now operates on the jQuery object available as global 2013-10-07 10:45:14 -04:00
maximebf
719c5e0062 added prefixes on all css classes (fixed #35)
using images for close and open icons instead of font-awesome
using time instead of datetime in dataset selection box
1.7
2013-10-06 17:19:42 -04:00
Maxime Bouroumeau-Fuseau
84986b1588 Merge pull request #34 from barryvdh/patch-1
Show microseconds
2013-10-02 07:12:03 -07:00
Barry vd. Heuvel
5dcce0235a Add spaces 2013-10-02 16:04:40 +02:00
Barry vd. Heuvel
ebe4e87851 Remove precision for microseconds
Maybe a bit much for microseconds.
2013-10-02 10:56:03 +02:00
Barry vd. Heuvel
8915596404 Update precision
Also, update the precision.
2013-10-02 10:54:40 +02:00
Barry vd. Heuvel
9e9ca24a62 Show microseconds
Many small PDO queries will report 0ms. This will show microseconds when appropriate.
2013-10-02 10:50:24 +02:00
Maxime Bouroumeau-Fuseau
3e0c9e3b4c Merge pull request #33 from nicoder/patch-1
fix typo
2013-09-30 21:22:14 -07:00
nicoder
b5ca8e5ca2 fix typo 2013-10-01 06:10:14 +02:00
maximebf
a13cf14e56 updated docs style 2013-09-28 12:02:40 -04:00
Maxime Bouroumeau-Fuseau
ee3e1f2371 Merge pull request #30 from lucasrcosta/master
Updated SlimCollector severity levels
2013-09-25 14:08:39 -07:00