提交历史

作者 SHA1 备注 提交日期
  Christian Winther 5aac41ed43 Fix indentation and add short option 't' for template 13 年之前
  Christian Winther ae3d9a7a8e Remove ` from help line 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 26a08c6780 Updated copyright 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 年之前
  mark_story 4af6039107 Merge branch 'master' into 2.3 13 年之前
  mark_story 5a6a45d0d1 Add support for --admin to bake controller all. 13 年之前
  euromark b811afbc44 double spaces to single ones 13 年之前
  dogmatic69 408e619c9f Merge branch '2.3' into type-checks 13 年之前
  ADmad 035f727686 Replace Model::read() with Model::find('first') in baked controller 13 年之前
  euromark b7f1740d2b correcting coding-standards 13 年之前
  dogmatic69 5cc03ca805 converting if($foo == true) to if($foo) 13 年之前
  dogmatic69 22a2e1b51e converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 13 年之前
  Fitorec fa2a75c3f1 Add the numbers format console menus, showing the validation options in 2 columns. 14 年之前
  Juan Basso c754fb2dcb Updated copyright to 2012. 14 年之前
  mark_story db8c6b5c78 Fix most of the coding standards issues in Console/ 14 年之前
  mark_story f3b990bf0f Correct path display for plugins. 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 年之前
  mark_story aae8a89623 Change var -> public in controllertask. 14 年之前
  mark_story cb1ce83a54 Removing duplicate inflection. 14 年之前
  mark_story 3cb3424b4f Add App::uses to baked controllers. 14 年之前
  Juan Basso 895c10af7b Adjusted some types in @param, @return and @var. 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 年之前
  Mark Story 91a1cf81f3 Merge branch '1.3' into merger 15 年之前
  Juan Basso 192812ee7f Updating the copyright to 2011. 15 年之前
  Ceeram 5f97292648 Change case of Controller::$plugin, fixing missing plugin exceptions, tests updated. Also removing no longer needed camelize() calls 15 年之前