stable
Clone or download
Read-only
This is a part of the story #12638 Add always there metadata date in new/update item modal You can test this patch in the API explorer Change-Id: I9bdb25a7c55d359d378f7ae6e5d52cf957ac9661
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/DocmanFoldersResource.php | +310 | −44 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanItemCreator.php | +38 | −64 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanLinksResource.php | +58 | −8 | Go to diff View file |
M | plugins/docman/include/REST/v1/DocmanWikiResource.php | +58 | −8 | Go to diff View file |
M | plugins/docman/include/REST/v1/Links/DocmanLinkUpdator.php | +5 | −2 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/HardcodedMetdataObsolescenceDateChecker.php | +6 | −8 | Go to diff View file |
M | plugins/docman/include/REST/v1/Metadata/ItemStatusMapper.php | +4 | −8 | Go to diff View file |
A | plugins/docman/include/REST/v1/Metadata/ObsolescenceDateDisabledException.php | +28 | −0 | Go to diff View file |
A | plugins/docman/include/REST/v1/Metadata/ObsolescenceDateMissingParameterException.php | +28 | −0 | Go to diff View file |
A | plugins/docman/include/REST/v1/Metadata/ObsolescenceDateNullException.php | +28 | −0 | Go to diff View file |
R | plugins/docman/include/REST/v1/Metadata/ObsoloscenceDateUsageMismatchException.php | Go to diff View file | ||
R | plugins/docman/include/REST/v1/Metadata/StatusNotFoundException.php | Go to diff View file | ||
M | plugins/docman/include/REST/v1/Wiki/DocmanWikiUpdator.php | +12 | −6 | Go to diff View file |
M | plugins/docman/phpunit/Metadata/HardcodedMetdataObsolescenceDateCheckerTest.php | +3 | −3 | Go to diff View file |
M | plugins/docman/phpunit/Metadata/ItemStatusMapperTest.php | +4 | −2 | Go to diff View file |
M | plugins/docman/site-content/fr_FR/LC_MESSAGES/tuleap-docman.po | +31 | −0 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanItemsTestFoldersTest.php | +11 | −11 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanItemsTestLinksTest.php | +2 | −2 | Go to diff View file |