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