Граф коммитов

39 Коммитов

Автор SHA1 Сообщение Дата
terry%mozilla.org e9c9ad3180 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 8678574dea Very minor formatting tweak. 2000-01-17 19:54:50 +00:00
terry%mozilla.org 2f0f396818 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 853edc6444 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 b1cadb6658 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 827eb20983 Got rid of extra <H1> tag. 1999-12-28 22:31:47 +00:00
terry%mozilla.org d7510467b3 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 b36ed612b3 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 399dbbb2eb special cased DUPLICATE in the make_options() sanity-checking code 1999-12-02 23:56:07 +00:00
dmose%mozilla.org 7c1f7185c8 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 18f71469a1 updated license boilerplate 1999-11-01 23:33:56 +00:00
terry%mozilla.org 607a20961e Fixed stupid perl warning. 1999-10-19 00:04:59 +00:00
terry%mozilla.org da0f505ba9 Fixed stupid perl warnings. 1999-10-18 23:57:58 +00:00
terry%mozilla.org f36da99d84 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 6a21c6ce75 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 e9d353f3bd Patch by holger@holger.om.org (Holger Schurig) -- several cleanups. 1999-09-23 19:19:02 +00:00
terry%mozilla.org b850ef35ce 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 00e1989d67 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 e465f659eb 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 ef96766a99 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 85f19de465 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 eed2580484 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 a4dbada4ee Some apache servers seem not to deliever the REMOTE_HOST environment var. 1999-06-11 17:39:19 +00:00
terry%mozilla.org 520571a268 Avoid mid-air collisions (implementing a suggestion by
py8ieh=bugzilla@bath.ac.uk).
1999-05-25 19:22:31 +00:00
terry%mozilla.org 00d313a3d1 Make sure login name is in canonical form. 1999-05-24 19:42:28 +00:00
terry%mozilla.org e6f76ebfe4 navigation_header() should work even if $::FORM{'id'} isn't defined. 1999-05-12 17:18:10 +00:00
terry%mozilla.org 5ec4850717 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 e4405e1012 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 8e36a0e574 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 b82b6a5752 Bugzilla now has the ability to store patches and other attachments with bugs. 1999-04-08 14:40:46 +00:00
terry%netscape.com 42ad8e1693 Added stuff to make it more obvious how to create an account. 1999-03-27 02:28:51 +00:00
terry%netscape.com d6f5c5f300 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 ac6b592a3c 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 ec25a8bc94 Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. 1998-11-20 19:18:37 +00:00
terry%netscape.com cd794ecc25 Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. 1998-11-16 19:43:50 +00:00
terry%netscape.com df0d751c3c Fixed stupid bug causing stupid error messages. 1998-11-09 22:45:32 +00:00
terry%netscape.com 5c2392ca45 Fixed bug 1083 -- was some stupid problems with creating a new account. 1998-10-13 18:15:37 +00:00
terry%netscape.com be4d24654b Add simple support for a version string. 1998-09-19 04:38:12 +00:00
terry%netscape.com a3f67c759a Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00