X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fbugreport_buginfo.tx;fp=templates%2Fen_US%2Fcgi%2Fbugreport_buginfo.tx;h=63495402d1748af44c465135847cdd109b91ded5;hb=6c674e3570221c96734f94967ad55f50560bee54;hp=0000000000000000000000000000000000000000;hpb=6617fa4e20357b7c2bb9f5990984b08d4f827089;p=debbugs.git diff --git a/templates/en_US/cgi/bugreport_buginfo.tx b/templates/en_US/cgi/bugreport_buginfo.tx new file mode 100644 index 0000000..6349540 --- /dev/null +++ b/templates/en_US/cgi/bugreport_buginfo.tx @@ -0,0 +1,54 @@ +
+

Reported by: <: raw(package_links(submitter=>$status.originator )) :>

+

Date: <: $status.date_text :>

+ : if defined($status.owner) && $status.owner.length() { +

Owned by: <: raw(package_links("owner",$status.owner)) :>

+ : } +

Severity: <: if $status.severity { :><: } :><: $status.severity :> + <: if $status.severity { :><: } :>

+

<: if $status.tags_array { :>Tags: <: $status.tags_array.join(' ') :>

<: } :> + : if $status.mergedwith_array.count > 0 { +

Merged with <: bug_links(bug=>$status.mergedwith_array).join(",\n") :>

+ : } + : if $status.found_versions.count { +

Found in + version<:- if $status.found_versions.count > 1 { -:>s<: } -:> + <: $status.found_versions.join(', ') :>

+ : } + : if $status.fixed_versions.count { +

Fixed in + version<:- if $status.fixed_versions.count > 1 { -:>s<: } -:> + <: $status.fixed_versions.join(', ') :>

+ : } + <: if $status.done.length() { :> +

Done: <: $status.done :>

+ <: } :> + <: if $status.blockedby_array.count { :> +

Fix blocked by + : for $status.blockedby_array -> $bug { + <: bug_links("bug",$bug.bug_num) :>: <: $bug.subject :><: if !$~bug.is_last { :>, + <: } else { :>.<: } :> + : } +

+ <: } :> + : if $status.blocks_array.count { +

Blocking fix for + : for $status.blocks_array -> $bug { + <: bug_links("bug",$bug.bug_num) :>: <: $bug.subject :><:if ! $~bug.is_last { :>, + <: } else { :>.<: } :> + : } +

+ : } + : if $status.archived { +

Bug is archived. No further changes may be made.

+ : } + : if defined $status.forwarded and $status.forwarded.length() { +

Forwarded to <: split($status.forwarded,',\s+').map(maybelink).join(', ') :>

+ : } + : if defined $status.summary and $status.summary.length() { +

Summary: <: $status.summary :>

+ : } + : if defined $status.outlook and $status.outlook.length() { +

Summary: <: $status.outlook :>

+ : } +