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: fe6e3cd
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 345ab6e
Choose a head ref
  • 15 commits
  • 7 files changed
  • 6 contributors

Commits on Dec 24, 2019

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

Commits on Dec 28, 2019

  1. Merge branch '3.4' into 4.3

    * 3.4:
      Add missing use statement
      [Profiler] wording
      X-Accel Nginx URL updated
      ticket-30197 [Validator] Add the missing translations for the Chinese (Taiwan) ("zh_TW") locale
      Fixed test added in #35022
      Use locale_parse for computing fallback locales
      [Console] Fix filtering out identical alternatives when there is a command loader
    nicolas-grekas committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    f1cae5e View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.3' into 4.4

    * 4.3:
      Fixed #35084
      Add missing use statement
      [HttpClient] fix scheduling pending NativeResponse
      do not overwrite variable value
      [Profiler] wording
      Use spaces correctly to display options in DebugCommand
      X-Accel Nginx URL updated
      ticket-30197 [Validator] Add the missing translations for the Chinese (Taiwan) ("zh_TW") locale
      Fixed test added in #35022
      Use locale_parse for computing fallback locales
      [Console] Fix filtering out identical alternatives when there is a command loader
    nicolas-grekas committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    77ebcb5 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.0

    * 4.4:
      Fixed #35084
      Add missing use statement
      [HttpClient] fix scheduling pending NativeResponse
      do not overwrite variable value
      [Profiler] wording
      Use spaces correctly to display options in DebugCommand
      X-Accel Nginx URL updated
      ticket-30197 [Validator] Add the missing translations for the Chinese (Taiwan) ("zh_TW") locale
      Fixed test added in #35022
      Use locale_parse for computing fallback locales
      [Console] Fix filtering out identical alternatives when there is a command loader
      add note about HTTP status code change
      Migrate server:log command away from WebServerBundle
      [DependencyInjection][CheckTypeDeclarationsPass] Handle \Closure for callable
      [Security] Fix missing defaults for auto-migrating encoders
      bumped Symfony version to 4.4.3
      updated VERSION for 4.4.2
      updated CHANGELOG for 4.4.2
    nicolas-grekas committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    e1bb8b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

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

Commits on Jan 1, 2020

  1. Update year in license files

    rosier committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    a667177 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Configuration menu
    Copy the full SHA
    9611615 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.3

    * 3.4:
      Update links to documentation
      [Validator] Add the missing translations for the Arabic (ar) locale
      ensure to expect no validation for the right reasons
      [PhpUnitBridge] Add test case for @expectedDeprecation annotation
      Update year in license files
      [Console][FormatterHelper] Use helper strlen statically and remove duplicated code
      Fix BC issue in phpDoc Reflection library
      [Translator] Performance improvement in MessageCatalogue and catalogue operations.
    nicolas-grekas committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    b218d7d View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.3' into 4.4

    * 4.3:
      [Mailer] Remove line breaks in email attachment content
      Update links to documentation
      [Validator] Add the missing translations for the Arabic (ar) locale
      ensure to expect no validation for the right reasons
      [PhpUnitBridge] Add test case for @expectedDeprecation annotation
      [PhpUnitBridge][SymfonyTestsListenerTrait] Remove $testsWithWarnings stack
      [Mailer][MailchimpBridge] Fix missing attachments when sending via Mandrill API
      [Mailer][MailchimpBridge] Fix incorrect sender address when sender has name
      [HttpClient] fix capturing SSL certificates with NativeHttpClient
      [TwigBridge][Form] Added missing help messages in form themes
      Update year in license files
      Update year in license files
      [HttpClient] fix typo
      [Console][FormatterHelper] Use helper strlen statically and remove duplicated code
      [Routing] Fix i18n routing when the url contains the locale
      Fix BC issue in phpDoc Reflection library
      [Translator] Performance improvement in MessageCatalogue and catalogue operations.
    nicolas-grekas committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    9abcdfa View commit details
    Browse the repository at this point in the history
  4. Merge branch '4.4' into 5.0

    * 4.4: (26 commits)
      [HttpClient] NativeHttpClient should not send >1.1 protocol version
      [HttpClient] fix support for non-blocking resource streams
      [Mailer] Make sure you can pass custom headers to Mailgun
      [Mailer] Remove line breaks in email attachment content
      Update links to documentation
      [Validator] Add the missing translations for the Arabic (ar) locale
      ensure to expect no validation for the right reasons
      [Security-Guard] fixed 35203 missing name tag in param docblock
      [HttpClient] fix casting responses to PHP streams
      [PhpUnitBridge] Add test case for @expectedDeprecation annotation
      [PhpUnitBridge][SymfonyTestsListenerTrait] Remove $testsWithWarnings stack
      [Mailer] Fix addresses management in Sendgrid API payload
      [Mailer][MailchimpBridge] Fix missing attachments when sending via Mandrill API
      [Mailer][MailchimpBridge] Fix incorrect sender address when sender has name
      [HttpClient] fix capturing SSL certificates with NativeHttpClient
      Update year in license files
      [TwigBridge][Form] Added missing help messages in form themes
      Update year in license files
      Update year in license files
      fix version when "anonymous: lazy" was introduced
      ...
    nicolas-grekas committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    33b74ac View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    7c5bdd3 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.3

    * 3.4:
      Avoid stale-if-error if kernel.debug = true, because it hides errors
      [Console] Fix SymfonyQuestionHelper tests sometimes failing on AppVeyor
      [DI] deferred exceptions in ResolveParameterPlaceHoldersPass
    chalasr committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    487f139 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.3' into 4.4

    * 4.3:
      Avoid stale-if-error if kernel.debug = true, because it hides errors
      [Console] Fix SymfonyQuestionHelper tests sometimes failing on AppVeyor
      [Workflow] Fix configuration node reference for "initial_marking"
      expand listener in place
      [DI] deferred exceptions in ResolveParameterPlaceHoldersPass
    chalasr committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    e9ee09d View commit details
    Browse the repository at this point in the history
  4. Merge branch '4.4' into 5.0

    * 4.4:
      Avoid stale-if-error if kernel.debug = true, because it hides errors
      [Console] Fix SymfonyQuestionHelper tests sometimes failing on AppVeyor
      [SecurityBundle] Fix collecting traceable listeners info using anonymous: lazy
      [Filesystem][FilesystemCommonTrait] Use a dedicated directory when there are no namespace
      [Workflow] Fix configuration node reference for "initial_marking"
      expand listener in place
      [DI] deferred exceptions in ResolveParameterPlaceHoldersPass
      Do not throw exception on valut generate key
    chalasr committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    062fa14 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

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