Bugzilla

From D Wiki
Revision as of 11:07, 25 March 2014 by Vladimir Panteleev (talk | contribs) (Created page with "D's bug database is currently a Bugzilla instance located at https://d.puremagic.com/issues/. It is hosted and maintained by Brad Roberts. == Automatic links on GitHub == Al...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

D's bug database is currently a Bugzilla instance located at https://d.puremagic.com/issues/. It is hosted and maintained by Brad Roberts.

Automatic links on GitHub

Although it is good practice to include direct links to issues in GitHub pull requests, here is a UserScript which automatically turns "issue NNNN" text on GitHub pages of D projects into links to the corresponding Bugzilla page:

dbuglinks.user.js

Quick search

To quickly access a certain Bugzilla issue or search the database, you can create a browser search as follows:

  1. Open Bugzilla
  2. Right-click the "Search" field at the top
  3. Select "Create search" (or your browser's equivalent).

Depending on your web browser, you can assign a keyword (e.g. "db" for "D Bugs"), which should allow opening any issue by typing "db NNNN" in the location bar. Searching works in the same way, by entering search terms instead of NNNN.

Redirect to HTTPS

Bugzilla currently only remembers your login session if you visit Bugzilla via HTTPS (issue 12459). You can use the following UserScript to redirect from HTTP to HTTPS automatically:

d-bugzilla-redirect.user.js