aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Bug.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org2008-07-011-17/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-301-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 440609 – Implement Bugzilla::Bug->check for use instead of ↵mkanat%bugzilla.org2008-06-261-6/+3
| | | | | | ValidateBugID and use it in one file Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 424079: Ability to get history of bug activity in the WebServicemkanat%bugzilla.org2008-06-231-0/+147
| | | | Patch By Noura Elhawary <nelhawar@redhat.com> r=mkanat, a=mkanat
* Bug 384009: Global fields (priority, severity, OS, and platform) are ↵lpsolit%gmail.com2008-02-121-5/+9
| | | | required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 412850: Rename the webservice method Bug.get_bugs() to simple Bug.get()dkl%redhat.com2008-01-191-2/+10
| | | | David Lawrence <dkl@redhat.com> r=mkanat
* Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com2008-01-121-2/+2
| | | | characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 355847: Make the WebService able to add a comment to a bugmkanat%bugzilla.org2008-01-061-1/+80
| | | | Patch By Tsahi Asher <tsahi_75@yahoo.com> r=mkanat, a=mkanat
* Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com2007-10-121-2/+5
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 382056: [SECURITY] Bugzilla::Webservice::Bug->get_bugs() doesn't check ↵lpsolit%gmail.com2007-08-231-0/+7
| | | | if the user is in the timetracking group when returning data - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 381737: Unable to get legal values of custom fields via XML-RPC - Patch ↵lpsolit%gmail.com2007-05-261-0/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 349256: Make the webservice get_bug into a stable APImkanat%bugzilla.org2006-11-151-7/+121
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
* Bug 355839: The WebService should provide lists of legal field valuesmkanat%bugzilla.org2006-11-131-0/+109
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=myk
* Bug 355837: Make the webservice able to create bugsmkanat%bugzilla.org2006-11-031-0/+200
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+36
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk