Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 17commits
  • 6files changed
  • 6contributors

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    37774e6View commit details
    Browse the repository at this point in the history
  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
    nicolas-grekas committedFeb 1, 2024
    Configuration menu
    Copy the full SHA
    86386d4View commit details
    Browse the repository at this point in the history
  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
    nicolas-grekas committedFeb 1, 2024
    Configuration menu
    Copy the full SHA
    019186bView commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. [Console] Fix color support

    @theofidry@chalasr
    theofidry authored andchalasr committedFeb 2, 2024
    Configuration menu
    Copy the full SHA
    d7c327cView 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       | MITPrior tosymfony/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
    fabpot committedFeb 3, 2024
    Configuration menu
    Copy the full SHA
    3da1077View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:  [Console] Fix color support
    @fabpot
    fabpot committedFeb 3, 2024
    Configuration menu
    Copy the full SHA
    ec17108View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.0

    * 6.4:  [Console] Fix color support
    @fabpot
    fabpot committedFeb 3, 2024
    Configuration menu
    Copy the full SHA
    2900969View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

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
    nicolas-grekas committedFeb 7, 2024
    Configuration menu
    Copy the full SHA
    faaaa5eView commit details
    Browse the repository at this point in the history
  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
    nicolas-grekas committedFeb 7, 2024
    Configuration menu
    Copy the full SHA
    b95e86aView commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    8ec305aView commit details
    Browse the repository at this point in the history
  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
    nicolas-grekas committedFeb 8, 2024
    Configuration menu
    Copy the full SHA
    cb3239fView commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    155f2f3View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39f75d9View commit details
    Browse the repository at this point in the history
  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       | MITSimilar tosymfony/symfony#54001but the feature was introduced in 6.4 withsymfony/symfony#50691Commits-------e9b0faaec5 Fix vertical table on windows
    @nicolas-grekas
    nicolas-grekas committedFeb 20, 2024
    Configuration menu
    Copy the full SHA
    a9174b6View commit details
    Browse the repository at this point in the history

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
    nicolas-grekas committedFeb 22, 2024
    Configuration menu
    Copy the full SHA
    0d9e4ebView commit details
    Browse the repository at this point in the history
  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
    nicolas-grekas committedFeb 22, 2024
    Configuration menu
    Copy the full SHA
    6b099f3View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp