PR-6.0-dev Pending

User tests: Successful: Unsuccessful:

avatar laoneo
laoneo
17 Feb 2025

Summary of Changes

Reverts #42884 and moves the classes to the compat plugin instead, for easier transition when it gets removed. It uses the same logic as #44240 without the option code.

Testing Instructions

  • Enable the compat plugin
  • Add the following code to the file /administrator/components/com_content/tmpl/articles/default.php:
    new \Joomla\CMS\Application\CLI\CliInput();
  • Open the back end articles list with at least one article.

Actual result BEFORE applying this Pull Request

A Class "Joomla\CMS\Application\CLI\CliInput" not found exception is thrown.

Expected result AFTER applying this Pull Request

The articles list is loaded.

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: joomla/Manual#390

  • No documentation changes for manual.joomla.org needed

avatar laoneo laoneo - open - 17 Feb 2025
avatar laoneo laoneo - change - 17 Feb 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 17 Feb 2025
Category Front End Plugins
avatar laoneo laoneo - change - 17 Feb 2025
The description was changed
avatar laoneo laoneo - edited - 17 Feb 2025
fcc59d1 17 Feb 2025 avatar laoneo cs
avatar laoneo laoneo - change - 17 Feb 2025
Labels Added: PR-6.0-dev

Add a Comment

Login with GitHub to post a comment