<<O>>  Difference Topic BugzillaLinkPlugin (r1.1 - 04 May 2005 - LucMoreau)
Line: 1 to 1
Added:
>
>

BugzillaLinkPlugin

Instead of writing [[yourBugZillaURL/path/shob_bug.cgi?id=123][Bug #123]] for every bug this plugin provides a convenient way to to this. Now, you only have to write %BUG{123}% to get the same result. This plugin does nothing else than giving your a shorthand for the above plus it places a nice bug-icon next to the bug. Have fun! wink

Since version 1.1 there is another shorthand to display buglists depending on your milestones. Just specify a milestone in the list tag like this %BUGLIST{1.8}% and you will get all bugs that have a target milestone of 1.8 or 1.8b. The beta thing is hard coded, so if you dont neet this you have to change this in the code, but as far as I know you can also ignore it.

In version 1.2 a shorthand for the 'mybugs' feature was added.

Syntax Rules

  • %BUG{yourBugzillaBugNumberGoesHere}%
  • %BUGLIST{yourBugzillaMilestoneNumberGoesHere}%
  • %MYBUGS{user@some.domain}%

Example

BugzillaLinkPlugin Settings

Plugin Installation Instructions

Extract BugzillaPlugin1?.0.tar.gz, edit the BugzillaLinkPlugin-topic to your needs and have fun.

Files

  • lib/TWiki/Plugins/BugzillaLinkPlugin.pm
  • data/TWiki/BugzillaLinkPlugin.txt
  • pub/TWiki/BugzillaLinkPlugin/bug.gif
  • pub/TWiki/BugzillaLinkPlugin/bug_small.gif
  • pub/TWiki/BugzillaLinkPlugin/bug_small.png
  • pub/TWiki/BugzillaLinkPlugin/bug_small_white.png

Plugin Info

Plugin Author: FlorianGnaegi?
Plugin Version: 1.2
Change History: 15 August 2002: Initial version
19. August Version 1.1
8. July 2003 Version 1.2
CPAN Dependencies: none
Other Dependencies: none
Perl Version: 5.0
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/BugzillaLinkPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/BugzillaLinkPluginDev

History

  • 1.0: BUG function
  • 1.1: Added BUGLIST function, renamed to BugzillaLinkPlugin
  • 1.2: Added MYBUGS function (Thanks to Steve Kostecke), dealing with whitespace (Thanks to Alan Shields)

Contributors

  • Steve Kostecke (MYBUGS function)
  • AnthonPang? (Repackaging)
  • AlanShields? (White space elimination in queries)

Related Topics: TWikiPreferences, TWikiPlugins

-- FlorianGnaegi? - 07 July 2003

META FILEATTACHMENT bug.gif attr="" comment="GIF Bug large" date="1029409171" path="/home/gnaegi/bug.gif" size="166" user="FlorianGnaegi" version="1.1"
META FILEATTACHMENT bug_small.gif attr="" comment="GIF Bug small" date="1029416770" path="/home/gnaegi/bug_small.gif" size="885" user="FlorianGnaegi" version="1.1"
META FILEATTACHMENT bug_small.png attr="" comment="PNG Bug transparent" date="1029409171" path="/home/gnaegi/bug.gif" size="166" user="FlorianGnaegi" version="1.0"
META FILEATTACHMENT bug_small_whilte.png attr="" comment="PNG Bug, white background" date="1029409171" path="/home/gnaegi/bug.gif" size="166" user="FlorianGnaegi" version="1.0"
Revision -
Revision r1.1 - 04 May 2005 - 10:27 - LucMoreau