Version 2.3.2
- 9cd54bd Update version number to 2.3.2
- 819d9e2 docblock tweaks for apigen
- 20047c5 Tweak docblock for api generator
- 56df02f Improved docblocks
- d8d8e96 Fix array('disabled') and array('disabled' => true) working differently.
- 8bc7bc9 Fixing comment for in TimeHelper __construct
- 2d6ee3c Remove pointless code.
- 3a06dc5 Make JS,CSS,IMAGES conditionally defined.
- 7b90542 Fix CS error
- dea4fa4 Fallback to the default renderer if the config key is missing.
- ceb46b5 Try to fix random test failures on postgres.
- ece6ac3 Backwards compat for auth in the config array of HttpSocket::request() Brings functionality back in line with docs as well
- 96c9174 Fixing tag generation for Html::script() and Html::css() when using 'fullBase' => true.
- 3a72876 spelling correction.
- 70d9ae9 Fix docblock typo of ObjectCollection class
- 2df65fe Add missing App::uses() to avoid fatal error
- 733116d Avoid unnecessary calls to ConnectionManager::enumConnectionObjects() in ClassRegistry::init(). Closes #3724
- 342bf65 Ensure referrer is saved in session even when AuthComponent::$loginRedirect is set. Clarified redirectUrl() docblock.
- 9d367e1 Fix docblock of bake template
- 3a1ff36 correct coding standards
- a7708c9 Remove test case that is no longer useful.
- 386be52 Be compatible with PHPUnit installed with composer.
- 5d6a6fa Fix error when generating Xml.
- 819029e Only load the object cache when requested.
- d1d3bcf Move import to top of file.
- 729ef8f Fix default null not being reflected by SqlServer
- 2f79996 Remove unused code and remove strict type checks.
- 3753238 Add test cases for GH-1182
- ca10c49 Re-use existing string instead of making another one.
- 1ebb2ed Fix coding style.
- e38892f Change equal operators to identity operators
- 6002d69 correct doc block
- 99fba8c more coding standards fixes, minor rectaoring of testcase
- 89100f9 fix coding standards
- 83de70e Tighten Canadian postal code validation.
- 99c41e0 Improvement to Validator::uuid
- 9d7148e Restructuring Strings test so that it is compatible with this change
- 12a142d Remove key-ordering sensitivity in fixtures
- 2ac5452 Fix incorrect default meridian
- ec56d82 Fix incorrect default meridian
- 246c09a Allow character classes in attribute patterns.
- 18095ed fix failing test with webrunner
- 14c81fe Fix alphaNumeric validation
- f1d192f Fix issue with midnight hour & 12hr formats.
- 274a146 Move tests around.
- cec4e8b Force & when creating requests.
- 8374eb9 fix failing tests. test and mocked sources would cause exceptions
- dde0912 Throw exceptions only when datasource has wrong package, not check for instance of Datasource
- 294dff7 Added test for CakeTestSuiteDispatcher::loadTestFramework.
- b17d8c9 Added test for CakeTestSuiteDispatcher::loadTestFramework.
- 5038e7e Fixed PHPUnit include bug.
- 3d4ebc0 Throw exceptions when non Datasource classes are used as Datasources.
- d986953 add CONTRIBUTING.md
- 73310f9 Fix dropTables being ignore in some cases.
- f1da6b4 Disable the cache when running schema commands.
- 0ba1aa6 Close the session out before erasing all the fixtures.
- 3b7b322 Update API links.
- a07c9f0 Fix FormHelper year range for ranges outside of 1901-2038
- 433dd09 Fix typos
- e2ebeef add CAKE to the paths after handling parameters that depend on _isExtractingApp() return value, fixes LH-3442
- e3b870d Fix notice error for fixtures with imported tables.
- 83f6161 Fixes API parse error for link to Configure::read() in the book.
Back