Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remember the previous sort order in a cookie, and make that the | terry%mozilla.org | 2000-01-23 | 1 | -4/+12 | |
| | | | | | 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. | |||||
* | Patch by Christine Begle <cbegle@mozilla.org>>, with heavy | terry%mozilla.org | 2000-01-23 | 1 | -0/+2 | |
| | | | | | modifications by me -- let you query for "any words" and "all words", as well as the existing substring and regexp stuff. | |||||
* | Was sometimes checking extra checkboxes in the email area. | terry%mozilla.org | 2000-01-18 | 1 | -10/+11 | |
| | ||||||
* | Oops! Fixed stupid typo in last patch. | terry%mozilla.org | 2000-01-17 | 1 | -1/+1 | |
| | ||||||
* | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 2000-01-15 | 1 | -19/+16 | |
| | | | | | | | 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. | |||||
* | Fixed warnings. | terry%mozilla.org | 2000-01-12 | 1 | -5/+8 | |
| | ||||||
* | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 2000-01-07 | 1 | -9/+34 | |
| | | | | | | | | | | | | 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". | |||||
* | Don't do dmose's paranoid checking of option values in the query page. | terry%mozilla.org | 1999-12-07 | 1 | -0/+5 | |
| | ||||||
* | updated license boilerplate | dmose%mozilla.org | 1999-11-02 | 1 | -14/+15 | |
| | ||||||
* | Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the | terry%mozilla.org | 1999-10-13 | 1 | -1/+1 | |
| | | | | ability to edit components, products, and versions. Yay! | |||||
* | Added ability to query by votes. | terry%mozilla.org | 1999-10-08 | 1 | -4/+14 | |
| | ||||||
* | Patch by holger@holger.om.org (Holger Schurig) -- several cleanups. | terry%mozilla.org | 1999-09-24 | 1 | -1/+1 | |
| | ||||||
* | Patch by fred@dicad.de (Friedhelm Goesling) -- make Javascript work under IE. | terry%mozilla.org | 1999-09-11 | 1 | -9/+11 | |
| | ||||||
* | Patch suggested by dbaron@fas.harvard.edu -- kick the javascript on | terry%mozilla.org | 1999-08-24 | 1 | -1/+2 | |
| | | | | loading, in case the default query has some relevant fields set. | |||||
* | More tiny battles in the HTML syntax error war | bryce-mozilla%nextbus.com | 1999-07-09 | 1 | -2/+2 | |
| | ||||||
* | Fix several browsers, Lynx and Opera at least. HTML syntax errors here | bryce-mozilla%nextbus.com | 1999-06-15 | 1 | -3/+1 | |
| | | | | | and there were fixed, and serverpush was restricted only to the versions of Mozilla known to support it. | |||||
* | Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) -- | terry%mozilla.org | 1999-05-25 | 1 | -25/+39 | |
| | | | | Allow case insensitive and regexp based searches for strings in bugs. | |||||
* | Don't do javascript on browsers older than 4.06; it seems not to be working. | terry%mozilla.org | 1999-05-13 | 1 | -0/+7 | |
| | ||||||
* | Added user preference controlling how much email they get. | terry%mozilla.org | 1999-05-13 | 1 | -1/+1 | |
| | ||||||
* | Remember the 'changedin' field when memorizing queries. | terry%mozilla.org | 1999-05-11 | 1 | -1/+2 | |
| | ||||||
* | Was not properly remembering email addresses in memorized queries. | terry%mozilla.org | 1999-05-06 | 1 | -1/+1 | |
| | ||||||
* | Allow querying of bug creation times. | terry%mozilla.org | 1999-05-06 | 1 | -1/+3 | |
| | ||||||
* | Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtml | terry%netscape.com | 1999-04-28 | 1 | -4/+9 | |
| | | | | | param to allow people to customize the html put in the <HEAD> portion of generated documents. Also, a few other minor patches. | |||||
* | Patch by jay@invengen.com -- fixed bug 4106 (was busting on IE). | terry%netscape.com | 1999-04-09 | 1 | -0/+4 | |
| | ||||||
* | Added stuff to make it more obvious how to create an account. | terry%netscape.com | 1999-03-27 | 1 | -0/+1 | |
| | ||||||
* | On re-reading bug 4133, I see that I should just turn off the | terry%netscape.com | 1999-03-25 | 1 | -2/+1 | |
| | | | | javascript stuff on all instances of IE. | |||||
* | Don't try to run our javascript if running on IE4. | terry%netscape.com | 1999-03-25 | 1 | -2/+9 | |
| | ||||||
* | Can now query for a specified field being changed at a specified time, | terry%netscape.com | 1999-03-24 | 1 | -3/+27 | |
| | | | | optionally to a specified value. | |||||
* | Turns out the javascript I was using was version 1.2, not 1.1. Who knew? | terry%netscape.com | 1999-03-23 | 1 | -1/+1 | |
| | ||||||
* | Patch by David Gardiner <david.gardiner@unisa.edu.au> (with further | terry%netscape.com | 1999-03-20 | 1 | -1/+127 | |
| | | | | | | | hacks by me): Added javascript magic to adjust component/version lists when products get selected. | |||||
* | Added new pages to edit existing components. | terry%netscape.com | 1999-03-12 | 1 | -1/+1 | |
| | ||||||
* | Added 'groups' stuff, where we have different group bits that we can | terry%netscape.com | 1999-03-12 | 1 | -8/+8 | |
| | | | | | | 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. | |||||
* | Added a page which describes all the components in a product. | terry%netscape.com | 1999-02-05 | 1 | -1/+1 | |
| | ||||||
* | Allow queries for null target milestone, and allow reseting a target | terry%netscape.com | 1999-02-04 | 1 | -0/+1 | |
| | | | | milestone back to null. | |||||
* | Added three new fields (which appear in the UI only if params are | terry%netscape.com | 1999-01-28 | 1 | -8/+53 | |
| | | | | turned on): target_milestone, qa_contact, and status_whiteboard. | |||||
* | Allow a "not regexp" search of email addresses. | terry%netscape.com | 1999-01-20 | 1 | -0/+1 | |
| | ||||||
* | I guess nobody ever queries for URLs by regexp, since that radio | terry%netscape.com | 1999-01-20 | 1 | -1/+1 | |
| | | | | button was completely busted. | |||||
* | Majorly changed querying of email addresses. | terry%netscape.com | 1999-01-19 | 1 | -8/+71 | |
| | ||||||
* | Allow querying by OS. | terry%netscape.com | 1999-01-16 | 1 | -0/+7 | |
| | ||||||
* | Allow querying of URL. | terry%netscape.com | 1999-01-16 | 1 | -0/+5 | |
| | ||||||
* | Fixed bug 1746 -- make it say "Submit query" instead of "Submit". | terry%netscape.com | 1998-12-04 | 1 | -1/+1 | |
| | ||||||
* | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1998-11-21 | 1 | -70/+65 | |
| | ||||||
* | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1998-11-17 | 1 | -65/+70 | |
| | ||||||
* | fixed typo | harrison%netscape.com | 1998-10-21 | 1 | -1/+1 | |
| | ||||||
* | created reports.cgi which provide an overview of active bugs | harrison%netscape.com | 1998-10-19 | 1 | -0/+1 | |
| | | | | | | sorted by owner. updated README to reflect my experiences installing mysql, bugzilla. put links into index.html, query.cgi to point into reports.cgi. harrison 10/18/98 | |||||
* | Removed incorrect comment. | terry%netscape.com | 1998-10-15 | 1 | -2/+0 | |
| | ||||||
* | Added admin page for changing of default owners (code by Sam Ziegler ↵ | terry%netscape.com | 1998-09-30 | 1 | -0/+1 | |
| | | | | <sam@ziegler.org>) | |||||
* | Everything has been ported to now run under Perl. | terry%netscape.com | 1998-09-16 | 1 | -66/+92 | |
| | ||||||
* | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for | terry%netscape.com | 1998-09-03 | 1 | -1/+1 | |
| | | | | empty resolution. | |||||
* | Changed the way password validation works. We now keep a | terry%netscape.com | 1998-09-03 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | crypt'd version of the password in the database, and check against that. (This is silly, because we're also keeping the plaintext version there, but I have plans...) Stop passing the plaintext password around as a cookie; instead, we have a cookie that references a record in a new database table, logincookies. IMPORTANT: if updating from an older version of Bugzilla, you must run the following commands to keep things working: ./makelogincookiestable.sh echo "alter table profiles add column cryptpassword varchar(64);" | mysql bugs echo "update profiles set cryptpassword = encrypt(password,substring(rand(),3, 4));" | mysql bugs |