summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
AgeCommit message (Collapse)AuthorFilesLines
2004-09-30Patch for bug 261993: fix uninitialized value error in webserver log when ↵jocuri%softhome.net1-0/+1
accessing buglist.cgi (generated by the fix for bug 255512); patch by Marc Schumann <wurblzap@gmail.com>; r=justdave, a=myk.
2004-09-24Patch for bug 255512: For bz_secure, distinguish between mandatory and ↵jocuri%softhome.net1-10/+19
non-mandatory groups and create distinct CSS classes to enable customizations by the admin; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, r=joel, a=justdave.
2004-09-13Bug 252295: Ensure that the "Edit Search" link goes back to the same form ↵justdave%bugzilla.org1-0/+8
the search was created on when running a saved search that was saved before we had multiple search forms. r=gerv, a=justdave
2004-09-11Bug 255664: Wait until buglist is ready to be displayed before closing the ↵justdave%bugzilla.org1-1/+5
"please wait" page when using server push, so any errors that occur can actually be seen by the user instead of getting a blank page. r=myk, a=myk
2004-08-21Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net1-0/+6
etc.) patch by Albert Ting r=joel, glob a=myk
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-5/+5
patch by erik,joel r=kiko a=justdave
2004-07-23Bug 252329: Returning to buglist after an empty fulltext search causes code ↵jouni%heikniemi.net1-3/+11
error r=kiko, a=justdave ----------------------------------------------------------------------
2004-07-22Bug 98751: Make it easier to update a stored query.jouni%heikniemi.net1-0/+4
r=gerv, a=justdave
2004-07-21Fix for bug 251937: Remove $COOKIE from buglist.cgi. r=burnus, a=myk.kiko%async.com.br1-13/+13
2004-07-10Bug 234855: Show only products enterable by current user in edit-multiplebugreport%peshkin.net1-1/+2
patch by kiko r=joel,justdave a=justdave
2004-07-08Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); ↵dkl%redhat.com1-4/+21
patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave
2004-07-03Patch for bug 248001: Conversion of boolean conditions in SQL statements for ↵jocuri%softhome.net1-2/+2
better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave.
2004-04-06Fix for bug 234797: adds a "limit" param for limiting the number of results ↵myk%mozilla.org1-1/+4
returned from a search. r=justdave a=justdave
2004-04-06Fix for bug 237176: allows power users to display relevance values as a ↵myk%mozilla.org1-54/+77
column in the search results for a fulltext search r=justdave a=justdave
2004-04-06Bug 230293 - Send CSV buglists with "Content-Disposition: attachment". Patch ↵gerv%gerv.net1-1/+8
by gerv; r,a=justdave.
2004-04-01Bug 236926: supply a missing a $cgi-header in buglist.cgijustdave%syndicomm.com1-1/+1
r=kiko, a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-8/+7
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
2004-03-17Patch for bug 235459: add icalendar output format in buglist; patch by ↵jocuri%softhome.net1-3/+30
William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
2004-03-15Bug 232491 - try harder to avoid parameterless searches (either saved or ↵gerv%gerv.net1-2/+8
otherwise.) Patch by gerv; r,a=myk.
2004-02-27Patch for bug 192247: make Bugzilla quips truly random; code by Bill ↵jocuri%softhome.net1-1/+7
McGonigle <bill+mozilla@zettabyte.net>; r=bbaetz, justdave, a=justdave.
2004-02-14Bug 233645 - fix a number of 'undef' warnings which were killing performance ↵gerv%gerv.net1-1/+1
for multiple bug change. Patch by gerv; r,a=justdave.
2004-02-13Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵gerv%gerv.net1-0/+2
including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.
2004-01-26Fix for bug 232154: Make old column lists work again by correctly ↵myk%mozilla.org1-7/+7
translating old -> new column names. r=bbaetz
2004-01-22Bug 231391 - make "cumulate" option work on new charts, together with a few ↵gerv%gerv.net1-1/+1
UI tweaks. Patch by gerv; r=kiko, a=myk.
2003-11-27Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br1-1/+1
logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
2003-11-20Bug 226249: buglist.cgi warning (use uninitialized value) line 97 for no ↵jocuri%softhome.net1-1/+1
ctype defined; r=kiko; a=justdave.
2003-11-09Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ↵gerv%gerv.net1-19/+12
r,a=myk.
2003-11-09Bug 195530 - Make javascript version of buglists available, part 2. This is ↵gerv%gerv.net1-0/+10
a security fix to prevent remote sites being able to see sensitive bug data. Patch by gerv; r=justdave, r=myk, a=justdave.
2003-11-02Bug 224397: Mismatch of user error: insufficient_privs vs ↵jocuri%softhome.net1-1/+1
insufficient_perms; patch by caduvall@glue.umd.edu (chaduv); r=justdave; a=justdave.
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-3/+3
r,a=justdave
2003-09-03Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org1-0/+9
of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
2003-08-28Fix for bug 217485: displays query in the "please wait" server push page if ↵myk%mozilla.org1-5/+5
the "debug" parameter is set in the URL. r=justdave a=justdave
2003-08-22Bug 139011 - Improve buglist colors furtherburnus%gmx.de1-2/+4
r,a=justdave
2003-07-22Fix for bug 213079: When severity or priority are hidden, CSS classkiko%async.com.br1-2/+3
names are incomplete in buglist. r=burnus, a=justdave
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+18
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-31/+16
r=myk,jake
2003-05-26last not breaktimeless%mozdev.org1-1/+1
2003-05-26Bug 207085 Updating a stored query shouldn't return the same message as ↵timeless%mozdev.org1-3/+7
creating one r=kiko
2003-05-13Bug 195977: Add ability to show alias column in buglistbugreport%peshkin.net1-0/+1
r=jhedlund a=justdave
2003-05-09Bug 204592 - invalid column name errorbbaetz%acm.org1-2/+1
r,a=myk
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-29/+37
r=joel, a=justdave
2003-03-30Bug 197689 Missing Query - The query named $name seems to no longer exist.timeless%mozdev.org1-1/+1
r=bbaetz a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-02-07Bug 191020 - back out bits of generic charting checked in by mistake. Apologies.gerv%gerv.net1-18/+0
2003-02-07Bug 191020 - buglist.cgi doesn't always get query names right for filename ↵gerv%gerv.net1-16/+36
to save. Patch by gerv; r=bbaetz, a=justdave.
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-1/+1
r=gerv, justdave a=justdave
2003-01-23Bug 188712 Apple's Browser Safari does not support server-pushtimeless%mozdev.org1-6/+7
patch by melo@isp.novis.pt r=timeless a=justdave
2003-01-17Fix for bug 184909: show status whiteboard on bug lists when the user ↵myk%mozilla.org1-1/+1
requests it. r=justdave a=myk
2003-01-15Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com1-1/+1
be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-6/+2
r=justdave, myk, joel, preed a=justdave