- 17 Oct, 2012 1 commit
-
-
Franz Liedke committed
-
- 07 Oct, 2012 2 commits
-
-
Taylor Otwell committed
-
Vinícius Fragoso committed
-
- 05 Oct, 2012 1 commit
-
-
Vinícius Fragoso 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
-
- 27 Aug, 2012 1 commit
-
-
Franz Liedke committed
-
- 25 Aug, 2012 1 commit
-
-
Franz Liedke 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 2 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-
- 10 Aug, 2012 1 commit
-
-
Joe Wallace 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 3 commits
-
-
Franz Liedke committed
-
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
-
- 28 Jun, 2012 1 commit
-
-
Taylor Otwell committed
-
- 16 Jun, 2012 1 commit
-
-
Koen Schmeets committed
-
- 13 Jun, 2012 2 commits
-
-
Allow Model instance an id for first argument in Has_Many_And_Belongs_To::attach() and same for ::detach(). Also a typo fix for the docblock on attach().
anaxamaxan committed -
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
-
- 18 May, 2012 1 commit
-
-
Loic Sharma committed
-
- 11 May, 2012 1 commit
-
-
Taylor Otwell committed
-
- 03 May, 2012 1 commit
-
-
Taylor Otwell committed
-