- 17 Oct, 2012 1 commit
-
-
Signed-off-by: Stan Bondi <stan@stanley-pc.(none)>
Stan Bondi committed
-
- 07 Oct, 2012 3 commits
-
-
Taylor Otwell committed
-
Vinícius Fragoso committed
-
Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
Dejan Geci 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 2 commits
-
-
Franz Liedke committed
-
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
-
- 11 Aug, 2012 1 commit
-
-
Kelly Banman committed
-
- 10 Aug, 2012 1 commit
-
-
Joe Wallace committed
-
- 03 Aug, 2012 1 commit
-
-
Sergii Grebeniuk committed
-
- 01 Aug, 2012 1 commit
-
-
switched from default "tinyint" which creates a tinyint(4) to the standard mysql boolean type "tinyint(1)"
Tobsn committed
-
- 31 Jul, 2012 1 commit
-
-
reference to #991
Tobsn 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
-
- 19 Jul, 2012 1 commit
-
-
Signed-off-by: Rack Lin <racklin@gmail.com>
Rack Lin committed
-
- 17 Jul, 2012 1 commit
-
-
Franz Liedke committed
-
- 16 Jul, 2012 1 commit
-
-
Shawn McCool 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
-
- 01 Jul, 2012 1 commit
-
-
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
Jason Lewis 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 2 commits
-
-
Taylor Otwell committed
-
Franz Liedke committed
-
- 22 Jun, 2012 1 commit
-
-
Tobsn committed
-