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

Commits on Feb 1, 2024

  1. Copy the full SHA
    37774e6 View commit details
  2. Merge branch '5.4' into 6.4

    * 5.4:
      [Console] Allow false as a $shortcut in InputOption
      Fix plurial of word ending by pus
    nicolas-grekas committed Feb 1, 2024
    Copy the full SHA
    86386d4 View commit details
  3. Merge branch '6.4' into 7.0

    * 6.4:
      [Console] Allow false as a $shortcut in InputOption
      [MonologBridge] Support symfony/security-core 5.4 again
      Fix plurial of word ending by pus
    nicolas-grekas committed Feb 1, 2024
    Copy the full SHA
    019186b View commit details

Commits on Feb 2, 2024

  1. [Console] Fix color support

    theofidry authored and chalasr committed Feb 2, 2024
    Copy the full SHA
    d7c327c View commit details

Commits on Feb 3, 2024

  1. bug #53707 [Console] Fix color support for TTY output (theofidry)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Console] Fix color support for TTY output
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Issues        | Fix #53693
    | License       | MIT
    
    Prior to symfony/symfony#53576, the output being a TTY was sufficient to consider the output as supporting colors. This is not enough but as a result, we are missing some additional checks.
    
    This PR:
    
    - Adds a check for the `COLORTERM` environment variable. From what I've found it does not look this variable is ever set if there is no color support.
    - Adds a check for the `screen-*` `TERM` values. Similar to the check we already for `xterm`, you have `screen-256color`, `screen-256color-bce`, `screen.xterm-256color` or more.
    
    Commits
    -------
    
    22efcd028b [Console] Fix color support
    fabpot committed Feb 3, 2024
    Copy the full SHA
    3da1077 View commit details
  2. Merge branch '5.4' into 6.4

    * 5.4:
      [Console] Fix color support
    fabpot committed Feb 3, 2024
    Copy the full SHA
    ec17108 View commit details
  3. Merge branch '6.4' into 7.0

    * 6.4:
      [Console] Fix color support
    fabpot committed Feb 3, 2024
    Copy the full SHA
    2900969 View commit details

Commits on Feb 5, 2024

  1. Copy the full SHA
    f5436ad View commit details

Commits on Feb 7, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      Skip Twig v3.9-dev for now
      [Validator] Update Dutch (nl) translation
      Update Albanian translations
      [Validator] Update translation
      [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists
      [VarDumper][PhpUnitBridge] Fix color detection
      prevent throwing NOT_FOUND error when tube is empty
      [Validator] Update missing validator translation for Swedish
      [FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer
      [Messenger] Fix failing Redis test
      [Validator] Update Italian (it) translations
      [Validator] Missing translations for Hungarian (hu) #53769
    nicolas-grekas committed Feb 7, 2024
    Copy the full SHA
    faaaa5e View commit details
  2. Merge branch '6.4' into 7.0

    * 6.4:
      Skip Twig v3.9-dev for now
      [Validator] Update Dutch (nl) translation
      Update Albanian translations
      [Validator] Update translation
      [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists
      [VarDumper][PhpUnitBridge] Fix color detection
      prevent throwing NOT_FOUND error when tube is empty
      [Validator] Update missing validator translation for Swedish
      [FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer
      [Messenger] Fix failing Redis test
      [Validator] Update Italian (it) translations
      [Validator] Missing translations for Hungarian (hu) #53769
      revert to native PHP union types
      [Validator] Missing translations for Russian (ru) #53775
      fix syntax errors on PHP 7
    nicolas-grekas committed Feb 7, 2024
    Copy the full SHA
    b95e86a View commit details

Commits on Feb 8, 2024

  1. Copy the full SHA
    8ec305a View commit details
  2. Merge branch '5.4' into 6.4

    * 5.4:
      [PhpUnitBridge][VarDumper] fix color detection
      [CI] Make sure we preserve file->header when we run sync-translations.php
      Review validators.sl.xlf
    nicolas-grekas committed Feb 8, 2024
    Copy the full SHA
    cb3239f View commit details

Commits on Feb 20, 2024

  1. Copy the full SHA
    155f2f3 View commit details
  2. Copy the full SHA
    39f75d9 View commit details
  3. bug #54009 [Console] Fix display of vertical Table on Windows OS (Vin…

    …centLanglet)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Console] Fix display of vertical Table on Windows OS
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
    | License       | MIT
    
    Similar to symfony/symfony#54001
    but the feature was introduced in 6.4 with symfony/symfony#50691
    
    Commits
    -------
    
    e9b0faaec5 Fix vertical table on windows
    nicolas-grekas committed Feb 20, 2024
    Copy the full SHA
    a9174b6 View commit details

Commits on Feb 22, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      [DependencyInjection] Fix computing error messages involving service locators
      [Serializer] Fix unknown types normalization type when know type
      [ErrorHandler] Fix parsing messages that contain anonymous classes on PHP >= 8.3.3
      [Validator] Review Romanian (ro) translations
      [Console] Fix display of Table on Windows OS
      [FrameworkBundle] Fix config builder with extensions extended in `build()`
      [WebProfilerBundle] disable turbo in web profiler toolbar to avoid link prefetching
      explicitly cast boolean SSL stream options
      return the unchanged text if preg_replace_callback() fails
      the 'use_notify' option is on the factory, not on the postgres connection class
      review translations
    nicolas-grekas committed Feb 22, 2024
    Copy the full SHA
    0d9e4eb View commit details
  2. Merge branch '6.4' into 7.0

    * 6.4:
      [DependencyInjection] Fix computing error messages involving service locators
      [Serializer] Fix unknown types normalization type when know type
      [ErrorHandler] Fix parsing messages that contain anonymous classes on PHP >= 8.3.3
      [AssetMapper] Fix enquoted string pattern
      [Validator] Review Romanian (ro) translations
      [Console] Fix display of Table on Windows OS
      [FrameworkBundle] Fix config builder with extensions extended in `build()`
      [Translation] Fix extracting qualified t() function calls
      Fix vertical table on windows
      Fix the `command -v` exception when the command option with a dash prefix
      [WebProfilerBundle] disable turbo in web profiler toolbar to avoid link prefetching
      explicitly cast boolean SSL stream options
      return the unchanged text if preg_replace_callback() fails
      the 'use_notify' option is on the factory, not on the postgres connection class
      review translations
    nicolas-grekas committed Feb 22, 2024
    Copy the full SHA
    6b099f3 View commit details
Loading