Version 2.4.3
- eb34e01 Update version number to 2.4.3
- eac6d78 Remove pointless array cast.
- 5e77183 Fix failing tests when Console group was run in isolation.
- 311189a Sort tables before returning them.
- d97cf79 Add coverage for comma in email alias.
- 37e387f Replace non-breaking spaces with Inflector::slug().
- a4460ff Fix tests even better than before.
- 0e7b0ad Fix failing test.
- 1b9bf7b Always remove verify_host from SSL context.
- 1be40d5 Fix coding standards error.
- ec38ee1 Only enable cacheSources if both the datasource + model agree on it.
- 99fd6e4 Leave db->cacheSources unaltered.
- 4677ddf Fix duplicated webroot path on HtmlHelper::meta('icon').
- 229bd69 Added link to three hash methods
- 016c3ae Add test for saveAssociated and expression objects.
- cee2801 Add 'metadata' to the uninflected list.
- 7018997 Fixed some copyright and license statements in the file header DocBlocks
- 7cfa011 Removed "PHP 5" from file header DocBlocks
- ce47890 Replaced all remaining license references to the Open Group Test Suite License with the MIT License
- a07608c Fix incorrect CSRF token fields when using postLink()
- 1f5d1ee Remove duplicated reference for behaviors in ClassRegistry
- 18e0dc9 Remove @return from docblock (for __construct && __destruct methods)
- f0205f5 Try to make same comments for constructors.
- b1e366c Model.php PHPDoc Description: Chang afterFilter with afterFind
- 8d38861 Fix missing HTML encoding on URL's generated by Html->meta().
- bf2f2e7 Split existing tests up, and add tests for Router based image URL's
- ada0ec4 Fix formatting of decimal values when there is no fractionSymbol.
- 407c420 Remove CRLF from To headers in MailTransport.
- 9ee5efa Add missing return type
- 145dbac Fix incorrectly encoded headers in MailTransport.
- 9e4ac31 Correctly identifier quote column names before adding them to queries.
- 94d7ac1 Correct spelling of retrieve
- e33653a Add test case
- db63ba2 Parse cookie values "{}" & "[]" as array
- 927a493 Fix for #2247 | Use correct column when calculating next sequence value
- 507bb44 Update date comparisons to be strict in CakeTime
- 16be572 Fix COUNT(DISTINCT x) queries from getting corrupted in Sqlserver.
- 0f8dae5 Add missing trim() around Sqlserver queries.
- 00c5e88 Make use of timezone parameter in CakeTime::dayAsSql()
- 525efcb Remove use of deprecated constants.
- a098ff2 Update doc block and remove inline assignment.
- 2d483f0 Shift script install files around to put .bat first.
- a753718 Update docs for CookieComponent::delete().
- 07f4779 Fix cookie component being inconsistent about writes.
- 8eb6652 Change Cake to CakePHP
- cc0c65d update tests
- 7c4a698 update tests
- ab96ed5 fix multi connection/part downloading file
- 459de09 optimise download file
- bfde2d1 fix spell of contentType
- 1f13f86 add mkv mime file type
- 411f510 Fix file always being set to 'schema.php'
- 39cd756 Throw an exception when starting a view block twice
- 4048c68 coding standards
- 7624884 Use + instead of array_merge.
- 456645d Update tests for incorrect containable behaviour if a model only finds 1 field.
- 940a51b Update definition of an empty model.
- 8a90cbd coding standards
- 86bc9d7 Emptied home.ctp in test_app as much as possible
- df523de Fixed docblock. Closes #2193
- 0e348df Improved wording of link to GH repo in home.ctp
- 1fbe9c0 Optimize conditionals and reduce lookups. Also, make the code easier to read removing unneded indentations.
- f3b667d Added link to CakePHP roadmaps to support contributions
- 22761a4 Added link to CakePHP roadmaps to support contributions
- 12f0cc0 Updated links to CakePHP resources
- 7c07d37 Some DocBlock improvements for Model.php
- 65ad320 Revised CakePHP and external links on the home page
- 6dcfd28 Optimize _clearCache(). It is cheaper to make an assignment or call strtolower() than to pluralize.
- 23b23d8 Fix delivery issues with long subject lines and MailTransport.
- c44135a Renamed $sortby to $sortBy in sortByKey
- a943ea5 Add space between classname(s)
- 328fcdc Sync skel and app directories.
- 79846d2 Strict null check on group parameter
Back