1. 04 Apr, 2013 1 commit
  2. 03 Apr, 2013 1 commit
  3. 22 Mar, 2013 1 commit
  4. 18 Feb, 2013 1 commit
  5. 01 Feb, 2013 1 commit
  6. 07 Jan, 2013 1 commit
  7. 05 Jan, 2013 4 commits
  8. 02 Jan, 2013 1 commit
  9. 18 Dec, 2012 3 commits
  10. 27 Nov, 2012 1 commit
  11. 23 Nov, 2012 1 commit
  12. 14 Nov, 2012 1 commit
  13. 09 Nov, 2012 1 commit
  14. 07 Nov, 2012 1 commit
  15. 01 Nov, 2012 1 commit
  16. 17 Oct, 2012 3 commits
  17. 15 Oct, 2012 1 commit
  18. 07 Oct, 2012 3 commits
  19. 05 Oct, 2012 1 commit
  20. 28 Sep, 2012 1 commit
  21. 27 Sep, 2012 1 commit
  22. 24 Sep, 2012 2 commits
  23. 17 Sep, 2012 3 commits
  24. 14 Sep, 2012 2 commits
  25. 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
  26. 03 Sep, 2012 2 commits