-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[WebProfilerBundle] Add system locale+timezone to config panel #20126
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
edited
Q | A |
---|---|
Branch? | "master" |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes/no |
Fixed tickets | comma-separated list of tickets fixed by the PR, if any |
License | MIT |
Doc PR | reference to the documentation PR, if any |
👍 We need to be very careful to not add too much PHP information here (that's why we have a link to the full PHP config) but these two values seem very important. The only thing I don't like is how the information is displayed. It doesn't look OK to me ... but I don't have an alternative solution right now. I'll try to prepare a proposal. Thanks! |
Perhaps, last but not least, consider showing |
@javiereguiluz maybe this deserves more.. (separate block/panel?) PHP wise there is the system locale+timezone.. but what about the default app locale, request locale, accepted locales, available locales/ext-intl support. Perhaps these need some form of grouping. Right now all the information would be scattered around panels. Perhaps combine the translation panel with a new intl panel? |
…eguiluz) This PR was squashed before being merged into the 3.3-dev branch (closes #20697). Discussion ---------- Updated the "PHP config" panel in the profiler | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - I propose to update this panel taking some of the ideas introduced by @ro0NL in #20126: * Adding more info that helps debugging problems (like 32/64 bits, the locale and the timezone) * Removing anything related to PHP acceleration that is not OPcache or APC ### Before  ### After  Commits ------- 531053b Updated the "PHP config" panel in the profiler
…(javiereguiluz) This PR was squashed before being merged into the 3.3-dev branch (closes symfony#20697). Discussion ---------- Updated the "PHP config" panel in the profiler | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - I propose to update this panel taking some of the ideas introduced by @ro0NL in symfony#20126: * Adding more info that helps debugging problems (like 32/64 bits, the locale and the timezone) * Removing anything related to PHP acceleration that is not OPcache or APC ### Before  ### After  Commits ------- 531053b Updated the "PHP config" panel in the profiler