]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 396243: Allow extensions (aka plugins) to extend the WebService interface
authormkanat%bugzilla.org <>
Fri, 19 Oct 2007 12:58:48 +0000 (12:58 +0000)
committermkanat%bugzilla.org <>
Fri, 19 Oct 2007 12:58:48 +0000 (12:58 +0000)
commit77761cd6861490775d0d617f962ad213019517d9
treedd220626d75c0c22afb2c2bd25c5d06a53f5d260
parent415e32d463bbb881d991d886ddba6f859669c098
Bug 396243: Allow extensions (aka plugins) to extend the WebService interface
This also includes the first checkin of the example plugin.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
.cvsignore
Bugzilla/Hook.pm
extensions/example/code/webservice.pl [new file with mode: 0644]
extensions/example/disabled [new file with mode: 0644]
extensions/example/lib/WSExample.pm [new file with mode: 0644]
xmlrpc.cgi