summaryrefslogtreecommitdiffstats
path: root/template/en/default/search
AgeCommit message (Collapse)AuthorFilesLines
2011-04-27Bug 652338: The "Component" multi-select field in the search page ↵Frédéric Buclin1-1/+0
automatically scrolls to the top of the list every time you select a component r=mkanat a=LpSolit
2011-04-05Bug 635202: Make the Simple search page compliant with WAIFrancisco Donalisio1-10/+11
r=timello, a=mkanat
2011-03-26Bug 449067: Add an ID to more buttons (to help with Selenium scripts)rojanu1-1/+1
r/a=LpSolit
2011-03-24Bug 644285: Fix javascript errors while creating data setsByron Jones1-1/+1
r=dkl, a=mkanat
2011-01-24Bug 621108: [SECURITY] Creating/editing charts lacks CSRF protectionFrédéric Buclin1-0/+1
r=dkl a=LpSolit
2010-11-11Bug 591535: "Give me some help" link's iframe behavior is no longer necessaryGuy Pyrzak1-17/+4
r=LpSolit r=mkanat a=mkanat
2010-10-24Bug 606518: query.cgi#chart doesn't work anymore (again)Guy Pyrzak1-1/+1
r/a=LpSolit
2010-09-19Bug 578256 - Autocomplete user names in the search UIMax Kanat-Alexander1-1/+13
r=pyrzak, a=mkanat
2010-08-29Bug 571637: Put the Custom Search (formerly "Boolean Charts") UI behindGuy Pyrzak4-30/+32
a show/hide widget r=mkanat, a=mkanat
2010-08-29Bug 571636: Make the Advanced Search UI follow a grid designGuy Pyrzak2-4/+4
r=mkanat, a=mkanat
2010-07-08Bug 575499: Fix a few text issues on the new Advanced Search pageReed Loden2-4/+4
r=mkanat, a=mkanat
2010-07-05Bug 576969 - Add missing 'autocomplete' to yui array so keyword ↵Reed Loden3-3/+3
autocompletion works with charts and reports [r=LpSolit a=LpSolit]
2010-07-05Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2-6/+31
* Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
2010-07-01Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander1-5/+1
instead of from a static list r=glob, a=mkanat
2010-06-18Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander4-9/+12
r=glob, a=mkanat
2010-06-06Bug 450301: Simplify searching UI, forgot some filters, fixes burning in ↵Guy Pyrzak2-15/+16
tinderbox r=LpSolit, a=LpSolit
2010-06-06Bug 450301: What Simplify searching UI, initial improvements to the advanced ↵Guy Pyrzak7-452/+360
search ui. r=mkanat, a=mkanat
2010-03-29Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander1-0/+1
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit
2010-02-17Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley1-5/+3
r=mkanat, a=mkanat
2010-02-17Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander2-105/+1
r=LpSolit, a=LpSolit
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander3-25/+5
r=mkanat, a=mkanat, a=LpSolit
2010-02-11Bug 545576 - "Add "greaterthaneq" and "lessthaneq" charts to do >= and <= ↵Reed Loden1-0/+2
searches" [r=mkanat a=mkanat]
2010-02-08Bug 58731: Make the keywords regexp boolean charts workRémi Zara1-1/+1
r=mkanat, a=mkanat
2010-02-01Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵Frédéric Buclin1-3/+3
bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2010-01-12 Bug 539229 - Editing a search with resolution '---' does not remember that ↵ghendricks%novell.com1-4/+5
resolution patch by ghendricks r=LpSolit a=LpSolit
2009-12-04Bug 523759: Template hooks for the Advanced Search formmkanat%bugzilla.org1-6/+17
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-18Bug 529498: Missing </option> in search/form.html.tmpl - Patch by Patch by ↵lpsolit%gmail.com1-0/+1
A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit
2009-11-18Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org1-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
2009-11-10Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com1-1/+1
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
2009-11-09Bug 283609 - Search for relative dates in deadlineghendricks%novell.com1-1/+1
patch by ghendricks@novell.com r=LpSolit, a=LpSolit
2009-10-27Bug 524675: "Edit Search" fails to preserve comment, URL, and whiteboard ↵lpsolit%gmail.com2-3/+4
params - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org1-2/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-29 Bug 519481 - Advanced search has empty version and milestoneghendricks%novell.com1-12/+19
patch by ghendricks r=LpSolit
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org1-1/+1
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-07-20Bug 490783: UI should use "Search" everywhere instead of "Find"mkanat%bugzilla.org2-2/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2009-07-18 Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com1-6/+8
patch by ghendricks@novell.com r=LpSolit, a=LpSolit
2009-07-14Bug 448690: Changing columns after editing a saved search forgets edits - ↵wicked%sci.fi1-0/+4
Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
2009-01-03Bug 377956: Tabular and graphical reports should support single-select ↵lpsolit%gmail.com1-0/+7
custom fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-12-16Bug 461534: search_plugin.cgi should get icon from images/favicon.ico - ↵lpsolit%gmail.com1-1/+5
Patch by Rob Siklos <robzilla2@siklos.ca> r/a=LpSolit
2008-12-06Fix bustage due to bug 463002lpsolit%gmail.com1-1/+1
2008-12-06Bug 463002 - Show a description of what you searched for, at the top of ↵mkanat%bugzilla.org3-68/+81
buglist.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-09-12Bug 15089: Make buglist.cgi shorten search URLs by cleaning them and then ↵mkanat%bugzilla.org1-1/+1
redirecting with the cleaned URL. Patch By Mikhail Gusarov <dottedmag@altlinux.org> r=mkanat, a=mkanat
2008-08-14Bug 423078: Advanced Search "any one of" wording wrong - Patch by Rupert ↵lpsolit%gmail.com1-1/+1
Handford <rupert@handfordonline.plus.com> r=pyrzak r=LpSolit r=mkanat a=LpSolit
2008-08-12Bug 441542: Graphical Reports "Generate Report" button has wrong CSS idmkanat%bugzilla.org3-3/+3
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
2008-05-24Bug 435504: Boolean charts use field descriptions from the DB, making them ↵lpsolit%gmail.com1-2/+3
english only - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-03-31Bug 391949 colchange, login, and a number of other forms are missing a space ↵timeless%mozdev.org1-1/+1
before checked r=vladd a=lpsolit
2008-03-17Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ↵lpsolit%gmail.com1-4/+4
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2007-11-12Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com4-0/+4
2007-09-23Bug 154484: Option "is not" missing for email address searches - Patch by ↵lpsolit%gmail.com1-0/+1
timeless <timeless@bemail.org> r=joel a=LpSolit
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com12-12/+0
<bugzilla@chimpychompy.org> r/a=LpSolit