mark_story
|
c24bec679b
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/View/Helper/FormHelper.php
|
2012-10-27 21:13:53 -04:00 |
|
mark_story
|
528671f468
|
Replace Set with Hash.
|
2012-10-25 10:07:39 -04:00 |
|
dogmatic69
|
641ba9f3e6
|
Merge branch '2.3' into type-checks
Conflicts:
lib/Cake/Error/ExceptionRenderer.php
lib/Cake/Routing/Dispatcher.php
|
2012-10-24 19:03:44 +01:00 |
|
mark_story
|
1aea9ac0c9
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/Event/CakeEventManager.php
lib/Cake/VERSION.txt
lib/Cake/View/ViewBlock.php
|
2012-10-15 21:46:49 -04:00 |
|
mark_story
|
59f84024e5
|
Handle REQUEST_URI with domain names properly.
Don't depend on parse_url() as it fails with corrupted urls. Instead
use FULL_BASE_URL to prepare an absolute path.
Fixes #3270
|
2012-10-14 11:58:07 -04:00 |
|
mark_story
|
1110e26483
|
Fix 0'th index file not being copied to $_FILES.
Fixes #3256
|
2012-10-11 08:39:46 -04:00 |
|
dogmatic69
|
408e619c9f
|
Merge branch '2.3' into type-checks
Conflicts:
lib/Cake/Console/Command/Task/ModelTask.php
lib/Cake/Controller/Component/RequestHandlerComponent.php
lib/Cake/Model/Datasource/Database/Mysql.php
lib/Cake/Utility/CakeNumber.php
|
2012-10-01 02:08:00 +01:00 |
|
Jose Lorenzo Rodriguez
|
d5c9d97dc1
|
Merge remote-tracking branch 'origin/master' into 2.3
Conflicts:
lib/Cake/Model/Behavior/TranslateBehavior.php
lib/Cake/Model/CakeSchema.php
lib/Cake/Utility/CakeTime.php
lib/Cake/Utility/ClassRegistry.php
lib/Cake/View/MediaView.php
|
2012-09-25 16:36:03 +02:00 |
|
dogmatic69
|
b1f26b59a3
|
converting if ($foo != null) to if ($foo)
|
2012-09-21 23:30:43 +01:00 |
|
euromark
|
e8cfac0eec
|
adding query() for CakeRequest
|
2012-09-18 19:38:53 +02:00 |
|
Kyle Robinson Young
|
bc40ac7d3f
|
Remove unused variables and code
|
2012-09-05 17:19:13 -07:00 |
|
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
|
2012-08-28 23:52:05 -04:00 |
|
ceeram
|
973670ca1c
|
Merge pull request #749 from ceeram/2.3-allow
Add allowed() to CakeRequest, to check if the request method matches the...
|
2012-08-22 16:44:11 -07:00 |
|
Ceeram
|
d730acba59
|
Add onlyAllow() to CakeRequest, to check if the request method matches the allowed ones.
Throws exception if not matched, using the required Allow response header.
|
2012-08-22 17:23:24 +02:00 |
|
mark_story
|
e183e91b17
|
Make CakeRequest work with content-type headers that include a charset.
Refs #3113
|
2012-08-14 12:42:05 -04:00 |
|
Rodrigo Moyle
|
e10f6f57a3
|
Fix notice error when parsing input data.
Prevent error in CakeRequest from parsing input data in
PUT and DELETE requests.
Fixes #3002
Signed-off-by: mark_story <mark@mark-story.com>
|
2012-07-05 22:06:02 -04:00 |
|
Jose Lorenzo Rodriguez
|
ec7ec73b66
|
Merge branch '2.1' into 2.2
|
2012-07-01 17:35:24 -04:30 |
|
José Lorenzo Rodríguez
|
476209df03
|
Changing docs in CakeRequest:accepts() as they were misleading, you are required to pass a correct mimetype and not an alias
|
2012-06-26 14:38:07 -05:30 |
|
mark_story
|
54679023f9
|
Add support for DELETE + form encoded data.
Much like PUT, DELETE requests will automatically parse
form-urlencoded request bodies and set them as $this->data.
|
2012-06-17 20:03:45 -04:00 |
|
AD7six
|
b509bdb04b
|
Automatically handle PUT requests
make the following "just work"
curl -X PUT -d foo=bar http://...
|
2012-06-06 22:59:37 +02:00 |
|
mark_story
|
4b8c469004
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/VERSION.txt
|
2012-05-26 21:11:36 -04:00 |
|
mark_story
|
aa85451159
|
Fix incorrect return type.
|
2012-05-23 19:52:29 -04:00 |
|
Ceeram
|
74ee75b0ef
|
Merge branch '2.1' into 2.2
|
2012-04-23 10:34:04 +02:00 |
|
mark_story
|
b54c3b0308
|
Convert FILES processing to use recursion.
Fixes issues with deeply nested file data issues.
Fixes #2796
|
2012-04-17 22:28:08 -04:00 |
|
mark_story
|
21ba5bf04a
|
Merge branch '2.1' into 2.2
|
2012-04-17 21:47:24 -04:00 |
|
Renan Gonçalves
|
b0b36e8fba
|
Defining default values for CakeRequest, those params are present anywhere except when there isn't a Route match.
|
2012-04-13 15:58:45 +02:00 |
|
mark_story
|
19e0d8d946
|
Switch usage to Hash where possible.
|
2012-03-26 22:32:53 -04:00 |
|
Juan Basso
|
c754fb2dcb
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
17eb0e4f68
|
Fix duplicate values when merging POST data.
Fixes #2648
|
2012-03-06 20:22:13 -05:00 |
|
mark_story
|
a6da736149
|
Fix coding standards errors in Network/
|
2012-03-04 11:18:20 -05:00 |
|
Mark Story
|
6599422a7a
|
Merge pull request #534 from dogmatic69/2622
Fixes #2622
|
2012-02-28 12:11:44 -08:00 |
|
dogmatic69
|
ac06880241
|
making the name lowercase in the addDetector method so that it will be found in the is() method fixes #2622 with tests.
|
2012-02-28 16:05:32 +00:00 |
|
mark_story
|
0568746bfd
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/CakeSchema.php
|
2012-02-26 12:04:28 -05:00 |
|
José Lorenzo Rodríguez
|
2840dc74d3
|
Merge pull request #528 from vantienvnn/2.0
CakeRequest::here explicitly using & as a query string separator to overcome issue in some badly configured 5.3 servers
|
2012-02-24 06:51:12 -08:00 |
|
vantienvnn
|
c0b2d8ad9d
|
Fixed #2615
|
2012-02-24 21:35:50 +07:00 |
|
Ceeram
|
8eea263d71
|
fixing incorrect post data
|
2012-02-23 20:00:51 -05:00 |
|
Ceeram
|
55b8f66095
|
fixing incorrect post data
|
2012-02-22 22:49:42 +01:00 |
|
mark_story
|
943d928084
|
Merge branch '2.0' into 2.1
|
2012-02-18 22:19:38 -05:00 |
|
mark_story
|
89df484fc5
|
Remove un-necessary Set::merge().
Using Set::merge() on an empty array causes issues with out of order
numeric keys. Only merge if necessary.
Fixes #2595
|
2012-02-18 22:18:16 -05:00 |
|
mark_story
|
20229eeb43
|
Merge branch '2.0' into 2.1
|
2012-02-18 11:22:18 -05:00 |
|
teddy
|
0ea00c5f07
|
urldecode $this->url before unsetting it from CakeRequest->query
|
2012-02-18 11:03:36 -05:00 |
|
mark_story
|
97ce118294
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Utility/ClassRegistry.php
|
2012-01-11 20:59:31 -05:00 |
|
mark_story
|
dbea15650b
|
Add iPad to the list of mobile clients.
Fixes #2452
|
2012-01-09 21:33:13 -05:00 |
|
mark_story
|
15c7493e39
|
Merge branch '2.0' into 2.1
|
2012-01-06 23:02:16 -05:00 |
|
mark_story
|
95ec741b6c
|
Changing SCRIPT_NAME to PHP_SELF
Several shared hosts have issues with SCRIPT_NAME having an incorrect value.
Revert back to using PHP_SELF like in 1.3.
Fixes #2437
Fixes #2334
Fixes #2268
|
2012-01-04 21:10:29 -05:00 |
|
mark_story
|
997aa8a37b
|
I'm an idiot. Fix the parse error.
|
2012-01-01 21:29:13 -05:00 |
|
mark_story
|
83987bee17
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Network/CakeRequest.php
|
2012-01-01 21:15:27 -05:00 |
|
mark_story
|
ac408b38e3
|
Add Windows Phone OS to mobile browser list.
Fixes #2428
|
2012-01-01 12:57:35 -05:00 |
|
mark_story
|
2e8498e166
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/Datasource/Database/Postgres.php
lib/Cake/Test/Case/Console/TaskCollectionTest.php
lib/Cake/Test/Case/Model/ModelIntegrationTest.php
lib/Cake/Test/Case/Utility/ClassRegistryTest.php
lib/Cake/Utility/ClassRegistry.php
|
2011-12-11 22:51:40 -05:00 |
|