Commit History

Author SHA1 Message Date
  mark_story ce04d6afa1 Add CakeRequest::isAll(). 13 years ago
  mark_story d4a3594e4f Add support for is() with multiple types. 13 years ago
  mark_story d1c88ebf8a Merge branch 'master' into 2.4 13 years ago
  euromark 111366d5c8 == to === and != to !== where applicable 13 years ago
  ADmad 13029cc2bc Merge branch 'master' into 2.4 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
  mark_story 103bbbc375 Add CakeRequest::param() 13 years ago
  mark_story 4af6039107 Merge branch 'master' into 2.3 13 years ago
  mark_story 773666ddad Fix coding standards and save a function call. 13 years ago
  Bob Fanger 13dc397172 Added unittest for REQUEST_URI with multiple FQDNs. 13 years ago
  Bob Fanger b7b6859c27 Fixes corrupted CakeRequests when a $_GET value contains "://" 13 years ago
  Ceeram eadc3a75e5 fix coding standards 13 years ago
  Ceeram aaf2d2ef71 fix remaining cs errors 13 years ago
  mark_story 60f9626838 Merge branch 'master' into 2.3 13 years ago
  mark_story 8035b37df2 Only set $request->data with PUT/DELETE when it can be decoded. 13 years ago
  dogmatic69 641ba9f3e6 Merge branch '2.3' into type-checks 13 years ago
  mark_story 1aea9ac0c9 Merge branch 'master' into 2.3 13 years ago
  mark_story 59f84024e5 Handle REQUEST_URI with domain names properly. 13 years ago
  mark_story 1110e26483 Fix 0'th index file not being copied to $_FILES. 13 years ago
  mark_story 57681ff115 Fix code style errors. 13 years ago
  dogmatic69 408e619c9f Merge branch '2.3' into type-checks 13 years ago
  euromark 60385d1d28 test the query() method with arrays passed via $_GET 13 years ago
  euromark e8cfac0eec adding query() for CakeRequest 13 years ago
  dogmatic69 5cc03ca805 converting if($foo == true) to if($foo) 13 years ago
  Juan Basso fd2f3aed46 Changed to accept language do not return the qualifiers and order the values by the qualifier. Also, making the test case insensitive 13 years ago
  ceeram 973670ca1c Merge pull request #749 from ceeram/2.3-allow 13 years ago
  Ceeram d730acba59 Add onlyAllow() to CakeRequest, to check if the request method matches the allowed ones. 13 years ago
  mark_story e75fdd21ee Add tests to show caseinsensitive nature of detectors. 13 years ago
  mark_story e183e91b17 Make CakeRequest work with content-type headers that include a charset. 13 years ago