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: symfony/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.0
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.2
Choose a head ref
  • 11 commits
  • 10 files changed
  • 5 contributors

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    d9c2f5f View commit details
    Browse the repository at this point in the history
  2. bug #41386 [Console] Escape synopsis output (jschaedl)

    This PR was squashed before being merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Console] Escape synopsis output
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.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 #41315 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
    
    Commits
    -------
    
    960cb520df [Console] Escape synopsis output
    nicolas-grekas committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    e3d2125 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.2

    * 4.4:
      [Console] Escape synopsis output
      Document null support in NumberToLocalizedStringTransformer
    nicolas-grekas committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    3685a3a View commit details
    Browse the repository at this point in the history
  4. Merge branch '5.2' into 5.3

    * 5.2:
      [Console] Escape synopsis output
      [SecurityBundle] Link UserProviderListener to correct firewall dispatcher
      [FrameworkBundle] fix KernelBrowser::loginUser with a stateless firewall
      Document null support in NumberToLocalizedStringTransformer
      Update loader’s directory when calling ContainerConfigurator::withPath
    nicolas-grekas committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    dca646d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    c9824f0 View commit details
    Browse the repository at this point in the history
  2. bug #41535 [Console] Fix negated options not accessible (jderusse)

    This PR was merged into the 5.3 branch.
    
    Discussion
    ----------
    
    [Console] Fix negated options not accessible
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #41531
    | License       | MIT
    | Doc PR        | -
    
    Removing the `--no-ansi` option to only let the negatable option `--ansi` breaks applications that expects calling `$input->getOption('no-ansi')`
    
    This PR provides a fallback to return the negative value of the negatable options
    
    Commits
    -------
    
    440bd5f1c7 [Console] Fix negated options not accessible
    chalasr committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    7d2e068 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Fix incompatible implicit float-to-int conversions

    Signed-off-by: Alexander M. Turek <[email protected]>
    derrabus committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    9aa1eb4 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.2

    * 4.4:
      Fix incompatible implicit float-to-int conversions
      [Translation] Don't pass null to strtoupper()
      cs fix
      [DependencyInjection] Don't pass null to trim()
      Add return types to JsonSerializable implementations
      Fix Serializable deprecations triggered by token mocks
      Add missing security translations
    derrabus committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    2f93c8c View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.2' into 5.3

    * 5.2:
      Fix incompatible implicit float-to-int conversions
      [Translation] Don't pass null to strtoupper()
      cs fix
      [String] Fix implicit float-to-int casts
      [DependencyInjection] Don't pass null to trim()
      Add return types to JsonSerializable implementations
      Fix Serializable deprecations triggered by token mocks
      Add missing security translations
    derrabus committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    da9c0be View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

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

Commits on Jun 12, 2021

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