stable
Clone or download
Read-only
Merge commit 'refs/changes/83/5383/14' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #9027 detect and link teamforge references Change-Id: Ic95326fcc1302ec99fe7ee2e86bfe6c9bd5ba8d2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/teamforge_compat/db/install.sql | +2 | −2 | Go to diff View file |
M | plugins/teamforge_compat/include/TeamforgeCompat/Plugin/PluginDescriptor.php | +4 | −2 | Go to diff View file |
M | plugins/teamforge_compat/include/TeamforgeCompat/Plugin/PluginInfo.php | +4 | −2 | Go to diff View file |
M | plugins/teamforge_compat/include/TeamforgeCompat/ReferencesImporter.class.php | +17 | −7 | Go to diff View file |
M | plugins/teamforge_compat/include/TeamforgeCompat/TeamforgeCompatDao.class.php | +11 | −3 | Go to diff View file |
A | plugins/teamforge_compat/include/TeamforgeCompat/TeamforgeReferencesBuilder.class.php | +145 | −0 | Go to diff View file |
M | plugins/teamforge_compat/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/teamforge_compat/include/teamforge_compatPlugin.class.php | +41 | −7 | Go to diff View file |
M | plugins/teamforge_compat/tests/TeamforgeReferencesImporterTest.php | +13 | −5 | Go to diff View file |
M | src/common/event/Event.class.php | +9 | −0 | Go to diff View file |
M | src/common/reference/ReferenceManager.class.php | +107 | −30 | Go to diff View file |