stable

Clone or download

Read-only

Merge 'gerrit #5373' into stable/master

* commit 'ec90db3': story #9027 Create plugin teamforge_compat

Modified Files

Name
A plugins/teamforge_compat/ChangeLog +2 −0 Go to diff View file
A plugins/teamforge_compat/README.mkd +5 −0 Go to diff View file
A plugins/teamforge_compat/VERSION +1 −0 Go to diff View file
A plugins/teamforge_compat/db/install.sql +9 −0 Go to diff View file
A plugins/teamforge_compat/db/uninstall.sql +4 −0 Go to diff View file
A plugins/teamforge_compat/include/TeamforgeCompat/Plugin/PluginDescriptor.php +34 −0 Go to diff View file
A plugins/teamforge_compat/include/TeamforgeCompat/Plugin/PluginInfo.php +30 −0 Go to diff View file
A plugins/teamforge_compat/include/TeamforgeCompat/ReferencesImporter.class.php +77 −0 Go to diff View file
A plugins/teamforge_compat/include/TeamforgeCompat/TeamforgeCompatDao.class.php +37 −0 Go to diff View file
A plugins/teamforge_compat/include/autoload.php +22 −0 Go to diff View file
A plugins/teamforge_compat/include/constants.php +21 −0 Go to diff View file
A plugins/teamforge_compat/include/teamforge_compatPlugin.class.php +71 −0 Go to diff View file
A plugins/teamforge_compat/site-content/en_US/template.tab +2 −0 Go to diff View file
A plugins/teamforge_compat/site-content/fr_FR/template.tab +2 −0 Go to diff View file
A plugins/teamforge_compat/tests/TeamforgeReferencesImporterTest.php +70 −0 Go to diff View file
A plugins/teamforge_compat/tests/bootstrap.php +22 −0 Go to diff View file
A plugins/teamforge_compat/www/index.php +23 −0 Go to diff View file
M src/common/event/Event.class.php +12 −0 Go to diff View file
M src/common/frs/FRSXMLImporter.class.php +26 −6 Go to diff View file
M src/common/xml/resources/frs-definition.rnc +7 −3 Go to diff View file
M src/common/xml/resources/project/frs-definition.rng +10 −0 Go to diff View file
M src/common/xml/resources/project/project.rnc +1 −0 Go to diff View file
M src/common/xml/resources/project/project.rng +1 −0 Go to diff View file
A src/common/xml/resources/project/references-definition.rng +17 −0 Go to diff View file
A src/common/xml/resources/references-definition.rnc +7 −0 Go to diff View file
A src/common/xml/resources/references-definition.rng +17 −0 Go to diff View file
M tools/rpm/Makefile +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +3 −0 Go to diff View file
M tools/rpm/tuleap.spec +2 −0 Go to diff View file