[bugzilla-gnome-org-customizations] adapt to upstream changes and make Splinter, ftpadmin work



commit bb79e3ec15c5ebbb944fb881ba4756b28b0623b3
Author: Olav Vitters <olav vitters nl>
Date:   Tue Feb 10 16:11:04 2015 +0100

    adapt to upstream changes and make Splinter, ftpadmin work

 extensions/GNOME/lib/WebService.pm    |    4 ++++
 extensions/Splinter/lib/WebService.pm |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/extensions/GNOME/lib/WebService.pm b/extensions/GNOME/lib/WebService.pm
index 738ad52..a23d55e 100644
--- a/extensions/GNOME/lib/WebService.pm
+++ b/extensions/GNOME/lib/WebService.pm
@@ -28,6 +28,10 @@ use Bugzilla::Product;
 use Bugzilla::Version;
 use Bugzilla::User;
 
+use constant PUBLIC_METHODS => qw(
+    addversionx
+);
+
 # This can be called as Example.hello() from the WebService.
 sub addversionx {
     my $self = shift;
diff --git a/extensions/Splinter/lib/WebService.pm b/extensions/Splinter/lib/WebService.pm
index fdff6aa..07d591f 100644
--- a/extensions/Splinter/lib/WebService.pm
+++ b/extensions/Splinter/lib/WebService.pm
@@ -31,6 +31,10 @@ use Bugzilla::Extension::Splinter::WebServiceUtil;
 
 use base qw(Bugzilla::WebService);
 
+use constant PUBLIC_METHODS => qw(
+    publish_review
+);
+
 # The idea of this method is to be able to
 #
 #  - Add a comment with says "Review of attachment <id>:" rather than


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]