Skip to content

Commit 830652e

Browse files
authored
Merge pull request #4271 from ntrel/fix-report-bug
Fix BUGZILLA_NEW_BUG_URL macro to use github
2 parents cb58e21 + 69e6055 commit 830652e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

404.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $(D_S $(TITLE),
66
$(HTMLTAG3 img, src="$(STATIC images/dman-scared.jpg)")
77

88
$(P
9-
If you think there should be something here, please $(LINK2 $(BUGZILLA_NEW_BUG_URL)$(AMP)bug_severity=normal, report a bug).
9+
If you think there should be something here, please $(LINK2 $(BUGZILLA_NEW_BUG_URL)$(AMP)label=Severity:normal, report a bug).
1010
)))
1111

1212
Macros:

book/d.en/404.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $(D_S $(TITLE),
66
$(HTMLTAG3 img, src="$(STATIC images/dman-scared.jpg)")
77

88
$(P
9-
If you think there should be something here, please $(LINK2 $(BUGZILLA_NEW_BUG_URL)$(AMP)bug_severity=normal, report a bug).
9+
If you think there should be something here, please $(LINK2 $(BUGZILLA_NEW_BUG_URL)$(AMP)label=Severity:normal, report a bug).
1010
)))
1111
$(RED Some text here)
1212
Macros:

book/dlang.org.ddoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BLUE=$(SPANC blue, $0)
1212
BODY_PREFIX=
1313
BOOKTABLE = $(TC table, book, $(T caption, $1)$+)
1414
BUGZILLA = $(SPANC bugzilla, $(AHTTPS issues.dlang.org/show_bug.cgi?id=$0, Bugzilla $0))
15-
BUGZILLA_NEW_BUG_URL=https://issues.dlang.org/enter_bug.cgi?bug_file_loc=http%3A%2F%2Fdlang.org/$(SELF_PATH)$(AMP)component=$(PROJECT)$(AMP)op_sys=All$(AMP)priority=P3$(AMP)product=D$(AMP)rep_platform=All$(AMP)short_desc=%5B$(TITLE)%5D$(AMP)version=D2
15+
BUGZILLA_NEW_BUG_URL=https://github.com/dlang/$(PROJECT)/issues/new?title=%5B$(TITLE)%5D%20
1616
_=
1717

1818
CCODE=$(TC pre, ccode notranslate, $0)
@@ -318,7 +318,7 @@ _=
318318
PAGE_TOOLS=
319319
$(DIVID tools, $(DIV,
320320
$(DIVC tip smallprint,
321-
$(HTMLTAG3 a, href="$(BUGZILLA_NEW_BUG_URL)$(AMP)bug_severity=enhancement", Report a bug)
321+
$(HTMLTAG3 a, href="$(BUGZILLA_NEW_BUG_URL)$(AMP)label=Severity:Enhancement", Report a bug)
322322
$(DIV,
323323
If you spot a problem with this page, click here to create a Bugzilla issue.
324324
)

dlang.org.ddoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BLUE=$(SPANC blue, $0)
1313
BODY_PREFIX=
1414
BOOKTABLE = $(TC table, book, $(T caption, $1)$+)
1515
BUGZILLA = $(SPANC bugzilla, $(AHTTPS issues.dlang.org/show_bug.cgi?id=$0, Bugzilla $0))
16-
BUGZILLA_NEW_BUG_URL=https://issues.dlang.org/enter_bug.cgi?bug_file_loc=http%3A%2F%2Fdlang.org/$(SELF_PATH)$(AMP)component=$(PROJECT)$(AMP)op_sys=All$(AMP)priority=P3$(AMP)product=D$(AMP)rep_platform=All$(AMP)short_desc=%5B$(TITLE)%5D$(AMP)version=D2
16+
BUGZILLA_NEW_BUG_URL=https://github.com/dlang/$(PROJECT)/issues/new?title=%5B$(TITLE)%5D%20
1717
_=
1818

1919
CCODE=$(TC pre, ccode notranslate, $0)
@@ -323,7 +323,7 @@ _=
323323
PAGE_TOOLS=
324324
$(DIVID tools, $(DIV,
325325
$(DIVC tip smallprint,
326-
$(HTMLTAG3 a, href="$(BUGZILLA_NEW_BUG_URL)$(AMP)bug_severity=enhancement", Report a bug)
326+
$(HTMLTAG3 a, href="$(BUGZILLA_NEW_BUG_URL)$(AMP)label=Severity:Enhancement", Report a bug)
327327
$(DIV,
328328
If you spot a problem with this page, click here to create a Bugzilla issue.
329329
)

0 commit comments

Comments
 (0)