Version 2.2.3.
- 1234f96 Update version number to 2.2.3
- 72f4d4f Fix issue with logging scopes
- a59db11 Update doc blocks for logging + scopes.
- 2232c7e Update doc blocks to reflect reality.
- 972d575 Improve error message.
- 0fb4d1d Removing unneeded App::uses() call
- c94886a Add missing import that causes tests to fail in isolation.
- affb319 Fix issue where including elements + extending views fails.
- 739b3b7 Update text in routes.php to clarify when to remove core routes.
- 89ab0a2 Fix docblock
- 80c355b Make minutes/hours wrap around correctly.
- 853d866 Remove port numbers from Message-id domains.
- 2d46fc6 Fixing undefined variable usage
- 393849a Make exception rendererer more resiliant
- 99edef0 Re-order assertions.
- 0fc9a2c Update query building in TranslateBehavior.
- 6818d69 Fixed issue in CakeTime that it would apply userOffset twice when using the format() function
- b0822d2 Introducing failing test case to prove issue in CakeTime
- fe5b49e Fixing variable name used to set error handlers.
- d3ba970 Try to make some time related test failures go away.
- a975026 Revert "Add MySQL FULLTEXT support."
- 36c99a3 Add MySQL FULLTEXT support. Minor optimizations and testing added.
- 3dd82e6 Fix Database/ from always being appended to the driver name.
- d12f50a Removing unneeded App::uses() calls
- 0f0b5e7 Fix incorrect radio selection with falsey values.
- da6d49e Fix code conventions.
- 5d830d7 Fix multiple selects always failing post validation.
- 46035cf Update lib/Cake/View/Helper/FormHelper.php
- 990d5f8 Update lib/Cake/View/Helper/FormHelper.php
- d6e2b6f Re-format long lines.
- 0282194 Make permission denied redirects host relative.
- d33f676 Handling a fatal error on console should call Shell::_stop(1). Just like we do on web, any exception or fatal error will result into a InternalErrorException/FatalErrorException.
- 7d2cbec Revert "Fix null not stopping model callbacks."
- 82a8400 Fix null not stopping model callbacks.
- cf4a9f4 Tidy doc block.
- fb93607 Make connection exceptions more helpful.
- 99a9cc9 Fix required field detection.
- 2bbf6bd Forward model option to PaginatorHelper::link().
- ce1b387 fix incorrect docblock
- 4f637ed Revert "Fix failing tests in PHPUnit 3.7.0-RC2"
- d26040e Fix failing tests in PHPUnit 3.7.0-RC2
- e8c1140 Fix notice error.
- a934f70 Fix parsing '0' as a url.
- 9ac5cbe Added MailTransport test class refs #2824
- 0b0d83f remove cookie reading in startup
- bc40ac7 Remove unused variables and code
- a214fcd Remove never reached code in Debugger::trimPath and test more results
- 602240c Fix $readReceipt variable in EmailComponent::send
- c7647b7 Attempt to fix build error in travis.
- 200dd2d Code standards fixes, unneeded break statements
- 5b64128 Make schema errors clearer.
- 0d82652 Supress fewer errors.
- bacd8af Remove duplicated header.
- 3cb501f Fix issue created in [e8b5d81fd728725279dd60005d07319bdaa5f4a6]
- 583bb37 Fix typo.
- 83c05c2 Update lib/Cake/Configure/IniReader.php
- a4c382b Update lib/Cake/Configure/IniReader.php