ADmad
|
99813e97b3
|
Implemented feature to allow individual "empty" values for date time select elements
|
2012-07-28 01:47:21 +05:30 |
|
mark_story
|
f963e378b5
|
Fix coding standards errors.
|
2012-07-26 21:22:50 -04:00 |
|
mark_story
|
6e0cf0dab7
|
Fix failing test.
|
2012-07-26 21:19:20 -04:00 |
|
Kyle Robinson Young
|
cbf5328b33
|
Fix failing test with controller task listAll
|
2012-07-25 22:12:55 -07:00 |
|
Mark Story
|
4dd532d3a9
|
Merge pull request #724 from SimonEast/h_encoding
Prevent booleans from being encoded (converted to strings) by h() function
|
2012-07-25 18:17:12 -07:00 |
|
Mark Story
|
b99be9878a
|
Merge pull request #738 from zpencerq/authcomponentproblem
Auth Component can't return false from user($key)
|
2012-07-25 16:05:29 -07:00 |
|
Spencer Ellinor
|
6c1b05a5d4
|
Modify test case to show the issue.
|
2012-07-25 15:06:56 -04:00 |
|
mark_story
|
70c714d600
|
Fix incorrect context being used for excerpt.
Fixes #3064
|
2012-07-24 23:37:37 -04:00 |
|
Jorge González
|
f9f380d401
|
using annotations for catching exceptions in tests
|
2012-07-24 14:09:48 +01:00 |
|
mark_story
|
162d3bcb29
|
Fix whitespace errors.
|
2012-07-23 22:44:05 -04:00 |
|
mark_story
|
35bf3097cd
|
Fixing missing imports in generated tests.
Fixes #3059
|
2012-07-23 21:25:55 -04: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
|
2359fb7e2e
|
Simplify number formatting.
|
2012-07-22 21:28:49 -04:00 |
|
Heath Nail
|
434d3a7137
|
Add bcrypt support to Security::hash()
|
2012-07-22 21:15:00 -04:00 |
|
mark_story
|
ed19821168
|
Merge branch 'master' into 2.3
|
2012-07-22 21:01:28 -04:00 |
|
mark_story
|
e6ef218600
|
Fix associated translations being inserted.
Due to changes introduced in [1c0b6c076a ]
associated translations would incorrectly be saved with a value of ''.
Fixes #3057
|
2012-07-22 20:59:24 -04:00 |
|
euromark
|
15cf55d444
|
different approach on the failing test
|
2012-07-22 03:59:59 +02:00 |
|
euromark
|
93957bc3e4
|
fix for windows. the check seems to be the wrong way. at least compared to the one in the rss class itself
|
2012-07-22 03:55:13 +02:00 |
|
mark_story
|
6ce4a3a1ec
|
Add tests for contentDisposition flag.
Fixes #3042
|
2012-07-21 21:22:04 -04:00 |
|
mark_story
|
468302b526
|
Merge branch 'master' into 2.3
|
2012-07-21 20:59:56 -04:00 |
|
mark_story
|
6286b43329
|
Make tests pass on windows.
Need to shuffle around log levels to work with the 4 levels on windows
instead of the 8 on *nix systems.
Refs #3055
|
2012-07-21 20:59:05 -04:00 |
|
Jorge González
|
f1250a3609
|
Merge branch '2.3', remote-tracking branch 'origin' into feature/smtp-tls
|
2012-07-21 20:49:46 +01: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 |
|
Simon East
|
1ea457e40e
|
Prevent booleans from being encoded (converted to strings) by h() function, helps prevent accidental fatal errors in some PHP versions around 5.2.9
|
2012-07-20 12:48:57 +10:00 |
|
José Lorenzo Rodríguez
|
a7865b5d1d
|
Removing some new by reference calls
|
2012-07-19 14:24:12 -05:30 |
|
Mark Story
|
f65b52bf11
|
Merge pull request #722 from uzyn/bugfix/url-validation
Fix URL validation to allow underscores in subdomain.
|
2012-07-19 12:40:30 -07:00 |
|
Christian Winther
|
bce82a2322
|
Better custom find for pagination
Instead of shuffling the paginator settings you can now simply add a new "findType" key and it will automatically change the find() type accordingly
|
2012-07-19 15:57:51 +02:00 |
|
U-Zyn Chua
|
e7c4064a69
|
Fix URL validation to allow underscores in subdomain.
|
2012-07-19 20:51:33 +08:00 |
|
mark_story
|
473d55f091
|
Allow 1 second of slip.
|
2012-07-18 22:22:57 -04:00 |
|
mark_story
|
3c6b50953b
|
Merge branch 'master' into 2.3
Conflicts:
lib/Cake/VERSION.txt
|
2012-07-18 22:12:51 -04:00 |
|
mark_story
|
7979ee5fa0
|
Remove test that is no longer needed for validation.
|
2012-07-17 23:18:25 -04:00 |
|
euromark
|
3945c0e6a8
|
rtim files
|
2012-07-18 03:55:29 +02:00 |
|
mark_story
|
a63dd9ee9d
|
Fix incorrect formatting in TreeBehavior.
Fixes #3045
|
2012-07-17 21:06:41 -04:00 |
|
mark_story
|
928de97338
|
Add additional tests for error triggering on missing validator.
Closes #3039
|
2012-07-15 19:47:28 -04:00 |
|
mark_story
|
fb92bde0fe
|
Loosen exception types.
|
2012-07-14 16:18:21 -04:00 |
|
mark_story
|
22d4cb3794
|
Allow warnings for Xml entities.
For some installations libxml_use_internal_errors() does not work,
a warning is another way to measure the entities not being loaded.
|
2012-07-14 16:08:54 -04:00 |
|
mark_story
|
a7c79e5da2
|
Fix warnings when deleting records that do not exist.
Fixes #3037
|
2012-07-14 15:54:07 -04:00 |
|
mark_story
|
6c905411ba
|
Fix XML decoding attack via external entities.
|
2012-07-14 11:53:37 -04:00 |
|
Jose Lorenzo Rodriguez
|
39715bcd89
|
Adding missing afterValidate callback to behaviors, Fixes #3024
|
2012-07-10 20:35:26 -04:30 |
|
ADmad
|
69eba678f4
|
Deprecated MediaView and updated MediaView::render() to use CakeResponse::file()
|
2012-07-11 01:40:42 +05:30 |
|
ADmad
|
c5d1260421
|
Added CakeResponse::file() for serving files as response
|
2012-07-11 01:24:00 +05:30 |
|
mark_story
|
5e680cb292
|
Add tests for translate + partial fields.
Refs #3009
|
2012-07-07 12:03:29 -04:00 |
|
mark_story
|
369bbcc964
|
Fix failing tests.
* New properties on view caused fails in Debugger.
* Element cache keys have changed with the new refactoring.
|
2012-07-07 01:08:39 -04:00 |
|
Jose Lorenzo Rodriguez
|
ed4493da0c
|
Automatic console logging streams were not respecting --quiet
|
2012-07-06 16:05:15 -04:30 |
|
AD7six
|
2967a4db23
|
text/javascript is not the correct mime for js
|
2012-07-06 13:17:15 +02: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 |
|