stable

Clone or download

Read-only

Set/unset field used for velocity semantic

this is part of story #10632 have the velocity of an artifact How to test: - Save a velocity for a tracker - Unset velocity of tracker Data should be saved without error Change-Id: Ifec1f0d5647edc9de8d3b991a3bd811069ed7336

Modified Files

Name
M plugins/velocity/db/install.sql +9 −0 Go to diff View file
M plugins/velocity/db/uninstall.sql +4 −0 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocity.php +71 −12 Go to diff View file
M plugins/velocity/include/Velocity/Semantic/SemanticVelocityAdminPresenter.php +29 −2 Go to diff View file
A plugins/velocity/include/Velocity/Semantic/SemanticVelocityDao.php +61 −0 Go to diff View file
A plugins/velocity/include/Velocity/Semantic/SemanticVelocityPresenter.php +46 −0 Go to diff View file
M plugins/velocity/include/autoload.php +4 −2 Go to diff View file
M plugins/velocity/include/velocityPlugin.class.php +0 −1 Go to diff View file
M plugins/velocity/site-content/fr_FR/LC_MESSAGES/tuleap-velocity.po +36 −1 Go to diff View file
M plugins/velocity/site-content/tuleap-velocity.pot +32 −1 Go to diff View file
M plugins/velocity/templates/velocity-admin.mustache +24 −8 Go to diff View file
M plugins/velocity/templates/velocity-intro.mustache +16 −2 Go to diff View file