- 15 Oct, 2012 1 commit
-
-
Trivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket Signed-off-by: crynobone <crynobone@gmail.com>
crynobone committed
-
- 28 Sep, 2012 1 commit
-
-
Signed-off-by: Daniel Bøndergaard <db@helmstmt.com>
Daniel Bøndergaard committed
-
- 27 Sep, 2012 1 commit
-
-
Taylor Otwell committed
-
- 24 Sep, 2012 2 commits
-
-
RK committed
-
This is in reference to issue #1261, where Model->get_key() returns the key from the $attributes instead of from the $original property. This breaks the functionality of a model with a primary key that may change, as the SQL generated will be something like: UPDATE `model` SET `key` = 'new-key' WHERE `key` = 'new-key'; Which won't update the model in the database.
RK committed
-
- 09 Sep, 2012 1 commit
-
-
When you had a synched Eloquent model (e.g. without changed values) but one of those values is `null`, then that value would be considered as dirty. `Eloquent::changed` returns false, but the value is present in `Eloquent::get_dirty`. This fix makes sure that a `null` value in `$attributes` is only present in `get_dirty` when it wasn't at all *set* in `$original`.
JoostK committed
-
- 03 Sep, 2012 1 commit
-
-
Signed-off-by: Callum McIntyre <mcintyre1994@gmail.com>
Callum McIntyre committed
-
- 29 Aug, 2012 1 commit
-
-
Taylor Otwell committed
-
- 19 Aug, 2012 2 commits
-
-
Callum McIntyre committed
-
Changed timestamp function in database/eloquent/model.php from protected to public. Allows eloquent model timestamps to be updated without actually changing any data. git push fork minor/unprotect-eloquent-timestamps git status git # Signed-off-by: Callum McIntyre <mcintyre1994@gmail.com>
Callum McIntyre committed
-
- 17 Aug, 2012 1 commit
-
-
Taylor Otwell committed
-
- 03 Aug, 2012 1 commit
-
-
Sergii Grebeniuk committed
-
- 27 Jul, 2012 1 commit
-
-
Pascal Borreli committed
-
- 22 Jul, 2012 1 commit
-
-
Signed-off-by: Josh Miller <josh@joshmmiller.com>
Josh Miller committed
-
- 12 Jul, 2012 2 commits
-
-
Franz Liedke committed
-
Franz Liedke committed
-
- 10 Jul, 2012 1 commit
-
-
Taylor Otwell committed
-
- 04 Jul, 2012 2 commits
-
-
Calling update() on an eloquent model has no way of overriding the timestamp that should be set if $timestamps is set on the model. This changes that so it uses the timestamp() function which is an easy way to over ride the type of timestamps used.
Jesse O'Brien committed -
Franz Liedke committed
-
- 29 Jun, 2012 1 commit
-
-
Fix a bug with Eloquent model classes and isset() when eager loading a relationship returns an empty result set.
Franz Liedke committed
-
- 13 Jun, 2012 1 commit
-
-
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
Chris Berthe committed
-
- 11 Jun, 2012 1 commit
-
- 03 Jun, 2012 3 commits
-
-
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Jason Lewis committed -
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Jason Lewis committed -
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Jason Lewis committed
-
- 30 May, 2012 1 commit
-
-
Taylor Otwell committed
-
- 11 May, 2012 1 commit
-
-
Taylor Otwell committed
-
- 26 Apr, 2012 2 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-
- 13 Apr, 2012 1 commit
-
-
The __get() magic method runs three checks before giving up but the __isset() method only runs two checks. This syncs the logic to ensure that __get() and __isset() are looking at the same possibilities.
Mark Huot committed
-
- 11 Apr, 2012 1 commit
-
-
Taylor Otwell committed
-
- 10 Apr, 2012 2 commits
-
-
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
Taylor Otwell committed -
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
Taylor Otwell committed
-
- 09 Apr, 2012 1 commit
-
-
Signed-off-by: Joe Wallace <joew@atiba.com>
Joe Wallace committed
-
- 04 Apr, 2012 1 commit
-
-
Taylor Otwell committed
-
- 30 Mar, 2012 1 commit
-
-
Taylor Otwell committed
-
- 29 Mar, 2012 2 commits
-
-
Taylor Otwell committed
-
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
Taylor Otwell committed
-
- 26 Mar, 2012 1 commit
-
-
Taylor Otwell committed
-
- 22 Mar, 2012 1 commit
-
-
Taylor Otwell committed
-