[Mageia-webteam] [Bug 3451] [New] Setup Bugzilla and download interwiki links
Romain d'Alverny
bugzilla-daemon at mageia.org
Fri Nov 25 17:29:41 CET 2011
https://bugs.mageia.org/show_bug.cgi?id=3451
Summary: Setup Bugzilla and download interwiki links
Product: Infrastructure
Version: unspecified
Platform: i586
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: Normal
Component: Bugzilla
AssignedTo: sysadmin-bugs at ml.mageia.org
ReportedBy: rdalverny at gmail.com
CC: sysadmin-bugs at ml.mageia.org, mageia-webteam at mageia.org
It would be cool to have [[bug:1234]] and [[download:filename]] in place in the
wiki to avoid writing long URLs to point to such resources.
Both can be setup through the following SQL queries (there's no native UI for
that in MediaWiki at this point):
REPLACE INTO interwiki (iw_prefix,iw_url,iw_local)
VALUES('bug', 'https://bugs.mageia.org/show_bug.cgi?id=$1', 0)
and
REPLACE INTO interwiki (iw_prefix,iw_url,iw_local)
VALUES('download', 'http://www.mageia.org/downloads/get/?q=$1', 0)
--
Configure bugmail: https://bugs.mageia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Mageia-webteam
mailing list