1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-02-16 13:24:42 +01:00

330 Commits

Author SHA1 Message Date
Schuyler Cebulskie
ab458172cb Update Font Awesome dependency 2014-08-11 19:06:26 -04:00
maximebf
4a660ced6f moved the call to jquery.noConflict() to the head rather than when calling render() (fixed ) 2014-07-26 15:36:58 +02:00
Maxime Bouroumeau-Fuseau
1b813f52f5 Merge pull request from GrahamCampbell/gitstuff
Added a .gitattributes file
2014-07-26 15:08:12 +02:00
maximebf
392b52bf5f Demo namespace for Product class in doctrine demo (fixed ) 2014-07-26 15:01:45 +02:00
Maxime Bouroumeau-Fuseau
b32fd42afd Merge pull request from sorich87/patch-1
Update jQuery to 1.11.1
2014-07-26 14:55:37 +02:00
Maxime Bouroumeau-Fuseau
d7f37fef0c Merge pull request from GrahamCampbell/testing
Testing Improvements
2014-07-26 14:37:37 +02:00
Maxime Bouroumeau-Fuseau
70cc7ae3b1 Merge pull request from GrahamCampbell/whitespace
Whitespace Cleanup
2014-07-26 14:37:06 +02:00
Ulrich Sossou
b76912a5b1 Update jQuery 2014-07-26 13:35:33 +01:00
Graham Campbell
5ee9d8b31b Missed a bit 2014-07-26 12:08:52 +01:00
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 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 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 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 
2014-07-02 09:18:35 +02:00
Maxime Bouroumeau-Fuseau
208a0118b1 Merge pull request 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 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 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 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 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 ) 2014-04-25 11:25:03 -05:00
Maxime Bouroumeau-Fuseau
b51fc22937 Merge pull request from barryvdh/kintlite
Remove Kint dependency
2014-04-24 09:53:50 -05:00
Barry vd. Heuvel
511c7a100d Remove Kint dependency
Fixes 
2014-04-23 10:13:42 +02:00
Maxime Bouroumeau-Fuseau
f6da2ec223 Merge pull request 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 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 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 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 
2014-03-26 12:08:18 +01:00
Maxime Bouroumeau-Fuseau
a7cce7e9e4 Merge pull request 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 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  and 
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