stable
Clone or download
Read-only
request #8726: Cache directories are reconstructed when Tuleap start
To test it on a dev instance you have to redeploy src/utils/init.d/codendi into /etc/init.d/tuleap Change-Id: Ie3f1fe71d8b4a4decb86bceb74a59748725ec0f1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/GitBackend.class.php | +7 | −2 | Go to diff View file |
M | plugins/mediawiki/include/MediaWikiXMLImporter.class.php | +2 | −1 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/backend/Backend.class.php | +19 | −28 | Go to diff View file |
M | src/common/backend/BackendCVS.class.php | +28 | −4 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +5 | −3 | Go to diff View file |
M | src/common/backend/BackendSystem.class.php | +9 | −2 | Go to diff View file |
A | src/common/backend/FileExtensionFilterIterator.php | +61 | −0 | Go to diff View file |
M | src/common/include/SiteCache.php | +63 | −5 | Go to diff View file |
M | src/utils/init.d/codendi | +4 | −1 | Go to diff View file |
M | src/utils/tuleap.php | +14 | −2 | Go to diff View file |
M | src/www/include/pre.php | +3 | −3 | Go to diff View file |
A | tests/simpletest/common/backend/FileExtensionFilterIteratorTest.php | +123 | −0 | Go to diff View file |
A | tests/simpletest/common/backend/_fixtures/iterator_test/dir1/dir11/file11.js | +0 | −0 | Go to diff View file |
A | tests/simpletest/common/backend/_fixtures/iterator_test/dir1/file1.html.php | +0 | −0 | Go to diff View file |
A | tests/simpletest/common/backend/_fixtures/iterator_test/dir1/file1.php | +0 | −0 | Go to diff View file |
A | tests/simpletest/common/backend/_fixtures/iterator_test/dir2/file2.txt | +0 | −0 | Go to diff View file |
A | tests/simpletest/common/backend/_fixtures/iterator_test/file0 | +0 | −0 | Go to diff View file |
A | tests/simpletest/common/backend/_fixtures/iterator_test/file0.php | +0 | −0 | Go to diff View file |
A | tests/simpletest/common/include/SiteCacheTest.php | +64 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +1 | −1 | Go to diff View file |
M | tools/rpm/tuleap.spec | +1 | −1 | Go to diff View file |