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

61 Коммитов

Автор SHA1 Сообщение Дата
terry%netscape.com 82a52e72d9 Whoops. Ignore anything that tries to override the version number in
the params file.
1998-09-19 06:20:13 +00:00
terry%netscape.com 9571ac5452 Updated version string to 2.1 (development) 1998-09-19 06:08:15 +00:00
terry%netscape.com 4b27250c06 Updated version string to 2.0 (shipping) 1998-09-19 06:02:20 +00:00
terry%netscape.com bd07e71c3f Make it clear to people that "%version%" will work. 1998-09-19 05:48:09 +00:00
terry%netscape.com 84056449e2 Change default banner to include version info. 1998-09-19 05:47:54 +00:00
terry%netscape.com 8628633ee7 Updated version string to 1.3 (development) 1998-09-19 04:52:13 +00:00
terry%netscape.com be4d24654b Add simple support for a version string. 1998-09-19 04:38:12 +00:00
terry%netscape.com a243e0a9a6 Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- Don't choke if argv is empty. 1998-09-19 02:35:09 +00:00
terry%netscape.com 158f747a78 Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- add the URL for TiemDate. 1998-09-19 02:34:41 +00:00
terry%netscape.com 16b59e3dc1 Bug fix by Brian Jones <cbj@nortel.net> -- was failing to create new users. 1998-09-17 00:21:07 +00:00
terry%netscape.com c7b2deca42 Get rid of .tcl files; we're a perl app now. 1998-09-16 15:08:09 +00:00
terry%netscape.com a1ad0f723b Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops! 1998-09-16 14:36:38 +00:00
terry%netscape.com 53b6e21c17 Whoops; a bad username was causing perl warning messages. 1998-09-15 22:12:52 +00:00
terry%netscape.com 6ad9c93c61 Add a few more clues. 1998-09-15 21:55:46 +00:00
terry%netscape.com a3f67c759a Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
terry%netscape.com 7393c9b12a Added new "Layout" component to NGLayout. 1998-09-11 16:59:02 +00:00
terry%netscape.com c73a647f06 Added 1998-09-04 version. 1998-09-08 22:06:33 +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 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 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 5898e21f10 Do some simple sanity checks. 1998-09-01 01:20:36 +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
terry%netscape.com 7112a9934c 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 f01ab67010 Back out last change. No diffs are showing up at all! 1998-08-28 19:23:41 +00:00
terry%netscape.com 027bc808cf Fixed bug 544 -- now use unified diffs instead of context diffs in mail. 1998-08-28 19:17:59 +00:00
terry%netscape.com ba3fcdf7aa Fixed bug 513 -- adding CC field caused crash. 1998-08-28 18:32:15 +00:00
terry%netscape.com 1f94f958bf 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 dee0dd8188 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 42ba8cf782 tell people how to change their new password 1998-08-27 20:18:13 +00:00
terry%netscape.com 3528975f0e Hacky preventative for bug 540 -- disable the "edit long description"
feature entirely.
1998-08-27 18:14:14 +00:00
terry%netscape.com ac754b99b7 Fixed bug 538 -- can now search through summary and description fields. 1998-08-27 17:22:23 +00:00
terry%netscape.com 493e899bb8 The default product is now called "Mozilla". 1998-08-27 15:30:25 +00:00