summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Bug 786310: Remove tokens when saving the default queryByron Jones1-0/+2
2012-08-28Bug 772953: Remove the token from buglist urlsByron Jones1-1/+2
2012-08-20Bug 698068: The "There is no saved search named ..." page has a "forget" linkFrédéric Buclin1-1/+1
2012-06-27Bug 768870: The "Un-forget the search" link has no tokenFrédéric Buclin1-1/+3
2012-06-07Bug 760978: Remove support for Internet Explorer 5 on MacFrédéric Buclin1-8/+4
2012-06-03Bug 297553: Enable serverpush for OperaMatt Selsky1-1/+2
2012-05-29Bug 754672 - CSRF vulnerability in buglist.cgi allows possible unauthorized s...Reed Loden1-0/+2
2012-05-07Bug 616191: Implement UI to easily tag bugs from the bug report directly (and...Frédéric Buclin1-44/+9
2012-04-24Bug 745751: Remove support for microsummariesMatt Selsky1-11/+3
2012-04-18Bug 745397: (CVE-2012-0466) [SECURITY] The JS template for buglists permits a...Frédéric Buclin1-10/+0
2012-04-17Bug 745320: Shared queries do not work when tags are part of the queryFrédéric Buclin1-4/+9
2012-03-22Bug 732440: Add SQL execution timings to buglist.cgi's debug outputByron Jones1-0/+3
2012-02-27Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin1-2/+3
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-24/+5
2011-12-09Bug 644281: When the sort order of a buglist is modified, the "Show next bug ...Frédéric Buclin1-18/+13
2011-11-30Bug 297382: Move sort order validation from buglist.cgi to Bugzilla::SearchTeemu Mannermaa1-42/+22
2011-11-26Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin1-1/+1
2011-08-17Bug 678357: Fix 'limit' parameter in the saved searches resultsTiago Mello1-1/+1
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin1-8/+8
2011-05-31Bug 647649: Change the old "Boolean Charts" UI into the new AND/ORMax Kanat-Alexander1-13/+0
2011-03-02Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander1-0/+11
2011-02-14Bug 480044: Use dashes instead of colons to separate bug IDs in the BUGLIST c...Frédéric Buclin1-1/+1
2011-02-14Bug 417551: Make it possible for CSV headers to be the field descriptionMichael J Tosh1-0/+4
2011-02-12Bug 535571: Allow Search.pm to accept "limit" and "offset" as parameters.Max Kanat-Alexander1-12/+4
2011-01-30Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin1-90/+35
2011-01-07Bug 621090 - [SECURITY] Adding saved searches lacks CSRF protectionDavid Lawrence1-0/+2
2010-12-27Bug 615574: Make every search done by buglist.cgi create a list_id, so thatMax Kanat-Alexander1-23/+1
2010-08-31Bug 77193 - Add the ability to retire (disable) old versions, components and ...Dave Lawrence1-4/+4
2010-08-02Bug 581622: When a quicksearch includes the "content" field, it is limited to...Frédéric Buclin1-1/+0
2010-07-16Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander1-1/+1
2010-07-15Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander1-1/+1
2010-06-16Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander1-33/+40
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin1-1/+1
2010-05-12Bug 486050: Bugzilla should prefill quicksearch box when showing search resul...David Lawrence1-0/+3
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-7/+7
2010-03-03Bug 513989 - large search query causing internal server error (500) but valid...Dave Lawrence1-3/+5
2010-03-02Bug 286041 - Allow people to undo "forget search"Kent Rogers1-5/+4
2010-02-28Bug 537834 - "Buglist results using atom ctype do not display users with empt...Reed Loden1-0/+2
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-18/+0
2010-01-06Bug 535675: Typing +foo in the QuickSearch box throws an "uninitialized value...lpsolit%gmail.com1-1/+3
2009-11-10Bug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->pa...lpsolit%gmail.com1-1/+1
2009-11-03Bug 526271: Uninitialized value in can_enter_product() due to a missing argum...lpsolit%gmail.com1-1/+1
2009-10-29Bug 524234: When there are no search results, include helpful linksmkanat%bugzilla.org1-16/+29
2009-10-26Bug 524395: Boolean charts And, Or, "add another chart" buttons do no work wi...lpsolit%gmail.com1-12/+13
2009-08-21Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org1-52/+13
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org1-5/+8
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org1-156/+36
2009-07-07Bug 502641: Fix various problems that would occur when you would log in from ...mkanat%bugzilla.org1-11/+11
2009-05-25Bug 494643: Do not pass the same columns twice to the SQL query - Patch by Fr...lpsolit%gmail.com1-2/+4
2009-05-25Bug 494369: Do not throw an error if the 'order' parameter contains invalid c...lpsolit%gmail.com1-12/+7