1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

421 Commits

Author SHA1 Message Date
Graham Campbell
c400412c8b Added a .gitattributes file 2014-07-26 12:07:47 +01:00
Graham Campbell
460be120e5 Testing improvements 2014-07-26 12:04:43 +01:00
Graham Campbell
0194f85bcf Whitespace cleanup 2014-07-26 12:00:45 +01:00
Maxime Bouroumeau-Fuseau
e4f9adb2ac Merge pull request #137 from barryvdh/patch-10
Add branch-alias for 1.x
2014-07-02 10:26:20 +02:00
Maxime Bouroumeau-Fuseau
4aad8876a3 Merge pull request #136 from barryvdh/patch-9
Suggest 1.*, instead of >=1.0.0
2014-07-02 10:25:50 +02:00
Barry vd. Heuvel
83cdafde09 Add branch-alias for 1.x 2014-07-02 09:26:38 +02:00
Barry vd. Heuvel
d06ec32a70 Suggest 1.*, instead of >=1.0.0
Probably breaking changes with 2.x right?
2014-07-02 09:25:17 +02: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
Maxime Bouroumeau-Fuseau
208a0118b1 Merge pull request #132 from barryvdh/patch-8
Force convert to UTF-8
2014-06-20 18:02:17 +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 Bouroumeau-Fuseau
e2029f13ea Merge pull request #131 from Anahkiasen/localization
Add LocalizationCollector
2014-06-11 16:41:45 +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
Maxime Bouroumeau-Fuseau
aef2c8c481 Merge pull request #129 from mikevrind/patch-1
Beter visual presentation of duplicate queries
2014-05-28 21:32:25 -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
Maxime Bouroumeau-Fuseau
c4bd30b304 Merge pull request #128 from teslitsky/master
Fix typo
2014-05-23 13:11:56 -05:00
Dmitry Teslitsky
8d12ad1393 Fix type 2014-05-23 17:36:16 +03: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
1.9.14
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
Maxime Bouroumeau-Fuseau
b51fc22937 Merge pull request #122 from barryvdh/kintlite
Remove Kint dependency
2014-04-24 09:53:50 -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
1.9.13
2014-04-05 11:50:54 -03:00
Maxime Bouroumeau-Fuseau
b3bd037af6 Merge pull request #118 from dongww/master
stri to string
2014-04-05 11:50:20 -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
Maxime Bouroumeau-Fuseau
8db7c3d5d5 Merge pull request #115 from snapshotpl/has-measure
Adding the possibility to verify whether measure exists
2014-03-29 17:10:49 -03:00
snapshotpl
0dc7d01442 Fix missing phpdocs in TimeDataCollector, rename new method name 2014-03-29 15:03:41 +01:00
snapshotpl
e4414bf296 hasMeasure method in TimeDataCollector 2014-03-29 15:00:46 +01:00
Maxime Bouroumeau-Fuseau
bcd98fd3de Merge pull request #113 from barryvdh/patch-7
Delay creating pretty codeblocks
2014-03-26 09:44:08 -03:00
Barry vd. Heuvel
efdd4dd037 Delay creating pretty codeblocks
Only create the codeblocks when opening for the first time, to make the page load faster.
Fixes #112
2014-03-26 12:08:18 +01:00
Maxime Bouroumeau-Fuseau
a7cce7e9e4 Merge pull request #111 from barryvdh/patch-6
Add title to variable keys
1.9.12
2014-03-25 13:17:09 -03:00
Barry vd. Heuvel
9347b95328 Add title to variable keys
So we can show them on hover.
Not the best solution, but at least an easy fix to show the truncated text.
2014-03-25 15:49:56 +01:00
Maxime Bouroumeau-Fuseau
2fde8359e5 Merge pull request #110 from barryvdh/patch-5
Check if hljs is defined
2014-03-25 09:33:57 -03:00
Barry vd. Heuvel
ed30ed79c2 Check if hljs is defined
Really fixes #107 and #108
2014-03-25 08:58:22 +01:00
Joshua Jabbour
7c0c9c7043 Include params object when counting query duplicates. 2014-03-24 23:43:50 -07:00
Joshua Jabbour
36d99d43d8 Update duplicated status message to follow pattern. 2014-03-24 23:27:21 -07:00
Joshua Jabbour
168da436d1 Update duplicate query bg color to add hover state. 2014-03-24 23:25:42 -07:00
Joshua Jabbour
b88a773183 Highlight duplicate SQL statements. 2014-03-24 22:57:13 -07:00
Joshua Jabbour
7ed8f13a49 Add classes to all duplicate SQL statement rows. 2014-03-24 22:54:11 -07:00
maximebf
57403a83fd avoid triggering error if hljs is not loaded (fixed #107) 1.9.11 2014-03-24 10:34:20 -04:00
maximebf
d142729574 added missing fonts (fixed #106) 1.9.10 2014-03-24 09:14:30 -04:00
maximebf
6fd6a67a38 removed unneeded files in vendor assets 1.9.9 2014-03-23 18:42:34 -04:00
Maxime Bouroumeau-Fuseau
32246949e7 Merge pull request #104 from barryvdh/patch-5
Tweak variables
2014-03-23 17:30:01 -03:00
Maxime Bouroumeau-Fuseau
db3f306447 Merge pull request #105 from barryvdh/patch-6
Make isString configurable
2014-03-23 17:29:32 -03:00
Barry vd. Heuvel
8241f4015a Make isString configurable
The current `is_string` is really if it is a string, but rather that it should or shouldn't be prettified. With this tweak we can force the prettify behaviour (for example, multi-line logs or json_encode data is much more readable when prettified)
2014-03-23 21:27:44 +01:00
Barry vd. Heuvel
64e5f4bd00 Use pretty value for variable list 2014-03-23 21:22:46 +01:00
Barry vd. Heuvel
328a160ce5 Use white-space: nowrap;
Otherwise some keys can become 2 lines (when they have a `-` inside them) and this destroys the alignment.
2014-03-23 21:21:34 +01:00
Maxime Bouroumeau-Fuseau
0e50bf1950 Merge pull request #103 from barryvdh/patch-4
Tweak resizehandle
2014-03-23 14:48:55 -03:00