Difference between revisions of "Bugzilla"

From D Wiki
Jump to: navigation, search
(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...")
 
(Redirect to HTTPS: Remove, this was fixed server-side)
Line 16: Line 16:
  
 
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.
 
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 ([https://d.puremagic.com/issues/show_bug.cgi?id=12459 issue 12459]). You can use the following UserScript to redirect from HTTP to HTTPS automatically:
 
 
[http://dump.thecybershadow.net/d4490cc96b1c69cdf60b685cfefd0969/d-bugzilla-redirect.user.js d-bugzilla-redirect.user.js]
 

Revision as of 17:12, 22 August 2014

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.