- 04 May, 2013 1 commit
-
-
merge
尘缘 committed
-
- 01 May, 2013 2 commits
-
-
Taylor Otwell committed
-
modified IoC::registred()
Taylor Otwell committed
-
- 12 Apr, 2013 1 commit
-
-
Returns true if the instance was registered with IoC::instance
Max committed
-
- 11 Apr, 2013 2 commits
-
-
Incremented version from 3.2.13 to 3.2.14
Taylor Otwell committed -
Fixed a typo in "Contributing" chapter
Taylor Otwell committed
-
- 09 Apr, 2013 2 commits
-
-
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
aeberhardo committed -
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
aeberhardo committed
-
- 07 Apr, 2013 3 commits
-
-
Check application.ssl when setting a secure cookie
Taylor Otwell committed -
Taylor Otwell committed
-
Taylor Otwell committed
-
- 05 Apr, 2013 3 commits
-
-
Changed Laravel\ namespace prefix in some classes calls in helpers to global.
Taylor Otwell committed -
jan committed
-
global, to allow aliases to work, and allow class extending.
jan committed
-
- 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 2 commits
-
-
Colin Viebrock committed
-
Most SLL-related code in Laravel checks to see if `application.ssl` is true before doing an action requiring it. `Cookie::put()` is the only exception that I've found, to date, that doesn't test for SSL. This checks to see that the SSL is enabled when attempting to set a secure cookie. To verify, set `application.ssl` to false (without this patch) then run: Cookie::put('foo', 'bar', 0, '/', null, true); You will get an exception because of line 90 in `cookie.php`: if ($secure and ! Request::secure()) { throw new \Exception("Attempting to set secure cookie over HTTP."); } With this patch you will not get this error unless both `application.ssl` is true, and the cookie `$secure` flag is set.
Robert K 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 15 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
-