summaryrefslogtreecommitdiffstats
path: root/quicksearch.js
AgeCommit message (Collapse)AuthorFilesLines
2003-01-12Bug 153874: Query in sidebar wasn't workingjustdave%syndicomm.com1-1/+1
Patch by Peter Henderson (peterhenderson@usa.net) r= kiko, a= justdave
2001-12-25Re-fixing bug 37339 - Checking an undefined variable for a specific value ↵jake%acutex.net1-1/+1
didn't work in Netscape 4 (and was probably a strict warning everywhere else). Fix by Christian Reis <kiko@async.com.br> r= afranke, jake
2001-12-13Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The ↵jake%acutex.net1-11/+9
sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not. r= ddk, kiko
2001-07-20Re-fix for bug 77699: the undefined error affected other browsers than just ↵justdave%syndicomm.com1-25/+17
IE5, so work around it for all browsers. Patch by Stephen Lee <slee@uk.bnsmc.com> r= afranke@ags.uni-sb.de
2001-06-29Fix for but 76073: - and + didn't work in quicksearch in IE and Operajustdave%syndicomm.com1-2/+2
Patch by Andreas Franke <afranke@ags.uni-sb.de> r= justdave@syndicomm.com
2001-06-19Fix for bug 85832 - QuickSearch should strip leading and trailing spaces.jake%acutex.net1-0/+7
Patch by Andreas Franke <afranke@ags.uni-sb.de>
2001-06-16Fix for bug 83619 - QuickSearch was crashing Netscape 4.76 and 4.77 on Unixjake%acutex.net1-2/+4
Patch by Andreas Franke <afranke@ags.uni-sb.de>
2001-05-29Fix for bug 77699 and bug 71503: fix javascript errors in quicksearch and ↵justdave%syndicomm.com1-49/+116
improve IE5 compatibility Patch by Stephan Lee <slee@uk.bnsmc.com> and Andreas Franke <afranke@ags.uni-sb.de>
2001-03-01Fix for bug 70544: QuickSearch drops everything after the first negated worddave%intrec.com1-1/+1
patch by afranke@ags.uni-sb.de (Andreas Franke)
2001-03-01fix for 69793: check in new files for QuickSearchcyeh%bluemartini.com1-0/+670
patch contributed by franke@ags.uni-sb.de (Andreas Franke) Now add quicksearch functionality to the main index page.