aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander2010-12-131-0/+3
| | | | | | and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit
* Bug 573195: Make Bug.get return all of a bug's standard and custom fieldMax Kanat-Alexander2010-09-291-0/+2
| | | | | information r=dkl, a=mkanat
* Bug 550618: Make the XML-RPC WebService return the right date formatMax Kanat-Alexander2010-03-071-0/+17
| | | | r=dkl, a=mkanat
* Bug 545299, XML-RPC WebService should take and return dates and times in ↵Justin Wood2010-03-041-0/+9
| | | | UTC. Code part, r+=mkanat
* Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin2010-02-061-0/+3
| | | | r/a=mkanat
* Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵mkanat%bugzilla.org2009-11-091-1/+2
| | | | | | and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-14/+0
| | | | 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-0/+42
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat