stable
Clone or download
Read-only
erge commit 'refs/changes/64/4564/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8432: define semantic description Change-Id: I9ccdcc29d8c6c54c53f2a79363d74ed51c8a2f94
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +46 | −39 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2015/201510071857_add_semantic_description.php | +50 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php | +20 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php | +11 | −6 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Description.class.php | +245 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_DescriptionFactory.class.php | +97 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/dao/Tracker_Semantic_DescriptionDao.class.php | +40 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +5 | −2 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +47 | −36 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +49 | −40 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rnc | +10 | −0 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rng | +19 | −0 | Go to diff View file |