1. 26 Sep, 2012 13 commits
  2. 25 Sep, 2012 5 commits
  3. 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
  4. 23 Sep, 2012 2 commits
  5. 20 Sep, 2012 1 commit
  6. 19 Sep, 2012 3 commits
  7. 18 Sep, 2012 1 commit
  8. 17 Sep, 2012 3 commits
  9. 16 Sep, 2012 1 commit
  10. 15 Sep, 2012 2 commits
  11. 14 Sep, 2012 3 commits
  12. 12 Sep, 2012 2 commits
  13. 11 Sep, 2012 2 commits