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

176 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com c8c9403a85 Pull netscape-specific hack. 1998-09-09 20:00:33 +00:00
slamm%netscape.com fc3d3a7071 Get the 'Change Log' link right. Set 'LANGUAGE=JavaScript' for the SCRIPT tag 1998-09-09 19:29:00 +00:00
slamm%netscape.com 9607066de3 Fix the 'Change Log' like to pass along the branch and the root. Trim the email addresses of netscape folks (i.e. slamm%netscape.com becomes slamm). 1998-09-09 17:37:12 +00:00
jwz%mozilla.org f076d2dcc6 paragraph break after README (from dawn) 1998-09-09 05:14:57 +00:00
terry%netscape.com c73a647f06 Added 1998-09-04 version. 1998-09-08 22:06:33 +00:00
slamm%netscape.com 83dc3dc109 Pass through 'nocrap' argument from express. 1998-09-08 20:33:28 +00:00
slamm%netscape.com 331471647a Re-commit the 'nocrap'. This time it's not crappy. 1998-09-08 19:48:29 +00:00
slamm%netscape.com 0188cf4b5c Oops, not ready yet. backout last change. 1998-09-08 19:36:56 +00:00
slamm%netscape.com 6a4965564b Add a 'nocrap' flag so the top of the page has useful information (i.e. no image, no legend). 1998-09-08 19:34:51 +00:00
terry%netscape.com 4c91268bc4 Chouck isn't here; fix owner of LibMocha. 1998-09-06 15:03:41 +00:00
terry%netscape.com 91883c2c42 Encourage people to use the secure server. 1998-09-04 19:23:40 +00:00
terry%netscape.com 6bf789cdc1 Added "Viewer App" component. 1998-09-04 18:26:09 +00:00
terry%netscape.com 80933ae162 Give a better message, in the case that someone changes a bug that had
an invalid component or version field.  (Like, for example, all the
new NGLayout bugs.)
1998-09-04 14:30:04 +00:00
terry%netscape.com 12d34b0058 Amusil now owns plugins. 1998-09-04 00:45:20 +00:00
terry%netscape.com 8d5e44f8ba Detecting the "default" partition wasn't working right. 1998-09-04 00:13:17 +00:00
terry%netscape.com c06c2aaffb Make the generated regexps not too general! 1998-09-03 23:57:21 +00:00
terry%netscape.com c7b9a4d38b 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 28d8fd31c6 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 28ecbe013a Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
empty resolution.
1998-09-02 19:02:30 +00:00
terry%netscape.com 7b9f4a667e Changelog of important Bugzilla changes. 1998-09-02 18:56:48 +00:00
terry%netscape.com d570212b2b 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 f42a22045c Mention the "comments" file. 1998-09-02 18:34:04 +00:00
terry%netscape.com 030660e730 Tell people that they have to "create database bugs;". 1998-09-01 23:55:45 +00:00
terry%netscape.com 18834062f0 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 2cbeda2ea4 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 8d623f539d Use POST, not GET. Allow for boolean params. 1998-09-01 20:54:24 +00:00
terry%netscape.com 7ad9b17f3a Use the "urlbase" param. Make regeneration easier. 1998-09-01 14:02:13 +00:00
terry%netscape.com 5378510eea 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 7415a0b171 Fixed bug #541 -- sorting by "assignee" now works. 1998-09-01 04:41:58 +00:00
terry%netscape.com 24bf72bec9 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 f53c5fdd40 Whine at people who haven't been checking their NEW bugs. 1998-09-01 04:22:32 +00:00
terry%netscape.com 99c54b3eee Allow editing of parameters via a web page. 1998-09-01 04:21:45 +00:00
terry%netscape.com ee784f9815 Fix up NPL and comments that cls%seawood.org horked. 1998-09-01 01:41:07 +00:00
terry%netscape.com 3c0e8f3876 Fix up indentation that cls%seawood.org horked. 1998-09-01 01:40:24 +00:00
terry%netscape.com 5898e21f10 Do some simple sanity checks. 1998-09-01 01:20:36 +00:00
cls%seawood.org afda95bbce A few fixes to allow things to work relatively out of the box. 1998-09-01 01:14:20 +00:00
cls%seawood.org f3290abe1e 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 15b8168364 Initial version 1998-09-01 01:09:43 +00:00
cyeh%netscape.com 31b1b63203 updated examples that are cleaner and multiple platform friendly. 1998-09-01 00:08:02 +00:00
terry%netscape.com 2b14cdefb7 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 924700b781 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 4d23d7edbc More fixes. 1998-08-31 03:57:13 +00:00
cls%seawood.org 1940bdde88 Fixed problem with file permissions not being set. 1998-08-31 03:33:55 +00:00
cls%seawood.org 60ce2a2566 Made the people:who field large enough for username%domain 1998-08-31 01:08:41 +00:00
terry%netscape.com 14fee08e67 OK, turn it on -- changes will now actually have effect. 1998-08-29 00:51:15 +00:00
terry%netscape.com 59aaaec1ab Need full pathname for CVS_PASSFILE, since change directories before using cvs. 1998-08-29 00:41:24 +00:00
terry%netscape.com 08827b782c Oops; wrong environment variable name. 1998-08-29 00:36:03 +00:00
terry%netscape.com 7a9107a472 Keep a .cvspass in our own directory. 1998-08-29 00:35:19 +00:00
terry%netscape.com 8d057c739a 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 bb54f89801 Got to quote those stupid at-signs. 1998-08-28 23:57:42 +00:00