-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[5.3] [Installation][CLI] Fix hidden option asking #44908
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
[5.3] [Installation][CLI] Fix hidden option asking #44908
Conversation
@voronkovich have you tested installing Joomla from CLI with the interactive version? Is the public folder appearing as the last question after this change? |
@dgrammatiko, I've tested it right now. All works as expected. |
No, sorry. For non trivial PRs which do not just change some comments or so, testing is ALWAYS required, and PR authors are expected to provide testing instructions. |
@richard67, I've added testing instructions. |
5357f40
to
de897c3
Compare
This pull request has been automatically rebased to 5.3-dev. |
I have tested this item ✅ successfully on d1307ab This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44908. |
thanks |
There are only changes from PR #44908.
Summary of Changes
Install command hides input when asking for
--db-pass
and--admin-password
values. But it also checks for an option--public_folder
which is a typo.Testing Instructions
Try to install Joomla using CLI:
Ensure that the public folder option appearing as the last question and its value is not hidden.
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed