8000 Comparing v4.0.6...v4.0.7 · symfony/browser-kit · 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/browser-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.6
Choose a base ref
...
head repository: symfony/browser-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.7
Choose a head ref
  • 9 commits
  • 4 files changed
  • 4 contributors

Commits on Mar 13, 2018

  1. Update Client.php

    jrean authored and fabpot committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    33773a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    60d5cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc92d4 View commit details
    Browse the repository at this point in the history
  3. minor #26566 [BrowserKit] Improves CookieJar::get (dunglas)

    This PR was merged into the 2.7 branch.
    
    Discussion
    ----------
    
    [BrowserKit] Improves CookieJar::get
    
    | Q             | A
    | ------------- | ---
    | Branch?       | master
    | Bug fix?      |no
    | New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
    | BC breaks?    | no     <!-- see https://symfony.com/bc -->
    | Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->
    | Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
    | Fixed tickets | n/a
    | License       | MIT
    | Doc PR        | n/a
    
    * change a call to `substr` + `strlen` to a single `strpos`
    
    Commits
    -------
    
    57993143a9 [BrowserKit] Improves CookieJar::get
    fabpot committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    e8487e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b49a059 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Merge branch '3.4' into 4.0

    * 3.4: (22 commits)
      [DI] Add tests for EnvVarProcessor
      [Bridge\PhpUnit] Fix #26430 Cannot autoload listeners
      Make sure we always render errors. Eventhough labels are disabled
      Make sure form errors is valid HTML
      [HttpKernel] Allow generators in registerBundle
      [TwigBundle] document TwigRenderer BC break in UPGRADE-3.4
      Extra line to bootstrap 3 horizontal layout
      [Serializer] Remove const override
      Update Client.php
      [PhpUnitBridge] Ability to use different composer.json file
      [DomCrawler] FormField: remove an useless return statement
      [Config] ReflectionClassResource check abstract ServiceSubscriberInterface and EventSubscriberInterface
      Display the Welcome Page when there is no homepage defined
      fix regression when extending the Container class without a constructor
      fix the updating of timestamp in the MemcachedSessionHandler
      [SecurityBundle] Make extra character non mandatory in regex
      [Config] Add characters to the regex
      bumped Symfony version to 3.4.7
      updated VERSION for 3.4.6
      updated CHANGELOG for 3.4.6
      ...
    nicolas-grekas committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    4b3b60a View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.7' into 2.8

    * 2.7:
      [Config] Handle nullable node name + fix inheritdocs
      [Security] added userChecker to SimpleAuthenticationProvider
      [Debug] fix test
      Fix typo in test method name
      Fixes #26563 (open_basedir restriction in effect)
      [Debug] Reset previous exception handler ealier to prevent infinite loop
      add hint in Github pull request template
      [Validator] Fix docblock of ClassMetadata#members
      [BrowserKit] Fix cookie path handling when $domain is null
      [DoctrineBridge] Don't rely on ClassMetadataInfo->hasField in DoctrineOrmTypeGuesser anymore
      [BrowserKit] Improves CookieJar::get
      [BrowserKit] Fix Cookie's PHPDoc
      [DomCrawler] Change bad wording in ChoiceFormField::untick
      [DomCrawler] Fix the PHPDoc of ChoiceFormField::setValue
      [DomCrawler] Avoid a useless call to strtolower
      [FrameworkBundle] HttpCache is not longer abstract
      [DomCrawler] extract(): fix a bug when the attribute list is empty
      [Config] Backport string|null api for node names
    nicolas-grekas committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    11ccc2e View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.8' into 3.4

    * 2.8: (29 commits)
      [Console] Fix docblock of DescriptorInterface::describe
      [Config] Handle nullable node name + fix inheritdocs
      [Security] added userChecker to SimpleAuthenticationProvider
      [Debug] fix test
      Fix typo in test method name
      Fixes #26563 (open_basedir restriction in effect)
      [Debug] Reset previous exception handler ealier to prevent infinite loop
      add hint in Github pull request template
      [Validator] Fix docblock of ClassMetadata#members
      [BrowserKit] Fix cookie path handling when $domain is null
      [DoctrineBridge] Don't rely on ClassMetadataInfo->hasField in DoctrineOrmTypeGuesser anymore
      [BrowserKit] Improves CookieJar::get
      [BrowserKit] Fix Cookie's PHPDoc
      [DomCrawler] Change bad wording in ChoiceFormField::untick
      [DomCrawler] Fix the PHPDoc of ChoiceFormField::setValue
      [DomCrawler] Avoid a useless call to strtolower
      [FrameworkBundle] HttpCache is not longer abstract
      Php Inspections (EA Ultimate): address some of one-time used local variables
      [Intl] Load locale aliases to support alias fallbacks
      [CssSelector] Fix CSS identifiers parsing - they can start with dash
      ...
    nicolas-grekas committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    840bb6f View commit details
    Browse the repository at this point in the history
  4. Merge branch '3.4' into 4.0

    * 3.4: (32 commits)
      [Form] fix tests and deps
      [Cache] Rely on mock for Doctrine ArrayCache
      [FrameworkBundle] Respect debug mode when warm up annotations
      [Console] Fix docblock of DescriptorInterface::describe
      [Config] Handle nullable node name + fix inheritdocs
      [Security] added userChecker to SimpleAuthenticationProvider
      [Debug] fix test
      Fix typo in test method name
      Fixes #26563 (open_basedir restriction in effect)
      [Debug] Reset previous exception handler ealier to prevent infinite loop
      add hint in Github pull request template
      [Validator] Fix docblock of ClassMetadata#members
      [BrowserKit] Fix cookie path handling when $domain is null
      [DoctrineBridge] Don't rely on ClassMetadataInfo->hasField in DoctrineOrmTypeGuesser anymore
      [BrowserKit] Improves CookieJar::get
      [BrowserKit] Fix Cookie's PHPDoc
      [DomCrawler] Change bad wording in ChoiceFormField::untick
      [DomCrawler] Fix the PHPDoc of ChoiceFormField::setValue
      [DomCrawler] Avoid a useless call to strtolower
      [FrameworkBundle] HttpCache is not longer abstract
      ...
    nicolas-grekas committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    c43bfa0 View commit details
    Browse the repository at this point in the history
Loading
0