stable
Clone or download
Read-only
Merge 'gerrit #5446' into stable/master
* commit '4ab54f0': story #9027 Create plugin teamforge_compat_tracker
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/teamforge_compat_tracker/ChangeLog | +2 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/README.mkd | +5 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/VERSION | +1 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/db/install.sql | +9 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/db/uninstall.sql | +4 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/TeamforgeCompatTracker/Plugin/PluginDescriptor.php | +36 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/TeamforgeCompatTracker/Plugin/PluginInfo.php | +32 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/TeamforgeCompatTracker/Reference/ArtifactReference.php | +54 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/TeamforgeCompatTracker/Reference/TrackerReference.php | +53 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/TeamforgeCompatTracker/ReferencesImporter.class.php | +90 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/TeamforgeCompatTracker/TeamforgeCompatDao.class.php | +51 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/TeamforgeCompatTracker/TeamforgeReferencesBuilder.class.php | +134 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/autoload.php | +25 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/constants.php | +21 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/include/teamforge_compat_trackerPlugin.class.php | +110 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/site-content/en_US/teamforge_compat_tracker.tab | +2 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/site-content/fr_FR/teamforge_compat_tracker.tab | +2 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/tests/TeamforgeReferencesImporterTest.php | +82 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/tests/bootstrap.php | +22 | −0 | Go to diff View file |
A | plugins/teamforge_compat_tracker/www/index.php | +23 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Importer/ArtifactImportedMapping.php | +4 | −0 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlImport.class.php | +12 | −0 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rnc | +9 | −1 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rng | +16 | −0 | Go to diff View file |
M | src/common/xml/resources/project/tracker-definition.rng | +16 | −0 | Go to diff View file |
M | tools/rpm/Makefile | +2 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +2 | −0 | Go to diff View file |
M | tools/rpm/tuleap.spec | +2 | −0 | Go to diff View file |