GNOME Bugzilla – Bug 354378
bugzilla integration
Last modified: 2008-02-26 20:50:49 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.
Created attachment 72231 [details] patch and bug image
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.
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 :)
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.
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.
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.