summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
Commit message (Collapse)AuthorAgeFilesLines
* Add comments, raise exception if Bugzilla class autodetection failsWill Woods2008-09-041-0/+1
|
* Forgot xmlrpclib importWill Woods2008-08-261-1/+1
|
* move "import copy" along with multicall methodsWill Woods2008-08-261-0/+1
|
* Attempt to support multicall _getbugs in RHBugzilla3Will Woods2008-08-261-3/+28
|
* Move multicall methods to RHBugzilla, since they're RH-specificWill Woods2008-08-261-1/+65
|
* Fix version/useragent for RHBugzillaWill Woods2008-08-261-5/+6
|
* replace_getbug_errors_with_None moved to bugzilla.base - fix callWill Woods2008-08-221-2/+2
|
* minor comment tweakWill Woods2008-08-191-1/+1
|
* Move bugzilla3.RHBugzilla32 to rhbugzilla.RHBugzilla3, and import that in ↵Will Woods2008-08-191-0/+150
| | | | toplevel bugzilla module
* comment cleanupsWill Woods2008-08-181-0/+1
|
* 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