aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 250410 : Time tracking summariestravis%sedsystems.ca2005-03-011-0/+1
| | | | Patch by Christian Reis <kiko@async.com.br> r=jpeshkin a=justdave
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-1/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 282790: Warn if name for a stored query exceeds maximum lengthbugreport%peshkin.net2005-02-211-0/+1
| | | | | patch by LpSolit r=mkanat,a=justdave
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-4/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
* Bug 282597: GetGroupsByUserId() in buglist.cgi fails to return correct ↵mkanat%kerio.com2005-02-181-1/+1
| | | | | | information Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-2/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 189366 : real name columns should fall back to e-mail nametravis%sedsystems.ca2005-02-161-3/+9
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit,jpeshkin a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-2/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 278018 : Eliminate deprecated Bugzilla::DB routines from buglist.cgitravis%sedsystems.ca2005-02-031-87/+111
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 201818 : Convert long_list.cgi to a formattravis%sedsystems.ca2005-01-251-1/+1
| | | | Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap, glob a=myk
* Tinderbox is burning: backing out the pach for Bug 201818travis%sedsystems.ca2005-01-241-1/+1
|
* Bug 201818 : Convert long_list.cgi to a formattravis%sedsystems.ca2005-01-241-1/+1
| | | | Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap, glob a=myk
* Bug 179451 : Move order-by generation from buglist.cgi into search.pmtravis%sedsystems.ca2005-01-191-10/+8
| | | | | Patch by Max K-A <mkanat@kerio.com> r=Joel Peshkin <bugreport@peshkin.net> a=myk
* Bug 276840 : Move $::defaultqueryname out of globals.pl into ↵travis%sedsystems.ca2005-01-191-2/+1
| | | | | | Bugzilla/Constants.pm Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric ↵jocuri%softhome.net2005-01-171-2/+0
| | | | Haszlakiewicz <erh+mozilla@nimenees.com>, r=kiko, a=myk.
* Patch for bug 276842: Move @default_column_list out of globals.pl into ↵jocuri%softhome.net2005-01-171-2/+1
| | | | Bugzilla/Constants.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-1/+2
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Bug 275108 : Content-disposition header is incorrect, violates RFCtravis%sedsystems.ca2005-01-131-2/+6
| | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=mkanat a=justdave
* Bug 274640: silently fix up custom sort order cookies which erroneously ↵gerv%gerv.net2005-01-031-0/+5
| | | | include SQL LIMIT clause. Patch by gerv; r=vladd,justdave; a=justdave.
* Bug 274397 - Editing a saved search should now work even after clicking ↵jake%bugzilla.org2004-12-231-9/+10
| | | | | | | "Show List" from a bug. Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> r=wurblzap, a=justdave
* Patch for bug 261993: fix uninitialized value error in webserver log when ↵jocuri%softhome.net2004-09-301-0/+1
| | | | accessing buglist.cgi (generated by the fix for bug 255512); patch by Marc Schumann <wurblzap@gmail.com>; r=justdave, a=myk.
* Patch for bug 255512: For bz_secure, distinguish between mandatory and ↵jocuri%softhome.net2004-09-241-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.
* Bug 252295: Ensure that the "Edit Search" link goes back to the same form ↵justdave%bugzilla.org2004-09-131-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
* Bug 255664: Wait until buglist is ready to be displayed before closing the ↵justdave%bugzilla.org2004-09-111-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
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-0/+6
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-5/+5
| | | | | | patch by erik,joel r=kiko a=justdave
* Bug 252329: Returning to buglist after an empty fulltext search causes code ↵jouni%heikniemi.net2004-07-231-3/+11
| | | | | | | error r=kiko, a=justdave ----------------------------------------------------------------------
* Bug 98751: Make it easier to update a stored query.jouni%heikniemi.net2004-07-221-0/+4
| | | | r=gerv, a=justdave
* Fix for bug 251937: Remove $COOKIE from buglist.cgi. r=burnus, a=myk.kiko%async.com.br2004-07-211-13/+13
|
* Bug 234855: Show only products enterable by current user in edit-multiplebugreport%peshkin.net2004-07-101-1/+2
| | | | | | patch by kiko r=joel,justdave a=justdave
* Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); ↵dkl%redhat.com2004-07-081-4/+21
| | | | patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave
* Patch for bug 248001: Conversion of boolean conditions in SQL statements for ↵jocuri%softhome.net2004-07-031-2/+2
| | | | better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave.
* Fix for bug 234797: adds a "limit" param for limiting the number of results ↵myk%mozilla.org2004-04-061-1/+4
| | | | | | | returned from a search. r=justdave a=justdave
* Fix for bug 237176: allows power users to display relevance values as a ↵myk%mozilla.org2004-04-061-54/+77
| | | | | | | column in the search results for a fulltext search r=justdave a=justdave
* Bug 230293 - Send CSV buglists with "Content-Disposition: attachment". Patch ↵gerv%gerv.net2004-04-061-1/+8
| | | | by gerv; r,a=justdave.
* Bug 236926: supply a missing a $cgi-header in buglist.cgijustdave%syndicomm.com2004-04-011-1/+1
| | | | r=kiko, a=justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-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.
* Patch for bug 235459: add icalendar output format in buglist; patch by ↵jocuri%softhome.net2004-03-171-3/+30
| | | | William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
* Bug 232491 - try harder to avoid parameterless searches (either saved or ↵gerv%gerv.net2004-03-151-2/+8
| | | | otherwise.) Patch by gerv; r,a=myk.
* Patch for bug 192247: make Bugzilla quips truly random; code by Bill ↵jocuri%softhome.net2004-02-271-1/+7
| | | | McGonigle <bill+mozilla@zettabyte.net>; r=bbaetz, justdave, a=justdave.
* Bug 233645 - fix a number of 'undef' warnings which were killing performance ↵gerv%gerv.net2004-02-141-1/+1
| | | | for multiple bug change. Patch by gerv; r,a=justdave.
* Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵gerv%gerv.net2004-02-131-0/+2
| | | | including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.
* Fix for bug 232154: Make old column lists work again by correctly ↵myk%mozilla.org2004-01-261-7/+7
| | | | | | translating old -> new column names. r=bbaetz
* Bug 231391 - make "cumulate" option work on new charts, together with a few ↵gerv%gerv.net2004-01-221-1/+1
| | | | UI tweaks. Patch by gerv; r=kiko, a=myk.
* Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br2003-11-271-1/+1
| | | | | logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
* Bug 226249: buglist.cgi warning (use uninitialized value) line 97 for no ↵jocuri%softhome.net2003-11-201-1/+1
| | | | ctype defined; r=kiko; a=justdave.
* Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ↵gerv%gerv.net2003-11-091-19/+12
| | | | r,a=myk.
* Bug 195530 - Make javascript version of buglists available, part 2. This is ↵gerv%gerv.net2003-11-091-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.
* Bug 224397: Mismatch of user error: insufficient_privs vs ↵jocuri%softhome.net2003-11-021-1/+1
| | | | insufficient_perms; patch by caduvall@glue.umd.edu (chaduv); r=justdave; a=justdave.
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-3/+3
| | | | r,a=justdave