コミット履歴

作者 SHA1 メッセージ 日付
  euromark 974ca851c2 Correct doc blocks according to cs guidelines. 11 年 前
  ADmad 3d9b2b80cb More API docblock fixes. 12 年 前
  euromark 43d359b1d7 Make referer() behave as expected. 12 年 前
  euromark 823909603a correct deprecation notices 12 年 前
  mark_story de9a5a5845 Add deprecated flag to methods that are removed in 3.0. 12 年 前
  Bryan Crowe 49bb441cef Update some grammar in Controller 12 年 前
  Bryan Crowe a943ea5c34 Add space between classname(s) 12 年 前
  Bryan Crowe 4242bd4f3d Additional Cake references to CakePHP and docblock typo 12 年 前
  Bryan Crowe c1dd0e4393 Changed url to URL where appropriate 12 年 前
  euromark df269ba0ef Cake to CakePHP name 12 年 前
  Bryan Crowe ab4bc16463 Updated Controller:: doc block and ControllerMergeVarsTest:: 12 年 前
  Bryan Crowe 915b51b239 Updated JavaScript casing and JsHelper references in doc blocks 12 年 前
  Bryan Crowe 1393325ad1 Use instanceof instead of is_a() in Controller.php 12 年 前
  euromark 382f75dbfc cs corrections, bool to boolean and int to integer. 12 年 前
  euromark b09dc7213a deprecate Controller::flash() and adjust some other deprecation messages. 12 年 前
  ADmad a691e70065 Docblock and return type fixes 12 年 前
  Marc Würth 4c9f0414cb Improved the DocBlocks and other code cleanup 13 年 前
  Rachman Chavik a63b54c34b Fix: Incorrect model being used as Controller::$modelClass 13 年 前
  euromark 0822578813 $this->modelClass needs to be correct prior to the components init() call if the component itself accesses the model, lazyloading would try to load the wrong model otherwise 13 年 前
  mark_story 4f179b01bd Make note of method removal. 13 年 前
  euromark 09d9efe235 spelling corrections (a url to an URL, unify URL) 13 年 前
  mark_story efd86a498a Do type checks when looking for models in Controller::$uses. 13 年 前
  mark_story d9fbe5e00a Tidy up doc blocks. 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 年 前
  Florian Krämer d269b28ece Changing the doc block of Controller::_getViewObject() 13 年 前
  Florian Krämer d242081067 Fixing typo in Controller::_getViewObject doc block and changing the view class comparison from != to !== 13 年 前
  Florian Krämer 8d9acd9a8a Renaming Controller::_view() to Controller::_getViewObject() 13 年 前
  Florian Krämer bb91bebc4d Fixing a code formatting mistake in Controller::render() 13 年 前