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: v7.1.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.1.4
Choose a head ref
  • 9 commits
  • 3 files changed
  • 5 contributors

Commits on Aug 9, 2024

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

Commits on Aug 12, 2024

  1. Merge branch '6.4' into 7.1

    * 6.4: (23 commits)
      fix tests using Twig 3.12
      skip tests requiring the intl extension if it's not installed
      🐛 throw ParseException on invalid date
      fix permitted data type of the default choice
      [ExpressionLanguage] Improve test coverage
      Fix invalid phpdoc in ContainerBuilder
      [HttpKernel] [WebProfileBundle] Fix Routing panel for URLs with a colon
      [Form] NumberType: Fix parsing of numbers in exponential notation with negative exponent
      [Security] consistent singular/plural translation in Dutch
      reset the validation context after validating nested constraints
      do not duplicate directory separators
      fix handling empty data in ValueToDuplicatesTransformer
      fix compatibility with redis extension 6.0.3+
      synchronize unsupported scheme tests
      [String] Fixed Quorum plural, that was inflected to be only "Quora" and never "Quorums"
      Fix symfony/kaz-info-teh-notifier package
      [Validator] review latvian translations
      [Validator] Add Dutch translation for `WordCount` constraint
      allow more unicode characters in URL paths
      [String][EnglishInflector] Fix words ending in 'le', e.g., articles
      ...
    derrabus committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e124ab6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    f96ee2a View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      Replace external FTP server by a local docker instance
      [PhpUnitBridge][Console][VarDumper] Fix handling NO_COLOR env var
    nicolas-grekas committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b406d22 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.1

    * 6.4:
      Replace external FTP server by a local docker instance
      [PhpUnitBridge][Console][VarDumper] Fix handling NO_COLOR env var
      fix test
      [Validator] Add test for `D` regex modifier in `TimeValidator`
    nicolas-grekas committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6e710b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c24bcd0 View commit details
    Browse the repository at this point in the history
  5. bug #57853 [Console] Fix side-effects from running bash completions (…

    …Seldaek)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Console] Fix side-effects from running bash completions
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix composer/composer#12015
    | License       | MIT
    
    Fixes issues in symfony bash completions having side-effects for other completions. See composer/composer#12015 for details.
    
    I identified this IFS line as causing the issue.. But it was introduced here
    symfony/symfony@e9e0c07 (cc `@GromNaN`) probably for a good reason. So I don't think this is mergeable as is, but we should see what can be done to set IFS where needed per process call and not change it globally like that.
    
    Commits
    -------
    
    5456645628 [Console] Fix side-effects from running bash completions
    nicolas-grekas committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e86f855 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      [Validator] added Polish translation for units 116-119
      Revert stateless check
      [Console] Fix side-effects from running bash completions
      skip transient Redis integration tests on AppVeyor
    chalasr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4268688 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.1

    * 6.4:
      [Serializer] Remove redundant @internal tags from traceable classes
      Fix conversion of partitioned cookies in the PSR-7 bridge
      [Validator] added Polish translation for units 116-119
      Revert stateless check
      [Console] Fix side-effects from running bash completions
      skip transient Redis integration tests on AppVeyor
    chalasr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1eed7af View commit details
    Browse the repository at this point in the history
Loading