Commit Graph

52 Commits

Author SHA1 Message Date
terry%mozilla.org
718ebdae52 Major spankage. Added a new state, UNCONFIRMED. Added new groups,
"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-17 05:15:23 +00:00
terry%mozilla.org
b9a6025e36 Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Javascript behave under IE5 and under Netscape 3.x 2000-02-15 18:56:31 +00:00
terry%mozilla.org
775039658f Make the "mail a new password" text be a param. 2000-02-07 22:11:55 +00:00
terry%mozilla.org
7ecba992bf Massive stomp on the query page and buglist page. Added the ability
to use the "boolean charts" to do very powerful queries.
2000-01-28 01:01:40 +00:00
terry%mozilla.org
c7fc84f240 Reworked preferences UI. Added ability to turn off "My bugs" link at
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-25 07:54:57 +00:00
terry%mozilla.org
25fa8b8b7b Very minor HTML tweaking. 2000-01-24 05:50:46 +00:00
terry%mozilla.org
2291e7e479 New email code wasn't sending to people who had voted for a bug.
Added "My votes" link to footer.  Other minor voting-related fixes.
2000-01-24 05:41:40 +00:00
terry%mozilla.org
78b90d75fb AACK! checksetup.pl was stomping all over the new fielddefs table if
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-22 21:43:30 +00:00
terry%mozilla.org
b9dc656311 Remember the previous sort order in a cookie, and make that the
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 19:08:57 +00:00
terry%mozilla.org
8ed4c20ca3 Added a new table fielddefs that records information about the
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-22 04:24:42 +00:00
terry%mozilla.org
055416e250 Don't try to put out the footer if we're shutdown (as that can try to access the DB which we don't want). 2000-01-20 21:36:20 +00:00
terry%mozilla.org
4e67064f23 Added a way to disable a user. 2000-01-18 22:41:26 +00:00
terry%mozilla.org
0b8942fa37 Spruced up "editusers.cgi". Added an "editusers" group. 2000-01-18 18:34:01 +00:00
terry%mozilla.org
27c97fdec5 Stop ever using perl's crypt() function; only use mysql's. (Using
both was causing corruption on about 1 in 40 passwords.)
2000-01-18 14:40:21 +00:00
terry%mozilla.org
a553e0fe09 Very minor formatting tweak. 2000-01-17 19:54:50 +00:00
terry%mozilla.org
e5ad6e4320 Added "sanity check" to the list of things the maintainer gets to
choose from in the footer.
2000-01-14 23:30:24 +00:00
terry%mozilla.org
f5e622daa8 Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
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-14 22:35:49 +00:00
terry%mozilla.org
41ec88d63e Provide a simple param to let the maintainer shut down Bugzilla for a while. 2000-01-12 18:55:24 +00:00
terry%mozilla.org
35b2429d00 Got rid of extra <H1> tag. 1999-12-28 22:31:47 +00:00
terry%mozilla.org
0582508d69 Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla require comments on certain operations. 1999-12-16 16:37:57 +00:00
terry%mozilla.org
41ed32807c Don't do dmose's paranoid checking of option values in the query page. 1999-12-06 17:09:54 +00:00
dmose%mozilla.org
b1cae38a41 special cased DUPLICATE in the make_options() sanity-checking code 1999-12-02 23:56:07 +00:00
dmose%mozilla.org
6c05f0d386 a bug fix or two and a whole bunch of sanity-checking of form submissions stuff 1999-12-02 23:21:42 +00:00
dmose%mozilla.org
2db9bdbbbe updated license boilerplate 1999-11-01 23:33:56 +00:00
terry%mozilla.org
a4b1e43399 Fixed stupid perl warning. 1999-10-19 00:04:59 +00:00
terry%mozilla.org
b06439f614 Fixed stupid perl warnings. 1999-10-18 23:57:58 +00:00
terry%mozilla.org
8ccd410a48 Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that was missing. 1999-09-29 21:56:54 +00:00
terry%mozilla.org
7739b60824 Patch by holger@holger.om.org (Holger Schurig) -- was displaying header twice in some cases. 1999-09-27 22:22:24 +00:00
terry%mozilla.org
e7749e144e Patch by holger@holger.om.org (Holger Schurig) -- several cleanups. 1999-09-23 19:19:02 +00:00
terry%mozilla.org
92745287f7 Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it. 1999-09-23 19:08:03 +00:00
terry%mozilla.org
a179babd15 Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't let
use "when" as a column name, so let's change our usage while it's
still easy to do so.
1999-09-15 17:25:28 +00:00
terry%mozilla.org
2b36070790 Don't use "GET" for a form with a password in the obvious case where
we have no other bookmarkable data that we'll want to put in the URL.
1999-08-27 17:17:29 +00:00
terry%mozilla.org
f317f5da86 Patch suggested by dbaron@fas.harvard.edu -- kick the javascript on
loading, in case the default query has some relevant fields set.
1999-08-24 15:24:50 +00:00
terry%mozilla.org
54026d1e4e Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optional
entry of the user's realname.  Note that nothing actually makes use of
this info at present.
1999-08-19 00:06:01 +00:00
terry%mozilla.org
dad605834b Added the ability to configure bugzilla so that we only allow local
usernames for email addresses.
1999-06-14 17:33:52 +00:00
terry%mozilla.org
a3704ec0aa Some apache servers seem not to deliever the REMOTE_HOST environment var. 1999-06-11 17:39:19 +00:00
terry%mozilla.org
4aee2ab191 Avoid mid-air collisions (implementing a suggestion by
py8ieh=bugzilla@bath.ac.uk).
1999-05-25 19:22:31 +00:00
terry%mozilla.org
1aecdeb9f3 Make sure login name is in canonical form. 1999-05-24 19:42:28 +00:00
terry%mozilla.org
6073c0dfb2 navigation_header() should work even if $::FORM{'id'} isn't defined. 1999-05-12 17:18:10 +00:00
terry%mozilla.org
e554277ef1 Oops. Accounts created via the "createaccount.cgi" page were not
getting their password emailed to them.
1999-05-07 22:07:21 +00:00
terry%netscape.com
ab9d826d69 Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtml
param to allow people to customize the html put in the <HEAD> portion
of generated documents.  Also, a few other minor patches.
1999-04-27 17:17:49 +00:00
terry%netscape.com
7470759801 Fixed bug 4928 -- wasn't encoding multi-line value fields properly,
which busted modern browsers (like, Mozilla itself).
1999-04-10 17:42:24 +00:00
terry%netscape.com
7c51e2a3de Bugzilla now has the ability to store patches and other attachments with bugs. 1999-04-08 14:40:46 +00:00
terry%netscape.com
c8ea70e26a Added stuff to make it more obvious how to create an account. 1999-03-27 02:28:51 +00:00
terry%netscape.com
7e95102ab8 Patch by Dru Nelson <dnelson@redwoodsoft.com> -- quote the
logincookie, just in case some silly user mucked with their cookie file.
1999-03-22 23:48:39 +00:00
terry%netscape.com
1cb8909d0c Added 'groups' stuff, where we have different group bits that we can
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.
1999-03-11 16:30:54 +00:00
terry%netscape.com
ca1d736df9 Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. 1998-11-20 19:18:37 +00:00
terry%netscape.com
68314873bf Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. 1998-11-16 19:43:50 +00:00
terry%netscape.com
17c03fd12b Fixed stupid bug causing stupid error messages. 1998-11-09 22:45:32 +00:00
terry%netscape.com
eb867a84ab Fixed bug 1083 -- was some stupid problems with creating a new account. 1998-10-13 18:15:37 +00:00