summaryrefslogtreecommitdiffstats
path: root/bugzilla/base.py
Commit message (Collapse)AuthorAgeFilesLines
* style cleanupHEADmasterJon Stanley2008-10-131-2/+2
|
* added addUser() methodJon Stanley2008-10-131-0/+10
|
* Add updateperms(). Patch courtesy of Jon Stanley.Will Woods2008-10-091-0/+13
|
* 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
|
* 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-041-1/+5
|
* Create cookiefile with 0600 permsWill Woods2008-09-041-0/+6
|
* move "import copy" along with multicall methodsWill Woods2008-08-261-1/+1
|
* Move multicall methods to RHBugzilla, since they're RH-specificWill Woods2008-08-261-61/+0
|
* Update commentsWill Woods2008-08-261-9/+7
|
* Comment cleanups and extra debugging infoWill Woods2008-08-251-0/+1
|
* 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-181-2/+4
| | | | implement it for bz32.
* Modify _updatedeps slightly (it wasn't being used by anything anyway) and ↵Will Woods2008-08-151-3/+4
| | | | implement it for bz32 and rhbz
* Let's not skip version 0.4 just yet.Will Woods2008-08-151-1/+1
|
* Move multicall methods into rhbugzilla, since normal bugzilla instances ↵Will Woods2008-08-081-22/+8
| | | | don't support it
* Add disconnect() and logout() methodsWill Woods2008-08-051-16/+43
|
* 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.
* comment changes, remove unneeded extra Bugzilla objectWill Woods2008-07-141-8/+4
|
* Explicitly mark methods unsupported by bugzilla3.0. Change the format of the ↵Will Woods2008-06-101-1/+18
| | | | .product attribute to be more like Bugzilla 3.x.
* stop sending passwords with rhbugzilla requests - rely on the login() cookie ↵Will Woods2008-06-101-2/+15
| | | | everywhere
* .bugzillarc support, small fix for bugzilla3 compatibilityWill Woods2008-06-091-13/+45
|
* Begin adding .bugzillarc supportWill Woods2008-06-061-1/+17
|
* remove broken cookiefile junk, add more debuggingWill Woods2008-06-061-11/+9
|
* Fix cookie handling for bugzilla installations not on root of host, add some ↵Will Woods2008-06-061-12/+34
| | | | logging, abstractify login method
* Quietly fixup missing bug_file_locWill Woods2008-06-051-1/+4
|
* Fix inconsistent commentWill Woods2008-05-161-1/+1
|
* Add comment for laterWill Woods2008-03-261-0/+4
|
* Improve Bugzilla3 class - getbug() works now! I think!Will Woods2008-03-251-0/+4
|
* Woo doggies a big chunk of abstractification.Will Woods2008-03-251-0/+843