summaryrefslogtreecommitdiffstats
path: root/bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* style cleanupHEADmasterJon Stanley2008-10-132-3/+3
|
* added addUser() methodJon Stanley2008-10-132-0/+13
|
* Add updateperms(). Patch courtesy of Jon Stanley.Will Woods2008-10-092-0/+17
|
* Drop spurious definitions of functions that just raise NotImplementedError - ↵Will Woods2008-10-081-28/+0
| | | | BugzillaBase handles that just fine
* Get ready for rc3 - add man pageWill Woods2008-09-191-1/+1
|
* 0.4-rc2Will Woods2008-09-181-1/+1
|
* Comment-only update - remove alias info in createbug(), to discourage use of ↵Will Woods2008-09-101-5/+1
| | | | deprecated field names
* Fix attachfile - thanks clumensWill Woods2008-09-101-1/+1
|
* Fix createbug_required for bz32Will Woods2008-09-091-0/+1
|
* Update docstring to better reflect upstream bugzilla, and add code to fix up ↵Will Woods2008-09-091-60/+80
| | | | old field names
* cookielib won't read empty files - let it write the empty cookiefile itselfWill Woods2008-09-041-3/+2
|
* change version number so we can release 0.4-rc1Will Woods2008-09-041-1/+1
|
* Merge from abstractify branchWill Woods2008-09-045-306/+1652
|\
| * Add comments, raise exception if Bugzilla class autodetection failsWill Woods2008-09-042-4/+8
| |
| * Create cookiefile with 0600 permsWill Woods2008-09-041-0/+6
| |
| * Forgot xmlrpclib importWill Woods2008-08-261-1/+1
| |
| * move "import copy" along with multicall methodsWill Woods2008-08-262-1/+2
| |
| * Attempt to support multicall _getbugs in RHBugzilla3Will Woods2008-08-261-3/+28
| |
| * Move multicall methods to RHBugzilla, since they're RH-specificWill Woods2008-08-262-62/+65
| |
| * Fix version/useragent for RHBugzillaWill Woods2008-08-261-5/+6
| |
| * Update commentsWill Woods2008-08-261-9/+7
| |
| * More useful debugging infoWill Woods2008-08-251-4/+7
| |
| * Comment cleanups and extra debugging infoWill Woods2008-08-253-5/+8
| |
| * replace_getbug_errors_with_None moved to bugzilla.base - fix callWill Woods2008-08-221-2/+2
| |
| * minor comment tweakWill Woods2008-08-191-1/+1
| |
| * Prefer RHBugzilla3 over RHBugzillaWill Woods2008-08-191-1/+4
| |
| * Move bugzilla3.RHBugzilla32 to rhbugzilla.RHBugzilla3, and import that in ↵Will Woods2008-08-193-149/+151
| | | | | | | | toplevel bugzilla module
| * comment cleanupsWill Woods2008-08-182-1/+3
| |
| * 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
| |
| * Add addcc/deletecc to Bug objectWill Woods2008-08-181-0/+8
| |
| * Fix up _updatecc - change the action param to match other methods and ↵Will Woods2008-08-183-5/+26
| | | | | | | | 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-153-12/+37
| | | | | | | | implement it for bz32 and rhbz
| * Let's not skip version 0.4 just yet.Will Woods2008-08-151-1/+1
| |
| * 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
| |
| * Move multicall methods into rhbugzilla, since normal bugzilla instances ↵Will Woods2008-08-082-22/+30
| | | | | | | | don't support it
| * Add disconnect() and logout() methodsWill Woods2008-08-052-16/+50
| |
| * Use Bugzilla32 where applicableWill Woods2008-08-051-8/+21
| |
| * Add _logout method, initial Bugzilla32 classWill Woods2008-08-051-5/+20
| |
| * Fix syntax error typoWill Woods2008-08-051-1/+1
| |
| * Add login command and python-bugzilla-specific cookie file. Based on a patch ↵Will Woods2008-08-051-13/+29
| | | | | | | | by Zack Cerza.