stable

Clone or download

Read-only

request #12177: Retrieve dependency of the Tracker Encryption plugin with Composer

Since the plugin installation was incomplete I was not able to test my changes. This contribution fix that too. Change-Id: I66efc1a8e03a1eceb650847884bc5231806a31f3

Modified Files

Name
A plugins/tracker_encryption/composer.json +14 −0 Go to diff View file
A plugins/tracker_encryption/composer.lock +110 −0 Go to diff View file
M plugins/tracker_encryption/db/install.sql +6 −0 Go to diff View file
M plugins/tracker_encryption/db/uninstall.sql +1 −1 Go to diff View file
M plugins/tracker_encryption/include/Encryption_Manager.class.php +3 −3 Go to diff View file
M plugins/tracker_encryption/include/TrackerEncryption/Plugin/PluginDescriptor.php +1 −1 Go to diff View file
M plugins/tracker_encryption/include/Tracker_Key.class.php +3 −5 Go to diff View file
D plugins/tracker_encryption/include/autoload.php +0 −29 Go to diff View file
D plugins/tracker_encryption/include/constants.php +0 −22 Go to diff View file
M plugins/tracker_encryption/include/tracker_encryptionPlugin.class.php +4 −8 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +0 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −2 Go to diff View file