-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Finetune AboutCommand
#57829
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
JoppeDC
commented
Jul 25, 2024
Q | A |
---|---|
Branch? | 7.2 |
Bug fix? | no |
New feature? | yes |
Deprecations? | no |
License | MIT |
- Make the AboutCommand show more details about the XDebug extension (Installed vs Enabled).
- Show the same info about the OPcache and APCu extensions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea Joppe!
Just displaying true
/false
is not clear enough to distinct between installed or not and enabled or not. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same is in webprofiler, it should be in sync
AboutCommand
After this comment 👍 |
@JoppeDC open for finishing this PR? Thanks |
Absolutely. I'll have a look at the profiler changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Status: needs work
@JoppeDC if you have some time, we need some last effort from you to fix some minor issues here. Then, we'll merge this in time for Symfony 7.2 release. Thanks! |
@javiereguiluz I've quickly fixed the feedback issues that were still open. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small CS fixes needed.
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig
Outdated
Show resolved
Hide resolved
Thank you @JoppeDC. |