summaryrefslogtreecommitdiffstats
path: root/bugzilla/base.py
Commit message (Collapse)AuthorAgeFilesLines
* 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