aboutsummaryrefslogtreecommitdiffstats
path: root/quicksearch.js
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, ↵jocuri%softhome.net2005-06-091-2/+2
| | | | a=justdave.
* Add an XXX comment related to bugs 201235 and 236025.kiko%async.com.br2004-02-291-0/+4
|
* Bug 153874: Query in sidebar wasn't workingjustdave%syndicomm.com2003-01-121-1/+1
| | | | | Patch by Peter Henderson (peterhenderson@usa.net) r= kiko, a= justdave
* Re-fixing bug 37339 - Checking an undefined variable for a specific value ↵jake%acutex.net2001-12-251-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
* Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The ↵jake%acutex.net2001-12-131-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
* Re-fix for bug 77699: the undefined error affected other browsers than just ↵justdave%syndicomm.com2001-07-201-25/+17
| | | | | | | IE5, so work around it for all browsers. Patch by Stephen Lee <slee@uk.bnsmc.com> r= afranke@ags.uni-sb.de
* Fix for but 76073: - and + didn't work in quicksearch in IE and Operajustdave%syndicomm.com2001-06-281-2/+2
| | | | | Patch by Andreas Franke <afranke@ags.uni-sb.de> r= justdave@syndicomm.com
* Fix for bug 85832 - QuickSearch should strip leading and trailing spaces.jake%acutex.net2001-06-191-0/+7
| | | | Patch by Andreas Franke <afranke@ags.uni-sb.de>
* Fix for bug 83619 - QuickSearch was crashing Netscape 4.76 and 4.77 on Unixjake%acutex.net2001-06-161-2/+4
| | | | Patch by Andreas Franke <afranke@ags.uni-sb.de>
* Fix for bug 77699 and bug 71503: fix javascript errors in quicksearch and ↵justdave%syndicomm.com2001-05-291-49/+116
| | | | | | improve IE5 compatibility Patch by Stephan Lee <slee@uk.bnsmc.com> and Andreas Franke <afranke@ags.uni-sb.de>
* Fix for bug 70544: QuickSearch drops everything after the first negated worddave%intrec.com2001-03-011-1/+1
| | | | patch by afranke@ags.uni-sb.de (Andreas Franke)
* fix for 69793: check in new files for QuickSearchcyeh%bluemartini.com2001-03-011-0/+670
patch contributed by franke@ags.uni-sb.de (Andreas Franke) Now add quicksearch functionality to the main index page.