From 9159247d71a0ce134fd1b443524edaa05ecf859d Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 18 Aug 2008 13:46:32 -0400 Subject: update TODO --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index fc0a196..9f73ffd 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,10 @@ -- flesh out Bugzilla3 class -- Add Bugzilla32 class - Bugzilla 3.2 can actually *search*! +- Finish up RHBZ3 - better documentation for abstract methods in BugzillaBase - more consistent calls for abstract methods - make the abstract methods return stuff closer to Bugzilla3's return values +- make Bugzilla methods all take a bug ID list + - BZ 3 methods all take idlist + - RHBZ can use multicall to emulate that - auto-generate the man page - actually install the man page - Document the 0.x API as it stands -- cgit