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: 402db09
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 79e0887
Choose a head ref
  • 14 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

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

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. 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. 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. [Console] Fix PHP 8.1 deprecation in ChoiceQuestion

    BrokenSourceCode authored and nicolas-grekas committed Jan 26, 2022
    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
Loading