summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bugzilla.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-2/+2
Original patch by Gervase Markham r=gerv a=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2015-07-29Bug 399078 - Remove the 'musthavemilestoneonaccept' parameterSimon Green1-2/+0
r=gerv, a=simon
2015-07-29Bug 399078 - Remove the 'musthavemilestoneonaccept' parameterSimon Green1-2/+0
r=gerv, a=simon
2015-04-24Bug 1157405: Bugzilla.parameters is not accessible when requirelogin = 1 and ↵Frédéric Buclin1-1/+1
the user is not logged in r=dkl a=glob
2015-03-30Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to ↵Gervase Markham1-2/+2
define what the fixed resolution is. r,a=glob
2015-01-21Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence1-0/+9
are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
2014-12-10Bug 1103029 - Remove the deprecated backward compatible key names in ↵Matt Selsky1-24/+0
Bugzilla.time. r=gerv, a=dkl.
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-02-18Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵Dave Lawrence1-6/+6
to match mod_rewrite example r/a=glob
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-8/+66
r=glob,a=justdave
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-10-30Bug 806714: Bugzilla.parameters should return usemenuforusers for all ↵Frédéric Buclin1-0/+2
logged-in users r=gerv a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+2
r=wicked a=LpSolit
2012-04-13Bug 740536 - Webservice for maximum time of audit_logFrank Becker1-1/+70
r=dkl, 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-17/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2012-01-10Bug 716726: Fix the documentation of WebServices that the next major version ↵Frédéric Buclin1-1/+1
is 4.4, not 5.0 r=dkl a=LpSolit
2012-01-07Bug 443210: Implement Bugzilla.parameters to access parameters used in BugzillaFrédéric Buclin1-0/+134
r/a=mkanat
2010-11-04Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin1-9/+4
r/a=mkanat
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander1-0/+7
r=dkl, a=mkanat
2010-03-06Update the stability status of several WebService methods.Max Kanat-Alexander1-1/+1
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Max Kanat-Alexander1-33/+37
UTC. POD
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Justin Wood1-14/+10
UTC. Code part, r+=mkanat
2009-12-17Bug 531119: Fix the Bugzilla.extensions WebService method to work with the ↵mkanat%bugzilla.org1-13/+26
new Extensions system. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-09Bug 472224: Bugzilla.time function that returns detailed time and timezone ↵mkanat%bugzilla.org1-1/+101
information Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-11-26Bug 450209: Clean up WebService POD and add a History section for all ↵mkanat%bugzilla.org1-6/+20
functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-2/+2
<LpSolit@gmail.com> r/a=mkanat
2008-07-01Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org1-6/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-05-20Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk1-10/+15
Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
2008-04-17Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org1-0/+6
r/a=mkanat
2007-10-19Bug 396245: Allow the WebService to list the installed plugins and their ↵mkanat%bugzilla.org1-0/+28
versions Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2006-11-01Bug 358703: WebService functions version and timezone should follow bugzilla ↵mkanat%bugzilla.org1-13/+38
standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=myk
2006-09-30I originally checked in the wrong patch for Bug 351178. Here are themkanat%bugzilla.org1-4/+4
checkin fixes for that bug.
2006-09-29Bug 351178: WebService needs to be able to provide the server's timezonemkanat%bugzilla.org1-1/+45
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-0/+27
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk