aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/search
Commit message (Collapse)AuthorAgeFilesLines
* Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander2010-06-184-9/+12
| | | | r=glob, a=mkanat
* Bug 450301: Simplify searching UI, forgot some filters, fixes burning in ↵Guy Pyrzak2010-06-062-15/+16
| | | | | | tinderbox r=LpSolit, a=LpSolit
* Bug 450301: What Simplify searching UI, initial improvements to the advanced ↵Guy Pyrzak2010-06-067-452/+360
| | | | | | search ui. r=mkanat, a=mkanat
* Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander2010-03-291-0/+1
| | | | | operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit
* Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-171-5/+3
| | | | r=mkanat, a=mkanat
* Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander2010-02-172-105/+1
| | | | r=LpSolit, a=LpSolit
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-153-25/+5
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 545576 - "Add "greaterthaneq" and "lessthaneq" charts to do >= and <= ↵Reed Loden2010-02-101-0/+2
| | | | | | searches" [r=mkanat a=mkanat]
* Bug 58731: Make the keywords regexp boolean charts workRémi Zara2010-02-071-1/+1
| | | | r=mkanat, a=mkanat
* Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵Frédéric Buclin2010-02-011-3/+3
| | | | | | bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 539229 - Editing a search with resolution '---' does not remember that ↵ghendricks%novell.com2010-01-121-4/+5
| | | | | | resolution patch by ghendricks r=LpSolit a=LpSolit
* Bug 523759: Template hooks for the Advanced Search formmkanat%bugzilla.org2009-12-041-6/+17
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 529498: Missing </option> in search/form.html.tmpl - Patch by Patch by ↵lpsolit%gmail.com2009-11-181-0/+1
| | | | A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-181-10/+2
| | | | | | a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-1/+1
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 283609 - Search for relative dates in deadlineghendricks%novell.com2009-11-091-1/+1
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 524675: "Edit Search" fails to preserve comment, URL, and whiteboard ↵lpsolit%gmail.com2009-10-272-3/+4
| | | | params - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 519481 - Advanced search has empty version and milestoneghendricks%novell.com2009-09-291-12/+19
| | | | patch by ghendricks r=LpSolit
* Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org2009-08-111-1/+1
| | | | | | to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 490783: UI should use "Search" everywhere instead of "Find"mkanat%bugzilla.org2009-07-202-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-171-6/+8
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 448690: Changing columns after editing a saved search forgets edits - ↵wicked%sci.fi2009-07-141-0/+4
| | | | Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
* Bug 377956: Tabular and graphical reports should support single-select ↵lpsolit%gmail.com2009-01-031-0/+7
| | | | custom fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 461534: search_plugin.cgi should get icon from images/favicon.ico - ↵lpsolit%gmail.com2008-12-161-1/+5
| | | | Patch by Rob Siklos <robzilla2@siklos.ca> r/a=LpSolit
* Fix bustage due to bug 463002lpsolit%gmail.com2008-12-061-1/+1
|
* Bug 463002 - Show a description of what you searched for, at the top of ↵mkanat%bugzilla.org2008-12-063-68/+81
| | | | | | buglist.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 15089: Make buglist.cgi shorten search URLs by cleaning them and then ↵mkanat%bugzilla.org2008-09-121-1/+1
| | | | | | redirecting with the cleaned URL. Patch By Mikhail Gusarov <dottedmag@altlinux.org> r=mkanat, a=mkanat
* Bug 423078: Advanced Search "any one of" wording wrong - Patch by Rupert ↵lpsolit%gmail.com2008-08-141-1/+1
| | | | Handford <rupert@handfordonline.plus.com> r=pyrzak r=LpSolit r=mkanat a=LpSolit
* Bug 441542: Graphical Reports "Generate Report" button has wrong CSS idmkanat%bugzilla.org2008-08-123-3/+3
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
* Bug 435504: Boolean charts use field descriptions from the DB, making them ↵lpsolit%gmail.com2008-05-241-2/+3
| | | | english only - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 391949 colchange, login, and a number of other forms are missing a space ↵timeless%mozdev.org2008-03-311-1/+1
| | | | | | before checked r=vladd a=lpsolit
* Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ↵lpsolit%gmail.com2008-03-171-4/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-124-0/+4
|
* Bug 154484: Option "is not" missing for email address searches - Patch by ↵lpsolit%gmail.com2007-09-231-0/+1
| | | | timeless <timeless@bemail.org> r=joel a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-2012-12/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵timeless%mozdev.org2007-07-232-2/+2
| | | | | | documentation r=colin.ogilvie, kevin.benton
* Bug 383999 Replace "summed" with "stacked" so that I can find ittimeless%mozdev.org2007-07-101-1/+1
| | | | r=mkanat a=mkanat
* Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to ↵lpsolit%gmail.com2007-07-031-1/+1
| | | | 'specific_search_allow_empty_words' (to avoid confusion with the QuickSearch feature) - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r=wicked a=mkanat
* Bug 385910: Add parameter to allow "find a specific bug" to accept an empty ↵lpsolit%gmail.com2007-06-261-2/+7
| | | | search - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r/a=LpSolit
* Bug 378759: Quick Search plugin does not conform to OpenSearch specification ↵lpsolit%gmail.com2007-04-271-4/+1
| | | | - Patch by Zak Johnson <zakj@nox.cx> r=wicked a=LpSolit
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com2007-04-191-2/+2
| | | | get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 258647: productmenu.js and productform.js should be consolidated - Patch ↵lpsolit%gmail.com2007-04-181-2/+2
| | | | by Teemu Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
* Bug 182082: Help system should support more browsers - Patch by Teemu ↵lpsolit%gmail.com2007-04-151-19/+13
| | | | Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-101-1/+1
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 234226: "Find a specific bug" shouldn't allow empty search - Patch by ↵lpsolit%gmail.com2007-02-281-2/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 370913: query.cgi associates wrong components with products if at least ↵lpsolit%gmail.com2007-02-211-1/+2
| | | | one product has no component - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
* Bug 369768: query.cgi has no title in the banner - Patch by Frédéric ↵lpsolit%gmail.com2007-02-092-2/+0
| | | | Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 365256 Period is on the wrong side of a bunch of other parenthesestimeless%mozdev.org2007-01-081-1/+1
| | | | r=lpsolit a=justdave
* Bug 365293: [mod_perl] click OR, AND or ADD... button in bool charts ↵mkanat%bugzilla.org2006-12-301-1/+1
| | | | | | initiates search Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave