[bugzilla-gnome-org-customizations/production] adapt to upstream changes and make Splinter, ftpadmin work
- From: Patrick Uiterwijk <puiterwijk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations/production] adapt to upstream changes and make Splinter, ftpadmin work
- Date: Tue, 10 Feb 2015 15:46:05 +0000 (UTC)
commit 1e06b63866f2b020e4bb310901df6abcb854792b
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]