summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
Commit message (Expand)AuthorAgeFilesLines
* style cleanupHEADmasterJon Stanley2008-10-131-1/+1
* added addUser() methodJon Stanley2008-10-131-0/+3
* Add updateperms(). Patch courtesy of Jon Stanley.Will Woods2008-10-091-0/+4
* 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 top...Will Woods2008-08-191-0/+150
* comment cleanupsWill Woods2008-08-181-0/+1
* Fix up _updatecc - change the action param to match other methods and impleme...Will Woods2008-08-181-1/+6
* Modify _updatedeps slightly (it wasn't being used by anything anyway) and imp...Will Woods2008-08-151-4/+22
* Move multicall methods into rhbugzilla, since normal bugzilla instances don't...Will Woods2008-08-081-0/+22
* 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
* stop sending passwords with rhbugzilla requests - rely on the login() cookie ...Will Woods2008-06-101-20/+20
* Fix cookie handling for bugzilla installations not on root of host, add some ...Will Woods2008-06-061-2/+7
* Woo doggies a big chunk of abstractification.Will Woods2008-03-251-0/+189