Bug 71647 - Missing entries and incorrect status on a bug
Summary: Missing entries and incorrect status on a bug
Status: RESOLVED WORKSFORME
Alias: None
Product: kbugbuster
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Martijn Klingens
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-02 04:28 UTC by Brad Hards
Modified: 2004-02-01 16:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Hards 2004-01-02 04:28:07 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

http://bugs.kde.org/show_bug.cgi?id=64008 shows two replies (one from me, and one from David Faure). David has marked the bug RESOLVED (with Resolution of WORKSFORME).

Bugbuster shows #64008 as only having one reply. It is also status Unconfirmed.
Comment 1 Martijn Klingens 2004-02-01 16:28:03 UTC
If I open this bug number directly in KBB I see both comments, actually.

However, I can't get the thing to show up AT ALL in the top list, because the bug is closed and KBB doesn't seem to fetch closed bugs anymore. Will investigate.

Martijn
Comment 2 Martijn Klingens 2004-02-01 16:39:18 UTC
Subject: KDE_3_2_BRANCH: kdesdk/kbugbuster/backend

CVS commit by mklingens: 

Fetch closed bugs as well when the setting is enabled (backport)

CCMAIL: 71647@bugs.kde.org


  M +3 -0      domprocessor.cpp   1.20.2.1


--- kdesdk/kbugbuster/backend/domprocessor.cpp  #1.20:1.20.2.1
@@ -328,4 +328,7 @@ void DomProcessor::setBugListQuery( KURL
   else
       url.setQuery( "?user=" + user + "&product=" + product.name() + "&component=" + component );
+
+  if ( KBBPrefs::instance()->mShowClosedBugs )
+      url.addQueryItem( "addClosed", "1" );
 }
 


Comment 3 Martijn Klingens 2004-02-01 16:41:01 UTC
The bug appears correctly for me. If you have more info, feel free to reopen, but for now there's nothing I can do -- it just works here :)

Martijn