2017 © Pedro Peláez
 

library mediawiki-extensions-youtrackticket

image

tetsuo13/mediawiki-extensions-youtrackticket

  • Wednesday, April 30, 2014
  • by tetsuo13
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

YouTrackTicket

YouTrackTicket is an extension for MediaWiki which will parse all <youtrack> tags into links to the respective YouTrack issue page. This extension encapsulates all references to your YouTrack issues so that any changes to the server URL can be maintained in a single location instead of editing all pages with issue IDs., (*1)

Usage

Use the <youtrack> tag to specify the YouTrack issue ID:, (*2)

<youtrack>FOOBAR-123</youtrack>

This will render a link to the "FOOBAR-123" issue in your YouTrack instance. The link will contain a small YouTrack logo to its right. This can be optionally disabled., (*3)

Installation

Follow these steps to install the extension:, (*4)

  1. Download or clone this repository in a new directory called YouTrackTicket in the extensions directory.
  2. Add the following to the bottom of LocalSettings.php:
require_once "$IP/extensions/YouTrackTicket/YouTrackTicket.php";

Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed., (*5)

Configuration

The following configuration variables are available. At minimum, $wgYouTrackTicketUrl needs to be set in order for YouTrackTicket to work correctly., (*6)

$wgYouTrackTicketUrl [string], (*7)

This is the URL to the target YouTrack instance and should not contain a trailing slash. Example:, (*8)

$wgYouTrackTicketUrl = 'https://support.company.tld';

$wgYouTrackTicketShowImage [boolean] (Optional), (*9)

If defined, specifies whether or not to show a small YouTrack logo next to the rendered link. By default, YouTrackTicket will show the logo., (*10)

The Versions

30/04 2014

dev-master

9999999-dev https://www.mediawiki.org/wiki/Extension:YouTrackTicket

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.1.0

 

mediawiki jetbrains youtrack parserhooks parser function parser hook

30/04 2014

1.0.0

1.0.0.0 https://www.mediawiki.org/wiki/Extension:YouTrackTicket

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.1.0

 

mediawiki jetbrains youtrack parserhooks parser function parser hook