Bug 280145

Summary: Making DrKonqi known to BKO
Product: [Applications] drkonqi Reporter: Matthias Fuchs <mat69>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: adaptee, imalchow, mail, toma
Priority: NOR    
Version: 2.9.2   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In: 4.11.0
Sentry Crash Report:
Attachments: A simple patch to make DrKonqi set keyword when creating new report

Description Matthias Fuchs 2011-08-15 19:25:54 UTC
I plan to modify DrKonqi to make all the bugs that are entered via this tool to be easily findable.
So far there is only the "Reported using DrKonqi" line at the bottom of the first comment.

Now I wonder -- I did not look at the public API yet -- if it wouldn't be better to either set a Keyword "DrKonqi" or to add a new flag that is then set.

This would be useful for querying as I suppose searching the comments takes a lot longer and uses more resources than searching for a flag or keyword does.

If any of these measures is done it would probably be cool if there was an update script to update all the old reports and maybe just maybe a script that would add that for new ones coming via old DrKonqi versions. In fact if you give me some pointers I'll try to create such script to avoid you too much work.
Comment 1 Jekyll Wu 2013-01-14 19:16:54 UTC
It is easy to modify DrKonqi (10 lines) to automatically set some keyword(s) (like 'drkonqi') when creating new report. 

That would make it much easier to find reports created by DrKonqi, which is espeically useful for DrKonqi developers .

So, does DrKonqi deserve its own keyword :) ?
Comment 2 Jekyll Wu 2013-01-17 17:51:48 UTC
Created attachment 76532 [details]
A simple patch to make DrKonqi set keyword when creating new report

Attach the simple patch here in case I forget it and someone else tries to do the same hacking.
Comment 3 Ingo Malchow 2013-01-17 18:09:34 UTC
As for the bugzilla side, new keyword "drkonqi" has been added.
Comment 4 Jekyll Wu 2013-01-17 19:30:48 UTC
Move it to the drkonqi prodocut, since the keyword is already added in bugs.kde.org

https://git.reviewboard.kde.org/r/108450/
Comment 5 Jekyll Wu 2013-01-18 20:35:41 UTC
Git commit 95a7be8b7cf37ddb462bb008ca415aa8091f87aa by Jekyll Wu.
Committed on 18/01/2013 at 21:11.
Pushed by jekyllwu into branch 'master'.

DrKonqi now makes use of the new "drkonqi" keyword on bugs.kde.org

That makes it easier to identify and search for reports created by
DrKonqi. That should be helpful for developers to collect statistics and
examples.

REVIEW: 108450

FIXED-IN: 4.11.0

M  +1    -0    drkonqi/bugzillalib.cpp
M  +7    -0    drkonqi/bugzillalib.h
M  +1    -0    drkonqi/reportinterface.cpp

http://commits.kde.org/kde-runtime/95a7be8b7cf37ddb462bb008ca415aa8091f87aa
Comment 6 Tom Albers 2013-03-06 22:24:28 UTC
Thanks Jekyll. Nice work!!