1. 09 Sep, 2012 1 commit
    • Fixed a problem whith `Eloquent::get_dirty` · 5f99c810
      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
  2. 29 Aug, 2012 1 commit
  3. 19 Aug, 2012 2 commits
  4. 17 Aug, 2012 1 commit
  5. 03 Aug, 2012 1 commit
  6. 27 Jul, 2012 1 commit
  7. 22 Jul, 2012 1 commit
  8. 12 Jul, 2012 2 commits
  9. 10 Jul, 2012 1 commit
  10. 04 Jul, 2012 2 commits
  11. 29 Jun, 2012 1 commit
  12. 13 Jun, 2012 1 commit
  13. 11 Jun, 2012 1 commit
  14. 03 Jun, 2012 3 commits
  15. 30 May, 2012 1 commit
  16. 11 May, 2012 1 commit
  17. 26 Apr, 2012 2 commits
  18. 13 Apr, 2012 1 commit
  19. 11 Apr, 2012 1 commit
  20. 10 Apr, 2012 2 commits
  21. 09 Apr, 2012 1 commit
  22. 04 Apr, 2012 1 commit
  23. 30 Mar, 2012 1 commit
  24. 29 Mar, 2012 2 commits
  25. 26 Mar, 2012 1 commit
  26. 22 Mar, 2012 2 commits
  27. 21 Mar, 2012 2 commits
  28. 20 Mar, 2012 1 commit
  29. 19 Mar, 2012 2 commits