aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 384009: Global fields (priority, severity, OS, and platform) are ↵lpsolit%gmail.com2008-02-121-0/+1
| | | | required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 413343: Requesting data for a bug restricted to a group while you are ↵lpsolit%gmail.com2008-01-221-0/+1
| | | | logged out throws "Error 32000" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com2008-01-121-0/+1
| | | | 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-0/+2
| | | | 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-1/+3
| | | | Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 395632: [SECURITY] XML-RPC WebService ↵mkanat%bugzilla.org2007-09-191-0/+2
| | | | | | Bugzilla::User::offer_account_by_email does not check createemailregexp Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=mkanat
* Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT.wurblzap%gmail.com2007-09-111-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
* Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org2007-08-241-2/+2
| | | | r=vladd a=mkanat
* Bug 388036: Make Bugzilla::Bug do updating for alias in process_bugmkanat%bugzilla.org2007-07-141-1/+0
| | | | 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/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 355839: The WebService should provide lists of legal field valuesmkanat%bugzilla.org2006-11-131-0/+2
| | | | 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/+22
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
* Bug 350232: Allow the Webservice interface to create User Accountsmkanat%bugzilla.org2006-10-061-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=justdave
* Bug 351175: The WebService interface should include the error text along ↵mkanat%bugzilla.org2006-10-051-1/+40
| | | | | | with the error name 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/+32
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk