- 28 Mar, 2013 10 commits
-
-
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
-
- 07 Feb, 2013 2 commits
-
-
Kelt Dockins committed
-
Kelt Dockins committed
-
- 13 Jan, 2013 3 commits
-
-
Update laravel/documentation/requests.md
Dayle Rees committed -
Dayle Rees committed
-
Fixed typo. Missing opening paren
Eddie Monge Jr committed
-
- 12 Jan, 2013 2 commits
-
-
Implemented OPTIONS verb
Taylor Otwell committed -
Laravel crashes when an OPTIONS request is issued
Pasvaz committed
-
- 10 Jan, 2013 8 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Fixed issue with html unit tests
Taylor Otwell committed -
fixed typo
Taylor Otwell committed -
Taylor Otwell committed
-
Documentation fixes
Taylor Otwell committed
-