joomla-cms icon indicating copy to clipboard operation
joomla-cms copied to clipboard

[5.1] Switching Folder::files() to framework version

Open Hackwar opened this issue 1 year ago • 1 comments

Summary of Changes

The CMS filesystem package has been deprecated for some time now and is supposed to be removed in 6.0. This PR removes some of the dependencies of the CMS on the Folder class and switches that dependency to the framework class. So far this only switches calls to Folder::files() to the framework package. Where additional methods are called from the package, I didn't change it.

Testing Instructions

Codereview.

#40131 is another PR related to this effort.

Link to documentations

Please select:

  • [ ] Documentation link for docs.joomla.org:

  • [X] No documentation changes for docs.joomla.org needed

  • [ ] Pull Request link for manual.joomla.org:

  • [X] No documentation changes for manual.joomla.org needed

Hackwar avatar Feb 05 '24 09:02 Hackwar

I have tested this item :white_check_mark: successfully on b94e597bdff0bffb221f02a6dd582c090486fd30


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42761.

Fedik avatar Feb 25 '24 12:02 Fedik

Thx

bembelimen avatar Mar 02 '24 11:03 bembelimen