stable
Clone or download
Read-only
Please note that docman v2 directory is "sealed" for project admins after migration. They have to check document permissions before opening up to the world. Add a conversion utility script: ./src/utils/php-launcher.sh plugins/docman/bin/import_from_docman_v1.php http://localhost/soap/?wsdl admin 114 Part of story #7412 import docman v1 files in docman plugin Change-Id: I6087779ecf1eefaf0f6203fc09b53b81776f7274
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/docman/bin/DocmanImport/ImportFromDocmanV1.class.php | +126 | −0 | Go to diff View file |
A | plugins/docman/bin/import_from_docman_v1.php | +49 | −0 | Go to diff View file |
M | plugins/docman/include/constants.php | +2 | −0 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
A | src/common/docmanv1/XMLExport.class.php | +79 | −0 | Go to diff View file |
A | src/common/docmanv1/XMLExportDao.class.php | +39 | −0 | Go to diff View file |
A | src/common/docmanv1/XMLExportData.class.php | +221 | −0 | Go to diff View file |
M | src/common/project/ProjectUGroup.class.php | +2 | −2 | Go to diff View file |