MIF_E31222691/laravel
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
..
auth/drivers Merge pull request #1485 from laravie/feature/auth-events 2013-01-05 11:58:57 -08:00
cache/drivers added wincache cache driver 2012-12-26 13:47:36 +10:00
cli Merge pull request #1257 from vtalbot/develop 2013-01-05 13:20:10 -08:00
database Fix for Postgresql PDO::FETCH_ASSOC 2013-03-21 23:13:51 -05:00
documentation update change log. 2013-03-21 23:22:44 -05:00
profiling Fix for double escaping of queries in the profiler 2013-03-23 00:58:43 +01:00
routing Adding PATCH to the route register. 2013-03-22 17:04:15 -03:00
session Extract sweep method in Session payload class. 2012-08-03 18:09:37 +03:00
tests One more fix - wrong property name 2013-03-12 16:16:45 +11:00
vendor/Symfony/Component Updated Symfony HttpFoundation to 2.1.6. 2013-01-06 13:58:36 -06:00
asset.php Fixed wrong return type in phpdoc 2012-09-28 10:10:35 +02:00
auth.php Fix auth bug and other resolver bugs. 2012-05-02 16:52:55 -05:00
autoloader.php Fixed various typos throughout laravel folder. 2012-07-21 20:18:55 -04:00
blade.php Automatically apply entitiesto output using blade 2012-12-17 02:38:06 +11:00
bundle.php Merge pull request #1014 from jasonlewis/feature/root-bundles 2012-09-01 17:26:35 -07:00
cache.php added wincache cache driver 2012-12-26 13:47:36 +10:00
config.php Grammar/Vocabulary fixes 2012-06-13 11:19:20 -04:00
cookie.php Fix forever length. 2013-01-05 14:01:42 -06:00
core.php Merge branch 'master' into develop 2013-01-06 14:01:18 -06:00
crypter.php Use `mb_substr` instead of `sub_str` in order to resolve multi-language problem. 2012-11-16 17:41:37 +08:00
database.php Implement DB::escape(). 2012-10-05 14:38:13 +03:00
error.php Use DS constant. 2013-01-05 13:50:38 -06:00
event.php phpdoc fixes 2012-08-03 18:17:48 +03:00
file.php Update laravel/file.php 2012-10-22 10:09:53 +12:00
fluent.php Fix bug in fluent class. 2012-03-23 22:54:09 -05:00
form.php Merge pull request #1056 from Jakobud/bug/form/buttons/defaultValues 2012-09-01 17:35:34 -07:00
hash.php basic code cleanup. 2012-02-23 14:02:59 -06:00
helpers.php Update laravel/helpers.php 2012-11-05 09:28:48 +01:00
html.php Merge pull request #1390 from Anahkiasen/feature/url_language 2013-01-05 12:46:43 -08:00
input.php Update doc block. 2013-01-05 13:33:20 -06:00
ioc.php ioc resolves classes with optional params and accepts arguments 2013-02-06 23:30:57 -06:00
lang.php Fixed various typos throughout laravel folder. 2012-07-21 20:18:55 -04:00
laravel.php Allowing use of third party Routers to handle Routing. 2012-11-01 08:20:30 +11:00
log.php Added a pretty_print option to the log class 2012-11-25 10:34:05 +01:00
memcached.php Fixed Memcached get connection instance typo in __callStatic method. 2012-07-20 22:20:37 +08:00
messages.php refactored set_format to foromat. 2012-05-30 08:41:03 -05:00
paginator.php Fixed 2 stupid bugs for better markup 2012-09-11 07:48:01 +05:30
pluralizer.php Don't cast in pluralizer. 2013-01-05 14:55:04 -06:00
redirect.php Merge pull request #681 from bencorlett/develop 2012-08-13 12:17:35 -07:00
redis.php Fixed various typos throughout laravel folder. 2012-07-21 20:18:55 -04:00
request.php Merge pull request #1212 from franzliedke/patch-46 2013-01-05 13:37:31 -08:00
response.php Merge branch 'master' into develop 2013-01-05 14:36:48 -06:00
section.php cleaning up section class. 2012-04-10 11:37:38 -05:00
session.php Merge remote-tracking branch 'upstream/develop' into develop 2012-06-25 13:11:54 -04:00
str.php Allow forward slash separators in Str::classify() 2012-12-06 11:32:18 +11:00
uri.php Grammar/Vocabulary fixes 2012-06-13 11:19:20 -04:00
url.php Fix bug. 2013-01-05 16:15:18 -06:00
validator.php Fixing merge issues. 2013-01-06 20:14:07 +00:00
view.php Work on section handling. 2012-11-06 15:04:13 -06:00