summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix up _updatecc - change the action param to match other methods and ↵Will Woods2008-08-181-1/+6
| | | | implement it for bz32.
* Modify _updatedeps slightly (it wasn't being used by anything anyway) and ↵Will Woods2008-08-151-4/+22
| | | | implement it for bz32 and rhbz
* Move multicall methods into rhbugzilla, since normal bugzilla instances ↵Will Woods2008-08-081-0/+22
| | | | don't support it
* Add disconnect() and logout() methodsWill Woods2008-08-051-0/+7
|
* Explicitly mark methods unsupported by bugzilla3.0. Change the format of the ↵Will Woods2008-06-101-1/+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-20/+20
| | | | everywhere
* Fix cookie handling for bugzilla installations not on root of host, add some ↵Will Woods2008-06-061-2/+7
| | | | logging, abstractify login method
* Woo doggies a big chunk of abstractification.Will Woods2008-03-251-0/+189