#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1065824424', 'name' => 'reports/duplicates.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n\n"; $output .= "\n"; if ($stash->get('product')) { $stash->set('title', ("Most Frequently Reported Bugs for " . $stash->get('product'))); } else { $output .= " "; $stash->set('title', 'Most Frequently Reported Bugs'); } $output .= "\n"; $output .= $context->process('global/header.html.tmpl'); $output .= "\n\n

\n What is this data?\n
\n Change parameters\n

\n"; $output .= $context->process('reports/duplicates-table.html.tmpl'); $output .= "\n\n
\n
\n\n"; $output .= "\n"; $stash->set('bug_ids_string', $stash->get(['vis_bug_ids', 0, 'join', [ ',' ]])); $output .= "\n\n

Change Parameters

\n\n
\n filter('html') || $context->throw($context->error); $output .= $stash->get('sortby'); &$filter($output); }; $output .= "\">\n get('reverse'); $output .= "\">\n get('bug_ids_string'); $output .= "\">\n \n \n \n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n \n \n \n \n\n
When sorting or restricting,\n work with:\n get('sortvisible')) { $output .= 'checked'; } $output .= "> \n \n
\n get('sortvisible')) { $output .= 'checked'; } $output .= "> \n \n
Restrict to products:\n \n
Max rows:\n get('maxrows'); $output .= "\">\n
Change column is change in the last:\n get('changedsince'); $output .= "\"> days\n
\n \n \n get('openonly')) { $output .= 'checked'; } $output .= "> \n
\n\n \n
\n\n
\n get('bug_ids_string'); $output .= "\">\n \n Or just give this to me as a . \n (Note: the order may not be the same.)\n
\n\n
\n\n\n What are \"Most Frequently Reported Bugs\"?\n\n\n
\n The Most Frequent Bugs page lists the known open bugs which \n are reported most frequently in recent builds. It is \n automatically generated from the Bugzilla database every 24 hours, by \n counting the number of direct and indirect duplicates of bugs.\n This information is provided in order to assist in minimizing\n the amount of duplicate bugs entered into Bugzilla which in turn cuts down\n on development time.\n
\n\nHow do I use this list?\n\n\n"; $output .= $context->process('global/footer.html.tmpl'); $output .= "\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { }, });