Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cakephp/cakephp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.10
Choose a base ref
...
head repository: cakephp/cakephp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.11
Choose a head ref
  • 13 commits
  • 14 files changed
  • 8 contributors

Commits on Dec 10, 2025

  1. 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.
    dereuromark authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    00ca91c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. 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().
    dereuromark committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    4f3a19c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19123 from cakephp/5.x-setTimezone-fix

    Fix setTimezone call on Date in RelativeTimeFormatter
    ADmad authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    c78c927 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. 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
    dereuromark committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    79997c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19126 from cakephp/fix-validator-return-type

    Fix return type annotation for Validator::validate()
    ADmad authored Dec 14, 2025
    Configuration menu
    Copy the full SHA
    3ffb0d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. 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>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    ac32609 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. PHPDoc fix on ServerRequest

    gersonfs committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    e0a6a32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19136 from gersonfs/fix-phpdoc

    PHPDoc fix on ServerRequest
    ADmad authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    65bb18a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. (5.x) Mark E_COMPILE_ERROR as fatal error in ExceptionTrap::handleShu…

    …tdown (#19138)
    
    Mark E_COMPILE_ERROR as fatal error in handleShutdown
    jorisvaesen authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    453e5a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2025

  1. Cleanup docblock

    ADmad committed Dec 25, 2025
    Configuration menu
    Copy the full SHA
    0b60a71 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Configuration menu
    Copy the full SHA
    ad94036 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Configuration menu
    Copy the full SHA
    36cae30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bbb83e View commit details
    Browse the repository at this point in the history
Loading