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: v6.2.1
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.2
Choose a head ref
  • 6 commits
  • 2 files changed
  • 4 contributors

Commits on Nov 3, 2022

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

Commits on Dec 11, 2022

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

Commits on Dec 14, 2022

  1. bug #48089 [Console] Fix clear line with question in section (maxbeck…

    …ers)
    
    This PR was merged into the 6.1 branch.
    
    Discussion
    ----------
    
    [Console] Fix clear line with question in section
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.1
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #47411
    | License       | MIT
    | Doc PR        | -
    
    In the issue #47411 is the current behavior described (with videos).
    
    The problem is in a section using a question and a clear. Then one line is not cleared because of the `return` so submit the input.
    
    NOTICE: This bug might be as well in the versions 4.4+, but in the versions < 6.1 it would be more complicated to fix, because the `SymfonyStyle` does not have the property `$output` in this versions.
    
    Commits
    -------
    
    fe1ddd3a99 [Console] Fix clear line with question in section
    chalasr committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    578809f View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.1' into 6.2

    * 6.1:
      [Mailer] Include all transports' debug messages in RoundRobin transport exception
      [FrameworkBundle] fix: fix help message
      Fix HtmlSanitizer default configuration behavior for allowed schemes
      Use relative timestamps
      [Cache] Fix dealing with ext-redis' multi/exec returning a bool
      [Messenger][Amqp] Added missing rpc_timeout option
      [Serializer] Prevent GetSetMethodNormalizer from creating invalid magic method call
      [HttpFoundation] Fix dumping array cookies
      [WebProfilerBundle] Fix dump header not being displayed
      TraceableHttpClient: increase decorator's priority
      Use static methods inside data providers
      [FrameworkBundle] Allow configuring `framework.exceptions` with a config builder
      bug #48313 [Mime] Fix MessagePart serialization
      [HttpKernel][ErrorHandler] Fix reading the SYMFONY_IDE env var
      [ErrorHandler][DebugClassLoader] Fix some new return types support
      Fix getting the name of closures on PHP 8.1.11+
      [Translator] Fix typo "internal" / "interval"
      fix dumping top-level tagged values
      [Console] Fix clear line with question in section
    nicolas-grekas committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0945e82 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Revert "bug #48089 [Console] Fix clear line with question in section …

    …(maxbeckers)"
    
    This reverts commit caffee8d62e7f998fcf6116ca128b8343017f3d2, reversing
    changes made to f14901e3a4343bb628ff0f7e5f213752381a069e.
    chalasr committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c649f33 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.1' into 6.2

    * 6.1:
      [HttpKernel] fix merge
      [HttpKernel] fix merge
      Revert "bug #48089 [Console] Fix clear line with question in section (maxbeckers)"
    nicolas-grekas committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5a9bd5c View commit details
    Browse the repository at this point in the history
Loading