summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2018-10-01Bug 1494645 - Allow customizing HTML <title> of search resultsKohei Yoshino1-5/+5
2018-09-26Bug 1493500 - Remove all trailing whitespaces from all filesKohei Yoshino1-12/+12
2018-08-03Bug 1374266 - Improve the "Zarro Boogs found" messageLastDreadPirate1-0/+2
2018-04-04Bug 1446431 - Allow Baseline scan to ignore forms that dont need CSRF TokensSimon Bennetts1-3/+3
The data-no-csrf attribute is used to signify that a form is 'safe' (ie doesn't actually make any permanent changes) and so doesn't need an anti-csrf token.
2018-03-05Bug 1433573 - Display the short URL link even for queries without any resultsbyron jones1-16/+18
2017-05-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+8
the ES backend
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison1-1/+0
2017-03-21Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-8/+0
the ES backend Skipping this for this week's push.
2017-03-17Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+8
the ES backend This not the cause of test failures, so should live on in master now.
2017-03-14Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵Dylan William Hardison1-8/+0
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.
2017-03-07Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+8
the ES backend
2017-01-27Bug 1333942 - Include quicksearch query string in the buglist.cgi HTML titleMatthew N1-0/+2
2015-12-01Bug 1229198 - When saving a buglist from a saved search as a CSV file, set ↵Byron Jones1-1/+2
the filename to <saved-query-name>.csv
2015-05-26Bug 1146782: backport bug 1159589 to bmo (migrate autocomplete from yui to ↵Byron Jones1-1/+1
jquery)
2015-03-10Bug 1139749: backport bug 1128853 to bmo (Bugzilla shouldn't try to write ↵Byron Jones1-0/+1
API tokens into the shadow DB)
2014-09-01Bug 1056162: add bit.ly support to bmoByron Jones1-12/+8
2013-06-19revert accidental commitsByron Jones1-1/+1
2013-06-19Bug 884177: updates to the timing collectorsByron Jones1-1/+1
2013-02-27Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performanceDave Lawrence1-4/+7
2013-02-26Reverted Bug 836067 due to buglist crashing and do not yet know the reasonDave Lawrence1-7/+4
2013-02-26Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performanceDave Lawrence1-4/+7
2013-02-26restore isempty/isnotempty operators to bmo/4.2Byron Jones1-1/+1
2012-03-22Bug 732440: add sql timings to buglist.cgi's debug outputByron Jones1-4/+7
2012-02-29merged with bugzilla/4.2Dave Lawrence1-1/+1
2012-02-25Bug 730552: HTML markup validation: unescaped "&" in CSV link on buglist.cgiFrédéric Buclin1-1/+1
r=timello a=LpSolit
2011-11-22merged with bmo/4.2Dave Lawrence1-0/+9
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-10-05more porting workDavid Lawrence1-2/+2
2011-10-05more porting workDavid Lawrence1-2/+3
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