aboutsummaryrefslogtreecommitdiffstats
path: root/xmlrpc.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin2012-11-121-1/+1
| | | | | | not triggered by the code itself r=glob a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-14/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org2009-11-101-5/+5
| | | | | | modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org2009-10-241-2/+3
| | | | | | checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebServicemkanat%bugzilla.org2009-02-111-27/+10
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Fix bustage due to bug 446327 - Patch by me, r=mkanatlpsolit%gmail.com2008-08-271-2/+4
|
* Bug 446327: WebService faultCode is a string when a script "die"smkanat%bugzilla.org2008-08-251-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Backing out these patches as they cause a regression. More informationdkl%redhat.com2008-07-291-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
* Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com2008-07-101-1/+5
| | | | | | protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org2008-04-171-7/+18
| | | | r/a=mkanat
* Bug 415796: All webservice methods were failing if a string had multibyte ↵mkanat%bugzilla.org2008-04-081-0/+1
| | | | | | characters in it, due to bugs in SOAP::Lite. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 396243: Allow extensions (aka plugins) to extend the WebService interfacemkanat%bugzilla.org2007-10-191-0/+6
| | | | | This also includes the first checkin of the example plugin. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 358354: WebService should perform a login in xmlrpc.cgimkanat%bugzilla.org2007-02-051-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+38
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk