-
-
Notifications
You must be signed in to change notification settings - Fork 259
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 6 files changed
- 6 contributors
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37774e6 - Browse repository at this point
Copy the full SHA 37774e6View commit details -
* 5.4: [Console] Allow false as a $shortcut in InputOption Fix plurial of word ending by pus
Configuration menu - View commit details
-
Copy full SHA for 86386d4 - Browse repository at this point
Copy the full SHA 86386d4View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 019186b - Browse repository at this point
Copy the full SHA 019186bView commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7c327c - Browse repository at this point
Copy the full SHA d7c327cView commit details
Commits on Feb 3, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 3da1077 - Browse repository at this point
Copy the full SHA 3da1077View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec17108 - Browse repository at this point
Copy the full SHA ec17108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2900969 - Browse repository at this point
Copy the full SHA 2900969View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5436ad - Browse repository at this point
Copy the full SHA f5436adView commit details
Commits on Feb 7, 2024
-
* 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
Configuration menu - View commit details
-
Copy full SHA for faaaa5e - Browse repository at this point
Copy the full SHA faaaa5eView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for b95e86a - Browse repository at this point
Copy the full SHA b95e86aView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ec305a - Browse repository at this point
Copy the full SHA 8ec305aView commit details -
* 5.4: [PhpUnitBridge][VarDumper] fix color detection [CI] Make sure we preserve file->header when we run sync-translations.php Review validators.sl.xlf
Configuration menu - View commit details
-
Copy full SHA for cb3239f - Browse repository at this point
Copy the full SHA cb3239fView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 155f2f3 - Browse repository at this point
Copy the full SHA 155f2f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f75d9 - Browse repository at this point
Copy the full SHA 39f75d9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a9174b6 - Browse repository at this point
Copy the full SHA a9174b6View commit details
Commits on Feb 22, 2024
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 0d9e4eb - Browse repository at this point
Copy the full SHA 0d9e4ebView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 6b099f3 - Browse repository at this point
Copy the full SHA 6b099f3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.0.3...v7.0.4