1. 04 Apr, 2022 1 commit
  2. 22 Oct, 2019 1 commit
    • Nicolas Grekas's avatar
      Merge branch '4.4' · dd2d4070
      Nicolas Grekas authored
      * 4.4:
        [Debug] remove return types that break FC badly
        [Mailer][MailchimpBridge] Don't send address names if empty string
        [ExpressionLanguage][Lexer] Exponential format for number
        [Mailer] Fix SES Message Id retrieval
        Add .gitignore to .gitattributes
      dd2d4070
  3. 12 Oct, 2019 1 commit
  4. 07 Oct, 2019 1 commit
    • Nicolas Grekas's avatar
      Merge branch '4.4' · 4b85443a
      Nicolas Grekas authored
      * 4.4: (27 commits)
        [Validator] add notice in UPGRADE file for new Range constraint option
        [CssSelector] Support *:only-of-type pseudo class selector
        [Intl] Update the ICU data to 65.1 (4.4 branch)
        [Intl] Update the ICU data to 65.1 (4.3 branch)
        Replace deprecated calls in tests
        [Intl] Update the ICU data to 65.1
        Delete 5_Security_issue.md
        [DI] Whitelist error_renderer.renderer tag  in UnusedTagsPass
        [DI] Whitelist validator.auto_mapper in UnusedTagsPass
        Update CHANGELOG.md
        [HttpClient] Fixed #33832 NO_PROXY option ignored in NativeHttpClient::request() method
        [EventDispatcher] A compiler pass for aliased userland events.
        [Cache] give 100ms before starting the expiration countdown
        [Cache] fix logger usage in CacheTrait::doGet()
        [VarDumper] fix dumping uninitialized SplFileInfo
        Added missing translations.
        [Form] Added CountryType option for using alpha3 country codes
        Fixed invalid changelog 4.0.0 for VarDumper
        [Workflow] Fixed BC break on WorkflowInterface
        Fix wrong expression language value
        ...
      4b85443a
  5. 05 Oct, 2019 1 commit
  6. 02 Oct, 2019 3 commits
    • Nicolas Grekas's avatar
      Merge branch '4.4' · d6739793
      Nicolas Grekas authored
      * 4.4: (24 commits)
        [Console] Command::execute() should always return int - deprecate returning null
        [FrameworkBundle] Fix wrong returned status code in ConfigDebugCommand
        [AnnotationCacheWarmer] add RedirectController to annotation cache
        [WebProfilerBundle] Try to display the most useful panel by default
        Add note about deprecating the XmlEncoder::TYPE_CASE_ATTRIBUTES constant in the upgrade guide
        fix merge
        [DI] add tests loading calls with returns-clone
        [DI] dont mandate a class on inline services with a factory
        Fixed Redis Sentinel usage when only one Sentinel specified
        [EventDispatcher] Added tests for aliased events.
        Sync Twig templateExists behaviors
        Fix the :only-of-type pseudo class selector
        Deprecate the XmlEncoder::TYPE_CASE_ATTRIBUTES constant
        [Mailer] Tweak some code
        [Serializer] Add CsvEncoder tests for PHP 7.4
        Copy phpunit.xsd to a predictable path
        [WebserverBundle] Remove duplicated deprecation message
        remove duplicated test
        [Security/Http] fix parsing X509 emailAddress
        [FrameworkBundle] conflict with VarDumper < 4.4
        ...
      d6739793
    • Nicolas Grekas's avatar
      Merge branch '4.3' into 4.4 · 1f8fa58d
      Nicolas Grekas authored
      * 4.3:
        Sync Twig templateExists behaviors
        Fix the :only-of-type pseudo class selector
        [Serializer] Add CsvEncoder tests for PHP 7.4
        Copy phpunit.xsd to a predictable path
        [Security/Http] fix parsing X509 emailAddress
        [Serializer] fix denormalization of string-arrays with only one element #33731
        [Cache] fix known tag versions ttl check
      1f8fa58d
    • Nicolas Grekas's avatar
      Merge branch '3.4' into 4.3 · f4b3ff6a
      Nicolas Grekas authored
      * 3.4:
        Sync Twig templateExists behaviors
        Fix the :only-of-type pseudo class selector
        [Serializer] Add CsvEncoder tests for PHP 7.4
        Copy phpunit.xsd to a predictable path
        [Security/Http] fix parsing X509 emailAddress
        [Serializer] fix denormalization of string-arrays with only one element #33731
        [Cache] fix known tag versions ttl check
      f4b3ff6a
  7. 01 Oct, 2019 1 commit
  8. 16 Sep, 2019 2 commits
  9. 23 Aug, 2019 2 commits
  10. 20 Aug, 2019 10 commits
    • Nicolas Grekas's avatar
      Merge branch '4.4' · d55e5e47
      Nicolas Grekas authored
      * 4.4:
        [4.4] Add return types on internal|final|private methods (bis)
        [Ldap] Add missing LdapUser::setPassword()
        Add types to roting and DI configuration traits.
      d55e5e47
    • Nicolas Grekas's avatar
    • Nicolas Grekas's avatar
      Merge branch '4.4' · d69e1749
      Nicolas Grekas authored
      * 4.4:
        some backports from master
        Add return types to internal|final|private methods
        [HttpFoundation] Precalculate session expiry timestamp
      d69e1749
    • Nicolas Grekas's avatar
      7447f4c8
    • Nicolas Grekas's avatar
      Merge branch '4.4' · c0687b08
      Nicolas Grekas authored
      * 4.4:
        cs fix
        Fix inconsistent return points.
        [Config] Add handling for ignored keys in ArrayNode::mergeValues.
        Fix inconsistent return points.
        [Security/Core] UserInterface::getPassword() can return null
        cs fix
        cs fix
        Fix missing exporter in PHPUnit constraint poylfill
        added `Process::getLastOutputTime()` method
        [Router] Fix TraceableUrlMatcher behaviour with trailing slash
        [HttpKernel] Remove outdated docblock comment
        Fix handling for session parameters
        Revert "bug #33092 [DependencyInjection] Improve an exception message (fabpot)"
      c0687b08
    • Nicolas Grekas's avatar
      Merge branch '4.3' into 4.4 · b2fbf6ef
      Nicolas Grekas authored
      * 4.3:
        cs fix
        Fix inconsistent return points.
        [Config] Add handling for ignored keys in ArrayNode::mergeValues.
        Fix inconsistent return points.
        [Security/Core] UserInterface::getPassword() can return null
        [Router] Fix TraceableUrlMatcher behaviour with trailing slash
        Revert "bug #33092 [DependencyInjection] Improve an exception message (fabpot)"
      b2fbf6ef
    • Nicolas Grekas's avatar
      Merge branch '3.4' into 4.3 · c6e5e2a0
      Nicolas Grekas authored
      * 3.4:
        Fix inconsistent return points.
        [Security/Core] UserInterface::getPassword() can return null
        [Router] Fix TraceableUrlMatcher behaviour with trailing slash
      c6e5e2a0
    • Alexander M. Turek's avatar
      Fix inconsistent return points. · e18c5c4b
      Alexander M. Turek authored
      e18c5c4b
    • Nicolas Grekas's avatar
      Merge branch '4.3' into 4.4 · c173f503
      Nicolas Grekas authored
      * 4.3:
        cs fix
        cs fix
        [HttpKernel] Remove outdated docblock comment
        Fix handling for session parameters
      c173f503
    • Nicolas Grekas's avatar
      cs fix · c76a9128
      Nicolas Grekas authored
      c76a9128
  11. 14 Aug, 2019 4 commits
  12. 13 Aug, 2019 4 commits
    • Nicolas Grekas's avatar
      Merge branch '4.4' · 6b2eb332
      Nicolas Grekas authored
      * 4.4:
        cs fix
        Fix return statements
        [TwigBridge] add missing dep
        Add type declarations to private DefaultChoiceListFactory methods
        Add false type to ChoiceListFactoryInterface::createView $label argument
        Update UPGRADE guide of 4.3 for EventDispatcher
        [SecurityBundle] display the correct class name on the deprecated notice
      6b2eb332
    • Nicolas Grekas's avatar
      Merge branch '4.3' into 4.4 · d36e2a33
      Nicolas Grekas authored
      * 4.3:
        cs fix
        Fix return statements
        [TwigBridge] add missing dep
        Add false type to ChoiceListFactoryInterface::createView $label argument
        Update UPGRADE guide of 4.3 for EventDispatcher
        [SecurityBundle] display the correct class name on the deprecated notice
      d36e2a33
    • Nicolas Grekas's avatar
      Merge branch '3.4' into 4.3 · 6eb1d206
      Nicolas Grekas authored
      * 3.4:
        Fix return statements
        [TwigBridge] add missing dep
        Add false type to ChoiceListFactoryInterface::createView $label argument
      6eb1d206
    • Nicolas Grekas's avatar
      Fix return statements · b6ab32e1
      Nicolas Grekas authored
      b6ab32e1
  13. 08 Aug, 2019 2 commits
  14. 03 Aug, 2019 4 commits
  15. 02 Aug, 2019 3 commits