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/debug-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.8
Choose a base ref
...
head repository: symfony/debug-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 10 commits
  • 4 files changed
  • 4 contributors

Commits on May 23, 2023

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

Commits on May 25, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      [VarDumper][HttpKernel] Fix dumping with labels
      [VarDumper] Fix failures on appveyor
      Fix: Typo in PHPDoc
    nicolas-grekas committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b76b10b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 13, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Update FileProfilerStorage.php
      [Security] Allow custom scheme to be used as redirection URIs
      [Validator] Do not mock metadata factory on debug command tests
      [HttpKernel][WebProfilerBundle] Fix search feature
      [ErrorHandler] Avoid compile crash while trying to find candidate when a class is not found
      [Security] Make `PersistentToken` immutable and tell `TokenProviderInterface::updateToken()` implementations should accept `DateTimeInterface`
      do not listen to signals if the pcntl extension is missing
      [DependencyInjection] Improve reporting named autowiring aliases
      [DependencyInjection] Make better use of memory and CPU during auto-discovery
      update Intl component to take into account B-variant when converting Alpha3 to Alpha2. fixing issue with Darwin.
      [VarDumper] Fix dumping `ArrayObject` with `DumpDataCollector`
      [VarDumper] Add tests to demonstrate a bug when dumping ArrayObject with full stack fmk
      [DebugBundle][FrameworkBundle] Fix using the framework without the Console component
      [FrameworkBundle] Add missing monolog channel tag to the `messenger:failed:retry` command
      fetch all known ChoiceType values at once
      [RateLimiter] fix incorrect retryAfter of FixedWindow
      Fix Finder phpdoc
      [TwigBundle] Allow omitting the `autoescape_service_method` option when `autoescape_service` is set to an invokable service id
      [PropertyAccess] Auto-cast from/to DateTime/Immutable when appropriate
    nicolas-grekas committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    51144b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      fix typo
      Add types to private and internal properties
      [Workflow] Cleaning code
      [Scheduler] Fix NPE in debug:scheduler command
    nicolas-grekas committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5d088ee View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      [Security] Add badge resolution to profiler
      [AssetMapper] Allow specifying packages to update with importmap:update
      [AssetMapper] Make importmap:install command download the same version
      Remove unneeded variable
      [PropertyInfo] Remove checking if AttributeMetadataInterface setIgnore method exist
      [VarDumper][FrameworkBundle] Remove checking if OutputFormatterStyle setHref method exist
      [HttpKernel][DebugBundle] Always call CliDumper setDisplayOptions method
      [DoctrineBridge][Messenger] Always use executeStatement
      [DoctrineBridge] Remove LazyGhost feature detection
      [Messenger] Fix PHPDoc template for `TransportFactoryInterface`
    derrabus committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    02a1d1b View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.0

    * 6.4:
      [DebugBundle] Remove obsolete VarDumper feature detection
      Remove obsolete DBAL 2 compat code
      Fix for TraceableAuthenticator debug when no Auth
      [TwigBridge] Remove obsolete Workflow feature detection
      [Console] Remove Process::fromShellCommandline() detection
      [TwigBridge] Change return type of Symfony\Bridge\Twig\AppVariable::getSession()
      [mailer] reset $code variable each iteration for prevent wrong codes to be used
      bug [mailer] fix EsmtpTransport variable $code definition
      UrlHelper: minor code style fix
      [Serializer] Looking for DiscriminatorMap on interfaces when the current object also extends from a class
      [DoctrineBridge][Security] Rename loadUserByUsername tests to loadUserByIdentifier
    fabpot committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    57a1e28 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4: (33 commits)
      [Console][FrameworkBundle][HttpKernel][WebProfilerBundle] Enable profiling commands
      [AssetMapper] Disable profiler when the "dev server" respond
      Adds translations for Portuguese (pt)
      [AssetMapper] Link needs as="style"
      Allow Symfony 7.0 on Phrase translation provider
      [Mime] Throw InvalidArgumentException on invalid form field type inside array
      [Mailer][Bridges] Allow Symfony 7
      [Tests] Use `JsonMockResponse` where applicable
      [FrameworkBundle][HttpKernel] Introduce `$buildDir` argument to `WarmableInterface::warmup` to warm read-only artefacts in `build_dir`
      [ErrorHandler] Fix expected missing return types
      [Form] Fix merging params & files when "multiple" is enabled
      [HttpFoundation] Do not swallow trailing `=` in cookie value
      Fix markdown in README files
      Handle Sendinblue error responses without a message key
      Handle Brevo error responses without a message key
      [Scheduler] Add failureEvent
      [Notifier][Bridges] Allow Symfony 7
      [Mailer][Brevo][Sendinblue] Fix typo
      [Serializer] Fix collecting only first missing constructor argument
      [ErrorHandler] Fix file link format call in trace view
      ...
    nicolas-grekas committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    091fc25 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      [6.3] Remove unused test fixture
      [5.4] Remove unused test fixtures
      [Dotent] Add PHPDoc for `$overrideExistingVars`
      [SecurityBundle] Fix missing login-link element in xsd schema
      [Validator] Add missing Chinese translations #51934
      replace a not-existing virtual request stack with the real one
      [Messenger] add handler description as array key to `HandlerFailedException::getWrappedExceptions()`
      [Serializer] Fix using `DateIntervalNormalizer` with union types
      [Validator] fix: add missing translations for for Thai (th)
      fix #52273 [doctrine-messenger] DB table locks on messenger_messages with many failures
      [Serializer] Handle defaultContext for DateTimeNormalizer
      declare constructor argument as optional for backwards compatibility
      [CI] Add step to verify symfony/deprecation-contracts requirements
    fabpot committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    dd2caf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4: (28 commits)
      [Serializer] Fix `@method` annotation
      fix compatibility with Doctrine DBAL 4
      ensure string type with mbstring func overloading enabled
      [HttpKernel] Fix quotes expectations in tests
      [Validator] updated Greek translation
      [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL
      [HttpClient][WebProfilerBundle] Do not generate cURL command when files are uploaded
      render newline in front of all script elements
      fix test fixture
      fix tests
      [Cache] Fix property types in PdoAdapter
      PHP files cannot be executable without shebang
      [TwigBridge] Mark CodeExtension as @internal
      Remove full DSNs from exception messages
      [Yaml] Fix uid binary parsing
      Disable the "Copy as cURL" button when the debug info are disabled
      [HttpClient] Replace `escapeshellarg` to prevent overpassing `ARG_MAX`
      Fix missing `profile` option for console commands
      [HttpFoundation][Lock] Makes MongoDB adapters usable with `ext-mongodb` only
      [HttpKernel] Preventing error 500 when function putenv is disabled
      ...
    nicolas-grekas committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7e540ae View commit details
    Browse the repository at this point in the history
Loading