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: 3.8.0
Choose a base ref
...
head repository: cakephp/cakephp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.8.1
Choose a head ref
  • 16 commits
  • 10 files changed
  • 9 contributors

Commits on May 1, 2019

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

Commits on Jun 27, 2019

  1. Remove duplicate tests.

    ADmad committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    767dbf0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13379 from cakephp/validation-test

    Remove duplicate tests.
    ravage84 authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    2e19b78 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Fix missing input error message.

    The text didn't read well as it was missing ordinal suffixes.
    markstory committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    202a1bd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Merge pull request #13387 from cakephp/fix-ordinal-message

    Fix missing input error message.
    markstory authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    4267344 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Fix curl protocol version selection

    Convert the http version numbres into the equivalent curl constant so
    that curl actually uses the right Http version.
    
    Fixes #13398
    markstory committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    81b8957 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Merge pull request #13399 from cakephp/issue-13398

    Fix curl protocol version selection
    markstory authored Jul 7, 2019
    Configuration menu
    Copy the full SHA
    76de47e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Add getVisible annotation to EntityInterface

    This was missed when `getVisible` was added to the entity trait.
    dakota authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    e79a2e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13408 from cakephp/dakota-getVisible

    Add `getVisible` annotation to `EntityInterface`
    ADmad authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    1c122d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

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

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    06b44f6 View commit details
    Browse the repository at this point in the history
  2. [REDIS] Use SCAN instead of KEYS to find all matching keys (#13405)

    Use SCAN instead of KEYS to find all matching keys
    annuh authored and markstory committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    90440a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Merge pull request #13411 from robertpustulka/fix-13181

    Enable autoFields in order to resolve lazy loading translated entities.
    markstory authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    36b139a View commit details
    Browse the repository at this point in the history
  2. Add assertions for #13411

    markstory committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    b4323b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faefcba View commit details
    Browse the repository at this point in the history
Loading