stable
Clone or download
Read-only
Merge commit 'refs/changes/32/12432/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12177: Retrieve dependency of the Tracker Encryption plugin with Composer
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 |