stable
Clone or download
Read-only
request #11257 XML project import must not create tracker folder and content as root
When creating a project with the XML project import script, if there is any attachment in the XML content, then the folder /var/lib/tuleap/tracker will be owned by root and some content will also be owned by root, which is wrong. The whole folder with its content must be owned by the http user. Change-Id: If20d9c4b1fdc092373d468eb630f31ebb9e90ca2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php | +10 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_FileInfo.class.php | +16 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FileInfoTest.php | +34 | −11 | Go to diff View file |
M | tests/rest/bin/setup.sh | +0 | −2 | Go to diff View file |