Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-10-20 | Fixed stupid perl warning. | terry%mozilla.org | 1 | -1/+3 | |
1999-10-15 | Allow sorting of status whiteboard column. | terry%mozilla.org | 1 | -1/+1 | |
1999-10-12 | Got rid of silly debugging hack. | terry%mozilla.org | 1 | -1/+0 | |
1999-10-12 | Sort votes in decreasing order, not increasing. | terry%mozilla.org | 1 | -2/+3 | |
1999-10-12 | Stupid hack to let things work with people who have bookmarked | terry%mozilla.org | 1 | -0/+2 | |
vote-sorting URLs using the old style. | |||||
1999-10-12 | Added a "votes" field to the bugs table, which caches the total number | terry%mozilla.org | 1 | -9/+8 | |
of votes that have been cast for that bug. This let me simplify the SQL in buglist.cgi, which makes things more efficient and fixes several strange bugs. | |||||
1999-10-09 | Fixed bug 15890 -- was producing garbled SQL if doing a query | terry%mozilla.org | 1 | -1/+1 | |
that required the bugs_activity table. | |||||
1999-10-08 | Added ability to query by votes. | terry%mozilla.org | 1 | -0/+26 | |
1999-10-08 | Fixed bug 15808 -- previous change had busted querying of CC. | terry%mozilla.org | 1 | -2/+2 | |
1999-10-08 | Sorting by the vote column was busted. | terry%mozilla.org | 1 | -1/+1 | |
1999-10-08 | Added the ability for users to "vote" on which bugs they think should | terry%mozilla.org | 1 | -2/+6 | |
be fixed. | |||||
1999-09-28 | Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to ↵ | terry%mozilla.org | 1 | -6/+8 | |
show quips. | |||||
1999-09-24 | Patch by holger@holger.om.org (Holger Schurig) -- several cleanups. | terry%mozilla.org | 1 | -2/+1 | |
1999-09-18 | If a mangled "order" is specified, it was crashing. | terry%mozilla.org | 1 | -1/+1 | |
1999-09-16 | Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't let | terry%mozilla.org | 1 | -2/+2 | |
use "when" as a column name, so let's change our usage while it's still easy to do so. | |||||
1999-08-07 | Last patch didn't work -- perl doesn't like the "scaler" function. | terry%mozilla.org | 1 | -1/+1 | |
1999-08-04 | Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify ↵ | terry%mozilla.org | 1 | -1/+1 | |
a bunch of bugs at once. | |||||
1999-08-03 | Fix a typo in the "process any SQL" feature, that has made this | terry%mozilla.org | 1 | -1/+1 | |
feature completely busted for about a year now. I guess people don't use it... | |||||
1999-07-09 | More tiny battles in the HTML syntax error war | bryce-mozilla%nextbus.com | 1 | -2/+1 | |
1999-07-01 | The next logical extension of the fixes for non-Netscape browsers | bryce-mozilla%nextbus.com | 1 | -65/+53 | |
from the last checkin. Non-serverpush browsers have always been sent incorrect HTML headers, causing assorted problems (see Bug #8069 affecting MSIE). The code paths are very convoluted, but I think I have now straightened them out. | |||||
1999-06-16 | Explain some history. | terry%mozilla.org | 1 | -0/+12 | |
1999-06-15 | Fix several browsers, Lynx and Opera at least. HTML syntax errors here | bryce-mozilla%nextbus.com | 1 | -9/+10 | |
and there were fixed, and serverpush was restricted only to the versions of Mozilla known to support it. | |||||
1999-06-15 | A null quip file was causing errors. | terry%mozilla.org | 1 | -1/+2 | |
1999-05-25 | Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) -- | terry%mozilla.org | 1 | -1/+5 | |
Allow case insensitive and regexp based searches for strings in bugs. | |||||
1999-05-11 | Allow querying by groupset (though there is no UI for it yet; can only | terry%mozilla.org | 1 | -1/+1 | |
use this by manually hacking the URL string.) | |||||
1999-05-08 | Provide an option to tell mysql "set option SQL_BIG_TABLES=1". This | terry%mozilla.org | 1 | -0/+3 | |
is necessary for very big queries, but it will slow things up some otherwise. | |||||
1999-05-06 | Added newlines to the end of some messages; the last line was getting | terry%mozilla.org | 1 | -5/+10 | |
eaten sometimes. | |||||
1999-05-06 | Allow querying of bug creation times. | terry%mozilla.org | 1 | -1/+17 | |
1999-04-29 | Added a tiny bit of bulletproofing. | terry%netscape.com | 1 | -1/+1 | |
1999-03-24 | Can now query for a specified field being changed at a specified time, | terry%netscape.com | 1 | -0/+52 | |
optionally to a specified value. | |||||
1999-03-12 | Added 'groups' stuff, where we have different group bits that we can | terry%netscape.com | 1 | -1/+31 | |
put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug. | |||||
1999-02-26 | Patch by Dhiren Patel <dhiren@nuvomedia.com> (tweaked by me) -- add a | terry%netscape.com | 1 | -1/+2 | |
link to Enter A Bug when viewing a list of bugs. | |||||
1999-02-26 | Wasn't able to mass-change a component before. | terry%netscape.com | 1 | -3/+2 | |
1999-02-04 | Allow resetting a target milestone back to null. | terry%netscape.com | 1 | -0/+1 | |
1999-01-28 | Fixed bug 2311 -- searching for status_whiteboard wasn't working. | terry%netscape.com | 1 | -1/+2 | |
1999-01-28 | Added three new fields (which appear in the UI only if params are | terry%netscape.com | 1 | -5/+36 | |
turned on): target_milestone, qa_contact, and status_whiteboard. | |||||
1999-01-26 | Check for undefined var. | terry%netscape.com | 1 | -0/+3 | |
1999-01-20 | Wasn't properly stripping out null queries on text searches. | terry%netscape.com | 1 | -3/+4 | |
Harmless, but was generating overly complicated SQL. | |||||
1999-01-20 | Allow a "not regexp" search of email addresses. | terry%netscape.com | 1 | -0/+2 | |
1999-01-19 | Majorly changed querying of email addresses. | terry%netscape.com | 1 | -0/+65 | |
1999-01-16 | Allow querying of URL. | terry%netscape.com | 1 | -2/+2 | |
1998-12-17 | Applied patch by cbaldwin@siara.com -- make sorting by "importance" | terry%netscape.com | 1 | -1/+1 | |
use "severity" as a secondary sort. Fixes bug 1907. | |||||
1998-12-16 | Patch from Ashley Clark <aclark@CS.UH.EDU>, which hopefully fixes bug 1499. | terry%netscape.com | 1 | -1/+1 | |
1998-12-11 | Old values for the column-header-cookie could cause problems when trying to ↵ | terry%netscape.com | 1 | -2/+5 | |
tweak several bugs at once. | |||||
1998-11-21 | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1 | -72/+65 | |
1998-11-17 | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1 | -65/+72 | |
1998-09-30 | Don't do server-push if the user seems to be using Internet Explorer. | terry%netscape.com | 1 | -10/+24 | |
1998-09-25 | Fixed bug 890. Apparently, Apache has the habit of lower-casing some | terry%netscape.com | 1 | -4/+4 | |
of the boundary strings, so we'll just lower-case them all to make things work. | |||||
1998-09-16 | Everything has been ported to now run under Perl. | terry%netscape.com | 1 | -389/+375 | |
1998-09-03 | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for | terry%netscape.com | 1 | -1/+5 | |
empty resolution. |