Commit History

Author SHA1 Message Date
  euromark 974ca851c2 Correct doc blocks according to cs guidelines. 11 years ago
  mark_story f6c868d706 Fix remaining doc block errors in Console/ 12 years ago
  ADmad d466e00644 Merge branch 'master' into 2.5 12 years ago
  euromark 7a287a6942 More coding standard corrections. 12 years ago
  euromark a7744e6ff4 a few more corrections 12 years ago
  euromark 0ece694a75 microptimize options and default merge and other string key array merges 12 years ago
  Ber Clausen 5c08c77b93 Set console options in the same fashion for every shell/task. 12 years ago
  Marc Würth 7cfa0116f4 Removed "PHP 5" from file header DocBlocks 12 years ago
  Mischa ter Smitten dad1f16eaf Made _stop() usage in Consoles / Tasks more consistent 12 years ago
  Marc Würth 4c9f0414cb Improved the DocBlocks and other code cleanup 13 years ago
  euromark 111366d5c8 == to === and != to !== where applicable 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
  Gordon Pettey (petteyg) ec619eec04 Remove some spacial overkill 13 years ago
  Ceeram 3f4d24bfc0 remove unused local variables and a few improvements 13 years ago
  dogmatic69 408e619c9f Merge branch '2.3' into type-checks 13 years ago
  mark_story 3dd82e6d88 Fix Database/ from always being appended to the driver name. 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
  dogmatic69 cf8fccae96 converting $foo == null / $foo == false to !$foo 13 years ago
  mark_story ee7a224639 Fix a code style warning. 14 years ago
  Juan Basso 3b1bd90ad6 Updated copyright to 2012. 14 years ago
  mark_story db8c6b5c78 Fix most of the coding standards issues in Console/ 14 years ago
  euromark e94d307ee1 code conventions 14 years ago
  Fitorec ddbaa66997 Reviewing the logic in the Shell::in($prompt, $options = null, $default = null) 14 years ago
  Kyle Robinson Young 94e119fe67 Adhere to code formatting standard 14 years ago
  ADmad 73674c648c Moving AppShell inside Console/Command for consistency with file location of other App classes. Also making all core shells and tasks extends AppShell instead of Shell. Closes #2278 14 years ago
  Majna 1b9b90d2e7 Replacing 'driver' with 'datasource'. 14 years ago
  Majna 1455c59e0c Fix notice when baking db config: Undefined variable 'driver'. 14 years ago