コミット履歴

作者 SHA1 メッセージ 日付
  Adam Taylor 433dd09ec4 Fix typos 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 年 前
  dogmatic69 cfadc4dbb0 strict type checks and removing some duplicate count() calls by setting a variable 13 年 前
  dogmatic69 22a2e1b51e converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 13 年 前
  dogmatic69 cf8fccae96 converting $foo == null / $foo == false to !$foo 13 年 前
  mark_story 17ba713651 Simplify code. 13 年 前
  Tigran Gabrielyan 8e818c89b6 Added `$prefix` generation in `core.php` for `cake bake` shell 14 年 前
  Jelle Henkens 0e34bd4b1d Suggest current path in bake project if dir is empty 14 年 前
  mark_story b57489f3f1 Remove duplicate template. 14 年 前
  Juan Basso c754fb2dcb Updated copyright to 2012. 14 年 前
  mark_story 664b0538b8 Fix more coding standards problems. 14 年 前
  mark_story db8c6b5c78 Fix most of the coding standards issues in Console/ 14 年 前
  Majna 1dbafe1d4f Fix docblocks. 14 年 前
  Majna 454f383951 Fix console option parser for --empty in ProjectTask. 14 年 前
  Kyle Robinson Young 51f9837db4 Code standards formatting 14 年 前
  mark_story e7a7e57ba6 Fix bare require() to use App::uses() 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 年 前
  Juan Basso 40654df5ab Fixing more documentations. 14 年 前
  Juan Basso 16ef234180 Removing trailing spaces. 14 年 前
  Juan Basso 620a65b2fc Merge branch '2.0' into 2.0-api-doc 14 年 前
  mark_story c1b0eb8f21 Updating output of project task to better reflect what 14 年 前
  Mark Story cdcabc79b6 Doing some refactoring in the project task. 14 年 前
  Mark Story 6e2870c706 Removing APP_PATH it is always the same as APP. 14 年 前
  Mark Story 20e9015f80 Making skel files generate hard coded paths, when CakePHP 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 年 前
  Ceeram a025cb2e01 Adding option to ProjectTask, for setting CAKE_CORE_INCLUDE_PATH. Tests added. 14 年 前