Added the option to upload and apply a support package to the XWiki installation location. To do so, the user must load an archive with a clear folder structure and the files must be included in the folder where it needs to be applied.
Example of a structure:
original_files_archive/
├─ WEB-INF
│ ├─ lib
│ │ ├─ xwiki-commons-xml-14.10.2.jar
│ │ ├─ xwiki-platform-dashboard-macro-14.10.2.jar
│ │ └─ xwiki-platform-legacy-oldcore-14.10.2.jar
│ └─ test.txt
├─ root-doc.txt
├─ skins
│ └─ flamingo
│ └─ commentsinline.vm
└─ templates
└─ register_macros.vm
Note that this is a sensitive feature that can break the instance if files are replaced with incorect ones or if an error occurs. In case of an error during the file upload, the application will try to automatically restore the original files. In case this fails too, a backup of the original files which can be restored manually is saved in the permanent directory of the instance, under:
permanent_directory/adminTools/backup/
The import package page:

The import package result:

The modification for file section:

Added the option to upload and apply a support package to the XWiki installation location. To do so, the user must load an archive with a clear folder structure and the files must be included in the folder where it needs to be applied.
Example of a structure:
Note that this is a sensitive feature that can break the instance if files are replaced with incorect ones or if an error occurs. In case of an error during the file upload, the application will try to automatically restore the original files. In case this fails too, a backup of the original files which can be restored manually is saved in the permanent directory of the instance, under:
The import package page:

The import package result:

The modification for file section:
