mark_story
|
df872dde28
Merge branch 'master' into 2.4
|
13 年之前 |
mark_story
|
6017db9dc8
Add missing urlencoding to base/webroot.
|
13 年之前 |
mark_story
|
ce04d6afa1
Add CakeRequest::isAll().
|
13 年之前 |
mark_story
|
d4a3594e4f
Add support for is() with multiple types.
|
13 年之前 |
mark_story
|
d1c88ebf8a
Merge branch 'master' into 2.4
|
13 年之前 |
euromark
|
111366d5c8
== to === and != to !== where applicable
|
13 年之前 |
ADmad
|
13029cc2bc
Merge branch 'master' into 2.4
|
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
|
103bbbc375
Add CakeRequest::param()
|
13 年之前 |
mark_story
|
4af6039107
Merge branch 'master' into 2.3
|
13 年之前 |
mark_story
|
773666ddad
Fix coding standards and save a function call.
|
13 年之前 |
Bob Fanger
|
13dc397172
Added unittest for REQUEST_URI with multiple FQDNs.
|
13 年之前 |
Bob Fanger
|
b7b6859c27
Fixes corrupted CakeRequests when a $_GET value contains "://"
|
13 年之前 |
Ceeram
|
eadc3a75e5
fix coding standards
|
13 年之前 |
Ceeram
|
aaf2d2ef71
fix remaining cs errors
|
13 年之前 |
mark_story
|
60f9626838
Merge branch 'master' into 2.3
|
13 年之前 |
mark_story
|
8035b37df2
Only set $request->data with PUT/DELETE when it can be decoded.
|
13 年之前 |
dogmatic69
|
641ba9f3e6
Merge branch '2.3' into type-checks
|
13 年之前 |
mark_story
|
1aea9ac0c9
Merge branch 'master' into 2.3
|
13 年之前 |
mark_story
|
59f84024e5
Handle REQUEST_URI with domain names properly.
|
13 年之前 |
mark_story
|
1110e26483
Fix 0'th index file not being copied to $_FILES.
|
13 年之前 |
mark_story
|
57681ff115
Fix code style errors.
|
13 年之前 |
dogmatic69
|
408e619c9f
Merge branch '2.3' into type-checks
|
13 年之前 |
euromark
|
60385d1d28
test the query() method with arrays passed via $_GET
|
13 年之前 |
euromark
|
e8cfac0eec
adding query() for CakeRequest
|
13 年之前 |
dogmatic69
|
5cc03ca805
converting if($foo == true) to if($foo)
|
13 年之前 |
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 年之前 |
ceeram
|
973670ca1c
Merge pull request #749 from ceeram/2.3-allow
|
13 年之前 |
Ceeram
|
d730acba59
Add onlyAllow() to CakeRequest, to check if the request method matches the allowed ones.
|
13 年之前 |