-
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.3.0
head repository: cakephp/cakephp
compare: 5.3.1
- 9 commits
- 28 files changed
- 5 contributors
Commits on Jan 12, 2026
-
Cast limit query param to int in limitControl() (#19175)
Sanitize the limit query parameter value by casting to int, preventing potential XSS injection via malicious query strings. Refs #19172
Configuration menu - View commit details
-
Copy full SHA for b6765ff - Browse repository at this point
Copy the full SHA b6765ffView commit details -
Bump actions/cache from 4 to 5
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] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c9f10b - Browse repository at this point
Copy the full SHA 8c9f10bView commit details
Commits on Jan 13, 2026
-
Merge pull request #19179 from cakephp/dependabot/github_actions/acti…
…ons/cache-5 Bump actions/cache from 4 to 5
Configuration menu - View commit details
-
Copy full SHA for 096bb52 - Browse repository at this point
Copy the full SHA 096bb52View commit details
Commits on Jan 14, 2026
-
Fix missing HTML escaping in PaginatorHelper
PaginatorHelper::limitControl() will use the current request parameters to generate hidden inputs but was not correctly encoding input name attributes. Fixes #19172
Configuration menu - View commit details
-
Copy full SHA for c842e7f - Browse repository at this point
Copy the full SHA c842e7fView commit details -
Fix CI failures: rector and phpstan issues
Apply rector fixes: - Remove @return void from __clone(), __construct(), __destruct() magic methods - Combine nested if statements in PluginAssetsTrait Fix PHPStan issue: - Remove redundant `if (!$copy)` check in PluginAssetsTrait::_process() that was always true after the preceding `if ($copy) { ... continue; }` block
Configuration menu - View commit details
-
Copy full SHA for 19265d6 - Browse repository at this point
Copy the full SHA 19265d6View commit details -
Merge pull request #19184 from cakephp/fix-ci-rector-phpstan
Fix CI failures: rector and phpstan issues
Configuration menu - View commit details
-
Copy full SHA for 11ce889 - Browse repository at this point
Copy the full SHA 11ce889View commit details -
Merge pull request #19182 from cakephp/fix-limitcontrol
Fix missing HTML escaping in PaginatorHelper
Configuration menu - View commit details
-
Copy full SHA for b129306 - Browse repository at this point
Copy the full SHA b129306View commit details -
Fix plugin template path duplication when templatePath equals name (#…
…19183) When rendering a template from a plugin controller using the syntax `$this->render('PluginName.Controller/custom_file')`, the framework was generating an incorrect path with a duplicated controller directory. Before fix: `templates/Controller/Controller/custom_file.php` After fix: `templates/Controller/custom_file.php` This restores the conditional check from CakePHP 5.2 that prevented the unwanted path concatenation when working with plugin templates where templatePath equals name. Fixes #19180
Configuration menu - View commit details
-
Copy full SHA for 4ec1e8a - Browse repository at this point
Copy the full SHA 4ec1e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae91c09 - Browse repository at this point
Copy the full SHA ae91c09View 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.3.0...5.3.1