- 28 Mar, 2013 18 commits
-
-
Fix bug in ANBU that cause wrong total time showing on SQL tab
Taylor Otwell committed -
Make HTML escaping optional for label contents.
Taylor Otwell committed -
Update laravel/session/drivers/cookie.php
Taylor Otwell committed -
Handles Redis password
Taylor Otwell committed -
The tiniest PR you've ever seen.
Taylor Otwell committed -
Documentation update for Fluent
Taylor Otwell committed -
Event firing of 500s now passes along the $exception object
Taylor Otwell committed -
One more fix about custom query grammar
Taylor Otwell committed -
Add flushing support to the Redis cache driver
Taylor Otwell committed -
Simply combines @import rules in public/laravel/css/style.css
Taylor Otwell committed -
Update laravel/request.php
Taylor Otwell committed -
Taylor Otwell committed
-
Taylor Otwell committed
-
Allow the renaming of the drivers remember cookie
Taylor Otwell committed -
Fix for double escaping of queries in the profiler
Taylor Otwell committed -
Taylor Otwell committed
-
Taylor Otwell committed
-
Minor correction to controllers documentation.
Taylor Otwell committed
-
- 27 Mar, 2013 1 commit
-
-
Signed-off-by: bruston <benjy.ruston@gmail.com>
bruston committed
-
- 22 Mar, 2013 6 commits
-
-
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à!
Eugen committed -
Adding PATCH to the route register.
Taylor Otwell committed -
Self-explanatory.
Jesse O'Brien committed -
Taylor Otwell committed
-
Fix for Postgresql PDO::FETCH_ASSOC
Taylor Otwell committed -
Alex committed
-
- 17 Mar, 2013 1 commit
-
-
Alex committed
-
- 12 Mar, 2013 3 commits
-
-
Syntax fix for PHP 5.3 (#1690)
Taylor Otwell committed -
Pavel Puchkin committed
-
Pavel Puchkin committed
-
- 27 Feb, 2013 1 commit
-
-
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.
David Lin committed
-
- 26 Feb, 2013 2 commits
-
-
Removes extraneous http request from style.css
David Mosher committed -
IoC container not resolving classes with optional parameters (i.e. models that use Eloquent)
Taylor Otwell committed
-
- 20 Feb, 2013 1 commit
-
-
Duru Can Celasun committed
-
- 18 Feb, 2013 1 commit
-
-
Pavel Puchkin committed
-
- 14 Feb, 2013 1 commit
-
-
Kirk Bushell committed
-
- 12 Feb, 2013 1 commit
-
-
Dave Clayton committed
-
- 07 Feb, 2013 4 commits
-
-
aditya committed
-
Kelt Dockins committed
-
Kelt Dockins committed
-
If password is set in the config (database.php), before to issue any command it starts the Auth process, otherwise it starts with SELECT as usuale.
Pasvaz committed
-