Version 2.3.10
- ca9a305 Update version number to 2.3.10
- 256e1f6 Removed unused variable
- cce1faf Fixed typo in comments
- c1ae41d Correctly generate bigint primary keys in sqlite.
- ed10c33 Fixed typos in text and comments
- 17f9661 Added mask to File cache docblock
- c4ec8be Fixed category constant values: constants in Cake don't use the same values as PHP (Linux)
- 1fd936f Fixed cross-platform issue: LC_* constants have different values on windows
- fc47bf9 Avoid reparsing locale definition file.
- 88d7fbe Extract category strings to separate .po files
- d606bcb convert forbidden character in filename(Windows) with underline
- e157d8a convert forbidden character in filename(Windows) with underline
- 59cef53 Update docs to reflect the routes that are actually connected.
- 703d988 Adding files to be compared against bake generated files, fixing bake templates in the meantime.
- faa2cbd Remove session.auto_start configuration.
- 24123e2 Add test for postLink with escape false + confirm option.
- 036954b remove duplicate newlines according to CS
- 5ed9e5d sync and correct generic css
- f7a81a9 Conditionally define constants in the CLI environment.
- 675f828 Remove insertQuery and deleteQuery.
- 524aaf3 Makes PHPCS pass again.
- a140b30 Add a test for Hash::sort()
- 7fe2395 RedirectRoute class does not honor persist as array with custom route elements.
- 6a14f37 a few more orders in test case corrected
- 47e8e0c simplyfy test and correct some test param orders
- 6cf147e unify null checks - avoid method call in favor of strict check
- 97aaa89 Refactored the fix
- 85313e8 Minor Sanitize::escape() update
- 1595287 Added workaround for strtotime("0000-00-00 00:00:00") returning -62169955200 on a 64 bit system
- 0e49a23 Makes the locale test not always pass, be verbose when it is skipped.
- 559fb58 Fix formatting with locales using , as decimal separator
- 1459e17 Adds German locale for Travis.
- 6f74e19 Makes the locale test not always pass, be verbose when it is skipped.
- d84a2d9 removed $i variable, it not being used...
- 3f58be2 removed not used $i variable
- cb6ea82 Allow CakeEmail::template() to disable layout rendering.
- 3bdcf7b Use inner join instead of a left join.
- 2456114 Apply ADmad's patch and update testConfig method according to a new specification.
- 6ce10b2 Update doc blocks.
- 1cb4129 Making CakeTime display 'about X ago' when time passed is lower than accuracy
- 7d4f229 Fixed statement about Security:hash's salt parameter
- 303261e making the config method of email-transport-classes mergable into the current config value.
- 39a1d76 Updating some View files to follow convention
- 4c13a39 Removed else clauses after redirects and added return before redirect() and flash() calls
Back