- 04 Apr, 2022 1 commit
-
-
Sergey Latyshkov authored
-
- 16 Mar, 2018 4 commits
-
-
Kévin Dunglas authored
-
Fabien Potencier authored
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
-
Kévin Dunglas authored
-
Kévin Dunglas authored
-
- 03 Jan, 2018 1 commit
-
-
Fabien Potencier authored
-
- 02 Jan, 2018 2 commits
-
-
Nicolas Grekas authored
This PR was merged into the 2.7 branch. Discussion ---------- Update LICENSE year... forever | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget to update UPGRADE-*.md files --> | Tests pass? | yes| Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | n/a By using the same trick than Facebook: https://github.com/facebook/react/blob/master/LICENSE Commits ------- 8ce8bd5 Update LICENSE year... forever
-
Gabriel Caruso authored
-
- 31 Dec, 2017 1 commit
-
-
Kévin Dunglas authored
-
- 07 Nov, 2017 1 commit
-
-
Nicolas Grekas authored
-
- 26 Oct, 2017 1 commit
-
-
Tobias Schultze authored
This PR was merged into the 2.7 branch. Discussion ---------- Remove redundant sprintf argument. | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22820 | License | MIT | Doc PR | – cc @fabpot @ogizanagi Commits ------- c8012f0448 Remove redundant sprintf arguments.
-
- 24 Oct, 2017 1 commit
-
-
Nicolas Grekas authored
-
- 20 Oct, 2017 1 commit
-
-
Lesnykh Ilia authored
-
- 30 Sep, 2017 2 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.7 branch (closes #24342). Discussion ---------- removed useless PHPDoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | n/a Commits ------- 5ee9043d8b removed useless PHPDoc
-
Oskar Stark authored
-
- 15 Sep, 2017 1 commit
-
-
SpacePossum authored
[CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
-
- 11 Jul, 2017 1 commit
-
-
Javier Eguiluz authored
-
- 15 Jun, 2017 1 commit
-
-
Henne Van Och authored
-
- 12 Apr, 2017 1 commit
-
-
Christian Flothmann authored
-
- 21 Feb, 2017 1 commit
-
-
Peter Rehm authored
-
- 18 Feb, 2017 2 commits
-
-
Fabien Potencier authored
-
Peter Rehm authored
-
- 30 Jan, 2017 1 commit
-
-
Christian Flothmann authored
-
- 02 Jan, 2017 1 commit
-
-
Fabien Potencier authored
-
- 27 Dec, 2016 1 commit
-
-
Fabien Potencier authored
-
- 06 Sep, 2016 2 commits
-
-
Nicolas Grekas authored
This PR was squashed before being merged into the 2.7 branch (closes #19830). Discussion ---------- Code enhancement and cleanup | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 325da3c Code enhancement and cleanup
-
Yonel Ceruto authored
-
- 02 Sep, 2016 1 commit
-
-
James Halsall authored
On 32-bit systems the cookie expiration value was not being calculated correctly as it was being fetched as an integer. When the timestamp exceeded the PHP_INT_MAX size it would return an invalid value, breaking the cookie construction. The BrowserKit cookie has now been updated to get the timestamp as a string which works around this platform limitation.
-
- 25 Jul, 2016 3 commits
-
-
Nicolas Grekas authored
This PR was squashed before being merged into the 2.7 branch (closes #19392). Discussion ---------- [BrowserKit] Added test for followRedirect method (POST method) | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Test covers 'else' branches in these conditions: ```php if (in_array($this->internalResponse->getStatus(), array(302, 303))) { $method = 'get'; $files = array(); $content = null; } else { $method = $request->getMethod(); $files = $request->getFiles(); $content = $request->getContent(); } if ('get' === strtolower($method)) { // Don't forward parameters for GET request as it should reach the redirection URI $parameters = array(); } else { $parameters = $request->getParameters(); } ``` Commits ------- 2ace5d8 [BrowserKit] Added test for followRedirect method (POST method)
-
Vyacheslav Pavlov authored
-
Jakub Zalas authored
-
- 08 Jul, 2016 1 commit
-
-
georaldc authored
Apply same rules to query string only URIs as what's being used for URIs containing only hash/anchor values
-
- 28 Jun, 2016 1 commit
-
-
Fabien Potencier authored
-
- 06 Jun, 2016 1 commit
-
-
Jakub Zalas authored
The BrowserKit Client will not work with DomCrawler 2.0 if the CssSelector component is not installed.
-
- 04 Mar, 2016 2 commits
-
-
Fabien Potencier authored
* 2.3: Updated all the README files [TwigBundle] Fix failing test on appveyor [FrameworkBundle] Fix a regression in handling absolute and namespaced template paths Allow to normalize \Traversable Remove _path from query parameters when fragment is a subrequest and request attributes are already set Added tests for _path removal in FragmentListener Simplified everything Added a test Fixed the problem in an easier way Fixed a syntax issue Improved the error message when a template is not found [CodingStandards] Conformed to coding standards [TwigBundle] fixed Include file locations in "Template could not be found" exception
-
Javier Eguiluz authored
-
- 27 Jan, 2016 3 commits
-
-
Christian Flothmann authored
* 2.3: fixed CS [BrowserKit] Corrected HTTP_HOST logic #15398 resolve aliases in factory services Remove invalid CSS white-space value Fix FileSystem tests on Windows
-
Fabien Potencier authored
-
Gintautas Miselis authored
-
- 12 Jan, 2016 1 commit
-
-
Fabien Potencier authored
* 2.3: Typo fix [2.3] Static Code Analysis for Components Added support \IteratorAggregate for UniqueEntityValidator Fix #17306 Paths with % in it are note allowed (like urlencoded) Added sort order SORT_STRING for params in UriSigner Remove normalizer cache in Serializer class
-