summaryrefslogtreecommitdiffstats
path: root/bugzilla/bugzilla3.py
Commit message (Expand)AuthorAgeFilesLines
* Move bugzilla3.RHBugzilla32 to rhbugzilla.RHBugzilla3, and import that in top...Will Woods2008-08-191-148/+0
* comment cleanupsWill Woods2008-08-181-1/+2
* cleanups - remove unsupported methods, update commentsWill Woods2008-08-181-34/+11
* Comment cleanupsWill Woods2008-08-181-1/+5
* Fix syntax errorWill Woods2008-08-181-1/+1
* Fix possible string formatting bugWill Woods2008-08-181-1/+2
* Fix up _updatecc - change the action param to match other methods and impleme...Will Woods2008-08-181-2/+16
* finish _updatewhiteboardWill Woods2008-08-151-1/+8
* clean up update_bug callsWill Woods2008-08-151-5/+7
* Partial implementation of _updatewhiteboardWill Woods2008-08-151-3/+15
* Add RHBugzilla32 class and shuffle methods around - API docs say that most of...Will Woods2008-08-151-20/+36
* Fix typo in _setassigneeWill Woods2008-08-151-1/+1
* Modify _updatedeps slightly (it wasn't being used by anything anyway) and imp...Will Woods2008-08-151-5/+11
* Remove unneccesary comments/docstrings on unimplemented methodsWill Woods2008-08-151-104/+1
* Add _update_bugs, implement most of the backend calls for BZ32, add stubs for...Will Woods2008-08-151-4/+132
* Fix up _getbugssimpleWill Woods2008-08-081-4/+4
* Add _logout method, initial Bugzilla32 classWill Woods2008-08-051-5/+20
* Explicitly mark methods unsupported by bugzilla3.0. Change the format of the ...Will Woods2008-06-101-18/+15
* stop sending passwords with rhbugzilla requests - rely on the login() cookie ...Will Woods2008-06-101-15/+8
* Fix cookie handling for bugzilla installations not on root of host, add some ...Will Woods2008-06-061-3/+12
* Improve Bugzilla3 class - getbug() works now! I think!Will Woods2008-03-251-4/+25
* Woo doggies a big chunk of abstractification.Will Woods2008-03-251-0/+189