-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: cakephp/cakephp
base: 5.2.10
head repository: cakephp/cakephp
compare: 5.2.11
- 13 commits
- 14 files changed
- 8 contributors
Commits on Dec 10, 2025
-
Fix completion command to exclude plugin-prefixed aliases (#19094)
Plugin-prefixed aliases are now excluded by default to avoid duplicate completions. Use verbose mode (-v) to include all aliases. * Filter only true duplicates.
Configuration menu - View commit details
-
Copy full SHA for 00ca91c - Browse repository at this point
Copy the full SHA 00ca91cView commit details
Commits on Dec 13, 2025
-
Fix setTimezone call on Date in RelativeTimeFormatter
Date does not have setTimezone() method, only DateTime does. Add instanceof check to prevent calling setTimezone on Date objects. This matches the pattern already used in dateAgoInWords().
Configuration menu - View commit details
-
Copy full SHA for 4f3a19c - Browse repository at this point
Copy the full SHA 4f3a19cView commit details -
Merge pull request #19123 from cakephp/5.x-setTimezone-fix
Fix setTimezone call on Date in RelativeTimeFormatter
Configuration menu - View commit details
-
Copy full SHA for c78c927 - Browse repository at this point
Copy the full SHA c78c927View commit details
Commits on Dec 14, 2025
-
Fix return type annotation for Validator::validate()
The return type `array<string, array<string, string>>` was too restrictive and didn't account for nested validators. When using `addNested()` or `addNestedMany()`, the error values can be nested arrays, not just strings. Updated the return type to `array<string, array<string, string|array>>` which accurately reflects the actual return structure. Fixes #19112
Configuration menu - View commit details
-
Copy full SHA for 79997c9 - Browse repository at this point
Copy the full SHA 79997c9View commit details -
Merge pull request #19126 from cakephp/fix-validator-return-type
Fix return type annotation for Validator::validate()
Configuration menu - View commit details
-
Copy full SHA for 3ffb0d1 - Browse repository at this point
Copy the full SHA 3ffb0d1View commit details
Commits on Dec 15, 2025
-
Bump actions/cache from 4 to 5 (#19128)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac32609 - Browse repository at this point
Copy the full SHA ac32609View commit details
Commits on Dec 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e0a6a32 - Browse repository at this point
Copy the full SHA e0a6a32View commit details -
Merge pull request #19136 from gersonfs/fix-phpdoc
PHPDoc fix on ServerRequest
Configuration menu - View commit details
-
Copy full SHA for 65bb18a - Browse repository at this point
Copy the full SHA 65bb18aView commit details
Commits on Dec 19, 2025
-
(5.x) Mark E_COMPILE_ERROR as fatal error in ExceptionTrap::handleShu…
…tdown (#19138) Mark E_COMPILE_ERROR as fatal error in handleShutdown
Configuration menu - View commit details
-
Copy full SHA for 453e5a4 - Browse repository at this point
Copy the full SHA 453e5a4View commit details
Commits on Dec 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b60a71 - Browse repository at this point
Copy the full SHA 0b60a71View commit details
Commits on Dec 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ad94036 - Browse repository at this point
Copy the full SHA ad94036View commit details
Commits on Jan 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 36cae30 - Browse repository at this point
Copy the full SHA 36cae30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bbb83e - Browse repository at this point
Copy the full SHA 6bbb83eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.2.10...5.2.11