summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2014-01-07Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan1-2/+2
specific Bugzilla installation r=dkl,a=justdave
2014-01-07Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin1-46/+39
r/a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin1-1/+0
r/a=justdave
2013-11-05Bug 890165 - Buglist for single component should offer "File a new bug in ↵Simon Green1-2/+8
the XYZ component" instead of "File a new bug in the XYZ product" r=glob, a=glob
2013-09-04Bug 875217 - SecurityError in Javascript on buglist.cgiSimon Green1-6/+6
r=glob, a=glob
2013-07-24Bug 345194: Add "is empty" and "is not empty" search operators to the ↵Byron Jones1-1/+1
boolean chart r=LpSolit, a=sgreen
2013-01-16Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin1-4/+7
r=dkl a=LpSolit
2012-09-20Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi1-3/+2
with can_see_bug() to improve performance r/a=LpSolit
2012-08-28Bug 772953: Remove the token from buglist urlsByron Jones1-0/+3
r=dkl, a=LpSolit
2012-04-13Bug 741627: Add ability to toggle search description in bug lists likeTiago Mello1-1/+10
'Show Advanced Fields' does in enter bug. r/a=LpSolit
2012-03-22Bug 732440: Add SQL execution timings to buglist.cgi's debug outputByron Jones1-4/+7
r=LpSolit, r=LpSolit
2012-02-27Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin1-2/+24
r=glob a=LpSolit
2012-02-25Bug 730552: HTML markup validation: unescaped "&" in CSV link on buglist.cgiFrédéric Buclin1-1/+1
r=timello a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-17/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-11-18Fix bustage due to bug 643411.Tiago Mello1-2/+2
2011-11-18Bug 643411: New default bug limit makes time summary results confusingTiago Mello1-0/+9
r/a=mkanat
2011-08-07Bug 666313: Remove the obsolete [% FLUSH %] directiveFrédéric Buclin1-1/+0
r=glob a=LpSolit
2011-03-31Bug 635764: Remove WCAG 2.0 violations from the bug list pages to make itFrancisco Donalisio1-4/+4
W3C WAI compliant. r=timello, a=LpSolit
2011-03-02Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander1-12/+24
requests to see more. r=dkl, a=mkanat
2011-02-14Bug 417551: Make it possible for CSV headers to be the field descriptionMichael J Tosh1-1/+1
instead of the field name, and have the buglist.cgi link give you CSV like this by default. r=mkanat, a=mkanat
2011-01-07Bug 621090 - [SECURITY] Adding saved searches lacks CSRF protectionDavid Lawrence1-0/+1
r/a=mkanat
2010-08-02Bug 526272: Do not duplicate the 'File a new bug in the "Foo" product' link ↵Frédéric Buclin1-1/+1
when the buglist is empty r=timello a=LpSolit
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin1-6/+6
r/a=mkanat
2010-06-18Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander1-4/+3
r=glob, a=mkanat
2010-03-29Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander1-1/+1
operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit
2010-03-01Bug 474738: Make all of the "not" search types show up in search descriptionsMax Kanat-Alexander1-2/+3
r=LpSolit, a=LpSolit
2010-02-22Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak1-2/+4
r=LpSolit, a=mkanat
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-10-29Bug 524234: When there are no search results, include helpful linksmkanat%bugzilla.org1-9/+34
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
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-07-23Bug 506056 - Status and Resolution in Search description not localizable.wurblzap%gmail.com1-1/+11
Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
2009-02-12Bug 475063: Make the logged-out index.cgi simplermkanat%bugzilla.org1-2/+1
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2009-02-02Bug 466748: [SECURITY] Shared/saved searches can be deleted without user ↵lpsolit%gmail.com1-2/+3
confirmation using predictable URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-12-06Bug 463002 - Show a description of what you searched for, at the top of ↵mkanat%bugzilla.org1-6/+21
buglist.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com1-5/+1
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-01Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-01-12Bug 383643: When using "Find a specific bug", the generated buglist does not ↵lpsolit%gmail.com1-1/+0
let you change the sort order - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
2007-12-06Bug 407036: buglist.css no longer loaded by buglists - Patch by ↵lpsolit%gmail.com1-2/+1
Frédéric Buclin (away Dec 10 - 28) <LpSolit@gmail.com> r=justdave a=mkanat
2007-11-29Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org1-1/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
2007-11-12Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com1-0/+1
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com1-1/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-05-15Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵lpsolit%gmail.com1-0/+1
<wicked@etlicon.fi> r=justdave a=LpSolit
2007-05-10Bug 345290: Give a CSS class to various sections of the buglist, including ↵lpsolit%gmail.com1-24/+32
quips - Patch by timeless <timeless@bemail.org> r=wicked a=mkanat
2006-12-28s/Fill/File/ [p=reed r=LpSolit]reed%reedloden.com1-1/+1
2006-10-03Bug 355172: [Selenium] <name="newqueryname" ...> needs an ID - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-1/+1
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com1-4/+4
<batosti@async.com.br> r=ghendricks a=myk