8000 Comparing v6.1.0...v6.1.1 · symfony/console · GitHub
[go: up one dir, main page]

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

Commits on May 18, 2022

  1. Complete negatable options

    GromNaN committed May 18, 2022
    Configuration menu
    Copy the full SHA
    829d5d1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Merge branch '5.4' into 6.0

    * 5.4:
      [DependencyInjection] Fix "proxy" tag: resolve its pa
    8000
    rameters and pass it to child definitions
      Complete negatable options
    fabpot committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9b190bc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

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

Commits on Jun 6, 2022

  1. [Console] Prevent PHP 8.1 str_replace deprec on null

    Prevents:
    
    > Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
    
    on `getDefaultName()` returning `null`
    ogizanagi committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9481924 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      [Console] Prevent PHP 8.1 str_replace deprec on null
      Improve DE translations for Form/Validator
      [Serializer] Fix ignore attribute in Xml files
      [Console] Escape % in command name & description from getDefault*()
      [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars
      [Mime] Check that the path is a file in the DataPart::fromPath
      [Cache] do not pass null to strlen()
      [Mailer] Sort transports alphabetically
      [Security] Fix some phpdoc
      [Serializer] Get attributeContext after converting name
    derrabus committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    97152b3 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      [Console] Prevent PHP 8.1 str_replace deprec on null
      Improve DE translations for Form/Validator
      [Serializer] Fix ignore attribute in Xml files
      [Console] Escape % in command name & description from getDefault*()
      [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars
      [Mime] Check that the path is a file in the DataPart::fromPath
      [Cache] do not pass null to strlen()
      [Mailer] Sort transports alphabetically
      [Security] Fix some phpdoc
      [Serializer] Get attributeContext after converting name
    derrabus committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    f112d38 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. [Console] Fix deprecation when description is null

    str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
    HypeMC committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    56f40c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Merge branch '5.4' into 6.0

    * 5.4:
      use the outermost wrapping DBAL connection
      [Console] Fix deprecation when description is null
      [Console] Escape % in command name & description from getDefault*()
      [FrameworkBundle] Fix XML cache config
    chalasr committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    ddfedd6 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.0' into 6.1

    * 6.0:
      use the outermost wrapping DBAL connection
      [Console] Fix deprecation when description is null
      [Console] Escape % in command name & description from getDefault*()
      [FrameworkBundle] Fix XML cache config
    chalasr committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    13a95a5 View commit details
    Browse the repository at this point in the history
  3. [Console] Fix tests

    chalasr committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6187424 View commit details
    Browse the repository at this point in the history
Loading
0