stable

Clone or download

Read-only

Clean unused work files for documents that were being uploaded

Unused files should be removed form the filesystem and the DB should be cleaned. This is part of story #12612: upload document via REST route Change-Id: Ifb650b1039a83559167376c7cda5c06828a078aa

Modified Files

Name
M plugins/docman/include/Upload/DocumentOngoingUploadDAO.php +21 −0 Go to diff View file
A plugins/docman/include/Upload/DocumentUploadCleaner.php +52 −0 Go to diff View file
M plugins/docman/include/Upload/DocumentUploadPathAllocator.php +22 −0 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +14 −0 Go to diff View file
A plugins/docman/phpunit/Upload/DocumentUploadCleanerTest.php +66 −0 Go to diff View file