User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This pull request (PR) adds 2 vendor files to the list of files to be renamed on update in script.php.
That should have been done already with 5.0.0 stable, but it seems I have missed that or my tool has missed that when I made the checks for the deleted files and folders and renamed files.
On an OS with a case-sensitive file system, i.e. on Linux, download and unpack the full installation packages of 5.0.0 stable or a 5.0.1 or 5.1.0 development version and of 4.4.0 stable or a 4.4.1 development version.
Compare the 5.x and 4.4.x folders with a suitable tool or run php build/deleted_file_check.php
and then check the content of the build/renamed_files.txt
file, e.g. here with my folder paths:
php build/deleted_file_check.php --from=/home/richard/Joomla_4.4.1-rc2-dev-Development-Full_Package --to=/home/richard/Joomla_5.0.0-Stable-Full_Package
Check that there are only the 2 files added by this PR which have just been renamed regarding the case.
Or for a real test, update a 4.4.0 stable or 4.4.1-dev to a regular 5.0.0 stable or 5.0.1-dev for the actual result, and update from a 4.4.0 stable or 4.4.1-dev to the patched package of this PR for the expected result.
The 2 files are not renamed with the update.
The 2 files are renamed with the update.
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 | ⇒ | Administration com_admin |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-11-25 11:26:01 |
Closed_By | ⇒ | richard67 | |
Labels |
Added:
PR-5.0-dev
|
Sorry, PR is wrong, the files are already in the list just a few lines above my change. Was a false alarm.