aboutsummaryrefslogtreecommitdiffstats
path: root/buglist.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 282737: Software Error from time-tracking fields during Change Columnsmozilla%colinogilvie.co.uk2005-07-201-2/+10
* Bug 300006: "cookies need value" error code when a query returns an empty res...mkanat%kerio.com2005-07-081-1/+4
* Bug 268146: mod_security complain: Invalid cookie format: Cookie value is mis...lpsolit%gmail.com2005-07-071-4/+2
* Bug 298190: The "200 bugs" limit in buglist.cgi should be a constant, not a m...lpsolit%gmail.com2005-06-251-1/+1
* Bug 277454: Bugs in inactivated groups don't show padlocks on the buglist - P...lpsolit%gmail.com2005-06-251-5/+5
* Bug 244533: Display "only the 200 most relevant bugs are shown" only when mor...lpsolit%gmail.com2005-06-211-0/+1
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com2005-06-211-1/+1
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-1/+1
* Bug 294503: Status Whiteboard should not be called "StatusSummary" in buglist...lpsolit%gmail.com2005-05-211-1/+1
* Bug 289736: error message in query.cgi: Unknown column 'relevance' - Patch by...lpsolit%gmail.com2005-04-131-1/+1
* Bug 238873: remove %FORM from buglist.cgi - Patch by Teemu Mannermaa <wicked@...lpsolit%gmail.com2005-04-091-38/+44
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-11/+14
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-5/+5
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
* Fix for bug 82878: Generate RSS 1.0 version of bug lists.myk%mozilla.org2005-03-161-23/+27
* Bug 282574 : use the new "auth_failure" error message for all authentication ...travis%sedsystems.ca2005-03-101-1/+4
* Bug 250410 : Time tracking summariestravis%sedsystems.ca2005-03-011-0/+1
* Bug 280500: Replace "DATE_FORMAT()" with Bugzilla::DB function callmkanat%kerio.com2005-02-251-1/+1
* Bug 282790: Warn if name for a stored query exceeds maximum lengthbugreport%peshkin.net2005-02-211-0/+1
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-4/+4
* Bug 282597: GetGroupsByUserId() in buglist.cgi fails to return correct inform...mkanat%kerio.com2005-02-181-1/+1
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-2/+2
* Bug 189366 : real name columns should fall back to e-mail nametravis%sedsystems.ca2005-02-161-3/+9
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-2/+1
* Bug 278018 : Eliminate deprecated Bugzilla::DB routines from buglist.cgitravis%sedsystems.ca2005-02-031-87/+111
* Bug 201818 : Convert long_list.cgi to a formattravis%sedsystems.ca2005-01-251-1/+1
* 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
* Bug 179451 : Move order-by generation from buglist.cgi into search.pmtravis%sedsystems.ca2005-01-191-10/+8
* Bug 276840 : Move $::defaultqueryname out of globals.pl into Bugzilla/Constan...travis%sedsystems.ca2005-01-191-2/+1
* Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric Ha...jocuri%softhome.net2005-01-171-2/+0
* Patch for bug 276842: Move @default_column_list out of globals.pl into Bugzil...jocuri%softhome.net2005-01-171-2/+1
* Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net2005-01-161-1/+2
* Bug 275108 : Content-disposition header is incorrect, violates RFCtravis%sedsystems.ca2005-01-131-2/+6
* Bug 274640: silently fix up custom sort order cookies which erroneously inclu...gerv%gerv.net2005-01-031-0/+5
* Bug 274397 - Editing a saved search should now work even after clicking "Show...jake%bugzilla.org2004-12-231-9/+10
* Patch for bug 261993: fix uninitialized value error in webserver log when acc...jocuri%softhome.net2004-09-301-0/+1
* Patch for bug 255512: For bz_secure, distinguish between mandatory and non-ma...jocuri%softhome.net2004-09-241-10/+19
* Bug 252295: Ensure that the "Edit Search" link goes back to the same form the...justdave%bugzilla.org2004-09-131-0/+8
* Bug 255664: Wait until buglist is ready to be displayed before closing the "p...justdave%bugzilla.org2004-09-111-1/+5
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ...bugreport%peshkin.net2004-08-211-0/+6
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-5/+5
* Bug 252329: Returning to buglist after an empty fulltext search causes code e...jouni%heikniemi.net2004-07-231-3/+11
* Bug 98751: Make it easier to update a stored query.jouni%heikniemi.net2004-07-221-0/+4
* 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 for bug 190432; saving a named query uses REPLACE INTO (not ANSI); patc...dkl%redhat.com2004-07-081-4/+21
* Patch for bug 248001: Conversion of boolean conditions in SQL statements for ...jocuri%softhome.net2004-07-031-2/+2
* Fix for bug 234797: adds a "limit" param for limiting the number of results r...myk%mozilla.org2004-04-061-1/+4
* Fix for bug 237176: allows power users to display relevance values as a colum...myk%mozilla.org2004-04-061-54/+77