- 28 Mar, 2013 22 commits
-
-
Taylor Otwell authored
URI data available in the before filter.
-
Taylor Otwell authored
Add Command alias to application configuration
-
Taylor Otwell authored
Add calling class and function information in logs
-
Taylor Otwell authored
Romanian language
-
Taylor Otwell authored
Fix bug in ANBU that cause wrong total time showing on SQL tab
-
Taylor Otwell authored
Make HTML escaping optional for label contents.
-
Taylor Otwell authored
Update laravel/session/drivers/cookie.php
-
Taylor Otwell authored
Handles Redis password
-
Taylor Otwell authored
The tiniest PR you've ever seen.
-
Taylor Otwell authored
Documentation update for Fluent
-
Taylor Otwell authored
Event firing of 500s now passes along the $exception object
-
Taylor Otwell authored
One more fix about custom query grammar
-
Taylor Otwell authored
Add flushing support to the Redis cache driver
-
Taylor Otwell authored
Simply combines @import rules in public/laravel/css/style.css
-
Taylor Otwell authored
Update laravel/request.php
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Allow the renaming of the drivers remember cookie
-
Taylor Otwell authored
Fix for double escaping of queries in the profiler
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Minor correction to controllers documentation.
-
- 27 Mar, 2013 1 commit
-
-
bruston authored
Signed-off-by: bruston <benjy.ruston@gmail.com>
-
- 22 Mar, 2013 6 commits
-
-
Eugen authored
Sometimes the logged queries would be rendered with visible HTML entities in the profiler, due to double encoding (You know, &gt; 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à!
-
Taylor Otwell authored
Adding PATCH to the route register.
-
Jesse O'Brien authored
Self-explanatory.
-
Taylor Otwell authored
-
Taylor Otwell authored
Fix for Postgresql PDO::FETCH_ASSOC
-
Alex authored
-
- 17 Mar, 2013 1 commit
-
-
Alex authored
-
- 12 Mar, 2013 3 commits
-
-
Taylor Otwell authored
Syntax fix for PHP 5.3 (#1690)
-
Pavel Puchkin authored
-
Pavel Puchkin authored
-
- 27 Feb, 2013 1 commit
-
-
David Lin authored
When running nginx with php-cgi (Fast-CGI): spawn-fcgi -a 127.0.0.1 -p 10081 -C 50 -u nobody -f /usr/local/php5317/bin/php-cgi The Request::cli() method will determine the web request as run from the command line. Add ` PHP_SAPI != "cgi-fcgi" ` to resolve it.
-
- 26 Feb, 2013 2 commits
-
-
David Mosher authored
Removes extraneous http request from style.css
-
Taylor Otwell authored
IoC container not resolving classes with optional parameters (i.e. models that use Eloquent)
-
- 20 Feb, 2013 1 commit
-
-
Duru Can Celasun authored
-
- 18 Feb, 2013 1 commit
-
-
Pavel Puchkin authored
-
- 14 Feb, 2013 1 commit
-
-
Kirk Bushell authored
-
- 12 Feb, 2013 1 commit
-
-
Dave Clayton authored
-