Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-09-30 | Don't do server-push if the user seems to be using Internet Explorer. | terry%netscape.com | 1 | -10/+24 | |
1998-09-29 | Akkana now owns Composer. | terry%netscape.com | 1 | -1/+1 | |
1998-09-25 | Fixed bug 890. Apparently, Apache has the habit of lower-casing some | terry%netscape.com | 1 | -4/+4 | |
of the boundary strings, so we'll just lower-case them all to make things work. | |||||
1998-09-22 | Patch by (mostly) Bert Driehuis <bert_driehuis@nl.compuware.com> -- | terry%netscape.com | 1 | -0/+19 | |
explain a bit about the versioncache file. | |||||
1998-09-22 | Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- recognize | terry%netscape.com | 1 | -0/+1 | |
BSDI systems. | |||||
1998-09-22 | Was generating garbage instead of the Cc: line. | terry%netscape.com | 1 | -1/+1 | |
1998-09-19 | Whoops. Ignore anything that tries to override the version number in | terry%netscape.com | 1 | -0/+6 | |
the params file. | |||||
1998-09-19 | Updated version string to 2.1 (development) | terry%netscape.com | 1 | -1/+1 | |
1998-09-19 | Updated version string to 2.0 (shipping) | terry%netscape.com | 1 | -1/+1 | |
1998-09-19 | Make it clear to people that "%version%" will work. | terry%netscape.com | 1 | -0/+6 | |
1998-09-19 | Change default banner to include version info. | terry%netscape.com | 1 | -1/+3 | |
1998-09-19 | Updated version string to 1.3 (development) | terry%netscape.com | 1 | -1/+1 | |
1998-09-19 | Add simple support for a version string. | terry%netscape.com | 3 | -2/+7 | |
1998-09-19 | Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- Don't choke if argv is ↵ | terry%netscape.com | 1 | -1/+1 | |
empty. | |||||
1998-09-19 | Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- add the URL for TiemDate. | terry%netscape.com | 1 | -0/+1 | |
1998-09-17 | Bug fix by Brian Jones <cbj@nortel.net> -- was failing to create new users. | terry%netscape.com | 1 | -1/+1 | |
1998-09-17 | Get rid of .tcl files; we're a perl app now. | terry%netscape.com | 6 | -1259/+3 | |
1998-09-16 | Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops! | terry%netscape.com | 1 | -1/+1 | |
1998-09-16 | Whoops; a bad username was causing perl warning messages. | terry%netscape.com | 1 | -1/+1 | |
1998-09-16 | Add a few more clues. | terry%netscape.com | 1 | -1/+6 | |
1998-09-16 | Everything has been ported to now run under Perl. | terry%netscape.com | 26 | -1475/+3003 | |
1998-09-12 | Added new "Layout" component to NGLayout. | terry%netscape.com | 1 | -0/+1 | |
1998-09-09 | Added 1998-09-04 version. | terry%netscape.com | 1 | -0/+1 | |
1998-09-07 | Chouck isn't here; fix owner of LibMocha. | terry%netscape.com | 1 | -1/+1 | |
1998-09-05 | Added "Viewer App" component. | terry%netscape.com | 1 | -0/+1 | |
1998-09-04 | Give a better message, in the case that someone changes a bug that had | terry%netscape.com | 1 | -1/+3 | |
an invalid component or version field. (Like, for example, all the new NGLayout bugs.) | |||||
1998-09-04 | Amusil now owns plugins. | terry%netscape.com | 1 | -1/+1 | |
1998-09-04 | Added in NGLayout stuff. (gotta come up with a better way of tweaking | terry%netscape.com | 2 | -0/+25 | |
these tables!) | |||||
1998-09-03 | Oops; mention nomail and maillock. (Thanks to | terry%netscape.com | 1 | -1/+2 | |
Sam Ziegler <ziegler@mediaguaranty.com> for pointing out their lack.) | |||||
1998-09-03 | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for | terry%netscape.com | 2 | -2/+6 | |
empty resolution. | |||||
1998-09-03 | Changelog of important Bugzilla changes. | terry%netscape.com | 1 | -0/+26 | |
1998-09-03 | Changed the way password validation works. We now keep a | terry%netscape.com | 7 | -32/+105 | |
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-03 | Mention the "comments" file. | terry%netscape.com | 1 | -0/+5 | |
1998-09-02 | Tell people that they have to "create database bugs;". | terry%netscape.com | 1 | -2/+4 | |
1998-09-02 | Patch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- deal | terry%netscape.com | 1 | -1/+1 | |
better with product names that have spaces or other weird stuff in them. | |||||
1998-09-02 | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy link | terry%netscape.com | 1 | -0/+1 | |
to enter a new bug. | |||||
1998-09-02 | Use POST, not GET. Allow for boolean params. | terry%netscape.com | 1 | -1/+15 | |
1998-09-01 | Use the "urlbase" param. Make regeneration easier. | terry%netscape.com | 1 | -13/+5 | |
1998-09-01 | Oh, gee, djw doesn't work here anymore, and doesn't own the Layout | terry%netscape.com | 1 | -1/+1 | |
module anymore. Whoops. I gotta make all our "lists of owners" sync'd together... | |||||
1998-09-01 | Fixed bug #541 -- sorting by "assignee" now works. | terry%netscape.com | 1 | -1/+1 | |
1998-09-01 | Added parameters to specify the HTML that goes at the top of every | terry%netscape.com | 2 | -12/+13 | |
page. The banner.html and blurb.html files are now obsolete! | |||||
1998-09-01 | Whine at people who haven't been checking their NEW bugs. | terry%netscape.com | 1 | -0/+64 | |
1998-09-01 | Allow editing of parameters via a web page. | terry%netscape.com | 7 | -2/+325 | |
1998-09-01 | Do some simple sanity checks. | terry%netscape.com | 1 | -0/+112 | |
1998-09-01 | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if | terry%netscape.com | 1 | -1/+1 | |
you have exactly one product defined. Oops! | |||||
1998-09-01 | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanity | terry%netscape.com | 1 | -14/+17 | |
checking on the list of column names we're given. | |||||
1998-08-29 | Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keeping | terry%netscape.com | 3 | -29/+3 | |
that stuff in this database. | |||||
1998-08-29 | Back out last change. No diffs are showing up at all! | terry%netscape.com | 1 | -1/+1 | |
1998-08-29 | Fixed bug 544 -- now use unified diffs instead of context diffs in mail. | terry%netscape.com | 1 | -1/+1 | |
1998-08-29 | Fixed bug 513 -- adding CC field caused crash. | terry%netscape.com | 1 | -2/+2 | |