stable

Clone or download

Read-only

Merge commit 'refs/changes/21/4321/4' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: request #8305 System_check event creates missing docman folders Change-Id: Ib13b0765d4caf6c47883c76671f9fc01a59bbe68

Modified Files

Name
M plugins/docman/include/Docman_FileStorage.class.php +1 −0 Go to diff View file
A plugins/docman/include/FolderNotCreatedException.php +26 −0 Go to diff View file
A plugins/docman/include/SystemCheck.php +84 −0 Go to diff View file
A plugins/docman/include/SystemCheckDao.php +36 −0 Go to diff View file
A plugins/docman/include/SystemCheckProjectRetriever.php +43 −0 Go to diff View file
M plugins/docman/include/autoload.php +6 −2 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +15 −2 Go to diff View file
A plugins/docman/tests/SystemCheckTest.php +74 −0 Go to diff View file
M src/common/backend/Backend.class.php +1 −1 Go to diff View file