Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs a little | Will Woods | 2008-09-10 | 2 | -9/+8 |
| | |||||
* | Fix attachfile - thanks clumens | Will Woods | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | Explicitly refresh bug data after creating a new bug | Will Woods | 2008-09-09 | 1 | -0/+1 |
| | |||||
* | Fix createbug_required for bz32 | Will Woods | 2008-09-09 | 1 | -0/+1 |
| | |||||
* | Update docstring to better reflect upstream bugzilla, and add code to fix up ↵ | Will Woods | 2008-09-09 | 1 | -60/+80 |
| | | | | old field names | ||||
* | cookielib won't read empty files - let it write the empty cookiefile itself | Will Woods | 2008-09-04 | 1 | -3/+2 |
| | |||||
* | change version number so we can release 0.4-rc1 | Will Woods | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | Update TODO | Will Woods | 2008-09-04 | 1 | -4/+10 |
| | |||||
* | Merge from abstractify branch | Will Woods | 2008-09-04 | 12 | -414/+1367 |
|\ | |||||
| * | Add comments, raise exception if Bugzilla class autodetection fails | Will Woods | 2008-09-04 | 3 | -5/+8 |
| | | |||||
| * | Create cookiefile with 0600 perms | Will Woods | 2008-09-04 | 1 | -0/+6 |
| | | |||||
| * | Forgot xmlrpclib import | Will Woods | 2008-08-26 | 1 | -1/+1 |
| | | |||||
| * | move "import copy" along with multicall methods | Will Woods | 2008-08-26 | 2 | -1/+2 |
| | | |||||
| * | Attempt to support multicall _getbugs in RHBugzilla3 | Will Woods | 2008-08-26 | 1 | -3/+28 |
| | | |||||
| * | Move multicall methods to RHBugzilla, since they're RH-specific | Will Woods | 2008-08-26 | 2 | -62/+65 |
| | | |||||
| * | Fix version/useragent for RHBugzilla | Will Woods | 2008-08-26 | 1 | -5/+6 |
| | | |||||
| * | Update comments | Will Woods | 2008-08-26 | 1 | -9/+7 |
| | | |||||
| * | More useful debugging info | Will Woods | 2008-08-25 | 1 | -4/+7 |
| | | |||||
| * | Handle ^C a little more cleanly | Will Woods | 2008-08-25 | 1 | -1/+8 |
| | | |||||
| * | Comment cleanups and extra debugging info | Will Woods | 2008-08-25 | 3 | -5/+8 |
| | | |||||
| * | replace_getbug_errors_with_None moved to bugzilla.base - fix call | Will Woods | 2008-08-22 | 1 | -2/+2 |
| | | |||||
| * | minor comment tweak | Will Woods | 2008-08-19 | 1 | -1/+1 |
| | | |||||
| * | Prefer RHBugzilla3 over RHBugzilla | Will Woods | 2008-08-19 | 1 | -1/+4 |
| | | |||||
| * | Move bugzilla3.RHBugzilla32 to rhbugzilla.RHBugzilla3, and import that in ↵ | Will Woods | 2008-08-19 | 3 | -149/+151 |
| | | | | | | | | toplevel bugzilla module | ||||
| * | comment cleanups | Will Woods | 2008-08-18 | 2 | -1/+3 |
| | | |||||
| * | cleanups - remove unsupported methods, update comments | Will Woods | 2008-08-18 | 1 | -34/+11 |
| | | |||||
| * | Comment cleanups | Will Woods | 2008-08-18 | 1 | -1/+5 |
| | | |||||
| * | Fix syntax error | Will Woods | 2008-08-18 | 1 | -1/+1 |
| | | |||||
| * | update TODO | Will Woods | 2008-08-18 | 1 | -2/+4 |
| | | |||||
| * | Fix possible string formatting bug | Will Woods | 2008-08-18 | 1 | -1/+2 |
| | | |||||
| * | Add addcc/deletecc to Bug object | Will Woods | 2008-08-18 | 1 | -0/+8 |
| | | |||||
| * | Fix up _updatecc - change the action param to match other methods and ↵ | Will Woods | 2008-08-18 | 3 | -5/+26 |
| | | | | | | | | implement it for bz32. | ||||
| * | finish _updatewhiteboard | Will Woods | 2008-08-15 | 1 | -1/+8 |
| | | |||||
| * | clean up update_bug calls | Will Woods | 2008-08-15 | 1 | -5/+7 |
| | | |||||
| * | Partial implementation of _updatewhiteboard | Will Woods | 2008-08-15 | 1 | -3/+15 |
| | | |||||
| * | Add RHBugzilla32 class and shuffle methods around - API docs say that most ↵ | Will Woods | 2008-08-15 | 1 | -20/+36 |
| | | | | | | | | of the good stuff is RH-specific. Still. | ||||
| * | Fix typo in _setassignee | Will Woods | 2008-08-15 | 1 | -1/+1 |
| | | |||||
| * | Modify _updatedeps slightly (it wasn't being used by anything anyway) and ↵ | Will Woods | 2008-08-15 | 3 | -12/+37 |
| | | | | | | | | implement it for bz32 and rhbz | ||||
| * | Let's not skip version 0.4 just yet. | Will Woods | 2008-08-15 | 1 | -1/+1 |
| | | |||||
| * | Remove unneccesary comments/docstrings on unimplemented methods | Will Woods | 2008-08-15 | 1 | -104/+1 |
| | | |||||
| * | Add _update_bugs, implement most of the backend calls for BZ32, add stubs ↵ | Will Woods | 2008-08-15 | 1 | -4/+132 |
| | | | | | | | | for the rest. | ||||
| * | Fix up _getbugssimple | Will Woods | 2008-08-08 | 1 | -4/+4 |
| | | |||||
| * | Move multicall methods into rhbugzilla, since normal bugzilla instances ↵ | Will Woods | 2008-08-08 | 2 | -22/+30 |
| | | | | | | | | don't support it | ||||
| * | bump version number, improve login action | Will Woods | 2008-08-05 | 1 | -5/+24 |
| | | |||||
| * | Add disconnect() and logout() methods | Will Woods | 2008-08-05 | 2 | -16/+50 |
| | | |||||
| * | Use Bugzilla32 where applicable | Will Woods | 2008-08-05 | 1 | -8/+21 |
| | | |||||
| * | Add _logout method, initial Bugzilla32 class | Will Woods | 2008-08-05 | 1 | -5/+20 |
| | | |||||
| * | API reminder | Will Woods | 2008-08-05 | 1 | -0/+2 |
| | | |||||
| * | forgot to bring back --cookiefile | Will Woods | 2008-08-05 | 1 | -0/+2 |
| | | |||||
| * | Fix syntax error typo | Will Woods | 2008-08-05 | 1 | -1/+1 |
| | |