1. 27 Oct, 2012 2 commits
  2. 25 Oct, 2012 1 commit
  3. 20 Oct, 2012 2 commits
  4. 16 Oct, 2012 1 commit
  5. 15 Oct, 2012 1 commit
  6. 14 Oct, 2012 1 commit
  7. 03 Oct, 2012 2 commits
  8. 27 Sep, 2012 5 commits
  9. 26 Sep, 2012 15 commits
  10. 25 Sep, 2012 5 commits
  11. 24 Sep, 2012 2 commits
    • RK's avatar
      Fixing the array_get misspelling. · f148f621
      RK authored
      f148f621
    • RK's avatar
      [#1261] get_key now pulls from $original instead · 258169ea
      RK authored
      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.
      258169ea
  12. 23 Sep, 2012 2 commits
  13. 20 Sep, 2012 1 commit