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/dom-crawler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: symfony/dom-crawler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 12 commits
  • 1 file changed
  • 3 contributors

Commits on Nov 23, 2021

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

Commits on Dec 16, 2021

  1. CS fixes

    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    a6eb653 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.3

    * 4.4:
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      [Cache] disable lock on CLI
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    921ffde View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.3' into 5.4

    * 5.3:
      [5.3] cs fixes
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      [HttpClient] Fix tracing requests made after calling withOptions()
      [Cache] disable lock on CLI
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    6a46326 View commit details
    Browse the repository at this point in the history
  4. [5.4] cs fixes

    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    b7e6883 View commit details
    Browse the repository at this point in the history
  5. Merge branch '5.4' into 6.0

    * 5.4:
      [5.4] cs fixes
      [5.3] cs fixes
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      [HttpClient] Fix tracing requests made after calling withOptions()
      [Cache] disable lock on CLI
      Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)"
      [HttpKernel] fix how configuring log-level and status-code by exception works
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    08c6e95 View commit details
    Browse the repository at this point in the history
  6. [6.0] cs fixes

    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    c95b4ad View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    afbc304 View commit details
    Browse the repository at this point in the history
  2. minor #44180 [DomCrawler] Fix HTML5 parser charset option (tgalopin)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [DomCrawler] Fix HTML5 parser charset option
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    Wrong usage of masterminds/html5 options
    
    Commits
    -------
    
    53b3e40ab5 [DomCrawler] Fix HTML5 parser charset option
    nicolas-grekas committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    42de12b View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.3

    * 4.4:
      [DomCrawler] Fix HTML5 parser charset option
      cs fix
      [HttpKernel] Do not attempt to register enum arguments in controller service locator
      [Cache] Don't lock when doing nested computations
      [Messenger] fix Redis support on 32b arch
      [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
    nicolas-grekas committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    0e2cc16 View commit details
    Browse the repository at this point in the history
  4. Merge branch '5.3' into 5.4

    * 5.3:
      expand uninitialized session tests
      [Lock] Release PostgreSqlStore connection lock on failure
      [DomCrawler] Fix HTML5 parser charset option
      cs fix
      [HttpKernel] Do not attempt to register enum arguments in controller service locator
      [Mime] Fix missing sprintf in DkimSigner
      [Translation] [LocoProvider] Use rawurlencode and separate tag setting
      [Security] fix unserializing session payloads from v4
      [Cache] Don't lock when doing nested computations
      [Messenger] fix Redis support on 32b arch
      [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
      [Security] Add getting started example to README
    nicolas-grekas committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    bb3bc36 View commit details
    Browse the repository at this point in the history
  5. Merge branch '5.4' into 6.0

    * 5.4:
      expand uninitialized session tests
      [Lock] Release PostgreSqlStore connection lock on failure
      [DomCrawler] Fix HTML5 parser charset option
      cs fix
      [HttpKernel] Do not attempt to register enum arguments in controller service locator
      [Mime] Fix missing sprintf in DkimSigner
      [Translation] [LocoProvider] Use rawurlencode and separate tag setting
      [Security] fix unserializing session payloads from v4
      [Cache] Don't lock when doing nested computations
      [Messenger] fix Redis support on 32b arch
      [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
      [Security] Add getting started example to README
    nicolas-grekas committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    bf704b7 View commit details
    Browse the repository at this point in the history
Loading