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.8
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.9
Choose a head ref
  • 19 commits
  • 16 files changed
  • 9 contributors

Commits on Sep 25, 2025

  1. Display all phpunit issues

    ADmad committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    1a8dabb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4adf976 View commit details
    Browse the repository at this point in the history
  3. Do not fail on warning for "globalfunctions" testsuite.

    Not sure how to deal with the FunctionsGlobalTest::testTriggerWarningEnabled() test
    ADmad committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    71b85a2 View commit details
    Browse the repository at this point in the history
  4. Don't run all tests

    ADmad committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    67d3ea3 View commit details
    Browse the repository at this point in the history
  5. Reorder phpunit options

    ADmad committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    18ca0c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

  1. Merge pull request #18928 from cakephp/phpunit-ci

    Display all phpunit errors
    ADmad authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    50d106c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

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

Commits on Oct 7, 2025

  1. Fix up DI for components. (#18938)

    * Fix up DI for components.
    * Fix up as per feedback.
    * We cannot use league/container 5.1 yet
    dereuromark authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    d0783bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc8e7f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Add TableLocator get by FQCN (#18957)

    * Add TableLocator get by FQCN
    * Add missing docblock, add phpcs ignore
    * Fix whitespace
    * Revert TableLocator, Add fetchTableByClass
    * Merge fetchTable and fetchTableByClass
    
    ---------
    
    Co-authored-by: Adam Halfar <[email protected]>
    Harfusha and Adam Halfar authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    2375c76 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Merge pull request #18925 from kolorafa/selectquery-all-typehing-fix

    Update SelectQuery return typehints to match updated ResultSetInterface
    dereuromark authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    c6d6855 View commit details
    Browse the repository at this point in the history
  2. Cleanup CI workflow

    ADmad committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    ffdeaeb View commit details
    Browse the repository at this point in the history
  3. Fix phpstan errors

    ADmad committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    db38220 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #18961 from cakephp/ci

    Cleanup CI workflow
    dereuromark authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    59b3f20 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    4e4d940 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18969 from cakephp/dependabot/github_actions/acti…

    …ons/checkout-5
    
    Bump actions/checkout from 4 to 5
    dereuromark authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    f4d62c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Fix default value for boolean type in SQLite getting columns schema (#…

    …18973)
    
    * Fix default value getting columns schema in sqlite
    
    * fix as suggested
    
    Co-authored-by: Mark Scherer <[email protected]>
    
    * Add my suggestions to 18973
    
    - Fixed failing tests
    - Aligned on int cast for boolean column default values.
    - Made validation stricter by not handling arbitrary string-integers
    
    * update @return signature
    
    Co-authored-by: ADmad <[email protected]>
    
    ---------
    
    Co-authored-by: Mark Scherer <[email protected]>
    Co-authored-by: Mark Story <[email protected]>
    Co-authored-by: ADmad <[email protected]>
    4 people authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    dd8e460 View commit details
    Browse the repository at this point in the history
  2. Fix Socket::isConnected() (#18974)

    * Fix Socket::isConnected()
    
    The instance variable can become disconnected from the active socket
    state. Replace attribute usage with method calls that check if the
    socket is still active.
    
    Fixes #18968
    
    * Deprecate Socket::$connected
    markstory authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    e08a0f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

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