Trac Ticket Shortcode

Links directly to a ticket ("bug") on a Trac site.

Author:Frederick Ding (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.5.1
Plugin version:0.1
Added to WordPress repository:04-06-2013
Last updated:04-06-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:526
plugin download
Click to start download

Links directly to a ticket ("bug") on a Trac site using simple notation such as [bug 12345]. By default, this plugin is coded to link to the WordPress core Trac.

Generates output such as

<a href="http://core.trac.wordpress.org/ticket/100" title="WordPress Trac: Ticket #100: Support for a &quot;keywords&quot; field">#100</a>

The plugin will fetch the ticket title when a shortcode is first displayed; the ticket title is displayed in the title attribute of the link. The plugin caches titles in custom fields with the posts in which shortcodes are used, to minimize unnecessary computation.

Constants can also be set in wp-config.php to change the shortcode name and to switch to a different Trac site. See Installation.