summaryrefslogtreecommitdiffstats
path: root/FakePackageVerification.sopm
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-05-25 01:15:54 +0200
committerotrs <otrs@vm-tickets.spline.inf.fu-berlin.de>2016-05-25 01:17:06 +0200
commit6b45d2ab7344e0022ac4d33494b470364d681be6 (patch)
tree816a05e60ca69b927539a7b4ecd70fc0a711fcb2 /FakePackageVerification.sopm
parent4d081a0103b17e7221abe8b4218fed031c1e4c50 (diff)
downloadFakePackageVerification-6b45d2ab7344e0022ac4d33494b470364d681be6.tar.gz
FakePackageVerification-6b45d2ab7344e0022ac4d33494b470364d681be6.tar.bz2
FakePackageVerification-6b45d2ab7344e0022ac4d33494b470364d681be6.zip
First version of the pluginHEADv1.0.0master
The plugin wrapps the Get method of the default Cache::Module and returns a "custom" value for all PackageVerification cache queries. This hides the notification about failed verification, but does not show a verified badge.
Diffstat (limited to 'FakePackageVerification.sopm')
-rw-r--r--FakePackageVerification.sopm17
1 files changed, 17 insertions, 0 deletions
diff --git a/FakePackageVerification.sopm b/FakePackageVerification.sopm
new file mode 100644
index 0000000..b3becd3
--- /dev/null
+++ b/FakePackageVerification.sopm
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<otrs_package version="1.0">
+ <Name>FakePackageVerification</Name>
+ <Version>1.0.0</Version>
+ <Framework>5.0.x</Framework>
+ <Vendor>spline.de</Vendor>
+ <URL>https://github.com/AlexanderS/OTRS-FakePackageVerification</URL>
+ <License>GNU AFFERO GENERAL PUBLIC LICENSE Version 3, November 2007</License>
+ <Description Lang="en">Hide the notification about unverified packages.</Description>
+ <Description Lang="de">Hinweis zu nicht unterstützen Paketen verstecken.</Description>
+ <BuildDate>?</BuildDate>
+ <BuildHost>?</BuildHost>
+ <Filelist>
+ <File Permission="644" Location="Kernel/Config/Files/FakePackageVerification.xml"/>
+ <File Permission="644" Location="Kernel/System/Cache/FakeVerifyFileStorable.pm"/>
+ </Filelist>
+</otrs_package>