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: 4.4.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: 4.4.9
Choose a head ref
  • 14 commits
  • 10 files changed
  • 6 contributors

Commits on Dec 5, 2022

  1. Improve duplicate routes check.

    Instead of just checking for duplicate templates check their methods too.
    ADmad committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    22ac259 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16900 from cakephp/duplicate-routes

    Improve duplicate routes check to consider method when comparing routes.
    markstory authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    fba1ef1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Update CI action.

    ADmad committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ca71673 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16902 from cakephp/ci-php8.2

    Update CI action.
    ADmad authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    529e016 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. fix docblock

    swiffer authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d420acf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16907 from swiffer/patch-2

    fix docblock
    ADmad authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    40c2226 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Fix error reported by phpstan

    ADmad committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    04a69a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16911 from cakephp/phpstan

    Fix error reported by phpstan
    othercorey authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    73af824 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

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

Commits on Dec 26, 2022

  1. Fix ShadowStrategy failing on missing data

    When loading optional associations with contain() and also loading
    translations for those associations we should not raise an error when
    association data is missing. Instead return the null value like
    EavStrategy does.
    
    Fixes #16914
    markstory committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    fbd13c2 View commit details
    Browse the repository at this point in the history
  2. Bump actions/stale from 6 to 7

    Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    46b9049 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16916 from cakephp/dependabot/github_actions/acti…

    …ons/stale-7
    
    Bump actions/stale from 6 to 7
    othercorey authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    222f5f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Merge pull request #16915 from cakephp/issue-16914

    Fix ShadowStrategy failing on missing data
    markstory authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    9bfad75 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

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