summaryrefslogtreecommitdiffstats
path: root/bugzilla/bugzilla3.py
Commit message (Collapse)AuthorAgeFilesLines
* Move bugzilla3.RHBugzilla32 to rhbugzilla.RHBugzilla3, and import that in ↵Will Woods2008-08-191-148/+0
| | | | toplevel bugzilla module
* 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 ↵Will Woods2008-08-181-2/+16
| | | | implement it for bz32.
* 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 ↵Will Woods2008-08-151-20/+36
| | | | of the good stuff is RH-specific. Still.
* Fix typo in _setassigneeWill Woods2008-08-151-1/+1
|
* Modify _updatedeps slightly (it wasn't being used by anything anyway) and ↵Will Woods2008-08-151-5/+11
| | | | implement it for bz32 and rhbz
* 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 ↵Will Woods2008-08-151-4/+132
| | | | for the rest.
* 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
| | | | .product attribute to be more like Bugzilla 3.x.
* stop sending passwords with rhbugzilla requests - rely on the login() cookie ↵Will Woods2008-06-101-15/+8
| | | | everywhere
* Fix cookie handling for bugzilla installations not on root of host, add some ↵Will Woods2008-06-061-3/+12
| | | | logging, abstractify login method
* 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