Version 2.3.1.
- 48149cb Update version number to 2.3.1
- 474210d Properly initialize variable.
- 7d84960 Remove appending to $errors on success/failure.
- 9ecbdf4 better with strict comparison
- e2e5dfb Keep default=false for boolean columns
- fd72f89 Expanding year range based on the provided value.
- 1d529c1 Add type hints in SchemaShell.
- 1d3095e Fix formatting and expand find() docs.
- d9fbe5e Tidy up doc blocks.
- 33bd7a5 Restore whitelist when save fails.
- 3d0920a Fix failing tests.
- af29fc5 Fix an issue which gives gibberish output when gzip is enabled.
- f3262f7 Fix two typos in CacheEngine.php
- b32e855 Fixing behavior prioritizing
- eb49c4b proper response and response code (404 instead of 200)
- 8472599 Postgres datasource support regular expression operators.
- 9f25da4 Attempt to get more tests passing on travis ci.
- 27dc666 Fix incorrect method names.
- 3e34a09 Make skips more permissive.
- 341c0d1 Attempt to fix failures in travisci.
- 484801e Prevent response object being set as response body
- a6441d7 Switch from instanceof to method_exists.
- af4451d Removed superfluous brackets in regex
- f104bd3 Use simpler asserts.
- fbb1a81 Create rename field statements in postgres
- 1b22d48 trivial optimization
- 213e81b Removing redudant code. Filelog with scopes needs the file name to be specified so the first `if` covers scopes too.
- f621512 Fix type casting of string scopes to array in log engines
- 0d9ef85 Fix FULLTEXT column generation
- 111366d == to === and != to !== where applicable
- 019c3aa Fixed small typo
- ee4a116 Fix coding standards
- a7c7519 Replace loose comparison with casting to boolean. In any case AuthComponent::user() returns null not empty array when user isn't logged in.
- 974ac44 Use random iv values in rijndael.
- 613aa19 Use constants instead of strings.
- fee6172 Update docs for SecurityComponent::requireAuth()
- e4110b1 Deprecate features in SecurityComponent
- 74b9cdb Fix failing tests caused by previous commit
- a9bbfd8 Added type hinting
- 514d967 Updated .gitignore, synced app & skel
- 431e610 Fix broken tests
- a3702fc More copyright updates
- 26a08c6 Updated copyright
- 97a60c2 Updated copyright and added references to license file for non-standard copyright references
- 66d856d Added extra line for referencing license file for copyright
- ea4545e Formatted CSF address
- 3a0e018 Updated copyright date, added CSF address (Thanks Larry)
- 7b860de This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years. I just wanted to ruin his evening, because this change needs to be merged into CakePHP 3.0.
- fb8c2a5 Make paths platform dependent.
- 95bc8be Make path to router script absolute in server shell.
- d522f41 Fix disabled elements as array for multiple select and make in_array() work properly here, fix same in_array issues for radio elements and move tests correctly - #1105
- 7d72a6f Fix issue where bake was missing habtm associations
- 94ca499 Brought home.ctp in skel folder in sync
- 5ce6542 Adjusted link for my docs-patch
- 758d717 Remove banner from default homepage
- 02e2fbe Fixed wrong statement in Sqlserver class header
- fa118a7 Fix for CakeShell schema generate for Sqlsrv
- 05546af coding standards
- 72765a2 Brought \app\Config and \lib\Cake\Console\Templates\skel\Config in sync
- af8b1e2 Added a note about plugin assets not working witout url rewrite
- 77a5ada Fix help & default properties file.
- 6a4160f Update version number to 2.2.7
- cc36113 Add cacert.pem file to pear package.
- d2b97f1 Update lib/Cake/Utility/Sanitize.php
- 00078e0 Import ClassRegistry before using.
- af71d55 apply code convention
- fa1d22d added test to disprove #3588
- 5ac5e78 fix a DboDataSource buildJoinStatement bug that table prefix is appended to subquery
- ee08fe5 BC fixes for disabled checkboxes
- d504642 BC fixes for habtm. Closes #3545.
- 78b23d8 Fix issue with inputs() and plugin models.
- 4109812 Fix ServerShell not being able to handle plugin assets.