Commit History

Author SHA1 Message Date
  Mark Story e454f2d2a3 Merge pull request #1334 from thegallagher/2.3-cache-fix 12 years ago
  David Gallagher 0eead76d4b Fix content-type header in cached views. Fixes issue #2358 13 years ago
  Marc Würth 4c9f0414cb Improved the DocBlocks and other code cleanup 13 years ago
  Adam Taylor 433dd09ec4 Fix typos 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
  euromark b811afbc44 double spaces to single ones 13 years ago
  euromark 32f2426001 cache prefix for view cache to avoid collisions with domains/languages 13 years ago
  dogmatic69 408e619c9f Merge branch '2.3' into type-checks 13 years ago
  euromark b47e3a7d92 move charset/App.encoding into CakeResponse 13 years ago
  dogmatic69 36314e6d37 converting if ($foo != "") to if ($foo) 13 years ago
  dogmatic69 8dc4de5de8 converting if ($foo != false) to if ($foo) 13 years ago
  dogmatic69 5cc03ca805 converting if($foo == true) to if($foo) 13 years ago
  mark_story 9b94133f0d Fix uncaught exceptions when generating view cache files 13 years ago
  Jelle Henkens 97ebbc8e23 Fixing coding conventions 14 years ago
  Jose Lorenzo Rodriguez 4f6f041730 Using same serialization strategy for request object in cached views, this prevents some failing tests in environments 14 years ago
  Juan Basso c754fb2dcb Updated copyright to 2012. 14 years ago
  mark_story acccdcde1f Fix coding standard issues in View/ 14 years ago
  mark_story a275555297 Merge branch '2.0' into 2.1 14 years ago
  Tigran Gabrielyan 30d6341e7f Fixed bug in CacheHelper where PluginAppController was not being loaded 14 years ago
  ADmad 389072708a Merge branch '2.0' into 2.1 14 years ago
  Kyle Robinson Young c34bf673d5 Remove extra space in HtmlHelper radio tag 14 years ago
  mark_story bcb8444ab1 Make CacheHelper able to handle nocache tags in elements. 14 years ago
  mark_story fb20841d25 Doing some internal re-factoring in CacheHelper. 14 years ago
  mark_story dcf8c0fd04 Re-factoring duplicated code out. 14 years ago
  Kyle Robinson Young 51f9837db4 Code standards formatting 14 years ago
  mark_story 457dd73ed0 Move viewVars assignment after callbacks. 14 years ago
  Kyle Robinson Young 8197f87dbc Spelling and grammar fixes 14 years ago
  Kyle Robinson Young 1d50562931 Add @link to docblocks on Form, Html, Js, Paginator, Rss and Session helpers 14 years ago