Skip to content

Commit

Permalink
Fix Issue 10764 - Add some description and links to where bugs can be…
Browse files Browse the repository at this point in the history
… reported and search from.
  • Loading branch information
AndrejMitrovic committed Apr 22, 2014
1 parent 47999c9 commit 2357dd1
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion bugstats.php.dd
Expand Up @@ -2,6 +2,29 @@ Ddoc

$(D_S Bug tracker,

$(LI
We use $(B Bugzilla) to track the issues for the D programming language.
$(P The home of the D issue tracker is: $(LINK2, $(B http://issues.dlang.org)))
)

$(LI
You can browse through the existing bugs for D projects $(LINK2 https://issues.dlang.org/describecomponents.cgi?product=D, $(B here).)
)

$(BR)

$(LI
If you want to search for a specific bug, you can use the $(LINK2 https://issues.dlang.org/query.cgi?format=specific, $(B search page).)
)

$(BR)

$(LI
And if you want to file a new bug, you can use $(LINK2 https://issues.dlang.org/enter_bug.cgi?product=D, $(B this page)).
)

$(H3 Bug Tracker Statistics)

$(BOOKTABLE $(SECTION3 Current bugs <font size=-1>$(LINK2 https://issues.dlang.org/enter_bug.cgi?product=D,[report new bug])$(LINK2 https://issues.dlang.org/query.cgi,[search])</font>),
$(DISPLAY Regression, y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression)
$(DISPLAY Blocker, y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker)
Expand All @@ -18,7 +41,7 @@ $(P <center>$(LINK2 https://issues.dlang.org/reports.cgi?product=D&datasets=NEW%
)

Macros:
TITLE=Bug tracker for dmd
TITLE=The D Bug Tracker
PHP=<?php $0 ?>
BOOKTABLE = <center><table cellspacing=0 cellpadding=5 valign=top class=book><caption>$1</caption>$2</table></center>
DISPLAY=$(TR $(TD <font color=$3>$(LINK2 https://issues.dlang.org/buglist.cgi?$2, $1)</font>) $(TD <iframe scrolling=no frameborder=0 width="4.8em" height="1.4em" style="width:4.8em;height:1.4em;" vspace="0" hspace="0" marginwidth="0" marginheight="0" src=fetch-issue-cnt.php?$2&format=table&action=wrap&ctype=csv></iframe>))

0 comments on commit 2357dd1

Please sign in to comment.