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/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.2
Choose a base ref
...
head repository: symfony/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.3
Choose a head ref
  • 10 commits
  • 4 files changed
  • 6 contributors

Commits on Jan 1, 2020

  1. Update year in license files

    rosier committed Jan 1, 2020
    Copy the full SHA
    91f7f20 View commit details

Commits on Jan 4, 2020

  1. Copy the full SHA
    ef67314 View commit details
  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
    Copy the full SHA
    ba65ebe View commit details
  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
    Copy the full SHA
    b7883aa View commit details

Commits on Jan 13, 2020

  1. Copy the full SHA
    aa46bc2 View commit details

Commits on Jan 17, 2020

  1. Copy the full SHA
    12df25e View commit details

Commits on Jan 21, 2020

  1. Merge branch '3.4' into 4.3

    * 3.4:
      chown and chgrp should also accept int as owner and group
      Fix RememberMe with null password
      [Validator] Fix plurals for sr_Latn (Serbian language written in latin script) validation messages
      [PhpUnitBridge][SymfonyTestsListenerTrait] Remove some unneeded code
      fix PHP const mapping keys using the inline notation
      Fix that no-cache requires positive validation with the origin, even for fresh responses
    fabpot committed Jan 21, 2020
    Copy the full SHA
    5e3a474 View commit details
  2. Merge branch '4.3' into 4.4

    * 4.3:
      chown and chgrp should also accept int as owner and group
      Fix RememberMe with null password
      [Validator] Fix plurals for sr_Latn (Serbian language written in latin script) validation messages
      [PhpUnitBridge][SymfonyTestsListenerTrait] Remove some unneeded code
      fix PHP const mapping keys using the inline notation
      Fix that no-cache requires positive validation with the origin, even for fresh responses
    fabpot committed Jan 21, 2020
    Copy the full SHA
    d39b4ca View commit details
  3. bug #35364 [Yaml] Throw on unquoted exclamation mark (fancyweb)

    This PR was merged into the 4.3 branch.
    
    Discussion
    ----------
    
    [Yaml] Throw on unquoted exclamation mark
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? |
    | Tickets       | symfony/symfony#35344
    | License       | MIT
    | Doc PR        | -
    
    Commits
    -------
    
    6b4147c991 [Yaml] Throw on unquoted exclamation mark
    nicolas-grekas committed Jan 21, 2020
    Copy the full SHA
    8e0a954 View commit details
  4. Merge branch '4.3' into 4.4

    * 4.3:
      [Yaml] Throw on unquoted exclamation mark
      Use supportsClass where possible
    nicolas-grekas committed Jan 21, 2020
    Copy the full SHA
    cd014e4 View commit details
Loading