stable

Clone or download

Read-only

Don't remove deleted items if copy doesn't work

part of request #9122 Improve log file for archivedeleteditem plugin To test : - Enable plugin - The system works similary for Docman, FRS and Git * create a Docman document, a release, a Git Repository, a Svn Repository * delete them and launch check system event * the documents should be available in Admin Pending deleted documents * changes permissions on each item * change the date of purge * the files should not be purged on file system when the purge is launched and copy fails Change-Id: I4984dac30a8931b08896fcddd4a127a22d296193

Modified Files

Name
M plugins/docman/include/Docman_VersionFactory.class.php +19 −10 Go to diff View file
M plugins/docman/tests/VersionFactoryTest.php +36 −2 Go to diff View file
M plugins/git/include/GitRepositoryManager.class.php +2 −2 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryManager.class.php +7 −4 Go to diff View file
M plugins/svn/tests/Svn/Repository/RepositoryManagerTest.php +6 −3 Go to diff View file
M src/common/frs/FRSFileFactory.class.php +10 −7 Go to diff View file
M tests/simpletest/common/frs/FRSFileFactoryTest.php +177 −128 Go to diff View file