From ed4e3210da7e90844eb9623b02fa912b45a09cec Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 22 Sep 2008 03:08:32 +0000 Subject: scan-view: Add links from bug reporting forms to report & summary pages. llvm-svn: 56427 --- clang/tools/scan-view/ScanView.py | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'clang/tools/scan-view/ScanView.py') diff --git a/clang/tools/scan-view/ScanView.py b/clang/tools/scan-view/ScanView.py index 3c605211ff2..1606a8ddf62 100644 --- a/clang/tools/scan-view/ScanView.py +++ b/clang/tools/scan-view/ScanView.py @@ -260,6 +260,7 @@ class ScanViewRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): return (t.success, t.status) def send_report_submit(self): + report = self.fields.get('report') title = self.fields.get('title') description = self.fields.get('description') @@ -274,11 +275,15 @@ class ScanViewRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): result = """ - Report Submission + Bug Submission -

Report Submission

+

+Summary > +Report %(report)s > +File Bug > +Submit

@@ -362,7 +367,7 @@ Line: %s result = """ - File Report + File Bug -

File Report

+

+Summary > +Report %(report)s > +File Bug

@@ -421,7 +429,7 @@ function updateReporterOptions() {
- -- cgit v1.2.3