aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/search/tabs.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 245077: The "Find a specific bug" tab is now the default query when you ↵justdave%bugzilla.org2004-07-071-6/+4
| | | | | | | go to query.cgi. To keep the developers happy, a cookie is now set to remember which query page you last visited, and going to query.cgi without specifying which tab will get you the last one you visited. Patch by Byron Jones <bugzilla@glob.com.au> r=justdave, a=justdave
* Patch for bug 218401; add in some places templatization support for the bug ↵jocuri%softhome.net2004-02-041-1/+1
| | | | term in query.cgi; patch by Andreas Höfler <andreas.hoefler@bearingpoint.com>; r=gerv; a=justdave.
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org2003-09-031-0/+58
of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk