User tests: Successful: Unsuccessful:
Pull Request for Issue #257 .
Delete file libraries/autoload_psr4.php
when applying or reverting patches on Joomla 4 and later.
Patched Patchtester package for testing this PR can be downloaded from https://test5.richard-fath.de/com_patchtester_4.0.0.beta3-dev-5.zip.
Check that applying and reverting CMS patches on Joomla 4 which move around class files or rename classes works, and after having applied such a patch neither backend nor frontend are broken in a way which could be fixed by deleting file libraries/autoload_psr4.php
.
Currently available examples of such PR's:
joomla/joomla-cms#27643
joomla/joomla-cms#27648
Or maybe just check time stamp of the libraries/autoload_psr4.php
, then apply a patch for J4 which requires CI system, i.e. has some scss change, and check the time stamp again, then wait a minute or more and revert the patch, and check timestamp again. Result: Time stamp changes with apply and revert.
Check that applying and reverting other CMS patches on Joomla 4 works as well as without this PR.
It works. I had just forgotten to apply recent js change when updating the Patchtester for my test.
Patched Patchtester package for testing can be downloaded from https://test5.richard-fath.de/com_patchtester_4.0.0.beta3-dev-5.zip.
Great. It works with the 2 PR's mentioned in the testing instructions.
Status | New | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-22 09:10:17 |
Closed_By | ⇒ | roland-d |
@richard67 It works fine for me as well. Thank you.
Doesn't work yet. Am investigating.