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

Add EnforceNullResultMIddleware documentation#10442

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

Closed
polc wants to merge1 commit intosymfony:masterfrompolc:feature/enforce-null-result-middleware
Closed

Add EnforceNullResultMIddleware documentation#10442

polc wants to merge1 commit intosymfony:masterfrompolc:feature/enforce-null-result-middleware

Conversation

@polc
Copy link

@polcpolc commentedOct 7, 2018

No description provided.

@polcpolc changed the titleDocumente EnforceNullResultMiddlewareAdd EnforceNullResultMIddleware documentationOct 7, 2018
@javiereguiluzjaviereguiluz added the Waiting Code MergeDocs for features pending to be merged labelOct 10, 2018
damaya added a commit to damaya/symfony that referenced this pull requestOct 10, 2018
| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes (Manual tests only)| Fixed tickets |symfony#28122| License       | MIT| Doc PR        | n/aAccording to issuesymfony/symfony-docs#10442, we tested in a demo bundle, for example in src/AppBundle/Resources/config/config.yml a package using hyphens: app-client-frontend, and withouth the patch it fails because the package is not recognized. With the patch, it works as expected.```framework:    assets:        packages:            app-client-frontend:                version: "%env(FRONTEND_VERSION)%"                version_format: '%%2$s/dist/%%1$s'                base_urls:                  - "%env(FRONTEND_URL)%"```
@polcpolc closed thisOct 21, 2018
@polcpolc deleted the feature/enforce-null-result-middleware branchOctober 21, 2018 13:18
XuruDragon pushed a commit to XuruDragon/symfony that referenced this pull requestJan 28, 2019
| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes (Manual tests only)| Fixed tickets |symfony#28122| License       | MIT| Doc PR        | n/aAccording to issuesymfony/symfony-docs#10442, we tested in a demo bundle, for example in src/AppBundle/Resources/config/config.yml a package using hyphens: app-client-frontend, and withouth the patch it fails because the package is not recognized. With the patch, it works as expected.```framework:    assets:        packages:            app-client-frontend:                version: "%env(FRONTEND_VERSION)%"                version_format: '%%2$s/dist/%%1$s'                base_urls:                  - "%env(FRONTEND_URL)%"```
XuruDragon pushed a commit to XuruDragon/symfony that referenced this pull requestJan 28, 2019
| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes (Manual tests only)| Fixed tickets |symfony#28122| License       | MIT| Doc PR        | n/aAccording to issuesymfony/symfony-docs#10442, we tested in a demo bundle, for example in src/AppBundle/Resources/config/config.yml a package using hyphens: app-client-frontend, and withouth the patch it fails because the package is not recognized. With the patch, it works as expected.```framework:    assets:        packages:            app-client-frontend:                version: "%env(FRONTEND_VERSION)%"                version_format: '%%2$s/dist/%%1$s'                base_urls:                  - "%env(FRONTEND_URL)%"```
XuruDragon pushed a commit to XuruDragon/symfony that referenced this pull requestJan 28, 2019
| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes (Manual tests only)| Fixed tickets |symfony#28122| License       | MIT| Doc PR        | n/aAccording to issuesymfony/symfony-docs#10442, we tested in a demo bundle, for example in src/AppBundle/Resources/config/config.yml a package using hyphens: app-client-frontend, and withouth the patch it fails because the package is not recognized. With the patch, it works as expected.```framework:    assets:        packages:            app-client-frontend:                version: "%env(FRONTEND_VERSION)%"                version_format: '%%2$s/dist/%%1$s'                base_urls:                  - "%env(FRONTEND_URL)%"```
XuruDragon pushed a commit to XuruDragon/symfony that referenced this pull requestJan 28, 2019
| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes (Manual tests only)| Fixed tickets |symfony#28122| License       | MIT| Doc PR        | n/aAccording to issuesymfony/symfony-docs#10442, we tested in a demo bundle, for example in src/AppBundle/Resources/config/config.yml a package using hyphens: app-client-frontend, and withouth the patch it fails because the package is not recognized. With the patch, it works as expected.```framework:    assets:        packages:            app-client-frontend:                version: "%env(FRONTEND_VERSION)%"                version_format: '%%2$s/dist/%%1$s'                base_urls:                  - "%env(FRONTEND_URL)%"```
XuruDragon pushed a commit to XuruDragon/symfony that referenced this pull requestJan 28, 2019
| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes (Manual tests only)| Fixed tickets |symfony#28122| License       | MIT| Doc PR        | n/aAccording to issuesymfony/symfony-docs#10442, we tested in a demo bundle, for example in src/AppBundle/Resources/config/config.yml a package using hyphens: app-client-frontend, and withouth the patch it fails because the package is not recognized. With the patch, it works as expected.```framework:    assets:        packages:            app-client-frontend:                version: "%env(FRONTEND_VERSION)%"                version_format: '%%2$s/dist/%%1$s'                base_urls:                  - "%env(FRONTEND_URL)%"```
fabpot added a commit to symfony/symfony that referenced this pull requestJan 29, 2019
…ame (damaya, XuruDragon)This PR was merged into the 3.4 branch.Discussion----------[FrameworkBundle] Support use of hyphen in asset package nameThis PR is a continuity of#28128| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#29122| License       | MIT| Doc PR        | n/aAccording to issuesymfony/symfony-docs#10442, we tested in a demo bundle, for example in src/AppBundle/Resources/config/config.yml a package using hyphens: app-client-frontend, and withouth the patch it fails because the package is not recognized. With the patch, it works as expected.```yamlframework:    assets:        packages:            app-client-frontend:                version: "%env(FRONTEND_VERSION)%"                version_format: '%%2$s/dist/%%1$s'                base_urls:                  - "%env(FRONTEND_URL)%"```Commits-------5c58b6e Add PackageNameTest to ConfigurationTest also add in the changelog the corresponding entry to this PR30b6a4f Support use of hyphen in asset package name
symfony-splitter pushed a commit to symfony/framework-bundle that referenced this pull requestJan 29, 2019
| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes (Manual tests only)| Fixed tickets | #28122| License       | MIT| Doc PR        | n/aAccording to issuesymfony/symfony-docs#10442, we tested in a demo bundle, for example in src/AppBundle/Resources/config/config.yml a package using hyphens: app-client-frontend, and withouth the patch it fails because the package is not recognized. With the patch, it works as expected.```framework:    assets:        packages:            app-client-frontend:                version: "%env(FRONTEND_VERSION)%"                version_format: '%%2$s/dist/%%1$s'                base_urls:                  - "%env(FRONTEND_URL)%"```
XuruDragon pushed a commit to XuruDragon/symfony that referenced this pull requestJan 29, 2019
| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass?   | yes (Manual tests only)| Fixed tickets |symfony#28122| License       | MIT| Doc PR        | n/aAccording to issuesymfony/symfony-docs#10442, we tested in a demo bundle, for example in src/AppBundle/Resources/config/config.yml a package using hyphens: app-client-frontend, and withouth the patch it fails because the package is not recognized. With the patch, it works as expected.```framework:    assets:        packages:            app-client-frontend:                version: "%env(FRONTEND_VERSION)%"                version_format: '%%2$s/dist/%%1$s'                base_urls:                  - "%env(FRONTEND_URL)%"```
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Status: Needs ReviewWaiting Code MergeDocs for features pending to be merged

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@polc@javiereguiluz@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp