dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/05/2005/5' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: Fixing request #6338: Bad file location when moving file between releases in frs Change-Id: Ic60086b7114fa48e2b1cb7ca5bc97ab335643592

Modified Files

Name
M site-content/en_US/file/file.tab +1 −0 Go to diff View file
M site-content/fr_FR/file/file.tab +2 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/frs/FRSFileFactory.class.php +41 −3 Go to diff View file
M src/common/system_event/SystemEvent.class.php +1 −0 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +5 −0 Go to diff View file
A src/common/system_event/include/SystemEvent_MOVE_FRS_FILE.class.php +103 −0 Go to diff View file
M src/www/file/file_utils.php +2 −2 Go to diff View file
M tests/simpletest/common/frs/FRSPackageFactoryTest.php +1 −1 Go to diff View file