diff options
author | terry%netscape.com <> | 1998-09-16 06:49:23 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-09-16 06:49:23 +0200 |
commit | 4727e6c09f88e63f02e6c8f359862d0c0942ed36 (patch) | |
tree | 3dec365d9db2c17d4c4ab9eb5297650d09ab24ec /CHANGES | |
parent | d8a4482db94592c936565841ab1a6703fca27d2d (diff) | |
download | bugzilla-4727e6c09f88e63f02e6c8f359862d0c0942ed36.tar.gz bugzilla-4727e6c09f88e63f02e6c8f359862d0c0942ed36.tar.xz |
Everything has been ported to now run under Perl.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -10,6 +10,26 @@ query the CVS tree. For example, will tell you what has been changed in the last week. + + +9/15/98 Everything has been ported to Perl. NO MORE TCL. This +transition should be relatively painless, except for the "params" +file. This is the file that contains parameters you've set up on the +editparams.cgi page. Before changing to Perl, this was a tcl-syntax +file, stored in the same directory as the code; after the change to +Perl, it becomes a perl-syntax file, stored in a subdirectory named +"data". + +So, if updating from an older version of Bugzilla, you will need to +edit data/param, change the email address listed for +$::param{'maintainer'}, and then go revisit the editparams.cgi page +and reset all the parameters to your taste. Fortunately, your old +params file will still be around, and so you ought to be able to +cut&paste important bits from there. + + + + 9/2/98 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 |