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