stable

Clone or download

Read-only

Add empty plugin

this is part of story #10632 have the velocity of an artifact How to test: - plugin should be externally built - you should be able to enable/disable plugin without error Plugin don't do anything for now. Change-Id: Id8f6f34e95e23a6b0a72e238c4f968fc7e4531e5

Modified Files

Name
A plugins/velocity/Makefile +61 −0 Go to diff View file
A plugins/velocity/README.mkd +4 −0 Go to diff View file
A plugins/velocity/VERSION +1 −0 Go to diff View file
A plugins/velocity/build-rpm.sh +18 −0 Go to diff View file
A plugins/velocity/db/install.sql +0 −0 Go to diff View file
A plugins/velocity/db/uninstall.sql +0 −0 Go to diff View file
A plugins/velocity/include/Velocity/Plugin/PluginDescriptor.php +35 −0 Go to diff View file
A plugins/velocity/include/Velocity/Plugin/PluginInfo.php +31 −0 Go to diff View file
A plugins/velocity/include/autoload.php +20 −0 Go to diff View file
A plugins/velocity/include/constants.php +21 −0 Go to diff View file
A plugins/velocity/include/velocityPlugin.class.php +48 −0 Go to diff View file
A plugins/velocity/rpm/Dockerfile +10 −0 Go to diff View file
A plugins/velocity/site-content/fr_FR/LC_MESSAGES/tuleap-velocity.po +19 −0 Go to diff View file
A plugins/velocity/site-content/tuleap-velocity.pot +5 −0 Go to diff View file
A plugins/velocity/templates/empty.mustache +0 −0 Go to diff View file
A plugins/velocity/tuleap-plugin-velocity.spec +32 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file