- 14 May, 2013 5 commits
-
-
Even more fluent eloquent model via magic setters
Taylor Otwell committed -
Taylor Otwell committed
-
Language fix for Validation.
Taylor Otwell committed -
Update .htaccess
Taylor Otwell committed -
Added Dutch translation for validation rules "date_format" and "required_with".
Taylor Otwell committed
-
- 13 May, 2013 1 commit
-
-
Jürgen van Dijk committed
-
- 11 May, 2013 1 commit
-
-
Change link in comment. (2.2 -> current)
Maciej Czyżewski committed
-
- 08 May, 2013 2 commits
-
-
Pavel Puchkin committed
-
Now it is possible to use Eloquent's magic setters in chains. For example: $model->set_foo('foo')->take(10)->set_bar(some_function()); // ...even though setters 'foo' and 'bar' are not defined on the model
Pavel Puchkin committed
-
- 05 May, 2013 4 commits
-
-
Signed-off-by: Evgeny Kovalev <Evgeny.Kovalev@gmail.com>
Evgeny Kovalev committed -
Fix for both Russian and English. NB The bug is fixed for English version V4 already. No language files for other languages for V4. Signed-off-by: Evgeny Kovalev <Evgeny.Kovalev@gmail.com>
Evgeny Kovalev committed -
Update migrator.php
Taylor Otwell committed -
Taylor Otwell committed
-
- 04 May, 2013 1 commit
-
-
when used in a setup task. The output created didn't add a line ending.
dotramses 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 2 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-