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

[HttpKernel][WebProfilerBundle] Getting the cached client mime type instead of guessing it again#29285

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
fabpot merged 1 commit intosymfony:masterfromyceruto:request_files_collector
Nov 24, 2018

Conversation

@yceruto
Copy link
Member

@ycerutoyceruto commentedNov 22, 2018
edited
Loading

QA
Branch?master (4.2)
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#29284
LicenseMIT
Doc PR-

The 1st commit fixes the bug based on the current implementation. But I'd like to improve this new feature a little bit with the 2nd commit:

  • Renaming "Uploaded files" title by "FILES Parameters" and (sub-section of POST parameters) changing the table using key/value structure (being consistent with other sections).
  • The above allow us also to show nested paramaters. (It is useful to know where this file(s) comes from)
  • And show all info about theUploadedFile object. (It might be useful too)

files-parameters

@ro0NL
Copy link
Contributor

👍 for the new approach.

Im not sure about "FILES parameters", that's not a real HTTP verb. In HTTP context we're dealing "multipart form-data" (part of the POST params).

I suggest to keep the current title. At most it could be moved ash4 under POST parameters

@yceruto
Copy link
MemberAuthor

yceruto commentedNov 22, 2018
edited
Loading

@ro0NL I thought "FILES Parameters" is more according to$_FILES var as well as "POST Parameters" and$_POST | "GET Parameters" and$_GET. But I see your point.

@ro0NL
Copy link
Contributor

Right, but im not sure we should use PHP terminology. It's alsoServer Parameters notSERVER 😅

yceruto reacted with thumbs up emoji

@ycerutoycerutoforce-pushed therequest_files_collector branch from914ac1c to3d2877fCompareNovember 22, 2018 18:29
@ycerutoycerutoforce-pushed therequest_files_collector branch from3d2877f to2e746bcCompareNovember 22, 2018 18:33
@yceruto
Copy link
MemberAuthor

@ro0NL comments addressed, thanks!

@nicolas-grekasnicolas-grekas added this to the4.2 milestoneNov 22, 2018
@fabpotfabpotforce-pushed therequest_files_collector branch from2e746bc to38692a6CompareNovember 24, 2018 07:32
@fabpot
Copy link
Member

Thank you@yceruto.

@fabpotfabpot merged commit38692a6 intosymfony:masterNov 24, 2018
fabpot added a commit that referenced this pull requestNov 24, 2018
…mime type instead of guessing it again (yceruto)This PR was squashed before being merged into the 4.2-dev branch (closes#29285).Discussion----------[HttpKernel][WebProfilerBundle] Getting the cached client mime type instead of guessing it again| Q             | A| ------------- | ---| Branch?       | master (4.2)| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#29284| License       | MIT| Doc PR        | -The 1st commit fixes the bug based on the current implementation. But I'd like to improve this new feature a little bit with the 2nd commit: * <del>Renaming "Uploaded files" title by "FILES Parameters" and</del> (sub-section of POST parameters) changing the table using key/value structure (being consistent with other sections). * The above allow us also to show nested paramaters. (It is useful to know where this file(s) comes from) * And show all info about the `UploadedFile` object. (It might be useful too)![files-parameters](https://user-images.githubusercontent.com/2028198/48918478-d3a3e100-ee5a-11e8-8ef7-a50ae4ee1550.png)Commits-------38692a6 [HttpKernel][WebProfilerBundle] Getting the cached client mime type instead of guessing it again
@ycerutoyceruto deleted the request_files_collector branchNovember 24, 2018 14:02
This was referencedNov 26, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

+2 more reviewers

@ro0NLro0NLro0NL approved these changes

@fbourigaultfbourigaultfbourigault approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

4.2

Development

Successfully merging this pull request may close these issues.

6 participants

@yceruto@ro0NL@fabpot@fbourigault@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp