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 |
|
mark_story
|
853d866c35
|
Remove port numbers from Message-id domains.
Fixes #3244
|
2012-09-28 21:20:14 -04:00 |
|
mark_story
|
da6d49e554
|
Fix code conventions.
|
2012-09-18 14:50:03 -04: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
|
d3105332dc
|
Fix coding standards errors.
|
2012-09-01 12:14:15 +01: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 |
|
mark_story
|
e75fdd21ee
|
Add tests to show caseinsensitive nature of detectors.
Closes #3132
|
2012-08-20 11:43:10 -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
|
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 |
|
mark_story
|
f6b33db02c
|
Add test for accept header.
Refs #2828
|
2012-04-29 14:48:45 -04:00 |
|
Kyle Robinson Young
|
b8488b8dfe
|
Update 1.x @link in docblocks
|
2012-04-26 19:49:18 -07:00 |
|
Ceeram
|
74ee75b0ef
|
Merge branch '2.1' into 2.2
|
2012-04-23 10:34:04 +02:00 |
|
euromark
|
8a52a77cbc
|
correct argument order for phpunit asserts
|
2012-04-21 15:19:57 +02:00 |
|
euromark
|
bc2cd00123
|
cake 2.2 test case fixes (assert corrections, correct class names)
|
2012-04-21 15:02:35 +02:00 |
|
mark_story
|
2480ee1beb
|
Fix coding standards.
|
2012-04-20 20:52:10 -04:00 |
|
euromark
|
a5c323064f
|
domain configurable for mailing in CLI environment
|
2012-04-20 03:38:26 +02:00 |
|
mark_story
|
c15259f49c
|
Remove useless backups.
PHPUnit does this for us.
Fix formatting and whitespace.
|
2012-04-17 21:57:07 -04:00 |
|
mark_story
|
21ba5bf04a
|
Merge branch '2.1' into 2.2
|
2012-04-17 21:47:24 -04:00 |
|
mark_story
|
9f9feec222
|
Merge branch '2.2-hash' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
lib/Cake/View/Helper/FormHelper.php
|
2012-04-10 21:32:37 -04:00 |
|
mark_story
|
45e3414d49
|
Add test for query string encoding.
Closes #2768
|
2012-04-10 20:08:12 -04:00 |
|
mark_story
|
f8966a64f2
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
|
2012-04-09 21:55:02 -04:00 |
|
mark_story
|
c718a18218
|
Fix coding standards errors.
|
2012-04-08 21:01:25 -04:00 |
|
mark_story
|
18296d2bf6
|
Fix a few coding standards errors.
|
2012-04-02 23:19:05 -04:00 |
|
Norio Suzuki
|
26b93afc3c
|
fixed CakeEmail::reset, no initialized charset and headerCharset property
|
2012-04-01 23:42:18 +00:00 |
|
Rachman Chavik
|
6fa30db504
|
CakeEmail can use theme when rendering template
|
2012-03-28 22:01:30 +07:00 |
|
mark_story
|
19e0d8d946
|
Switch usage to Hash where possible.
|
2012-03-26 22:32:53 -04:00 |
|
Ceeram
|
d748fc7451
|
Merge branch '2.1' into 2.2
|
2012-03-23 16:32:04 +01:00 |
|
Kyle Robinson Young
|
90e7afbdc7
|
Correct parameter order of assertEquals and assertNotEquals
|
2012-03-22 23:37:12 -07:00 |
|
mark_story
|
c58b61c17b
|
Merge branch '2.1' into 2.2
Conflicts:
lib/Cake/Test/Case/Model/ModelWriteTest.php
|
2012-03-18 21:26:45 -04:00 |
|