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.4.35
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.4.36
Choose a head ref
  • 6 commits
  • 5 files changed
  • 6 contributors

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. [Console] Fix color support

    theofidry authored and chalasr committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d7c327c View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    3da1077 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 20, 2024

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