Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-01-24 | Very minor HTML tweaking. | terry%mozilla.org | 1 | -3/+4 | |
2000-01-24 | New email code wasn't sending to people who had voted for a bug. | terry%mozilla.org | 1 | -0/+6 | |
Added "My votes" link to footer. Other minor voting-related fixes. | |||||
2000-01-23 | AACK! checksetup.pl was stomping all over the new fielddefs table if | terry%mozilla.org | 1 | -3/+5 | |
it got run more than once. This checkin fixes that, and also changes the DumpBugActivity() routine to give me enough information to hopefully repair the damaged mozilla.org database... | |||||
2000-01-23 | Remember the previous sort order in a cookie, and make that the | terry%mozilla.org | 1 | -0/+1 | |
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-22 | Added a new table fielddefs that records information about the | terry%mozilla.org | 1 | -5/+6 | |
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 | Don't try to put out the footer if we're shutdown (as that can try to access ↵ | terry%mozilla.org | 1 | -1/+1 | |
the DB which we don't want). | |||||
2000-01-19 | Added a way to disable a user. | terry%mozilla.org | 1 | -5/+29 | |
2000-01-19 | Spruced up "editusers.cgi". Added an "editusers" group. | terry%mozilla.org | 1 | -0/+3 | |
2000-01-18 | Stop ever using perl's crypt() function; only use mysql's. (Using | terry%mozilla.org | 1 | -1/+4 | |
both was causing corruption on about 1 in 40 passwords.) | |||||
2000-01-18 | Very minor formatting tweak. | terry%mozilla.org | 1 | -2/+2 | |
2000-01-15 | Added "sanity check" to the list of things the maintainer gets to | terry%mozilla.org | 1 | -1/+2 | |
choose from in the footer. | |||||
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 1 | -8/+206 | |
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-13 | Provide a simple param to let the maintainer shut down Bugzilla for a while. | terry%mozilla.org | 1 | -2/+9 | |
1999-12-29 | Got rid of extra <H1> tag. | terry%mozilla.org | 1 | -1/+1 | |
1999-12-17 | Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla ↵ | terry%mozilla.org | 1 | -2/+10 | |
require comments on certain operations. | |||||
1999-12-07 | Don't do dmose's paranoid checking of option values in the query page. | terry%mozilla.org | 1 | -1/+3 | |
1999-12-03 | special cased DUPLICATE in the make_options() sanity-checking code | dmose%mozilla.org | 1 | -1/+2 | |
1999-12-03 | a bug fix or two and a whole bunch of sanity-checking of form submissions stuff | dmose%mozilla.org | 1 | -1/+58 | |
1999-11-02 | updated license boilerplate | dmose%mozilla.org | 1 | -14/+15 | |
1999-10-19 | Fixed stupid perl warning. | terry%mozilla.org | 1 | -1/+1 | |
1999-10-19 | Fixed stupid perl warnings. | terry%mozilla.org | 1 | -0/+8 | |
1999-09-30 | Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that ↵ | terry%mozilla.org | 1 | -1/+1 | |
was missing. | |||||
1999-09-28 | Patch by holger@holger.om.org (Holger Schurig) -- was displaying header ↵ | terry%mozilla.org | 1 | -2/+2 | |
twice in some cases. | |||||
1999-09-24 | Patch by holger@holger.om.org (Holger Schurig) -- several cleanups. | terry%mozilla.org | 1 | -4/+2 | |
1999-09-24 | Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on ↵ | terry%mozilla.org | 1 | -3/+3 | |
several pages that were missing it. | |||||
1999-09-16 | Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't let | terry%mozilla.org | 1 | -3/+3 | |
use "when" as a column name, so let's change our usage while it's still easy to do so. | |||||
1999-08-28 | Don't use "GET" for a form with a password in the obvious case where | terry%mozilla.org | 1 | -1/+1 | |
we have no other bookmarkable data that we'll want to put in the URL. | |||||
1999-08-25 | Patch suggested by dbaron@fas.harvard.edu -- kick the javascript on | terry%mozilla.org | 1 | -2/+5 | |
loading, in case the default query has some relevant fields set. | |||||
1999-08-19 | Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optional | terry%mozilla.org | 1 | -1/+1 | |
entry of the user's realname. Note that nothing actually makes use of this info at present. | |||||
1999-06-15 | Added the ability to configure bugzilla so that we only allow local | terry%mozilla.org | 1 | -6/+6 | |
usernames for email addresses. | |||||
1999-06-12 | Some apache servers seem not to deliever the REMOTE_HOST environment var. | terry%mozilla.org | 1 | -0/+7 | |
1999-05-26 | Avoid mid-air collisions (implementing a suggestion by | terry%mozilla.org | 1 | -0/+46 | |
py8ieh=bugzilla@bath.ac.uk). | |||||
1999-05-25 | Make sure login name is in canonical form. | terry%mozilla.org | 1 | -2/+5 | |
1999-05-13 | navigation_header() should work even if $::FORM{'id'} isn't defined. | terry%mozilla.org | 1 | -1/+2 | |
1999-05-08 | Oops. Accounts created via the "createaccount.cgi" page were not | terry%mozilla.org | 1 | -29/+34 | |
getting their password emailed to them. | |||||
1999-04-28 | Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtml | terry%netscape.com | 1 | -12/+19 | |
param to allow people to customize the html put in the <HEAD> portion of generated documents. Also, a few other minor patches. | |||||
1999-04-11 | Fixed bug 4928 -- wasn't encoding multi-line value fields properly, | terry%netscape.com | 1 | -10/+2 | |
which busted modern browsers (like, Mozilla itself). | |||||
1999-04-08 | Bugzilla now has the ability to store patches and other attachments with bugs. | terry%netscape.com | 1 | -2/+58 | |
1999-03-27 | Added stuff to make it more obvious how to create an account. | terry%netscape.com | 1 | -12/+20 | |
1999-03-23 | Patch by Dru Nelson <dnelson@redwoodsoft.com> -- quote the | terry%netscape.com | 1 | -1/+1 | |
logincookie, just in case some silly user mucked with their cookie file. | |||||
1999-03-12 | Added 'groups' stuff, where we have different group bits that we can | terry%netscape.com | 1 | -18/+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. | |||||
1998-11-21 | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1 | -11/+10 | |
1998-11-17 | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1 | -10/+11 | |
1998-11-10 | Fixed stupid bug causing stupid error messages. | terry%netscape.com | 1 | -0/+3 | |
1998-10-14 | Fixed bug 1083 -- was some stupid problems with creating a new account. | terry%netscape.com | 1 | -4/+9 | |
1998-09-19 | Add simple support for a version string. | terry%netscape.com | 1 | -1/+1 | |
1998-09-16 | Everything has been ported to now run under Perl. | terry%netscape.com | 1 | -0/+467 | |