- 13 May, 2013 1 commit
-
-
Jürgen van Dijk authored
-
- 05 May, 2013 2 commits
-
-
Taylor Otwell authored
Update migrator.php
-
Taylor Otwell authored
-
- 04 May, 2013 1 commit
-
-
dotramses authored
when used in a setup task. The output created didn't add a line ending.
-
- 01 May, 2013 2 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
modified IoC::registred()
-
- 12 Apr, 2013 1 commit
-
-
Max authored
Returns true if the instance was registered with IoC::instance
-
- 11 Apr, 2013 2 commits
-
-
Taylor Otwell authored
Incremented version from 3.2.13 to 3.2.14
-
Taylor Otwell authored
Fixed a typo in "Contributing" chapter
-
- 09 Apr, 2013 2 commits
-
-
aeberhardo authored
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
-
aeberhardo authored
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
-
- 07 Apr, 2013 3 commits
-
-
Taylor Otwell authored
Check application.ssl when setting a secure cookie
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 05 Apr, 2013 3 commits
-
-
Taylor Otwell authored
Changed Laravel\ namespace prefix in some classes calls in helpers to global.
-
jan authored
-
jan authored
global, to allow aliases to work, and allow class extending.
-
- 04 Apr, 2013 3 commits
-
-
Taylor Otwell authored
Add Macros to tables
-
Taylor Otwell authored
get_dirty() comparison is not type safe
-
Bernardo Rittmeyer authored
get_dirty() must compare using Not Identical (!==) on place of Not Equal (!=). For example, changing null to false don't make the model dirty.
-
- 03 Apr, 2013 2 commits
-
-
Colin Viebrock authored
-
Robert K authored
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.
-
- 02 Apr, 2013 2 commits
-
-
Taylor Otwell authored
Add unregister IoC
-
Steven Klar authored
Signed-off-by: Steven Klar <steven.klar@mayflower.de>
-
- 29 Mar, 2013 4 commits
-
-
Taylor Otwell authored
Exit with non-zero if command fails, useful in scripting and CI
-
Pavel Puchkin authored
-
Taylor Otwell authored
Ability to flush file-based cache storage
-
Pavel Puchkin authored
-
- 28 Mar, 2013 12 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
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
-