blob: 412e8e9fc7a482a12e846acfa8cabc4287e57219 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
Fixed bugzilla.mozilla.org compatibility problems
#################################################
:date: 2010-07-21T14:12:00
:category: computer
:tags: jetpack, firefox
My `GUADEC presentation`_ is getting nearer and nearer which makes me
push commits in the even higher frequency. Yesterday I have finally
fixed compatibility issues with bugzilla.mozilla.org and created
`default JSON for Mozilla bug triagers`_, which is just a port of the
original `Philip’s one`_.
.. image:: http://2.bp.blogspot.com/_de4d8QAtRzI/TEbiR8yS1uI/AAAAAAAAAsU/-lvMKzR1bL0/s400/BTS-mozilla-example.png
:scale: 66%
:align: center
:target: http://2.bp.blogspot.com/_de4d8QAtRzI/TEbiR8yS1uI/AAAAAAAAAsU/-lvMKzR1bL0/s1600/BTS-mozilla-example.png
:alt: bugzilla.mozilla.org page with additioinal predefined comments
In other news, I have created mirror of my official
git://git.fedorahosted.org/bugzilla-triage-scripts.git
repo on GitHub_. Pull requests and any other means of providing
patches are of course very welcome! (Sorry, I don't have a dovecote, so
I am not `RFC 1149`_ compatible).
In yet another news, does anybody have any idea, how to make `an addon
on AMO`_ reviewed? Oh well :(.
.. _`GUADEC presentation`:
http://guadec.org/index.php/guadec/2010/paper/view/38
.. _`default JSON for Mozilla bug triagers`:
https://git.cepl.eu/cgit/bugzilla-triage/tree/jsons/Config_mozilla.json
.. _`Philip’s one`:
http://mozilla.kewis.ch/jetpack/bugzilla-comments-json.js
.. _GitHub:
http://github.com/mcepl/bugzilla-triage-scripts-mirror
.. _`RFC 1149`:
http://tools.ietf.org/html/rfc1149
.. _`an addon on AMO`:
https://addons.mozilla.org/cs/firefox/addon/192496/
|