index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
WebService
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-23
Fix some nits that I forgot to fix on checkin for bug 474715.
mkanat%bugzilla.org
1
-2
/
+3
2009-01-23
Bug 474715: Add 'limit', 'offset' and 'changed_since' arguments to WebService...
mkanat%bugzilla.org
1
-1
/
+31
2009-01-23
Bug 398281: Basic search for bugs via WebService (Bug.search)
mkanat%bugzilla.org
1
-54
/
+261
2009-01-22
Bug 474249: Add a WebService interface to add a See Also bug link to a bug
mkanat%bugzilla.org
2
-0
/
+151
2009-01-20
Bug 473052: Modify WebService::Bug.add_comment to return the new comment ID
mkanat%bugzilla.org
1
-1
/
+19
2009-01-20
Bug 472954: Expose additional properties via the WebService::Bug.get interface
mkanat%bugzilla.org
1
-10
/
+91
2009-01-09
Bug 472224: Bugzilla.time function that returns detailed time and timezone in...
mkanat%bugzilla.org
1
-1
/
+101
2009-01-09
Bug 472556: Modify Bug.comments to allow getting comments only comments that ...
mkanat%bugzilla.org
1
-1
/
+8
2009-01-09
Bug 471942: Make the WebService validate and properly convert input parameters
mkanat%bugzilla.org
1
-1
/
+2
2009-01-07
Bug 450403: Add ability to view comments via the web service (Bug.comments)
mkanat%bugzilla.org
3
-28
/
+204
2008-11-26
Bug 450209: Clean up WebService POD and add a History section for all functio...
mkanat%bugzilla.org
5
-33
/
+111
2008-11-26
Bug 466406: Passing an empty comment to Bug.add_comment fails silently
mkanat%bugzilla.org
1
-1
/
+4
2008-10-25
Bug 459064: Set FIELD_TYPE_SINGLE_SELECT on standard global select fields
mkanat%bugzilla.org
1
-14
/
+3
2008-10-25
Bug 291433: Ability to have custom fields whose visibility depends on the val...
mkanat%bugzilla.org
1
-1
/
+1
2008-10-21
Bug 460143: Bug.legal_values doesn't allow you to get values for multi-select...
lpsolit%gmail.com
1
-3
/
+2
2008-08-28
Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...
lpsolit%gmail.com
1
-2
/
+2
2008-07-21
Bug 445885 â User.login should ThrowUserError when called with incorrect...
dkl%redhat.com
1
-1
/
+11
2008-07-01
Bug 437617: Make "type" a method of Bugzilla::WebService
mkanat%bugzilla.org
4
-46
/
+42
2008-06-30
Bug 440612 â Use Bugzilla::Bug->check everywhere instead of ValidateBugID
mkanat%bugzilla.org
1
-2
/
+2
2008-06-26
Bug 440609 â Implement Bugzilla::Bug->check for use instead of ValidateB...
mkanat%bugzilla.org
1
-6
/
+3
2008-06-23
Bug 424079: Ability to get history of bug activity in the WebService
mkanat%bugzilla.org
1
-0
/
+147
2008-06-20
Bug 432916: Expose usermatchmode via WebServices (User.get match argument)
mkanat%bugzilla.org
2
-9
/
+54
2008-06-20
Bug 432914: include_fields and exclude_fields arguments for WebService User.g...
mkanat%bugzilla.org
2
-4
/
+107
2008-06-19
Bug 434620 â invalid_field_name and product_edit_denied have the same er...
dkl%redhat.com
1
-2
/
+3
2008-06-19
Bug 437614 â Product.get_products should be accessible as Product.get
dkl%redhat.com
1
-2
/
+10
2008-05-29
Bug 412725: WebService functions to get information about a User
dkl%redhat.com
2
-0
/
+178
2008-05-20
Bug 415278: Make the WebService's plugin discovery method more extendable
mozilla%colinogilvie.co.uk
1
-10
/
+15
2008-04-17
Bug 428941 â Allow extension webservices to override LOGIN_EXEMPT
bbaetz%acm.org
3
-11
/
+12
2008-02-12
Bug 384009: Global fields (priority, severity, OS, and platform) are required...
lpsolit%gmail.com
2
-5
/
+10
2008-01-22
Bug 413343: Requesting data for a bug restricted to a group while you are log...
lpsolit%gmail.com
1
-0
/
+1
2008-01-19
Bug 412850: Rename the webservice method Bug.get_bugs() to simple Bug.get()
dkl%redhat.com
1
-2
/
+10
2008-01-13
Bug 411437: Clipping of "Free Text" fields when user enters more then 255 cha...
lpsolit%gmail.com
2
-2
/
+3
2008-01-06
Bug 355847: Make the WebService able to add a comment to a bug
mkanat%bugzilla.org
2
-1
/
+82
2007-10-19
Bug 396245: Allow the WebService to list the installed plugins and their vers...
mkanat%bugzilla.org
1
-0
/
+28
2007-10-12
Bug 313123: Implement $component->create and $component->update based on Obje...
lpsolit%gmail.com
2
-3
/
+8
2007-09-19
Bug 395632: [SECURITY] XML-RPC WebService Bugzilla::User::offer_account_by_em...
mkanat%bugzilla.org
2
-0
/
+10
2007-09-11
Bug 385778 â Bugzilla.timezone should be LOGIN_EXEMPT.
wurblzap%gmail.com
1
-1
/
+1
2007-08-24
Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug ID
timeless%mozdev.org
1
-2
/
+2
2007-08-23
Bug 382056: [SECURITY] Bugzilla::Webservice::Bug->get_bugs() doesn't check if...
lpsolit%gmail.com
1
-0
/
+7
2007-07-14
Bug 388036: Make Bugzilla::Bug do updating for alias in process_bug
mkanat%bugzilla.org
1
-1
/
+0
2007-05-26
Bug 381737: Unable to get legal values of custom fields via XML-RPC - Patch b...
lpsolit%gmail.com
1
-0
/
+2
2007-02-05
Bug 369268: Wrong title for the API documentation of Bugzilla::WebService::Pr...
lpsolit%gmail.com
1
-1
/
+1
2007-02-05
Bug 358354: WebService should perform a login in xmlrpc.cgi
mkanat%bugzilla.org
2
-3
/
+11
2006-11-15
Bug 349256: Make the webservice get_bug into a stable API
mkanat%bugzilla.org
1
-7
/
+121
2006-11-13
Bug 355839: The WebService should provide lists of legal field values
mkanat%bugzilla.org
2
-0
/
+111
2006-11-10
Bug 357482: Webservice should have a get_products method
mkanat%bugzilla.org
1
-29
/
+103
2006-11-03
Bug 357322: Make the login/logout of webservice conform to the bugzilla webse...
mkanat%bugzilla.org
1
-36
/
+145
2006-11-03
Bug 355837: Make the webservice able to create bugs
mkanat%bugzilla.org
2
-0
/
+222
2006-11-01
Bug 358703: WebService functions version and timezone should follow bugzilla ...
mkanat%bugzilla.org
1
-13
/
+38
2006-11-01
Bug 356816: Make the webservice able to list products
mkanat%bugzilla.org
1
-0
/
+72
[next]