コミット履歴

作者 SHA1 メッセージ 日付
  Jose Lorenzo Rodriguez 111a23274e Fixing yet another issue related to beforeValidate and 14 年 前
  Ceeram 7dbd6bc3a2 make sure model data is moved to alias, even when first key in data is assoc model 14 年 前
  Jose Lorenzo Rodriguez 0fb025f6dc Fixing error with validateMany and validateAssociated not saving values altered in beforeValidate callbacks 14 年 前
  Kyle Robinson Young b8488b8dfe Update 1.x @link in docblocks 14 年 前
  mark_story 6bb8b22cdb Fix space indented code. 14 年 前
  Ceeram f0bd7386e2 created, modified and updated fields now use static timestamp in testcases 14 年 前
  Ceeram 388b20dd9d fix error in previous commit 14 年 前
  Ceeram a84597784d avoid warning when saveAll() data has empty hasMany data, fixes #2792 14 年 前
  ADmad c847ec216c Changing assetEqual() to assertEquals() 14 年 前
  mark_story 83ceef045d Removing tests that fail on Postgres and Sqlite. 14 年 前
  dogmatic69 a5685947b9 Adding failing tests for bool updates switching with the field name 14 年 前
  Kyle Robinson Young 90e7afbdc7 Correct parameter order of assertEquals and assertNotEquals 14 年 前
  Ceeram 0a94202fb6 fixing test of previous commit 14 年 前
  Ceeram 4dfbfe9c8b fix saveAll deep option, when associated data is empty, or has deeper associated model data as first key in array 14 年 前
  Ceeram 247f5522c6 add test for saveAll deep 14 年 前
  Ceeram 091ad53b80 ensure boolean values are converted to correct value on update, avoiding issues with posgres boolean type 14 年 前
  mark_story dbb2dd44d7 Fix more coding standards. 14 年 前
  Ceeram 4191e2e573 adding test to disprove ticket, closes #2691 14 年 前
  Ceeram 3e0294a695 Several fixes for testcases. 14 年 前
  Ceeram 9f9c6fdd67 ensure correct order in results as postgres does not always return in same order 14 年 前
  Juan Basso 3b1bd90ad6 Updated copyright to 2012. 14 年 前
  Ceeram 2a7bee0a5c make sure locale is restored correct in tests 14 年 前
  Kyle Robinson Young 4176e59e52 Typo fixes in tests 14 年 前
  Jose Lorenzo Rodriguez 4cfc033387 Fixing failing test cases 14 年 前
  Ceeram bc07ba3839 Added option['deep'] to saveAll, to save unlimited levels associated data 14 年 前
  Ceeram 1f0af2a138 Adding order on created to the find, avoid failing test by incorrect order in postgres 14 年 前
  Ceeram 97f48dcdb3 fix failing test, caused by postgres ordering 14 年 前
  Ceeram 7eda0affe3 Merge branch '2.0' into 2.1 14 年 前
  mark_story dbece1f157 Add test for saveField() + foreign key. 14 年 前
  mark_story b8e27c7588 Fix indentation. 14 年 前