mark_story
|
59e948fb1b
|
Merge branch 'master' into 2.3
|
2012-09-28 21:20:24 -04:00 |
|
mark_story
|
853d866c35
|
Remove port numbers from Message-id domains.
Fixes #3244
|
2012-09-28 21:20:14 -04: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 |
|
mark_story
|
268e58956d
|
Attempt to make tests pass when OpenSSL is not enabled.
|
2012-09-20 21:28:29 -04:00 |
|
euromark
|
60385d1d28
|
test the query() method with arrays passed via $_GET
|
2012-09-19 03:14:55 +02:00 |
|
mark_story
|
da6d49e554
|
Fix code conventions.
|
2012-09-18 14:50:03 -04:00 |
|
euromark
|
e8cfac0eec
|
adding query() for CakeRequest
|
2012-09-18 19:38:53 +02:00 |
|
Ceeram
|
ce1b387de2
|
fix incorrect docblock
|
2012-09-10 09:17:29 +02:00 |
|
Jose Lorenzo Rodriguez
|
9ac5cbed36
|
Added MailTransport test class refs #2824
|
2012-09-09 15:48:14 +02:00 |
|
mark_story
|
21a51a374a
|
Revert "Make test a bit more solid."
This reverts commit 072991d0da .
|
2012-09-01 14:43:11 +01:00 |
|
mark_story
|
072991d0da
|
Make test a bit more solid.
|
2012-09-01 14:34:10 +01:00 |
|
mark_story
|
571c8bc08c
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/Console/Command/Task/TestTask.php
|
2012-09-01 13:51:40 +01:00 |
|
mark_story
|
d3105332dc
|
Fix coding standards errors.
|
2012-09-01 12:14:15 +01:00 |
|
mark_story
|
728300786b
|
Merge branch 'master' into 2.3
|
2012-08-30 19:43:11 +01: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 |
|
James Hall
|
20baeb83db
|
Change to match coding standards
|
2012-08-26 02:11:43 +01:00 |
|
James Hall
|
a3b5065f8a
|
Make sure the environment variable is set
|
2012-08-26 00:33:32 +01:00 |
|
James Hall
|
6c4ba233ba
|
Fix testSendRenderWithImage when non running on port 80
|
2012-08-26 00:23:32 +01: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
|
d5333a2ff1
|
Merge branch 'master' into 2.3
|
2012-08-20 16:20:27 -04:00 |
|
mark_story
|
e75fdd21ee
|
Add tests to show caseinsensitive nature of detectors.
Closes #3132
|
2012-08-20 11:43:10 -04:00 |
|
mark_story
|
c83e941497
|
Merge branch 'master' into 2.3
|
2012-08-15 21:00:49 -04: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 |
|
mark_story
|
6f7557898d
|
Fix whitespace and comment errors.
|
2012-08-09 20:51:29 -04:00 |
|
Jorge González
|
f9f380d401
|
using annotations for catching exceptions in tests
|
2012-07-24 14:09:48 +01:00 |
|
Jorge González
|
17db6f9d23
|
Merge branch '2.3' of https://github.com/cakephp/cakephp into feature/smtp-tls
|
2012-07-23 22:24:10 +01:00 |
|
mark_story
|
6ce4a3a1ec
|
Add tests for contentDisposition flag.
Fixes #3042
|
2012-07-21 21:22:04 -04:00 |
|
Jorge González
|
55c92065c6
|
adding a tls option to SmtpTransport to support TLS SMTP servers like MS Exchange 2010
|
2012-07-21 20:28:38 +01:00 |
|
Jorge González
|
27a895d7d8
|
adding enableCrypto() method to CakeSocket class
|
2012-07-21 14:23:47 +01:00 |
|
mark_story
|
3c6b50953b
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/VERSION.txt
|
2012-07-18 22:12:51 -04:00 |
|
ADmad
|
c5d1260421
|
Added CakeResponse::file() for serving files as response
|
2012-07-11 01:24:00 +05:30 |
|
mark_story
|
591022f182
|
Make test case use SERVER_NAME conditionally.
|
2012-07-05 22:56:45 -04:00 |
|
Mark Story
|
ae01d473c3
|
Merge pull request #707 from SimonEast/fix_CakeEmailTest
Fix for CakeEmailTest.php that failed unless using 'localhost'
|
2012-07-05 19:40:54 -07: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 |
|
Simon East
|
de703a2692
|
Fix for CakeEmailTest.php that failed unless using 'localhost'
|
2012-07-06 11:59:39 +10:00 |
|
mark_story
|
13077a8f2f
|
Add tests for previous commit.
|
2012-06-22 21:44:37 -04:00 |
|
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
|
2335ef1a13
|
remove pseudo-mock code
Not required, not used by any committed code
|
2012-06-06 23:08:40 +02: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 |
|
Jose Lorenzo Rodriguez
|
51635c2ca6
|
Merge remote-tracking branch 'origin/2.1' into 2.2
Conflicts:
lib/Cake/Model/Model.php
lib/Cake/Test/Case/Model/ModelValidationTest.php
|
2012-06-06 11:06:06 -04:30 |
|
Rachman Chavik
|
8966f1b324
|
create CakeRequest in View instead of in CakeEmail
|
2012-06-04 22:21:41 +07:00 |
|
Rachman Chavik
|
9bafc5a3bb
|
CakeEmail: create request object before rendering
Closes #2931
|
2012-06-04 09:18:29 +07:00 |
|
José Lorenzo Rodríguez
|
ed15634ccb
|
Merge pull request #663 from jellehenkens/api-docs-mixed-params
Updating @param mixed docblock lines to proper multi type @param's
|
2012-05-22 08:38:23 -07:00 |
|
mark_story
|
0ed6752110
|
Fix coding standards.
|
2012-05-21 20:29:00 -04:00 |
|
Norio Suzuki
|
f816f6ae1b
|
Supported japanese legacy charset and changed to use upper case charset in Content-Type line
|
2012-05-21 20:28:59 -04:00 |
|
Jelle Henkens
|
f7ce5262b7
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
|
Norio Suzuki
|
db20600d02
|
Fix SMTP Transparency (RFC5321 4.5.2. first line period)
|
2012-05-07 22:34:14 +00:00 |
|
ADmad
|
49f8e73ab3
|
Allow bulk storing/updating of mime types. Closes #2844
|
2012-05-03 01:39:12 +05:30 |
|
Jose Lorenzo Rodriguez
|
bf0f5ab118
|
Merge remote-tracking branch 'origin/2.1' into 2.2
|
2012-04-29 20:05:39 -04:30 |
|