| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | comment changes, remove unneeded extra Bugzilla object | Will Woods | 2008-07-14 | 1 | -8/+4 |
| | * | Explicitly mark methods unsupported by bugzilla3.0. Change the format of the ... | Will Woods | 2008-06-10 | 3 | -20/+48 |
| | * | stop sending passwords with rhbugzilla requests - rely on the login() cookie ... | Will Woods | 2008-06-10 | 3 | -37/+43 |
| | * | .bugzillarc support, small fix for bugzilla3 compatibility | Will Woods | 2008-06-09 | 1 | -13/+45 |
| | * | Begin adding .bugzillarc support | Will Woods | 2008-06-06 | 1 | -1/+17 |
| | * | remove broken cookiefile junk, add more debugging | Will Woods | 2008-06-06 | 1 | -11/+9 |
| | * | Fix cookie handling for bugzilla installations not on root of host, add some ... | Will Woods | 2008-06-06 | 3 | -17/+53 |
| | * | Add some logging | Will Woods | 2008-06-05 | 1 | -0/+3 |
| | * | Comment changes | Will Woods | 2008-06-05 | 1 | -1/+1 |
| | * | Quietly fixup missing bug_file_loc | Will Woods | 2008-06-05 | 1 | -1/+4 |
| | * | Fix inconsistent comment | Will Woods | 2008-05-16 | 1 | -1/+1 |
| | * | Add comment for later | Will Woods | 2008-03-26 | 1 | -0/+4 |
| | * | Improve Bugzilla3 class - getbug() works now! I think! | Will Woods | 2008-03-25 | 2 | -4/+29 |
| | * | Woo doggies a big chunk of abstractification. | Will Woods | 2008-03-25 | 5 | -302/+1266 |
| * | | Patch to add --blocked and --dependson from jkeating | Will Woods | 2008-04-02 | 1 | -1/+5 |
| |/ |
|
| * | add --reporter flag and --status alias to query | Will Woods | 2008-02-18 | 1 | -3/+6 |
| * | bump versions for release | Will Woods | 2008-01-12 | 1 | -1/+1 |
| * | Handle missing bugs better when modifying | Will Woods | 2008-01-04 | 1 | -1/+5 |
| * | Simplify "modify" code block | Will Woods | 2008-01-03 | 1 | -17/+7 |
| * | reminder comment about multicall modify | Will Woods | 2008-01-03 | 1 | -0/+1 |
| * | initial "modify" support - you can close and comment on bugs. whee! | Will Woods | 2008-01-03 | 1 | -6/+24 |
| * | syntax problem with help option. whoops. | Will Woods | 2007-12-17 | 1 | -1/+1 |
| * | duh, close needs a resolution | Will Woods | 2007-12-12 | 1 | -2/+4 |
| * | more work on modify, fix optparsing | Will Woods | 2007-12-12 | 1 | -0/+14 |
| * | fix up option parsing a bit, and add beginnings of modify command | Will Woods | 2007-12-12 | 1 | -24/+31 |
| * | add --blocked and --dependson | Will Woods | 2007-10-02 | 1 | -2/+13 |
| * | do parser.error if missing required arguments to new | Will Woods | 2007-09-19 | 1 | -3/+7 |
| * | share output code between "query" and "new" | Will Woods | 2007-09-19 | 1 | -22/+28 |
| * | add "new" action to CLI | Will Woods | 2007-09-19 | 1 | -2/+38 |
| * | Add some logging, fix some comments | Will Woods | 2007-09-19 | 1 | -7/+24 |
| * | Minor stylistic change | Will Woods | 2007-09-18 | 1 | -1/+1 |
| * | Fix query --bug_status, clean up --bug_id | Will Woods | 2007-09-18 | 1 | -5/+2 |
| * | Optimize query a bit for bug_id, add --outputformat | Will Woods | 2007-09-17 | 1 | -25/+45 |
| * | --full and --ids now overwrite each other (last one used wins) | Will Woods | 2007-09-17 | 1 | -11/+12 |
| * | Add info --component_owners command | Will Woods | 2007-09-17 | 1 | -3/+11 |
| * | Add cc, assigned_to, and bug_status - thanks Florian! | Will Woods | 2007-09-17 | 1 | -2/+19 |
| * | Add some usage info, "info -v", and "query -s" commands | Will Woods | 2007-09-16 | 1 | -13/+38 |
| * | bugfixes | Will Woods | 2007-09-16 | 1 | -3/+3 |
| * | add some comments | Will Woods | 2007-09-14 | 1 | -1/+8 |
| * | rough first draft of bugzilla commandline tool | Will Woods | 2007-09-14 | 1 | -0/+114 |