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