Bugzilla
MediaWikiソフトウェアにおけるすべてのバグはbugzilla.wikimedia.orgで報告されます。これは新しい機能を提案したり、既存機能の強化を依頼する場所でもあります。
Contents
- 1 Bugzillaとは?
- 2 バグを報告するには?
- 3 Comments
- 4 なぜ登録をしなければならないの?
- 5 How do I register?
- 6 なぜこのページではバグを報告できないのですか?
- 7 How do I link to a bug?
- 8 What do the priority and severity fields mean?
- 9 What does the Status field mean? (NEW, RESOLVED, etc.)
- 10 How can I see bugzilla attachments properly?
- 11 Queries
- 12 関連ページ
Bugzillaとは?[edit | edit source]
もっと詳細な情報に関しては、Wikipediaの記事をご覧下さい。
Bugzilla is an online bug-tracking tool, developed by the Mozilla Foundation, and is the system we use to track all open issues with MediaWiki.
Bugzillaを使う理由は、開発者が問題を簡単に見つけ、追跡をし、議論をして、重複する問題に気づき、最終的にはそれらを解決するためです。
場所によってはBugzillaはMediazillaとも呼ばれます。
バグを報告するには?[edit | edit source]
Please see How to report a bug.
Comments[edit | edit source]
Bugzilla comments are plain text; you cannot use HTML. However, Bugzilla will automatically make hyperlinks in these ways:
Link to:
- Bug report
bug 1234
- Comments
comment 7
. Can also be combined with bug:bug 1234 comment 7
- Attachments
attachment 4321
- SVN commits
r1234
(link to the revision shown in Code review (through Special:Code/MediaWiki)
- Change sets in Gerrit
gerrit change 1234
Ic535fd22
Ic535fd22adfe2172677932de8fab36aeb8a22d65
The recognized format for changeset number isgerrit(\ change(set)?)?\ ?\#?(\d+)
.
Newlines added by bugzilla break the autolinking, as usual. Technical details: see rules.
More info: Hints and Tips. From The Bugzilla Guide. Go there for latest version.
Website links within Bugzilla comments[edit | edit source]
Full URLs[edit | edit source]
Websites: https://www.mediawiki.org/wiki/Bugzilla
MediaWiki-style internal links[edit | edit source]
They are supported. By default they point to English Wikipedia. Interwiki prefixes are supported as well and work as usual, starting from en.wikipedia.org: [[de:Sandbox]]
will link to the German Wikipedia, and so on.
Using pipes for a different label does not work. For example; [[link|name]]
is not supported and won't create a link.
Section links work too, but you need to insert them correctly: the simplest way is to copy the URL from the location bar of your browser, and add brackets around the part of it after wiki/
, e.g. [[MediaWiki#Editing_interface]]
to link w:MediaWiki#Editing interface (technically: the section link has to be already URL-encoded).
Longer interwiki links need to be on their own line, otherwise they're split over two lines and won't be linkified. If an interwiki link is not recognized, add a colon : before it (e.g. [[:MeatBall:Whatever]]
).
Since recently, also non-local interwikis work.
なぜ登録をしなければならないの?[edit | edit source]
Bugzillaにバグを報告するためには登録が必要です。バグに関して開発チームがあなたに質問をしたい場合に連絡が取れるようにするためです。例えば、開発者が問題を再現できないとき、バグについての更に詳しい質問をします。
You can also add/remove yourself from any bug report (including reports created by other users).
ログインすると、Bugzillaがどの種類の報告をあなたの電子メールに送信するかを指定できます。すべての報告送信をoffにすることも可能です。この設定をするためには右上の 'my preferences' をクリックして 'email settings' タブを選択して下さい。
How do I register?[edit | edit source]
登録は自由で簡単です。ページ右上の 'create account' リンクをクリックして、電子メールアドレスを入力するだけです (任意で本名も入力できます)。その後、確認電子メールより受け取ったパスワードを使用してログインします。なお、電子メールのアドレスは、登録後に 'my preference' から変更できます。
Note that new users are prevented from taking certain actions by default, such as closing or assigning tickets. This is largely to protect against spam. You can acquire these rights by participating in the tracker in other ways, or by requesting them on IRC.
How to hide your email address[edit | edit source]
Please note that (unlike on Wikimedia projects) your email address will be visible on threads you participate in, and on thread CC lists you have added yourself to. It is visible to everyone who is logged in. It is not visible to people who are not logged in. Your email address can not be hidden from logged-in readers.
It is possible to create an additional web-based e-mail address, and then set it to forward email to your main email address. This prevents exposure of your main email address. Google Mail (Gmail) allows free email forwarding. One can automatically forward email from one Gmail account to another Gmail account, or to any email account.
You can change your email address or name at anytime on Bugzilla. They are then changed in all bug threads you participated in. So if you decide later on to hide your main email address or name you can still do so.
なぜこのページではバグを報告できないのですか?[edit | edit source]
できない事はありません。歩道の上にチョークで書いて報告することもできます。しかし、開発者がバグに取り組むことを望むのなら、彼らが読みそうな場所にレポートを書く必要があります。そこは、すなわちBugzillaです。
How do I link to a bug?[edit | edit source]
If you want to create a link from a wiki page to a Bugzilla report, use [[bugzilla:XXX]]
, where XXX is the number of the bug report. For example [[bugzilla:4198]]
will result in the following link: bugzilla:4198.
{{bugzilla}}
テンプレートを使って {{bugzilla|4198}} と書くと、bug 4198 と表示されます。ウィキによっては、{{tracked|4198}} や、バグ報告に修正済みの印がついたときに {{Resolved}} を使うこともできます。
What do the priority and severity fields mean?[edit | edit source]
See Bugzilla/Fields#Priority and Bugzilla/Fields#Severity.
What does the Status field mean? (NEW, RESOLVED, etc.)[edit | edit source]
See the field description. NEW is also one of the statuses that an open bug might have.
How can I see bugzilla attachments properly?[edit | edit source]
Currently we override your browser settings (bug 54181), so PNG attachments are downloaded instead of being displayed in your browser etc. A modified inlinedisposition extension is available for Firefox users: it restores normal behavior on our bugzilla, without affecting other sites.
Queries[edit | edit source]
関連ページ[edit | edit source]
- Using bugzilla
- Bugzilla/Fields – how to fill out different fields in a bug report.
- Bugzilla products & components
- A bug's life cycle – how the Status and Resolution fields work.
- patch-related keywords - how to use the Keywords field to track patches (either in bugzilla or gerrit)
- Wikipedia: Bug reports and feature requests
- Following bugs
- Annoying little bugs
- Annoying large bugs
- wikibugs-l – mailing list to follow all Bugzilla activity.
- #mediawiki (IRC) is automatically notified with every change to Bugzilla, as well.
- Bugzilla administration and contacts
- Bug management
- List of Bugzilla admins on Meta
- Bugzilla administrator rights policy (New, June 2013)