User tests: Successful: Unsuccessful:
Pull Request for #44321 (comment) .
This pull request (PR) adds 2 folders to the list of folders not to be checked in the build/deleted_file_check.php
script which is used to check if there are deleted files or folders to be added to the administrator/components/com_admin/script.php
file.
The added folders belong to media files which were removed from the sources with PR #44321 but shall not be removed when updating, see #44321 (comment) .
The tests require PHP CLI so you can run PHP scripts on a command line, and it requires to be run on Linux or on Windows with WSL or on Mac OS. On Windows without WSL it does not work right. I will provide a fix for that sooner or later with another PR.
It is a stand-alone script and sop can be used even without the CMS.
tmp
folder of your Git clone and the package file names as folder names:php ./build/deleted_file_check.php --from=./tmp/Joomla_5.3.0-beta2-dev-Development-Full_Package --to=./tmp/Joomla_6.0.0-alpha1-dev-Development-Full_Package
./build/deleted_files.txt
and ./build/deleted_folders.txt
.mv ./build/deleted_files.txt ./tmp/deleted_files_without-pr.txt
mv ./build/deleted_folders.txt ./tmp/deleted_folders_without-pr.txt
File ./build/deleted_files.txt
includes the following files:
'/media/plg_captcha_recaptcha/js/recaptcha.js',
'/media/plg_captcha_recaptcha/js/recaptcha.min.js',
'/media/plg_captcha_recaptcha/js/recaptcha.min.js.gz',
'/media/plg_captcha_recaptcha_invisible/css/recaptcha_invisible.css',
'/media/plg_captcha_recaptcha_invisible/css/recaptcha_invisible.min.css',
'/media/plg_captcha_recaptcha_invisible/css/recaptcha_invisible.min.css.gz',
'/media/plg_captcha_recaptcha_invisible/js/recaptcha.js',
'/media/plg_captcha_recaptcha_invisible/js/recaptcha.min.js',
'/media/plg_captcha_recaptcha_invisible/js/recaptcha.min.js.gz',
'/media/plg_captcha_recaptcha_invisible/scss/recaptcha_invisible.scss',
File ./build/deleted_folders.txt
includes the following folders:
'/media/plg_captcha_recaptcha_invisible/scss',
'/media/plg_captcha_recaptcha_invisible/js',
'/media/plg_captcha_recaptcha_invisible/css',
'/media/plg_captcha_recaptcha_invisible',
'/media/plg_captcha_recaptcha/js',
'/media/plg_captcha_recaptcha',
Besides this, there might be other files and folders in these text files which are not relevant for this PR here.
Files ./build/deleted_files.txt
and ./build/deleted_folders.txt
do NOT include the files and folders mentioned in the previous section "Actual result BEFORE applying this Pull Request".
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
Status | New | ⇒ | Pending |
Category | ⇒ | Repository |
Silly me, it was my testing instruction which was wrong. I've told to compare a 5.2-dev with a 5.3-dev package, but it should have been comparing a 5.3-dev with a 6.0-dev package. Fixed it.
Labels |
Added:
PR-6.0-dev
|
Hmm, there is something wrong. I have to check. Setting to draft in the mean time.