-
-
Notifications
You must be signed in to change notification settings - Fork 59
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/browser-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 4 files changed
- 5 contributors
Commits on Nov 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 03ef903 - Browse repository at this point
Copy the full SHA 03ef903View commit details
Commits on Dec 12, 2017
-
* 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 ...
Configuration menu - View commit details
-
Copy full SHA for 5722e70 - Browse repository at this point
Copy the full SHA 5722e70View commit details
Commits on Jan 2, 2018
-
* 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 ...
Configuration menu - View commit details
-
Copy full SHA for 9b6df33 - Browse repository at this point
Copy the full SHA 9b6df33View commit details
Commits on Jan 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8f1614d - Browse repository at this point
Copy the full SHA 8f1614dView commit details
Commits on Feb 19, 2018
-
[BrowserKit] add a way to switch to ajax for one request
Amrouche Hamza committedFeb 19, 2018 Configuration menu - View commit details
-
Copy full SHA for bff1e8d - Browse repository at this point
Copy the full SHA bff1e8dView commit details
Commits on Mar 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0896e04 - Browse repository at this point
Copy the full SHA 0896e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb900e8 - Browse repository at this point
Copy the full SHA fb900e8View commit details
Commits on Mar 19, 2018
-
* 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 ...
Configuration menu - View commit details
-
Copy full SHA for 217aa3c - Browse repository at this point
Copy the full SHA 217aa3cView commit details -
* 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 ...
Configuration menu - View commit details
-
Copy full SHA for d8721f8 - Browse repository at this point
Copy the full SHA d8721f8View commit details
Commits on Mar 20, 2018
-
feature: transform both switchToXHR and removeXhr to a xhrRequest
Amrouche Hamza committedMar 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 8f356df - Browse repository at this point
Copy the full SHA 8f356dfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f2a918b - Browse repository at this point
Copy the full SHA f2a918bView commit details
Commits on Apr 6, 2018
-
[BroserKit] Enable passthrew header information on submit
This enables browser Testingtools like mink to pass headerfiles while doing a form submmit
Configuration menu - View commit details
-
Copy full SHA for 16355a5 - Browse repository at this point
Copy the full SHA 16355a5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.15...v4.1.0