#689561 wiki: add support for checking status of bugs in bugzilla

#689561#5
Date:
2012-10-04 01:19:05 UTC
From:
To:
We should add support for checking the status of bugs in bugzilla
installations. Below is a proof-of-concept python script that we can use
to create this. The script should have a list of known bugzilla
installations and only contact those. The JavaScript should recognise
URLs of the form ..../show_bug.cgi?id=1234 or /1234 on the known
hostnames and then contact the bugzilla script and return the results.

import xmlrpclib
import cgi
try:
        import json
except ImportError:
        import simplejson as json

url = 'https://bugzilla.gnome.org/xmlrpc.cgi'
proxy = xmlrpclib.ServerProxy(url)
bugs = proxy.Bug.get_bugs({'ids': [123456]})
payload = .........
output = json.dumps(payload)
print
print output

#689561#8
Date:
2017-09-25 16:31:54 UTC
From:
To:
Hi Paul,

This is interesting. For clarification, is your intent to have a tag
similar to (DebianBug:nnn) for additional Bugzilla  installations?

Essentially the curated list of known Bugzilla installations and their
associated tags, i.e. (GnomeBug:nnn) which are  ultimately rendered via bugstatus.js?

I may be thinking about this all wrong and completely missing your
intent :)

#689561#13
Date:
2017-09-26 02:23:03 UTC
From:
To:
That is one option, the other is to just recognise links to known
Bugzilla instances or all bugzilla.*.* or show_bug.cgi links.

For the Debian bugstatus stuff, we took both approaches;
check both DebianBug links and all bug links to bugs.debian.org.

Since there are a number of links to bugzilla instances,
I would suggest starting with detecting links to those:

https://wiki.debian.org/InterWikiMap?action=fullsearch&context=180&value=show_bug.cgi&fullsearch=Text

BTW, we do have a few interwiki link systems for bugs,
but none of them are for bugzilla instances AFAICT:

https://wiki.debian.org/InterWikiMap

#689561#16
Date:
2019-03-22 02:34:35 UTC
From:
To:
ПОКОЛЕНИЕ ИИСУСА ХРИСТА

ПОКОЛЕНИЕ МУЧЕНИЦА
учить умирать
за Иисуса Христа
{это министерство голоса восстановления, только дверь для раптуры церкви|Это единственный шанс для вознесения церкви, служения восстановления}.
{http://bit.ly/thelastelijah-ru|https://www.youtube.com/channel/UCkP8WWJ27AUTxhRt9ku002g}
Pr. Тупирани, Последний Элия.
Библия Да{!|,} Конституция Не{!|.}
2070: {Иисус Возвращается|возвращение Иисуса}.
Мы Не Масонов!
{Вот, Я пошлю к вам Илию пророка пред наступлением дня Господня, великого и страшного. (Малахия 4:5)| Малахия 4.5 Вот, Я пошлю к вам Илию пророка пред наступлением дня Господня, великого и страшного.}
{Иисус сказал им в ответ: правда, Илия должен придти прежде и устроить всё; (Матфея 17:11)|Матфея 17.11 Иисус сказал им в ответ: правда, Илия должен придти прежде и устроить всё;}
{GENERATION JESUS CHRIST|Generation Jesus Christ}

{GENERATION OF MARTYRS|Generation of Martyrs}
{TEACHING TO DIE FOR JESUS CHRIST|Teaching to {D|d}ie for Jesus Christ}.




This is {the {{M|m}inistry of the {V|v}oice of {R|r}estoration|{M|m}inistry of {R|r}estoration|{R|r}estoration {M|m}inistry}, the {unique|single} {door|chance} for the rapture of the {C|c}hurch|a {unique|single} {door|chance} for the rapture of the {C|c}hurch, the {M|m}inistry of the {R|r}estoration}:
{http://restauracao.net/home.html|https://www.youtube.com/channel/UCkP8WWJ27AUTxhRt9ku002g}



{Pr.|Pastor} {TUPIRANI|Tupirani}, the last Elijah.
Bible Yes{,|!} {c|C}onstitution No{.|!}
2070: Jesus {will return|return’s}.
We {aren't|are not} {masons|freemasons}.




{Behold, I will send you Elijah the {P|p}rophet before the coming of the {G|g}reat and dreadful {D|d}ay of the Lord. {(Malachi 4:5)|Malachi 4.5}|{(Malachi 4:5)|Malachi 4.5} Behold, I will send you Elijah the {P|p}rophet before the coming of the {G|g}reat and dreadful {D|d}ay of the Lord.}

{Elijah truly shall first come and restore all things. {(Matthew 17:11)|Matthew 17.11}|{(Matthew 17:11)|Matthew 17.11} Elijah truly shall first come and restore all things.}
------------------------------------------------------------------------------------------------
ПОКОЛЕНИЕ ИИСУСА ХРИСТА

ПОКОЛЕНИЕ МУЧЕНИЦА
учить умирать
за Иисуса Христа


Это министерство голоса восстановления, только дверь для раптуры церкви:
http://bit.ly/thelastelijah-ru
Pr. Тупирани, Последний Элия.
Библия Да! Конституция Не!
2070: Иисус Возвращается.
Мы Не Масонов!
“Вот, Я пошлю к вам Илию пророка пред наступлением дня Господня, великого и страшного." (Малахия 4:5)
“Иисус сказал им в ответ: правда, Илия должен придти прежде и устроить всё;" (Матфея 17:11)
GENERATION JESUS CHRIST

GENERATION OF MARTYRS
TEACHING TO DIE
FOR JESUS CHRIST.



This is the ministry of the voice of restoration, the unique chance for the rapture of the church:
http://restauracao.net/home.html


Pr. Tupirani, the last Elijah.
Bible Yes! Constitution No!
2070: Jesus will return.
We aren't freemasons!




“Behold, I will send you Elijah the prophet before the coming of the great and dreadful day of the Lord." (Malachi 4:5)

“Elijah truly shall first come and restore all things." (Matthew 17:11)59100735

#689561#21
Date:
2022-04-27 17:50:02 UTC
From:
To:
Did you receive my previous email?

Dr Patrick

#689561#26
Date:
2026-08-23 22:58:19 UTC
From:
To:
Closing out this never implemented idea; seems unlikely it will
happen for MoinMoin and maybe also not for MW.

C.