10000 Comparing v4.0.15...v4.1.0 · 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.15
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.1.0
Choose a head ref
  • 12 commits
  • 4 files changed
  • 5 contributors

Commits on Nov 21, 2017

  1. updated version to 4.1

    fabpot committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    03ef903 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Merge branch '4.0'

    * 4.0: (25 commits)
      [Form] fix how form type is referenced in test
      fix merge
      [Console] Fix console tests by adding the missing condition
      [Translation] Fix InvalidArgumentException when using untranslated plural forms from .po files
      Fixed exit code with non-integer throwable code
      [HttpFoundation] Support 0 bit netmask in IPv6 ()
      [DI] Impossible to set an environment variable and then an array as container parameter
      [Process] remove false-positive BC breaking exception on Windows
      Tweaking class not found autowiring error
      [LDAP] added missing dots at the end of some exception messages.
      [TwigBridge] Add missing dev requirement for workflow
      fixed #25440
      empty lines don't count for indent detection
      Set `width: auto` on WebProfiler toolbar's reset.
      [Lock] Fix incorrect phpdoc
      [Process] Dont rely on putenv(), it fails on ZTS PHP
      [HttpKernel] detect deprecations thrown by container initialization during tests
      [HttpKernel] Fix logging of post-terminate errors/exceptions
      [DI] Add context to service-not-found exceptions thrown by service locators
      [Debug] Fix catching fatal errors in case of nested error handlers
      ...
    nicolas-grekas committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    5722e70 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Merge branch '4.0'

    * 4.0: (23 commits)
      Clean up
      Update return type in docblock.
      PHP CS Fixer: no need to exclude xml and yml files
      PHP CS Fixer: no need to exclude json file
      [#22749] fix version in changelog
      Update LICENSE year... forever
      fixed some deprecation messages
      fixed CS
      Fixes for Oracle in PdoSessionHandler
      fixed some deprecation messages
      fixed some deprecation messages
      fixed some deprecation messages
      fixed some deprecation messages
      Remove dead code
      [TwigBundle/Brige] catch missing requirements to throw meaningful exceptions
      [DI] fix CS
      [HttpKernel] Call Response->setPrivate() instead of sending raw header() when session is started
      [FrameworkBundle] Make cache:clear "atomic" and consistent with cache:warmup
      Suggest to write an implementation if the interface cannot be autowired
      [Debug] Skip DebugClassLoader checks for already parsed files
      ...
    nicolas-grekas committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    9b6df33 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Merge branch '4.0'

    * 4.0:
      fixed years in copyright
      fix typo
    fabpot committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    8f1614d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. [BrowserKit] add a way to switch to ajax for one request

    Amrouche Hamza committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    bff1e8d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    0896e04 View commit details
    Browse the repository at this point in the history
  2. fixed error message format

    fabpot committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    fb900e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Merge branch '4.0'

    * 4.0: (28 commits)
      [DI] Add tests for EnvVarProcessor
      typo
      [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
      [DI] Remove dead dumper check
      Make KernelInterface docblock more fit for bundle-less environment
      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
      ...
    nicolas-grekas committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    217aa3c View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.0'

    * 4.0: (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
    d8721f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Configuration menu
    Copy the full SHA
    8f356df View commit details
    Browse the repository at this point in the history
  2. feature #26381 Transform both switchToXHR() and removeXhr() to xmlHtt…

    …pRequest() (Simperfit)
    
    This PR was merged into the 4.1-dev branch.
    
    Discussion
    ----------
    
    Transform both switchToXHR() and removeXhr() to xmlHttpRequest()
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.1
    | Bug fix?      | no
    | New feature?  | yes <!-- 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 | none   <!-- #-prefixed issue number(s), if any -->
    | License       | MIT
    | Doc PR        | Will do.
    
    See symfony/symfony#24778 (comment) for more information about this.
    
    We are switching from a possible global estate change to just only one request affected.
    
    Commits
    -------
    
    4ed08896fa feature: transform both switchToXHR and removeXhr to a xhrRequest
    fabpot committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    f2a918b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. [BroserKit] Enable passthrew header information on submit

    This enables browser Testingtools like mink to pass headerfiles while doing a form submmit
    CFJulien committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    16355a5 View commit details
    Browse the repository at this point in the history
Loading
0