コミット履歴

作者 SHA1 メッセージ 日付
  euromark 0b6919ee94 force option for bake tasks (view, model, controller, test, fixture) 12 年 前
  mark_story c597855fe4 Merge branch 'master' into 2.4 12 年 前
  euromark f389435bae coding standards and else block simplification 12 年 前
  Mischa ter Smitten dad1f16eaf Made _stop() usage in Consoles / Tasks more consistent 12 年 前
  ADmad 3303a2cda1 Merge branch 'master' into 2.4 13 年 前
  Marc Würth 4c9f0414cb Improved the DocBlocks and other code cleanup 13 年 前
  Christian Winther 5aac41ed43 Fix indentation and add short option 't' for template 13 年 前
  Christian Winther 2fca41c35d Enable the user to provide a CLI theme through the --theme option for all bake tasks 13 年 前
  euromark 111366d5c8 == to === and != to !== where applicable 13 年 前
  Graham Weldon 66d856d883 Added extra line for referencing license file for copyright 13 年 前
  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 年 前
  Ceeram 3f4d24bfc0 remove unused local variables and a few improvements 13 年 前
  euromark b811afbc44 double spaces to single ones 13 年 前
  Ceeram eadc3a75e5 fix coding standards 13 年 前
  dogmatic69 22a2e1b51e converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 13 年 前
  Juan Basso c754fb2dcb Updated copyright to 2012. 14 年 前
  mark_story db8c6b5c78 Fix most of the coding standards issues in Console/ 14 年 前
  euromark 22452f61f8 type hinting controllers and views 14 年 前
  mark_story f3b990bf0f Correct path display for plugins. 14 年 前
  Kyle Robinson Young 94e119fe67 Adhere to code formatting standard 14 年 前
  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 年 前
  Majna 57afa1873e Make View task use prefixed template before falling back to generic one. It is possible now to create view templates for different prefixes. 14 年 前
  Majna d84b66e744 Fix View task generating only 'admin' methods views in non-interactive mode. 14 年 前
  Majna 3374406bbf Fix View task missing 'app' param when baking custom action. 14 年 前
  mark_story 7f3c5662ba Fix issue where plugin prefixes would be included in generated view. 14 年 前
  mark_story c9bd97309f Merge branch '1.3' into merger 14 年 前
  Juan Basso f5a54d00dd Changed methods and attributes from private to protected. 14 年 前
  Juan Basso a0ee8b49fe Fixed some API doc in console. 14 年 前
  Jose Lorenzo Rodriguez cfd2d9e00b Updating all @package annotations in doc blocks 14 年 前
  Mark Story 74e2cb1507 Updating doc blocks and @package strings for Console 14 年 前