Commit History

Author SHA1 Message Date
  pummra 0214ac403e Update ControllerTask.php 12 years ago
  pummra d41bb0b1b3 Update ControllerTask.php 12 years ago
  Marc Würth 7cfa0116f4 Removed "PHP 5" from file header DocBlocks 12 years ago
  mark_story 0f2d59d987 Merge branch 'master' into 2.4 12 years ago
  euromark 6cf147e8c8 unify null checks - avoid method call in favor of strict check 12 years ago
  Phally 6b41eaa950 Merge branch 'master' into 2.4 12 years ago
  Phally 5953171c7b Fixes cake bake all. Refs #1443. 12 years ago
  Phally 6d6be87f8f Replaces deprecated paginate() calls in controller bake templates. 12 years ago
  euromark 0b6919ee94 force option for bake tasks (view, model, controller, test, fixture) 12 years ago
  mark_story c597855fe4 Merge branch 'master' into 2.4 12 years ago
  Mischa ter Smitten dad1f16eaf Made _stop() usage in Consoles / Tasks more consistent 12 years ago
  mark_story cd3c54bb9d Merge branch 'master' into 2.4 12 years ago
  euromark 4518624187 more whitespace coding standard corrections 12 years ago
  ADmad 3303a2cda1 Merge branch 'master' into 2.4 13 years ago
  Marc Würth 4c9f0414cb Improved the DocBlocks and other code cleanup 13 years ago
  Christian Winther 5aac41ed43 Fix indentation and add short option 't' for template 13 years ago
  Christian Winther ae3d9a7a8e Remove ` from help line 13 years ago
  Christian Winther 2fca41c35d Enable the user to provide a CLI theme through the --theme option for all bake tasks 13 years ago
  euromark 111366d5c8 == to === and != to !== where applicable 13 years ago
  Graham Weldon 26a08c6780 Updated copyright 13 years ago
  Graham Weldon 66d856d883 Added extra line for referencing license file for copyright 13 years ago
  Graham Weldon 7b860debe4 This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years. 13 years ago
  mark_story 4af6039107 Merge branch 'master' into 2.3 13 years ago
  mark_story 5a6a45d0d1 Add support for --admin to bake controller all. 13 years ago
  euromark b811afbc44 double spaces to single ones 13 years ago
  dogmatic69 408e619c9f Merge branch '2.3' into type-checks 13 years ago
  ADmad 035f727686 Replace Model::read() with Model::find('first') in baked controller 13 years ago
  euromark b7f1740d2b correcting coding-standards 13 years ago
  dogmatic69 5cc03ca805 converting if($foo == true) to if($foo) 13 years ago
  dogmatic69 22a2e1b51e converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 13 years ago