After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 354378 - bugzilla integration
bugzilla integration
Status: RESOLVED FIXED
Product: tomboy
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Tomboy Maintainers
Tomboy Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-05 03:16 UTC by David Trowbridge
Modified: 2008-02-26 20:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch and bug image (3.85 KB, application/x-compressed-tar)
2006-09-05 03:17 UTC, David Trowbridge
Details
In-progress version (4.23 KB, application/x-compressed-tar)
2006-11-12 11:07 UTC, David Trowbridge
Details

Description David Trowbridge 2006-09-05 03:16:34 UTC
This patch adds a plugin that allows one to drag bug URLs from any bugzilla into a tomboy note.  When this happens, the bug number is inserted as a link, with a little bug icon next to it.

At the moment, there are a few problems with it:
  - It spits out all sorts of horrible gtktextiter errors on the console
  - Inserting a bug is not correctly undoable
  - It does de-link the bug if you insert or remove any characters inside the bug number, but this is not undoable.
  - There's currently no way to tell which bugzilla a given bug belongs to.  I do plan to eventually let you either use your own image files or automatically fetch the server's favicon.

There's also a lot more upward potential for this, especially with the XML-RPC interface available in modern bugzilla installations.
Comment 1 David Trowbridge 2006-09-05 03:17:27 UTC
Created attachment 72231 [details]
patch and bug image
Comment 2 Kevin Kubasik 2006-10-10 00:43:56 UTC
David: Do you plan to clean up those errors with the patch, or is this something that you are looking for someone else to pick up if they can? I can take a look at some of it, but I kinda wanna avoid working on the same problems if your already making progress on it.
Comment 3 David Trowbridge 2006-10-10 05:55:12 UTC
I do plan to clean them up; I spent some time working towards fixing all the textiter problems today, but made no real progress.  If you'd like to look at that (or any of the other things listed here), I'd be thrilled :)
Comment 4 David Trowbridge 2006-11-12 11:07:11 UTC
Created attachment 76425 [details]
In-progress version

I'm just uploading this here in case I break it horribly.  Images and redo don't work, but it will de-link the bug number without spewing errors now.
Comment 5 Alex Graveley 2006-11-12 18:02:13 UTC
Alright, I'm adding this latest patch to CVS.  I'm removing the (seemingly accidental) Tomboy.cs bit, and making the plugin not install by default until you give he word that you think it's ready.
Comment 6 Alex Graveley 2006-11-13 00:16:16 UTC
So I guess we can close this bug since David will be making future changes directly to CVS.  Please reopen if you think you need to.