Remove double quotes from boolean values in status.php output#29261
Remove double quotes from boolean values in status.php output#29261
Conversation
|
Documentation PR is here: owncloud-archive/documentation#3458 |
|
@mmattel please backport to stable10, thanks a lot! |
|
Waiting for Travis... |
Codecov Report
@@ Coverage Diff @@
## master #29261 +/- ##
=========================================
Coverage 59.43% 59.43%
Complexity 17154 17154
=========================================
Files 1027 1027
Lines 57193 57193
=========================================
Hits 33991 33991
Misses 23202 23202
Continue to review full report at Codecov.
|
|
@PVince81 mind to help me how to backport? I have never done that before and no clue... |
|
@mmattel create a branch from stable10, then git cherry-pick your commits onto that branch. Then push and create a pull request that targets stable10 instead of master. |
|
This worked fine... But either What am I doing wrong? |
|
You should not push back to stable10. My commands would be something like:
and follow the message that Then go to GitHub and it will be suggesting for you to make a PR from that branch - make the PR to |
|
glad to be reminded that pushing to stable10 directly is forbidden in the repo settings 😄 |
|
I created a documentation PR owncloud-archive/documentation#3463 to guide backporting |
|
Q: is it necessary to have that documented so admins know we have fix it in 10.0.4? |
|
I think the known issues section is enough for now. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
This PR removes double quotes unintentionally added in the boolean result values from status.php
An QA issue has been raised owncloud/QA#500 (Add scenario to check status.php output)
A documentation release note PR follows asap
Related Issue
#29228 (Change in status.php from 9.1.x to 10.x)
Motivation and Context
How Has This Been Tested?
Access yourdomain/status.php
Screenshots (if appropriate):
Types of changes
Checklist: