Commit History

Author SHA1 Message Date
  euromark 22f65f7cb5 asserting that tree behavior generates valid sql in recover 13 years ago
  ADmad 5de492fb25 Allow saving new records with pre specified primary key value with treebehavior. 13 years ago
  David Thalmann 78de6e276a Removed inline method calls in curly braced string concat's. 13 years ago
  David Thalmann d9b5ec1a3a Changed all string concatenations like $Model->alias . '.' . $field to the more consistent $Model->escapeField($field). 13 years ago
  mark_story a63dd9ee9d Fix incorrect formatting in TreeBehavior. 13 years ago
  mark_story a7c79e5da2 Fix warnings when deleting records that do not exist. 13 years ago
  mark_story 55c4ad3c1c Fix coding standards errors. 14 years ago
  Jelle Henkens f7ce5262b7 Updating mixed @param documentation to seperate list of accepted types 14 years ago
  Jelle Henkens dbd826f794 Removing extra space in the extract() calls 14 years ago
  mark_story 19e0d8d946 Switch usage to Hash where possible. 14 years ago
  mark_story 01e035f726 Move logic to afterDelete. 14 years ago
  mark_story 544930f882 Skip validation when recovering trees. 14 years ago
  Juan Basso 3b1bd90ad6 Updated copyright to 2012. 14 years ago
  mark_story 9a6ad7e1e2 Fixing most coding standard issues in Model/ 14 years ago
  euromark 45112088a1 type hinting models 14 years ago
  dogmatic69 c02912261b setting recursive to -1 14 years ago
  dogmatic69 74a84c96f1 optimization of tree behavior as per ticket #2600 14 years ago
  Majna 0cd9a93e9e Remove unused variables and statements. 14 years ago
  Ceeram 2a9e6771c3 allow other parent field, set in find options or TreeHebavior, for threaded find. Fixes #1769 14 years ago
  ADmad 248a2d3f26 Adding missing Model::create() when using Model::save() in a loop. Fixing some code formatting. Fixes #848 14 years ago
  Kyle Robinson Young 51f9837db4 Code standards formatting 14 years ago
  Kyle Robinson Young 8197f87dbc Spelling and grammar fixes 14 years ago
  mark_story 992a1554e1 Fix incorrect alias/name usage. 14 years ago
  Renan Gonçalves 229bf8e984 Keeping BC on short syntax for Acl and Tree behavior. 14 years ago
  Renan Gonçalves 3a04bb4733 Dropping short syntax support for Behavior configuration. 14 years ago
  Jose Lorenzo Rodriguez d1a530f53b Fixing all @link annotations in model class 14 years ago
  Juan Basso f5a54d00dd Changed methods and attributes from private to protected. 14 years ago
  Juan Basso 620a65b2fc Merge branch '2.0' into 2.0-api-doc 14 years ago
  Juan Basso 895c10af7b Adjusted some types in @param, @return and @var. 14 years ago
  Juan Basso 7604763888 Updated some file headers to include correct license and copyright. 14 years ago