Thanks to visit codestin.com
Credit goes to github.com

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.2
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.3
Choose a head ref
  • 19 commits
  • 64 files changed
  • 6 contributors

Commits on Apr 18, 2025

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

Commits on Apr 19, 2025

  1. Configuration menu
    Copy the full SHA
    3ac42fc View commit details
    Browse the repository at this point in the history
  2. Fix up defaulting.

    dereuromark committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    f504041 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18359 from cakephp/5.x-cleanups

    Small cleanups and typo fixes.
    ADmad authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    a318bbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9763bd View commit details
    Browse the repository at this point in the history
  5. Update docblock annotation. (#18358)

    Returning values for event callbacks is deprecated.
    ADmad authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    0b0e3dc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Fix typo.

    dereuromark committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    a6ce74f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Update validator tests.

    Ensure validation process works as expected after adding multiple
    rules using Validator::add(). Refs #18367
    ADmad committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    6ee4c02 View commit details
    Browse the repository at this point in the history
  2. Fix reflection of primary keys

    When a primary key exists on a string column type without a default,
    sqlite will return that primary key in index_info(). When we get that
    primary key, we don't need to scan the columns.
    
    This improves efficency and fixes regressions that would occur in
    migrations.
    markstory committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    bb88b9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ad141 View commit details
    Browse the repository at this point in the history
  4. Cleanup psalm config files.

    Refs #18340
    ADmad committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    5fa0d16 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #18370 from cakephp/psalm-cleanup

    Cleanup psalm config files.
    ADmad authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    cceae69 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18369 from cakephp/fix-sqlite-primary

    Fix reflection of primary keys
    dereuromark authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    733ab25 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #18368 from cakephp/issue-18367

    Update validator tests.
    dereuromark authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    23bf239 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. fix: removeOption() does not clear _shortOptions in ConsoleOptionPars…

    …er (#18377)
    
    * fix: removeOption() does not clear _shortOptions in ConsoleOptionParser
    
    #18375
    
    * Add test case.
    
    ---------
    
    Co-authored-by: Shohei Nakajima <[email protected]>
    dereuromark and s-nakajima authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    ab8ada5 View commit details
    Browse the repository at this point in the history
  2. Configurize default fixtureStrategy. (#18328)

    Make the default fixture strategy controlled by Configure.
    dereuromark authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    5816610 View commit details
    Browse the repository at this point in the history
  3. Fix up PHPUnit deprecation handling. (#18378)

    * Fix up PHPUnit deprecation handling.
    * Fix up deprecation.
    * Remove not needed attribute.
    * Fix more deprecations.
    * Fix CS.
    * Allow configuration of error level.
    dereuromark authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    9b973bb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

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