aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bugzilla.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence2015-01-211-0/+9
| | | | | | are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
| | | | r=dkl a=sgreen
* Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵Dave Lawrence2014-02-181-6/+6
| | | | | | to match mod_rewrite example r/a=glob
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-8/+66
| | | | r=glob,a=justdave
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 806714: Bugzilla.parameters should return usemenuforusers for all ↵Frédéric Buclin2012-10-301-0/+2
| | | | | | logged-in users r=gerv a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+2
| | | | r=wicked a=LpSolit
* Bug 740536 - Webservice for maximum time of audit_logFrank Becker2012-04-131-1/+70
| | | | r=dkl, 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-17/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 716726: Fix the documentation of WebServices that the next major version ↵Frédéric Buclin2012-01-101-1/+1
| | | | | | is 4.4, not 5.0 r=dkl a=LpSolit
* Bug 443210: Implement Bugzilla.parameters to access parameters used in BugzillaFrédéric Buclin2012-01-071-0/+134
| | | | r/a=mkanat
* Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin2010-11-041-9/+4
| | | | r/a=mkanat
* Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander2010-04-221-0/+7
| | | | r=dkl, a=mkanat
* Update the stability status of several WebService methods.Max Kanat-Alexander2010-03-051-1/+1
|
* Bug 545299, XML-RPC WebService should take and return dates and times in ↵Max Kanat-Alexander2010-03-041-33/+37
|\ | | | | | | UTC. POD
| * Bug 545299, XML-RPC WebService should take and return dates and times in ↵Justin Wood2010-03-041-14/+10
|/ | | | UTC. Code part, r+=mkanat
* Bug 531119: Fix the Bugzilla.extensions WebService method to work with the ↵mkanat%bugzilla.org2009-12-171-13/+26
| | | | | | new Extensions system. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 472224: Bugzilla.time function that returns detailed time and timezone ↵mkanat%bugzilla.org2009-01-091-1/+101
| | | | | | information Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 450209: Clean up WebService POD and add a History section for all ↵mkanat%bugzilla.org2008-11-261-6/+20
| | | | | | functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-08-281-2/+2
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org2008-07-011-6/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk2008-05-191-10/+15
| | | | Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
* Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org2008-04-171-0/+6
| | | | r/a=mkanat
* Bug 396245: Allow the WebService to list the installed plugins and their ↵mkanat%bugzilla.org2007-10-191-0/+28
| | | | | | versions Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 358703: WebService functions version and timezone should follow bugzilla ↵mkanat%bugzilla.org2006-11-011-13/+38
| | | | | | standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
* I originally checked in the wrong patch for Bug 351178. Here are themkanat%bugzilla.org2006-09-301-4/+4
| | | | checkin fixes for that bug.
* Bug 351178: WebService needs to be able to provide the server's timezonemkanat%bugzilla.org2006-09-291-1/+45
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+27
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk