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.2.5
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.2.6
Choose a head ref
  • 12 commits
  • 12 files changed
  • 8 contributors

Commits on Mar 11, 2021

  1. bug #40427 [Console] Stop accepting ints as InputOption defaults

    The types accepted and provided by `InputInterface::getOption`
    and `setOption` do not include `int` (and passing something like
    `--option=123` will set the option to the string `"123"`, not
    to the integer `123`).
    
    The `InputOption` default types should match this.
    oliverklee committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    3c65c2d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Merge branch '4.4' into 5.2

    * 4.4:
      bug #40427 [Console] Stop accepting ints as InputOption defaults
      Fix fingerprint when context is not serializable
    derrabus committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    0aae190 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    eaa700f View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.2

    * 4.4:
      [Console] ProgressBar clears too many lines on update
      [FrameworkBundle] Exclude unreadable files when executing About command
      [Bridge\Twig] Add 'form-control-range' for range input type
      Be explicit about transparent background color of links in toolbar
      [Translation] fix test case name
      [Cache] Fix wrong namespace in test
      [DependencyInjection] Fix return type
    nicolas-grekas committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a3528eb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    ef7b1af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a5fe71 View commit details
    Browse the repository at this point in the history
  3. bug #40348 [Console] Fix line wrapping for decorated text in block ou…

    …tput (grasmash)
    
    This PR was squashed before being merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Console] Fix line wrapping for decorated text in block output
    
    | Q             | A
    | ------------- | ---
    | Branch?       |
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | License       | MIT
    
    Fixed bug that caused decorated text to be wrapped too early in SymfonyStyle->block().
    
    Commits
    -------
    
    760be88310 [Console] Fix line wrapping for decorated text in block output
    nicolas-grekas committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    0a6f821 View commit details
    Browse the repository at this point in the history
  4. Merge branch '4.4' into 5.2

    * 4.4:
      [Console] Fix line wrapping for decorated text in block output
      [Inflector] Fixed pluralize "coupon"
      [PhpUnitBridge] fix compat with symfony/debug
      [VarDumper] Adds support for ReflectionUnionType to VarDumper
      Correctly clear lines for multi-line progress bar messages.
    nicolas-grekas committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    9373481 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. [Command] fix emojis messing up the line width

    add tests + removed irrelevant method
    MarionLeHerisson authored and nicolas-grekas committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    054f548 View commit details
    Browse the repository at this point in the history
  2. [Console] minor fix

    nicolas-grekas committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    075ea64 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Uses the correct assignment action for console options depending if t…

    …hey are short or long
    topikito authored and chalasr committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1ba4560 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Merge branch '4.4' into 5.2

    * 4.4:
      skip intl dependent tests if the extension is missing
      make DateCaster tests timezone-agnostic
      error if the input string couldn't be parsed as a date
      IntegerType: Always use en for IntegerToLocalizedStringTransformer Fixes #40456
      Uses the correct assignment action for console options depending if they are short or long
      [HttpKernel] ConfigDataCollector to return known data without the need of a Kernel
      [HttpClient] fix using stream_copy_to_stream() with responses cast to php streams
      FIx Trying to clone an uncloneable object of class
    xabbuh committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    35f039d View commit details
    Browse the repository at this point in the history
Loading