Pending

User tests: Successful: Unsuccessful:

avatar LadySolveig
LadySolveig
27 Apr 2026

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

This pull request adds support for disabling automated updates during the Joomla installation process via the command line interface. The main change is the introduction of a new --no-autoupdate option to the InstallCommand, which, when specified, will disable automated updates after installation.

New CLI Option and Functionality:

  • Added a --no-autoupdate option to the InstallCommand that disables automated updates after installation.
  • When the --no-autoupdate option is used, the command will invoke the AutomatedUpdatesModel to disable automated updates and provide feedback to the user.

Testing Instructions

TBD

Actual result BEFORE applying this Pull Request

No option to disable automated updates on installation via the command line interface.

Expected result AFTER applying this Pull Request

Optional opt-out option --no-autoupdate disables automated updates on installtion via the command line interface.

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar LadySolveig LadySolveig - open - 27 Apr 2026
avatar LadySolveig LadySolveig - change - 27 Apr 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 Apr 2026
Category Installation Language & Strings

Add a Comment

Login with GitHub to post a comment