stable
Clone or download
This is part of story #9027 Preserve links at import * clear tuleap cache * install & activate teamforge_compat_core plugin * duplicate old data from plugin_teamforge_compate_table into plugin_teamforge_compat_core_table * drop old table plugin_teamforge_compate_table * try to import the following project <?xml version="1.0" encoding="UTF-8"?> <project unix-name="toto57" full-name="Super Mario" description="123 Soleil" access="public"> <long-description> Test description </long-description> <ugroups> <ugroup name="project_members" description=""> <members> <member format="username">adrien</member> </members> </ugroup> </ugroups> <services> <service shortname="file" enabled="true" /> </services> <frs> <package id="1" name="empty_package"> <read-access> <ugroup>project_members</ugroup> </read-access> </package> <package id="2" name="empty_package2"> <read-access> <ugroup>project_members</ugroup> </read-access> </package> <package id="3" name="empty_package3"> <read-access> <ugroup>project_members</ugroup> </read-access> </package> <administrators> <user format="username">adrien</user> </administrators> <references> <reference source="stuff1234" target="1"/> <reference source="pkg1234" target="1"/> <reference source="pkg1235" target="2"/> <reference source="pkg1232" target="3"/> </references> </frs> </project> *go to an artifact in a tracker for example and update a field with pkg1234. You should see a link that redirects you to the frs package. Change-Id: I48f3a514f42715aeb4ee96b1e5c7dc70f3f40594
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/teamforge_compat/db/uninstall.sql | +0 | −4 | Go to diff View file |
D | plugins/teamforge_compat/include/autoload.php | +0 | −23 | Go to diff View file |
R | plugins/teamforge_compat/ChangeLog | Go to diff View file | ||
R | plugins/teamforge_compat/README.mkd | Go to diff View file | ||
R | plugins/teamforge_compat/VERSION | Go to diff View file | ||
R | plugins/teamforge_compat/db/install.sql | Go to diff View file | ||
A | plugins/teamforge_compat_core/db/uninstall.sql | +4 | −0 | Go to diff View file |
R | plugins/teamforge_compat/include/TeamforgeCompat/Plugin/PluginDescriptor.php | Go to diff View file | ||
R | plugins/teamforge_compat/include/TeamforgeCompat/Plugin/PluginInfo.php | Go to diff View file | ||
R | plugins/teamforge_compat/include/TeamforgeCompat/ReferencesImporter.class.php | Go to diff View file | ||
R | plugins/teamforge_compat/include/TeamforgeCompat/TeamforgeCompatDao.class.php | Go to diff View file | ||
R | plugins/teamforge_compat/include/TeamforgeCompat/TeamforgeReferencesBuilder.class.php | Go to diff View file | ||
A | plugins/teamforge_compat_core/include/autoload.php | +23 | −0 | Go to diff View file |
R | plugins/teamforge_compat/include/constants.php | Go to diff View file | ||
R | plugins/teamforge_compat/include/teamforge_compatPlugin.class.php | Go to diff View file | ||
R | plugins/teamforge_compat/site-content/en_US/template.tab | Go to diff View file | ||
R | plugins/teamforge_compat/site-content/fr_FR/template.tab | Go to diff View file | ||
R | plugins/teamforge_compat/tests/TeamforgeReferencesImporterTest.php | Go to diff View file | ||
R | plugins/teamforge_compat/tests/bootstrap.php | Go to diff View file | ||
R | plugins/teamforge_compat/www/index.php | Go to diff View file | ||
M | tools/rpm/Makefile | +1 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +2 | −2 | Go to diff View file |
M | tools/rpm/tuleap.spec | +2 | −2 | Go to diff View file |