Commit graph

19154 commits

Author SHA1 Message Date
Mark Story
8f6cf96cca Merge pull request #10389 from cakephp/issue-10385
Hash::filter() should not exclude 0.0
2017-03-11 13:10:13 -05:00
Koji Tanaka
bea806e98a Update URL in *.md, *.json 2017-03-12 03:04:59 +09:00
mark_story
173f927ef3 Try again to get apcu install step working. 2017-03-11 12:33:11 -05:00
mark_story
8559403c17 echo not print. 2017-03-11 08:07:31 -05:00
mark_story
c4aac6234d Try apcu install again. 2017-03-10 21:22:10 -05:00
mark_story
92aac61830 Attempt to fix apcu install issues. 2017-03-10 20:58:31 -05:00
Sebastien Barre
1ebdc61fdc clean up assertions now that we are dropping the fixture early 2017-03-09 23:11:17 -05:00
mark_story
e698891d09 Hash::filter() should not exclude 0.0
Refs #10385
2017-03-09 21:29:44 -05:00
Sebastien Barre
d78829bd93 coding/doc standard, move @link after @var, per req 2017-03-09 10:54:17 -05:00
Mark van Driel
25d597910f Code cleanup 2017-03-08 23:19:37 +01:00
Mark van Driel
c8aefeb495 Cs fixes 2017-03-08 14:16:08 +01:00
Mark van Driel
708e960968 Fixed tests 2017-03-08 13:43:40 +01:00
Mark van Driel
4728586365 Make error class of div in FormHelper::input configurable 2017-03-08 13:15:00 +01:00
Sebastien Barre
a0e023d3a9 fix coding standard, skip Postgres 2017-03-06 15:58:03 -05:00
Sebastien Barre
58078e77e1 more tinyint smallint tests in MySQL 2017-03-06 10:42:23 -05:00
Sebastien Barre
4fc8f7d919 fix test for UnsignedFixture 2017-03-06 00:21:11 -05:00
Sebastien Barre
15a33eee06 update more tests, DatatypeFixture 2017-03-05 22:38:08 -05:00
Sebastien Barre
c0ea3d08e6 update ModelTask and FormHelper for tinyint,smallint 2017-03-05 22:17:28 -05:00
Sebastien Barre
3849df0f2f fix duplicate primary keys for tables without models 2017-03-05 21:47:00 -05:00
Sebastien Barre
7c0bcb16c8 add missing MySQL data type link 2017-03-05 12:28:41 -05:00
Sebastien Barre
38101995b4 introduce new tinyint, smallint types for smaller storage requirements 2017-03-05 12:25:14 -05:00
Sebastien Barre
216ae0ec0c fix coding standard 2017-03-04 00:56:57 -05:00
Sebastien Barre
d01f3e8aed allow data sources to provide smaller integers based on storage requirements 2017-03-04 00:08:27 -05:00
Mark Story
8d0e1fadf7 Merge pull request #10113 from bancer/request-url-to-array
implemented Router::reverseToArray()
2017-03-02 23:07:40 -05:00
Mark Story
25d746f712 Merge pull request #10163 from chinpei215/2.next-having-lock
[2.next] Add support for having/lock options
2017-03-02 22:16:47 -05:00
chinpei215
c5ad005475 Add return description 2017-03-02 20:34:28 +09:00
mark_story
03e7fa0710 Update version number to 2.9.6 2017-02-28 22:27:17 -05:00
Mark Story
6648ee0a3c Merge pull request #10322 from kanonji/fix
Fix FormHelper to get work fine with numeric label of optgroup
2017-02-28 20:46:31 -05:00
kanonji
3978f87c58 Stringify values to avoid trap of in_array() type juggling 2017-02-28 03:33:50 +09:00
Mark Story
beff1176b0 Merge pull request #10213 from cakephp/issue-10196
Allow false/true to be read as keys in Hash::get().
2017-02-20 11:54:17 -05:00
Mark Story
c5828eecca Merge pull request #10251 from tersmitten/phan-fixes
PHPDoc fixes
2017-02-17 15:57:33 -05:00
Mischa ter Smitten
2304ca379a PHPDoc fixes
Found with Phan
2017-02-17 16:59:35 +01:00
Marcin Stramek
5c1f60baba #10230 - Extend available TLS encrypt methods in CakeSocket - formatting 2017-02-15 10:28:06 +01:00
Marcin Stramek
6b17567ea7 #10230 - Extend available TLS encrypt methods in CakeSocket 2017-02-15 10:25:00 +01:00
José Lorenzo Rodríguez
9de424cba0 Merge pull request #10227 from cakephp/issue-10221
Exit early if SMTP connection fails.
2017-02-15 10:16:26 +01:00
mark_story
84a15dc9df Fix short-array usage. 2017-02-14 14:12:38 -05:00
mark_story
34158407b2 Exit early if SMTP connection fails.
If the SMTP connection is disconnected (read() returns false) we should
exit early and not wait for the read timeout. This has the added benefit
of making the mocks much simpler.

Refs #10221
2017-02-13 22:37:44 -05:00
mark_story
3f10a0227a Allow false/true to be read as keys in Hash::get().
While these are not values within the documented types, there exist use
cases in CakeSession that necessitate these to be supported types.

Refs #10196
2017-02-13 21:50:51 -05:00
Mark Sch
aa8d708b9a Merge pull request #10186 from liviascapin/patch-1
Fix invalid return value hint
2017-02-08 13:50:46 +01:00
Livia Scapin
f7360266f0 Fix invalid return value hint 2017-02-08 13:48:22 +01:00
Mark Story
1b63d3eaff Merge pull request #10180 from gmponos/patch-3
Cakephp should be in the required packages
2017-02-07 13:18:04 -05:00
Mponos George
4335048bf8 Cakephp should be in the required packages
Cakephp should be in the required packages
2017-02-07 13:13:35 +02:00
chinpei215
e18029064c Split tests of buildStatement() 2017-02-05 21:27:06 +09:00
chinpei215
abd7a257fe Fix mysql test 2017-02-03 21:13:51 +09:00
chinpei215
923b73a7ba Add support for having/lock options 2017-02-03 17:51:22 +09:00
Mark Story
be87a157b6 Merge pull request #10126 from chinpei215/2.x-min-length-bytes
Add Validation::minBytes() and Validation::maxBytes()

Resolve build errors in #9882
2017-01-29 21:31:58 -05:00
chinpei215
7944f512ad Fix ModelTaskTest for tests passing 2017-01-30 03:22:50 +09:00
Mischa ter Smitten
043858d9e6 Fixed typo 2017-01-30 03:22:49 +09:00
Mischa ter Smitten
6818268a27 New Validation::(min|max)ByteLength() addition 2017-01-30 03:22:48 +09:00
Mark Story
9999d368c9 Merge pull request #10116 from tersmitten/phan-fix-phpdoc-return
Fix for incorrect @return phpdoccomment
2017-01-27 10:07:07 -05:00