User tests: Successful: Unsuccessful:
Pull Request for #41065 (comment) .
This Pull Request (PR) fixes a mistake in the build/deleted_file_check.php
script which I've made with my recently merged PR #41065 :
The files administrator/language/en-GB/plg_task_demotasks.ini
and administrator/language/en-GB/plg_task_demotasks.sys.ini
should be excluded from the list of deleted files, but that doesn't work because I've added them at the wrong place.
tmp
folder:tmp
folder into 2 separate folders Joomla_5.0.0-alpha1-Alpha-Full_Package
and Joomla_5.0.0-alpha2-Alpha-Full_Package
.\
instead of slashes /
for the paths):php ./build/deleted_file_check.php --from=./tmp/Joomla_5.0.0-alpha1-Alpha-Full_Package --to=./tmp/Joomla_5.0.0-alpha2-Alpha-Full_Package
./build/deleted_files.txt
and ./build/deleted_folders.txt
.File ./build/deleted_files.txt
still contains 2 rows '/administrator/language/en-GB/plg_task_demotasks.ini',
and '/administrator/language/en-GB/plg_task_demotasks.sys.ini',
.
File ./build/deleted_folders.txt
is empty.
File ./build/deleted_files.txt
doesn't contain '/administrator/language/en-GB/plg_task_demotasks.ini',
and '/administrator/language/en-GB/plg_task_demotasks.sys.ini',
.
Besides that, it doesn't differ to the file saved in step 5 without this PR applied.
File ./build/deleted_folders.txt
is empty, same as without this PR.
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
Category | ⇒ | Repository |
Status | New | ⇒ | Pending |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-07-22 12:30:34 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
PR-5.0-dev
|
thanks