stable
Clone or download
Read-only
story #8432: define semantic description
Tracker admin can now set a new semantic:Β description. This is the same behavior than Title semantic. - If a field is used as description, then it cannot be removed - Tracker with a defined semantic description can be exported/imported - Semantic information are available in tracker REST route - It does not break project export/import Change-Id: I17dfdb22c9dd9d3d60fad14c4c29b2b256eb3333
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 |