Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-01-24 | Named queries (and the default query) are now stored server side, in | terry%mozilla.org | 1 | -58/+90 | |
the database, rather than in cookies. This means you have to log in to use these features, but I have plans that require them to be server-side. (Besides, some people were beginning to run out of cookie space.) | |||||
2000-01-23 | Fixed stupid typo that caused exact email searches in descriptions to crash. | terry%mozilla.org | 1 | -1/+1 | |
2000-01-23 | Can now search for people who have added text to a bug. | terry%mozilla.org | 1 | -3/+22 | |
2000-01-23 | Stupid typo caused "any words" and "all words" searches on the long | terry%mozilla.org | 1 | -2/+2 | |
description to crash. | |||||
2000-01-23 | If no sort order is specified, use the cookie if available. | terry%mozilla.org | 1 | -2/+6 | |
2000-01-23 | Remember the previous sort order in a cookie, and make that the | terry%mozilla.org | 1 | -1/+26 | |
default sort order for new queries. Add a new "show list" link to the navigation header to return you to the list of selected bugs. | |||||
2000-01-23 | Patch by Christine Begle <cbegle@mozilla.org>>, with heavy | terry%mozilla.org | 1 | -5/+32 | |
modifications by me -- let you query for "any words" and "all words", as well as the existing substring and regexp stuff. | |||||
2000-01-22 | Added a new table fielddefs that records information about the | terry%mozilla.org | 1 | -1/+1 | |
different fields we keep an activity log on. The bugs_activity table now has a pointer into that table instead of recording the name directly. Set up a new, highly experimental email-notification scheme. To turn it on, the maintainer has to turn on the "New email tech" param, and then individual users have to turn on the "New email tech" preference. | |||||
2000-01-21 | Moved all the long descriptions out of the bugs table, and into a new | terry%mozilla.org | 1 | -7/+15 | |
table. There is now a separate entry for each new long description, rather than appending them all together in one big field. | |||||
2000-01-20 | Allow whitespace to be used to separate keywords. | terry%mozilla.org | 1 | -2/+5 | |
2000-01-17 | Use new "keywords" cache to display keywords in bug lists. Not only | terry%mozilla.org | 1 | -15/+1 | |
is this much faster, but it also lets you sort by that column, and requires less special-case code. | |||||
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 1 | -3/+48 | |
me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case. | |||||
2000-01-14 | Allow displaying of a "keywords" column. | terry%mozilla.org | 1 | -21/+36 | |
2000-01-13 | "Change several bugs" was losing the sort order. | terry%mozilla.org | 1 | -1/+4 | |
2000-01-11 | Asking for both keywords and CC info was creating corrupted SQL. | terry%mozilla.org | 1 | -2/+2 | |
2000-01-07 | Whoops; SQL doesn't seem to want me to mention a table in a SELECT statement | terry%mozilla.org | 1 | -2/+2 | |
if I'm not going to use it. | |||||
2000-01-07 | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 1 | -3/+39 | |
authority maintain a list of keywords, and users can associate any keyword with any bug. The new functionality won't appear until at least one keyword is defined. Note that you *must* run the "checksetup.pl" script after updating this change, in order to create the new required tables "keywords" and "keyworddefs". | |||||
2000-01-05 | When no bugs are found, give links to make another query or to submit | terry%mozilla.org | 1 | -0/+3 | |
a new bug. | |||||
1999-12-03 | a bug fix or two and a whole bunch of sanity-checking of form submissions stuff | dmose%mozilla.org | 1 | -1/+2 | |
1999-11-02 | updated license boilerplate | dmose%mozilla.org | 1 | -14/+15 | |
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. |