From 091e7386f730c17961e8c3b4d80fcf667d29d718 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 25 Mar 2008 17:30:30 -0400 Subject: Woo doggies a big chunk of abstractification. --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index f09ae8b..4d1b6a9 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -- Bugzilla class should be renamed RHBugzilla -- Create a Bugzilla3 class that uses the Bugzilla3.0 web services -- connect method should move out of Bugzilla class, return one of the two - above classes (depending on what type of bugzilla instance we're talking to) +- flesh out Bugzilla3 class +- 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 -- cgit From f64e769813a61ac8d93f82ba3592c334626611e3 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Sat, 21 Jun 2008 11:30:51 -0400 Subject: todos for man pages --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 4d1b6a9..fc05cf9 100644 --- a/TODO +++ b/TODO @@ -2,3 +2,5 @@ - 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 +- auto-generate the man page +- actually install the man page -- cgit From c4508eafd17be977fcddab229ae1f80c7a47f0d4 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 14 Jul 2008 16:41:52 -0400 Subject: add TODO reminder about bz 3.2 --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index fc05cf9..0254dfc 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ - flesh out Bugzilla3 class +- Add Bugzilla32 class - Bugzilla 3.2 can actually *search*! - 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 -- cgit From 4ece95e2108afb80c8fa7e35ba6157358b0f6664 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 5 Aug 2008 15:50:41 -0400 Subject: API reminder --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 0254dfc..fc0a196 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,5 @@ - make the abstract methods return stuff closer to Bugzilla3's return values - auto-generate the man page - actually install the man page +- Document the 0.x API as it stands +- Work on a cleaner 1.x API -- cgit 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(-) (limited to 'TODO') 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 From ce753c44a0445b796cd19851cba8dff2e5d455d0 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 4 Sep 2008 12:28:16 -0400 Subject: Add comments, raise exception if Bugzilla class autodetection fails --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9f73ffd..5e342ac 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,3 @@ -- 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 -- cgit