aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/search
Commit message (Expand)AuthorAgeFilesLines
* Bug 179671: Boolean charts didn't work on the reporting pages.justdave%bugzilla.org2004-05-301-1/+2
* Bug 155502: focus the summary field when loading the search/query pagesjustdave%syndicomm.com2004-04-172-1/+9
* Fix for bug 237176: allows power users to display relevance values as a colum...myk%mozilla.org2004-04-061-0/+1
* Bug 234293 - complete the conversion from "query" terminology to "search" ter...gerv%gerv.net2004-03-192-2/+2
* Fix for bug 236322: trivial inaccuracy in description of "find a specific bug...myk%mozilla.org2004-03-121-2/+2
* Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, includ...gerv%gerv.net2004-02-131-3/+11
* Patch for bug 218401; add in some places templatization support for the bug t...jocuri%softhome.net2004-02-041-1/+1
* Patch for bug 228894: Change HTML comments to template-toolkit ones for templ...jocuri%softhome.net2004-01-1912-12/+12
* Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops.gerv%gerv.net2004-01-181-1/+1
* Bug 224420 - add a warning that only public bugs are counted by the new chart...gerv%gerv.net2004-01-171-0/+5
* Bug 218568 - bustage fix. Turn "bug" words into [% terms.bugs %] and so on.gerv%gerv.net2003-12-081-1/+1
* Bug 218568 - Clean up charting UI. Having played with it for a bit, it needed...gerv%gerv.net2003-12-082-23/+10
* Bug 226229: Query.cgi HTML Transitional 4.01 validation fails forkiko%async.com.br2003-11-273-16/+18
* Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ...gerv%gerv.net2003-11-091-113/+18
* Bug 224913 - Need tests to check whether any templates uses the bareword "bug...gerv%gerv.net2003-11-094-9/+15
* Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave.gerv%gerv.net2003-09-152-18/+27
* Bug 207044 - Filter more template directives. None of these are security bugs...gerv%gerv.net2003-09-074-4/+4
* Fix for bug 145588: adds full-text search option for more accurate finding of...myk%mozilla.org2003-09-035-1/+183
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without...gerv%gerv.net2003-07-047-120/+132
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-0/+67
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-1/+1
* Bug 37749 - query for changes to specific field in last n days not working. R...gerv%gerv.net2003-05-232-22/+20
* Bug 192677: Add new test to flag failure-to-filter situations in the template...justdave%syndicomm.com2003-04-251-1/+1
* Bug 190892: Radio button for "run this query" looks silly if it's the only ch...justdave%syndicomm.com2003-03-241-11/+20
* Bug 196420 - jsmagic for add/and/or in boolean charts isn't workingbbaetz%acm.org2003-03-081-3/+3
* Bug 181047 - Change non-output templates to have a ctype of "none". Patch by ...gerv%gerv.net2003-01-062-2/+2
* Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au2002-12-202-4/+10
* Bug 114179 - Concentration, improvement, and templatisation of Bugzilla gener...gerv%gerv.net2002-11-273-2/+154
* Bug 181582 - reorders the table cells on the query page so that the list head...justdave%syndicomm.com2002-11-251-77/+145
* Bug 175579 - make templates html compliantbbaetz%student.usyd.edu.au2002-11-192-3/+3
* Bug 180205 - General reporting fixes. Fixes bug 180151 (Grand total links are...gerv%gerv.net2002-11-184-9/+8
* Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; ...gerv%gerv.net2002-11-131-3/+7
* Bug 179302 - 'anyexact' isn't an option for boolean chartsbbaetz%student.usyd.edu.au2002-11-121-0/+1
* Bug 92253 - Boolean chart makes very wide web pages from query.cgi. Patch by ...gerv%gerv.net2002-11-091-0/+2
* Bug 164003 - Button "Add another boolean chart" appears twice after clicking ...gerv%gerv.net2002-11-091-2/+2
* Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; 2xr...gerv%gerv.net2002-10-293-35/+167
* Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, re...gerv%gerv.net2002-10-081-52/+46
* Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-021-2/+4
* Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net2002-09-251-0/+125
* 160476 - boolean chart addition doesn't keep query template format. Patch by ...gerv%gerv.net2002-09-202-2/+6
* Bug 160557 - products that start with _ do not show up properly in query.cgi....gerv%gerv.net2002-08-111-6/+6
* Bug 160224 - remember query radio buttons don't have defaultbbaetz%student.usyd.edu.au2002-08-081-2/+1
* Bug 160204 - search/knob.html.tmpl: script type missing, space missingbbaetz%student.usyd.edu.au2002-07-311-3/+3
* Bug 159582 - search/knob.html.tmpl should use <label> for the radiobuttons. P...gerv%gerv.net2002-07-271-12/+17
* Bug 150776 - Remembered query options need regrouping. Patch by gerv; r=jouni...gerv%gerv.net2002-07-271-62/+108
* Bug 159565 - fix hash initialisation error caused by my duff patch for access...gerv%gerv.net2002-07-271-8/+8
* bug 159200 - support accesskey in search page. Patch by gerv; 2xr=timeless.gerv%gerv.net2002-07-251-48/+85
* Bug 156426: Query interface had ´:s instead of ':s in "doesn't".jouni%heikniemi.net2002-07-121-2/+2
* Bug 155031 - search by votes is shown even when votes are turned off.bbaetz%student.usyd.edu.au2002-07-101-8/+10
* Fix for bug 150804: makes "allwords" the default when searching for keywords.myk%mozilla.org2002-07-091-1/+1