Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Default testsuite to latest PHPUnit 6.*#27370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicolas-grekas merged 2,216 commits intosymfony:2.8fromostrolucky:patch-25
May 25, 2018

Conversation

@ostrolucky
Copy link
Contributor

QA
Branch?2.7
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets
LicenseMIT
Doc PR

Necessary to fix each() function deprecation calls introduced in PHP 7.2

obrazok

nicolas-grekasand others added30 commitsOctober 1, 2017 23:00
* 2.7: (22 commits)  Tests and fix for issue in array model data in EntityType field with multiple=true  [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible  removed useless PHPDoc  [Form] Fix FormInterface::submit() annotation  PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4  HttpCache does not consider ESI resources in HEAD requests  Fix translation for "This field was not expected"  [Routing] Enhance Route(Collection) docblocks  Added improvement for accuracy in MoneyToLocalizedStringTransformer.  Removed unused private property  Use correct verb form in the pull request template  Use PHP_MAXPATHLEN in Filesystem.  Added null as explicit return type (?TokenInterface)  [FrameworkBundle] Fix Routing\DelegatingLoader  Render all line breaks according to the exception message  [Form] Fix phpdoc  [DI] remove confusing code  [Form] Fixed GroupSequence with "constraints" option  [Validator] Clarify UUID validator behavior  [Filesystem] Fixed makePathRelative  ...
* 2.7:  [Config] Fix dumped files invalidation by OPCache
* 2.7:  [Yaml] parse references on merge keys
* 2.7:  bumped Symfony version to 2.7.36  updated VERSION for 2.7.35  update CONTRIBUTORS for 2.7.35  updated CHANGELOG for 2.7.35  [Session] fix MongoDb session handler to gc all expired sessions
* 2.7:  Fix 7.2 compat layer  Fix PHP 7.2 support  [HttpFoundation] Add missing session.lazy_write config option  [HttpFoundation] Combine Cache-Control headers  [Form] fix parsing invalid floating point numbers  Escape command usage when displaying it in the text descriptor  Use for=ID on radio/checkbox label.
* 2.7:  [Validator] added magic method __isset()  to File Constraint class  [DI] Fix possible incorrect php-code when dumped strings contains newlines  [Translation] minor: remove unused variable in test  never match invalid IP addresses
…unglas)This PR was squashed before being merged into the 2.8 branch (closessymfony#24571).Discussion----------[PropertyInfo] Add support for the iterable type| Q             | A| ------------- | ---| Branch?       | 2.8| Bug fix?      | yes| 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 | reported on Slack| License       | MIT| Doc PR        | n/aAdd support for the `iterable` pseudo-type introduced in PHP 7.1.Commits-------a73249d [PropertyInfo] Add support for the iterable type
* 2.7:  Username and password in basic auth are allowed to contain '.'  Remove obsolete PHPDoc from UriSigner  [Serializer] ObjectNormalizer: throw if PropertyAccess isn't installed  pdo session fix  Fixed unsetting from loosely equal keys OrderedHashMap  [Debug] Fix same vendor detection in class loader  Updated the source text and translation  reject remember-me token if user check fails
… in Twig's cache (weaverryan)This PR was merged into the 2.8 branch.Discussion----------Adding the Form default theme files to be warmed up in Twig's cache| Q             | A| ------------- | ---| Branch?       | 2.8| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | none| License       | MIT| Doc PR        | not neededHiya guys!So..... during a Symfony Live workshop, we found out that the form theme Twig templates are *not* included in the Twig cache warmup process. This fixes that. I believe this is the only "weird" case where we use a Twig template that is not in a bundle and also not added to Twig as a proper namespaces.I tested this on a 2.8 project. Before the patch, the form theme templates were not warmed up. After, they are warmed up. Booya.Cheers!Commits-------2ef619f Adding the Form default theme files to be warmed up in Twig's cache
This PR was squashed before being merged into the 2.8 branch (closessymfony#24642).Discussion----------[Routing] Fix resource miss| Q             | A| ------------- | ---| Branch?       | 2.8| Bug fix?      | yes| 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 | n/a| License       | MIT| Doc PR        | n/aSome routing resources are not watched. To reproduce:1. Install Symfony 42. Change something in `config/routes.yaml`The change is not taken into account.This PR fixes this bug.Commits-------6610c25 [Routing] Fix resource miss
* 2.7:  [Security] Fixed auth provider authenticate() cannot return void  declare argument type  streamed response should return $this  content can be a resource
This PR was merged into the 2.8 branch.Discussion----------Remove inapplicable phpdoc comment| Q             | A| ------------- | ---| Branch?       | 2.8| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   || Fixed tickets || License       | MIT| Doc PR        |Commits-------7a7bda7 Remove inapplicable phpdoc comment
This PR was merged into the 2.8 branch.Discussion----------[2.8] Fix some docblocks| Q             | A| ------------- | ---| Branch?       | 2.8| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -Commits-------1cfd7de [2.8] Fix some docblocks
* 2.7:  Escape trailing \ in QuestionHelper autocompletion  Add "doctrine/annotations" to top-level composer.json  nit: Fix phpdoc inconsistency and unreachable statement
* 2.7:  [DI] minor docblock fixes
* 2.7:  [HttpFoundation] Fix FileBag issue with associative arrays  fix the phpdoc that is not really inherited from response  Minor docblock cleanup  Remove redundant sprintf arguments.
fabpotand others added4 commitsMay 23, 2018 15:51
…ard to avoid session fixation*cve-2018-11385-2.8:  Adding session authentication strategy to Guard to avoid session fixation
* 2.7:  clear CSRF tokens when the user is logged out
* 2.7:  [SecurityBundle] Fail if security.http_utils cannot be configured
phpunit Outdated
}
if (\PHP_VERSION_ID >=70000 && !getenv('SYMFONY_PHPUNIT_VERSION')) {
putenv('SYMFONY_PHPUNIT_VERSION=6.0');
putenv('SYMFONY_PHPUNIT_VERSION=6.5.8');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Isn't 6.5 enough?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

it is

* 2.7:  fixed constraints  bumped dep  bumped dep
@nicolas-grekasnicolas-grekas added this to the2.8 milestoneMay 25, 2018
srozeand others added3 commitsMay 25, 2018 15:02
This PR was squashed before being merged into the 2.8 branch (closessymfony#27376).Discussion----------[Github] Update the pull-request template| Q             | A| ------------- | ---| Branch?       | 2.8| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | ø| License       | MIT| Doc PR        | ø2.7 is end of life.Commits-------99327a6 [Github] Update the pull-request template
Necessary to fix each() function deprecation calls introduced in PHP 7.2
@nicolas-grekasnicolas-grekas changed the base branch from2.7 to2.8May 25, 2018 13:04
@nicolas-grekas
Copy link
Member

Thank you@ostrolucky.

@nicolas-grekasnicolas-grekas merged commit37e5433 intosymfony:2.8May 25, 2018
nicolas-grekas added a commit that referenced this pull requestMay 25, 2018
This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes#27370).Discussion----------Default testsuite to latest PHPUnit 6.*| Q             | A| ------------- | ---| Branch?       | 2.7| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        |Necessary to fix each() function deprecation calls introduced in PHP 7.2![obrazok](https://user-images.githubusercontent.com/496233/40514525-b6099d64-5fa9-11e8-906b-ccd8c358b5a5.png)Commits-------37e5433 Default testsuite to latest PHPUnit 6.*
@ostrolucky
Copy link
ContributorAuthor

how come there popped up so much changes?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

@chalasrchalasrchalasr approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

2.8

Development

Successfully merging this pull request may close these issues.

24 participants

@ostrolucky@nicolas-grekas@xabbuh@chalasr@Bomere@carsonbot@fabpot@dunglas@weaverryan@TysonAndre@ogizanagi@julienfalque@guillaume-a@Nicals@javiereguiluz@carusogabriel@dmaicher@ismail1432@i3or1s@zanbaldwin@insekticid@biomedia-thomas@leofeyer@sroze

[8]ページ先頭

©2009-2025 Movatter.jp