- 05 Apr, 2013 2 commits
- 04 Apr, 2013 3 commits
-
-
Add Macros to tables
Taylor Otwell committed -
get_dirty() comparison is not type safe
Taylor Otwell committed -
get_dirty() must compare using Not Identical (!==) on place of Not Equal (!=). For example, changing null to false don't make the model dirty.
Bernardo Rittmeyer committed
-
- 03 Apr, 2013 1 commit
-
-
Colin Viebrock committed
-
- 02 Apr, 2013 2 commits
-
-
Add unregister IoC
Taylor Otwell committed -
Signed-off-by: Steven Klar <steven.klar@mayflower.de>
Steven Klar committed
-
- 29 Mar, 2013 4 commits
-
-
Exit with non-zero if command fails, useful in scripting and CI
Taylor Otwell committed -
Pavel Puchkin committed
-
Ability to flush file-based cache storage
Taylor Otwell committed -
Pavel Puchkin committed
-
- 28 Mar, 2013 24 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-
URI data available in the before filter.
Taylor Otwell committed -
Add Command alias to application configuration
Taylor Otwell committed -
Add calling class and function information in logs
Taylor Otwell committed -
Romanian language
Taylor Otwell committed -
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 3 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
-