summaryrefslogtreecommitdiffstats
path: root/xmlrpc.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin1-1/+1
not triggered by the code itself r=glob a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-14/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2009-11-10Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org1-5/+5
modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org1-2/+3
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-1/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-02-11Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebServicemkanat%bugzilla.org1-27/+10
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-08-27Fix bustage due to bug 446327 - Patch by me, r=mkanatlpsolit%gmail.com1-2/+4
2008-08-25Bug 446327: WebService faultCode is a string when a script "die"smkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-07-29Backing out these patches as they cause a regression. More informationdkl%redhat.com1-5/+1
in the respective bug reports. Bug 428659 – Setting SSL param to 'authenticated sessions' only protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-07-10Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com1-1/+5
protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
2008-04-17Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org1-7/+18
r/a=mkanat
2008-04-08Bug 415796: All webservice methods were failing if a string had multibyte ↵mkanat%bugzilla.org1-0/+1
characters in it, due to bugs in SOAP::Lite. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-19Bug 396243: Allow extensions (aka plugins) to extend the WebService interfacemkanat%bugzilla.org1-0/+6
This also includes the first checkin of the example plugin. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-02-05Bug 358354: WebService should perform a login in xmlrpc.cgimkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-0/+38
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk