MIF_E31222691/laravel/profiling
Eugen 944d98d16e Fix for double escaping of queries in the profiler
Sometimes the logged queries would be rendered with visible
HTML entities in the profiler, due to double encoding (You know,
> stuff). I could not find out why it was being escaped
twice, but I found an easy fix: since PHP 5.2.3 the htmlspecialchars
function had a double_encoding parameter that could be set
to false. Voilà!
2013-03-23 00:58:43 +01:00
..
profiler.css Merge branch 'master' into develop 2013-01-06 14:01:18 -06:00
profiler.js Use $.noConflict in profiler to allow multiple jQuery versions. 2013-01-03 15:04:45 -08:00
profiler.php Fix for double escaping of queries in the profiler 2013-03-23 00:58:43 +01:00
template.blade.php Use $.noConflict in profiler to allow multiple jQuery versions. 2013-01-03 15:04:45 -08:00