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

161 Коммитов

Автор SHA1 Сообщение Дата
terry%netscape.com 241b923eea Make the generated regexps not too general! 1998-09-03 23:57:21 +00:00
terry%netscape.com eeb27d4630 Added in NGLayout stuff. (gotta come up with a better way of tweaking
these tables!)
1998-09-03 22:50:31 +00:00
terry%netscape.com 4fc335dd6b Oops; mention nomail and maillock. (Thanks to
Sam Ziegler <ziegler@mediaguaranty.com> for pointing out their lack.)
1998-09-02 22:31:50 +00:00
terry%netscape.com 6f8faf658a Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
empty resolution.
1998-09-02 19:02:30 +00:00
terry%netscape.com 3ca3e981e0 Changelog of important Bugzilla changes. 1998-09-02 18:56:48 +00:00
terry%netscape.com 1644915b59 Changed the way password validation works. We now keep a
crypt'd version of the password in the database, and check against
that.  (This is silly, because we're also keeping the plaintext
version there, but I have plans...)  Stop passing the plaintext
password around as a cookie; instead, we have a cookie that references
a record in a new database table, logincookies.

IMPORTANT: if updating from an older version of Bugzilla, you must run
the following commands to keep things working:

 ./makelogincookiestable.sh
 echo "alter table profiles add column cryptpassword varchar(64);" | mysql bugs
 echo "update profiles set cryptpassword = encrypt(password,substring(rand(),3, 4));" | mysql bugs
1998-09-02 18:54:54 +00:00
terry%netscape.com 196ef2e670 Mention the "comments" file. 1998-09-02 18:34:04 +00:00
terry%netscape.com dfd11950a3 Tell people that they have to "create database bugs;". 1998-09-01 23:55:45 +00:00
terry%netscape.com 5cc29feaf8 Patch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- deal
better with product names that have spaces or other weird stuff in them.
1998-09-01 21:01:44 +00:00
terry%netscape.com ac23c7ba26 Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy link
to enter a new bug.
1998-09-01 21:01:10 +00:00
terry%netscape.com 1c64b55ff2 Use POST, not GET. Allow for boolean params. 1998-09-01 20:54:24 +00:00
terry%netscape.com 4bb554decc Use the "urlbase" param. Make regeneration easier. 1998-09-01 14:02:13 +00:00
terry%netscape.com 0c2e820585 Oh, gee, djw doesn't work here anymore, and doesn't own the Layout
module anymore.  Whoops.

I gotta make all our "lists of owners" sync'd together...
1998-09-01 04:58:10 +00:00
terry%netscape.com 737f91f0b4 Fixed bug #541 -- sorting by "assignee" now works. 1998-09-01 04:41:58 +00:00
terry%netscape.com 98bbd9c174 Added parameters to specify the HTML that goes at the top of every
page.  The banner.html and blurb.html files are now obsolete!
1998-09-01 04:33:37 +00:00
terry%netscape.com 2cd384fb27 Whine at people who haven't been checking their NEW bugs. 1998-09-01 04:22:32 +00:00
terry%netscape.com 13ac2130c2 Allow editing of parameters via a web page. 1998-09-01 04:21:45 +00:00
terry%netscape.com 276727367d Fix up NPL and comments that cls%seawood.org horked. 1998-09-01 01:41:07 +00:00
terry%netscape.com c6d27c65e6 Fix up indentation that cls%seawood.org horked. 1998-09-01 01:40:24 +00:00
terry%netscape.com f270fc30c7 Do some simple sanity checks. 1998-09-01 01:20:36 +00:00
cls%seawood.org 8bd37e2a51 A few fixes to allow things to work relatively out of the box. 1998-09-01 01:14:20 +00:00
cls%seawood.org 4539c32d78 Make a couple of tweaks to allow complete admin (expect setting passwd) via webpages. 1998-09-01 01:11:34 +00:00
cls%seawood.org f5a06fb9f6 Initial version 1998-09-01 01:09:43 +00:00
cyeh%netscape.com 677314c5c7 updated examples that are cleaner and multiple platform friendly. 1998-09-01 00:08:02 +00:00
terry%netscape.com aa02be5044 Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if
you have exactly one product defined.  Oops!
1998-08-31 20:41:13 +00:00
terry%netscape.com 752e0bec62 Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanity
checking on the list of column names we're given.
1998-08-31 20:38:47 +00:00
cls%seawood.org d249a5e7eb More fixes. 1998-08-31 03:57:13 +00:00
cls%seawood.org 6b883a1809 Fixed problem with file permissions not being set. 1998-08-31 03:33:55 +00:00
cls%seawood.org 2d65f53e2a Made the people:who field large enough for username%domain 1998-08-31 01:08:41 +00:00
terry%netscape.com a74f28cad5 OK, turn it on -- changes will now actually have effect. 1998-08-29 00:51:15 +00:00
terry%netscape.com 773132fb8a Need full pathname for CVS_PASSFILE, since change directories before using cvs. 1998-08-29 00:41:24 +00:00
terry%netscape.com c466b207f7 Oops; wrong environment variable name. 1998-08-29 00:36:03 +00:00
terry%netscape.com fe51b86b4d Keep a .cvspass in our own directory. 1998-08-29 00:35:19 +00:00
terry%netscape.com 3247e37ab5 We have a variable containing the full path to the cvs executable; use it! 1998-08-29 00:20:10 +00:00
terry%netscape.com d861eadc3e Got to quote those stupid at-signs. 1998-08-28 23:57:42 +00:00
terry%netscape.com c20da319a2 Initial public checkin of despot. 1998-08-28 23:50:39 +00:00
terry%netscape.com a631f0cb7c Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping
that stuff in this database.
1998-08-28 20:19:31 +00:00
terry%netscape.com 261d7a0b13 Back out last change. No diffs are showing up at all! 1998-08-28 19:23:41 +00:00
terry%netscape.com 33307dbc4b Fixed bug 544 -- now use unified diffs instead of context diffs in mail. 1998-08-28 19:17:59 +00:00
terry%netscape.com de183621a7 Fixed bug 513 -- adding CC field caused crash. 1998-08-28 18:32:15 +00:00
terry%netscape.com a729e91e6e Debugging support -- if we get an SQL error, show the SQL command that failed. 1998-08-28 18:31:05 +00:00
terry%netscape.com b0e5b61885 Get rid of the "read and eat" line; it doesn't make sense here. 1998-08-28 13:50:41 +00:00
shaver%netscape.com 802e755292 tell people how to change their new password 1998-08-27 20:18:13 +00:00
terry%netscape.com 3f17267cf3 Hacky preventative for bug 540 -- disable the "edit long description"
feature entirely.
1998-08-27 18:14:14 +00:00
terry%netscape.com 5bc14685ee Fixed bug 538 -- can now search through summary and description fields. 1998-08-27 17:22:23 +00:00
terry%netscape.com bb84abf51c The default product is now called "Mozilla". 1998-08-27 15:30:25 +00:00
terry%netscape.com 1ff106e5b2 Sort the list of products. 1998-08-27 15:30:01 +00:00
terry%netscape.com 2e14f97ac4 Fixed bug 539 -- cope with multiple products in the system. 1998-08-27 14:56:19 +00:00
terry%netscape.com a25f8b562e I'd prefer to be known as terry@mozilla.org. 1998-08-27 14:55:27 +00:00
terry%netscape.com dde7c7fa02 Don't choke if the user hits a space or something in the 'changed in
last ___ days' field.
1998-08-27 00:03:27 +00:00