aboutsummaryrefslogtreecommitdiffstats
path: root/CGI.pl
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add simple support for a version string.terry%netscape.com1998-09-191-1/+1
|
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-0/+467