More supported commands for e-mail bug managing

Andras Mantia amantia at kde.org
Sun Feb 8 09:25:46 GMT 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

 Coolo "forced" me to look at the bug_email.pl. I've tried to implement some
more new commands:

NNNNN-confirm: changes the status of the bug to NEW
NNNNN-assign: changes the status of the bug to ASSIGNED. Should/can we specify
a person to whom it's assigned?

If this works (not tested, as I cannot commit  into bugs) I may be so happy
that will try to implement the "duplicate" functionality. Just that someone
should enlighten me  if it's enough to put in the SQL database the new bug
number as description, like:
        SendSQL("UPDATE bugs set bug_status=" . SqlQuote($status) .
                ", resolution=" . SqlQuote($resolution) .
                ", description=" . SqlQuote($description) .
		" where bug_id=" . SqlQuote($id) . ";");

Well, let's try it. The second diff contains also the duplicated
functionality, in form of ORIGINALBUGNUMBER-duplicate-NEWBUGNUMBER.

After that we should just make a GUI in KBugBuster.

Andras

PS: I know that now the CloseBug doesn't just close the bug, but nor did it
before (REOPEN), and it doesn't make sense to duplicate that function.

- --
Quanta Plus developer - http://quanta.sourceforge.net
K Desktop Environment - http://www.kde.org








-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQFAJgCaTQdfac6L/08RArx3AJ4nNCYpcMLqzX8OODqdcIjSYuDD1gCg2hgX
ZPQMIJZ4z4p+A0oGIPPFDGs=
=QgZ4
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_email.pl.diff
Type: text/x-diff
Size: 1531 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20040208/c955391b/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_email.pl.duplicate.diff
Type: text/x-diff
Size: 3679 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20040208/c955391b/attachment-0001.diff>


More information about the kde-core-devel mailing list