summaryrefslogtreecommitdiffstats
path: root/CGI.pl
AgeCommit message (Collapse)AuthorFilesLines
2000-03-11Removed warning.terry%mozilla.org1-1/+3
2000-03-08Patch by Brian Duggan <bduggan@oven.com> -- security improvements.terry%mozilla.org1-0/+3
2000-03-08Patch by Olaf Krische <krische@mbi-berlin.de> -- Fixed HTML typos.terry%mozilla.org1-2/+2
2000-02-26Make a universal routine to report errors in forms, so that we canterry%mozilla.org1-12/+9
have a universal (and more noticable) way of displaying them.
2000-02-19Cut down on the number of syncshadowdb processes we fork off.terry%mozilla.org1-1/+2
2000-02-18Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org1-2/+8
bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system.
2000-02-18Put the "users" link in the trailer for people who are able to tweakterry%mozilla.org1-4/+4
the permissions of other users.
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-7/+45
"editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
2000-02-16Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the ↵terry%mozilla.org1-2/+3
Javascript behave under IE5 and under Netscape 3.x
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