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.2
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.3
Choose a head ref
  • 19 commits
  • 18 files changed
  • 6 contributors

Commits on Jan 2, 2022

  1. Bump license year

    fabpot committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    451acdc View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.3

    * 4.4:
      Bump license year
      [HttpClient] Turn negative timeout to a very long timeout
      Features goes to 6.x branch
      [Validator] throw when Constraint::_construct() has not been called
      Bump Symfony version to 4.4.37
      Update VERSION for 4.4.36
      Update CONTRIBUTORS for 4.4.36
      Update CHANGELOG for 4.4.36
      Allow symfony/runtime plugin
    fabpot committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    7672395 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.3' into 5.4

    * 5.3:
      Bump license year
      Bump license year
      [HttpClient] Turn negative timeout to a very long timeout
      Features goes to 6.x branch
      fix lowest required PropertyInfo component release
      [Validator] throw when Constraint::_construct() has not been called
      Bump Symfony version to 5.3.14
      Update VERSION for 5.3.13
      Update CHANGELOG for 5.3.13
      Bump Symfony version to 4.4.37
      Update VERSION for 4.4.36
      Update CONTRIBUTORS for 4.4.36
      Update CHANGELOG for 4.4.36
      Allow symfony/runtime plugin
    fabpot committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    72ff58c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Allow OutputFormatter::escape() to be used for escaping URLs used in …

    …<href>
    
    - escape() now escapes `>` as well as `<`
    - URLs containing escaped `<` and `>` are rendered correctly as is
    - user-provided URLs should now be safe to use (as in they cannot break the formatting) as long as they're piped through `escape()`
    Seldaek committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    5edd782 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Merge branch '4.4' into 5.3

    * 4.4:
      [HttpClient] Remove deprecated usage of `GuzzleHttp\Promise\queue`
      [PropertyAccess] Fix handling of uninitialized property of anonymous class
      [DependencyInjection] fix test
      ResolveBindingsPass remove loading of class iterable
      [FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand
      [DependencyInjection] Fix nested env var with resolve processor
      Allow OutputFormatter::escape() to be used for escaping URLs used in <href>
      allow a zero time-limit
      [DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory
      [Validators] Add translations for Slovak #43735
    nicolas-grekas committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    c97d96f View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.3' into 5.4

    * 5.3:
      [HttpClient] Remove deprecated usage of `GuzzleHttp\Promise\queue`
      [PropertyAccess] Fix handling of uninitialized property of anonymous class
      [FrameworkBundle] Allow default cache pools to be overwritten by user
      [DependencyInjection] fix test
      ResolveBindingsPass remove loading of class iterable
      [FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand
      [DependencyInjection] Fix nested env var with resolve processor
      Allow OutputFormatter::escape() to be used for escaping URLs used in <href>
      allow a zero time-limit
      [DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory
      [Validators] Add translations for Slovak #43735
    nicolas-grekas committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    6c6664e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

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

Commits on Jan 20, 2022

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

Commits on Jan 22, 2022

  1. Merge branch '4.4' into 5.3

    * 4.4:
      Throw exception if incompatible version of psr/simple-cache is used
      [DependencyInjection] copy synthetic status when resolving child definitions
      [HttpClient] Fix Failed to open stream: Too many open files
      [Console] use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors
      [Cache] Set mtime of cache files 1 year into future if they do not expire
      [DependencyInjection] remove arbitratry limitation to exclude inline services from bindings
    fabpot committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    834cb05 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.3' into 5.4

    * 5.3:
      Throw exception if incompatible version of psr/simple-cache is used
      [DependencyInjection] copy synthetic status when resolving child definitions
      [HttpClient] Fix Failed to open stream: Too many open files
      [Console] use STDOUT/ERR in ConsoleOutput to save opening too many file descriptors
      [Cache] Set mtime of cache files 1 year into future if they do not expire
      [DependencyInjection] remove arbitratry limitation to exclude inline services from bindings
    fabpot committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    2693247 View commit details
    Browse the repository at this point in the history
  3. bug #45088 [Console] fix parsing escaped chars in StringInput (nicola…

    …s-grekas)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Console] fix parsing escaped chars in StringInput
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #32182
    | License       | MIT
    | Doc PR        | -
    
    Commits
    -------
    
    f0a89ecdda [Console] fix parsing escaped chars in StringInput
    fabpot committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    26ab273 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Merge branch '4.4' into 5.3

    * 4.4:
      Remove composer/package-versions-deprecated from allowed plugins
      [Console] fix parsing escaped chars in StringInput
    derrabus committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4d7febc View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.3' into 5.4

    * 5.3:
      [DependencyInjection] Fix tests
      Remove composer/package-versions-deprecated from allowed plugins
      [Console] fix parsing escaped chars in StringInput
    derrabus committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    209db6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a890459 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    32ba2ac View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.3

    * 4.4:
      [Cache] workaround PHP crash
      [Console] Fix PHP 8.1 deprecation in ChoiceQuestion
      Making the parser stateless
    nicolas-grekas committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    2f90325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0259f01 View commit details
    Browse the repository at this point in the history
  4. Merge branch '4.4' into 5.3

    * 4.4:
      [Form] UrlType should not add protocol to emails
      Silence isatty warnings during tty detection
      Replaced full CoC text with link to documentation
    nicolas-grekas committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    79e0887 View commit details
    Browse the repository at this point in the history
  5. Merge branch '5.3' into 5.4

    * 5.3:
      Fix Choice constraint with associative choices array
      [Form] UrlType should not add protocol to emails
      Silence isatty warnings during tty detection
      [Serializer] Fix AbstractObjectNormalizer not considering pseudo type false
      [Notifier] Fix encoding of messages with FreeMobileTransport
      [Cache] workaround PHP crash
      [Console] Fix PHP 8.1 deprecation in ChoiceQuestion
      [Notifier] smsapi-notifier - correct encoding
      Replaced full CoC text with link to documentation
      Making the parser stateless
      [Console] fix restoring stty mode on CTRL+C
      fix merge (bis)
      fix merge
      [Process] Avoid calling fclose on an already closed resource
      [GHA] test tty group
      [DI] Fix tests on PHP 7.1
    nicolas-grekas committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    a2a86ec View commit details
    Browse the repository at this point in the history
Loading