提交历史

作者 SHA1 备注 提交日期
  mark_story d7d8fc00d1 Check data with isset() before accessing it. 12 年之前
  mark_story 01be15d654 Don't always wipe a Model's _schema property when calling setSource() 12 年之前
  Rachman Chavik 2d5a153c0d Set 'order' to false to prevent issues with postgres 12 年之前
  ADmad f3900e89fd Fixed bug where deleteAll tried to delete same id multiple times. 12 年之前
  mark_story 1be40d5d64 Fix coding standards error. 12 年之前
  mark_story ec38ee1c48 Only enable cacheSources if both the datasource + model agree on it. 12 年之前
  mark_story 99fd6e40fe Leave db->cacheSources unaltered. 12 年之前
  Marc Würth 7cfa0116f4 Removed "PHP 5" from file header DocBlocks 12 年之前
  José Moreira b1e366c500 Model.php PHPDoc Description: Chang afterFilter with afterFind 12 年之前
  Mark Story ea0c66e713 Merge pull request #2187 from bar/model-optimizations 12 年之前
  Ber Clausen 1fbe9c0021 Optimize conditionals and reduce lookups. 12 年之前
  Marc Würth 7c07d37fb3 Some DocBlock improvements for Model.php 12 年之前
  Ber Clausen 6dcfd28600 Optimize _clearCache(). 12 年之前
  Bryan Crowe a943ea5c34 Add space between classname(s) 12 年之前
  José Lorenzo Rodríguez 99620ab58e Merge pull request #1593 from kimegede/more-readable-code 12 年之前
  Bryan Crowe 4242bd4f3d Additional Cake references to CakePHP and docblock typo 12 年之前
  Schlaefer be61a5023f Refactors Model::_clearCache 12 年之前
  Schlaefer 99ec97bd19 performance improvements in Model::_clearCache 12 年之前
  mark_story 4ea6c158d1 Fix wording and remove trailing spaces. 12 年之前
  Jerome Roethlisberger 3a4a0e54eb Improved wording of Model::invalidFields() 12 年之前
  Ber Clausen 0a52061d86 Update afterFind() callback signature to be PHP5.4+ compliant. 12 年之前
  Ber Clausen 867d4b312d Update afterSave() callback signature to be PHP5.4+ compliant. 12 年之前
  Ber Clausen c524645738 Update Model/Behaviors callback signature to be PHP5.4+ compliant. 12 年之前
  Kim Egede Jakobsen 63dfbe55f7 Added/removed newlines to make the code more readable. 12 年之前
  Kim Egede Jakobsen 09bdad6ceb Reduce variable use/duplicate code. 12 年之前
  Kim Egede Jakobsen b64c7e3e84 Remove the $state === 'after' condition. 12 年之前
  mark_story 0f2d59d987 Merge branch 'master' into 2.4 12 年之前
  mark_story 675f828e16 Remove insertQuery and deleteQuery. 12 年之前
  euromark 6cf147e8c8 unify null checks - avoid method call in favor of strict check 12 年之前
  euromark fc2d28974b remove undocumented code and uncessary in_array() checks + cleanup 12 年之前