User tests: Successful: Unsuccessful:
Dont break com_config and the installer on update
Installer is still there & com_config is not broken
installer is gone & com_config is broken on windows systems
none
- [ ] set that folders to the blacklist in the build script https://github.com/joomla/joomla-cms/blob/staging/build/deleted_file_check.php
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_admin |
ok thanks just maked it as obsolte than :)
There needs to be a blacklist in my new script that i used to generate this however - because it's doing directory iterations https://github.com/joomla/joomla-cms/pull/25559/files
Labels |
Added:
?
|
This is fine when updating between 4.0 versions. But not when upgrading from 3.x.
I experience this with J4 beta1-dev - after update folders are missing from com_config. A temporary solution is to copy com_config from an expanded package zip file.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-01-11 00:37:58 |
Closed_By | ⇒ | wilsonge |
There shouldn't be a blacklist in that script. The entire intent is to write out a list of deleted files between any two git references. It's up to whomever is using the file that script generates to decide what to do with the data, which means reviewing it and not just copy/pasting the entire file into the com_admin script.