[Mageia-webteam] [Bug 3451] Setup Bugzilla and download interwiki links

Nicolas Vigier bugzilla-daemon at mageia.org
Sun Dec 4 21:52:13 CET 2011


https://bugs.mageia.org/show_bug.cgi?id=3451

Nicolas Vigier <boklm at mars-attacks.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boklm at mars-attacks.org

--- Comment #5 from Nicolas Vigier <boklm at mars-attacks.org> 2011-12-04 22:52:13 CET ---
I added the two entries in the database. After testing on the wiki, it looks
like it is working for download links, but not for bug links (I don't know
why).

Database has this :

mediawiki_en=> SELECT * from interwiki WHERE iw_prefix = 'bug';
 iw_prefix |                   iw_url                   | iw_local | iw_trans 
-----------+--------------------------------------------+----------+----------
 bug       | https://bugs.mageia.org/show_bug.cgi?id=$1 |        0 |        0
(1 row)

mediawiki_en=> SELECT * from interwiki WHERE iw_prefix = 'download';
 iw_prefix |                  iw_url                   | iw_local | iw_trans 
-----------+-------------------------------------------+----------+----------
 download  | http://www.mageia.org/downloads/get/?q=$1 |        0 |        0
(1 row)

-- 
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