svn commit: r886081 - /forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js

[email protected]
Newsgroups gmane.text.xml.forrest.cvs
Message-ID <[email protected]>
Author: gmcdonald
Date: Wed Dec  2 09:17:49 2009
New Revision: 886081

URL: http://svn.apache.org/viewvc?rev=886081&view=rev
Log:
Change from smart query to standard query, fix for FOR-1183

Modified:
    forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js

Modified: forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js?rev=886081&r1=886080&r2=886081&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js (original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js Wed Dec  2 09:17:49 2009
@@ -99,7 +99,7 @@
 function searchIssue(searchID)
 {
   var searchItem = document.getElementById(searchID);
-  navigate('http://issues.apache.org/jira/secure/QuickSearch.jspa?pid=12310000&searchString=' + searchItem.value);
+  navigate('http://issues.apache.org/jira/secure/IssueNavigator.jspa?query=' + searchItem.value + '&summary=true&description=true&reset=true&body=true&pid=12310000');
 }
 
 function searchSite(searchID)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.