From 8532de99d9b6d1a1ec53e9fb2f6ef7374fab4674 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 31 May 2011 09:24:17 -0700 Subject: Bug 647649: Change the old "Boolean Charts" UI into the new AND/OR "Custom Search" UI. r=timello, a=mkanat --- buglist.cgi | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 69c4edaec..7549063a4 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -68,19 +68,6 @@ if (length($buffer) == 0) { ThrowUserError("buglist_parameters_required"); } -# If a parameter starts with cmd-, this means the And or Or button has been -# pressed in the advanced search page with JS turned off. -if (grep { $_ =~ /^cmd\-/ } $cgi->param()) { - my $url = "query.cgi?$buffer#chart"; - print $cgi->redirect(-location => $url); - # Generate and return the UI (HTML page) from the appropriate template. - $vars->{'message'} = "buglist_adding_field"; - $vars->{'url'} = $url; - $template->process("global/message.html.tmpl", $vars) - || ThrowTemplateError($template->error()); - exit; -} - $cgi->redirect_search_url(); # Determine whether this is a quicksearch query. -- cgit v1.2.3-24-g4f1b