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: symfony/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.46
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.47
Choose a head ref
  • 13 commits
  • 11 files changed
  • 6 contributors

Commits on Oct 28, 2020

  1. Bump Symfony version to 3.4.47

    fabpot committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    4eb10ea View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Fix CI

    nicolas-grekas committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    427e314 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    4c36145 View commit details
    Browse the repository at this point in the history
  2. failing test for issue 38861

    Bart Wach authored and nicolas-grekas committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    f9a0e00 View commit details
    Browse the repository at this point in the history
  3. bug #38628 [DoctrineBridge] indexBy could reference to association co…

    …lumns (juanmiguelbesada)
    
    This PR was squashed before being merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [DoctrineBridge]  indexBy could reference to association columns
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | Fix #37982 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    | Doc PR        | -
    <!--
    Replace this notice by a short README for your feature/bugfix. This will help people
    understand your PR and can be used as a start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - Never break backward compatibility (see https://symfony.com/bc).
     - Bug fixes must be submitted against the lowest maintained branch where they apply
       (lowest branches are regularly merged to upper ones so they get the fixes too.)
     - Features and deprecations must be submitted against branch 5.x.
    -->
    
    This is my approach to solve #37982. It partials reverts @xabbuh PR #38604
    
    This is my first Symfony contribution, so please, tell me if I need to do something more or something is wrong.
    
    Also, this bug affects 4.x and 5.x versions. I think merging in this branches is done automatically. If not, please tell me.
    
    Thanks you
    
    Commits
    -------
    
    f9a0e00 failing test for issue 38861
    4c36145 [DoctrineBridge]  indexBy could reference to association columns
    nicolas-grekas committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    6724ca7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

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

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    160cc61 View commit details
    Browse the repository at this point in the history
  2. minor #39093 [Finder] Minor : Removed typo (extra "the" term) in hasR…

    …esults() method documentation (Levure)
    
    This PR was merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [Finder] Minor : Removed typo (extra "the" term) in hasResults() method documentation
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4 (as recommended by https://symfony.com/doc/current/contributing/code/pull_requests.html#choose-the-right-branch)
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | no
    | License       | MIT
    | Doc PR        | no
    
    Commits
    -------
    
    160cc61 Minor : Removed typo (extra "the" term)
    fabpot committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    e3cce51 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. minor #39077 [PhpUnitBridge] Fix test fixture filename (fancyweb)

    This PR was merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [PhpUnitBridge] Fix test fixture filename
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | no
    | License       | MIT
    | Doc PR        | -
    
    Fixes PHPUnit warning `Test case class not matching filename is deprecated`. I checked that the filename being different than the class name is not "required" for the test.
    
    Commits
    -------
    
    c5a107e [PhpUnitBridge] Fix test fixture file name
    fabpot committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    6564e00 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Update CHANGELOG for 3.4.47

    fabpot committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    0153c44 View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTORS for 3.4.47

    fabpot committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    f93df0e View commit details
    Browse the repository at this point in the history
  3. Update VERSION for 3.4.47

    fabpot committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    67f1f1e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #39193 from fabpot/release-3.4.47

    released v3.4.47
    fabpot authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    83093d5 View commit details
    Browse the repository at this point in the history
Loading