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