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

1010 Коммитов

Автор SHA1 Сообщение Дата
terry%mozilla.org 7c7a35bd40 Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines module is unavailable. 1999-09-29 22:51:30 +00:00
terry%mozilla.org f36da99d84 Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that was missing. 1999-09-29 21:56:54 +00:00
terry%mozilla.org 6a21c6ce75 Patch by holger@holger.om.org (Holger Schurig) -- was displaying header twice in some cases. 1999-09-27 22:22:24 +00:00
terry%mozilla.org 3f50ed4d98 Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to show quips. 1999-09-27 21:25:19 +00:00
terry%mozilla.org cc0e1dcbdb Don't send email notification of bug changes to people who aren't allowed to see that bug. 1999-09-25 20:35:52 +00:00
terry%mozilla.org f3d24c3f35 Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages. 1999-09-24 19:15:51 +00:00
slamm%netscape.com 96c3481ea5 Send stocks privately. A number of people including me would rather not see the stock number flying by all the time. 1999-09-24 18:19:01 +00:00
terry%mozilla.org 3047adb17f The port to perl caused this to generate times several hours off (due to timezone follies). 1999-09-23 23:34:59 +00:00
terry%mozilla.org 4723461f4c Need to quote "@" in double-quoted perl strings. 1999-09-23 22:21:30 +00:00
terry%mozilla.org ef283582dc Patch by Tom Schutter <tom@platte.com> -- set component to 'GNATS Import' instead of $product 1999-09-23 21:35:29 +00:00
terry%mozilla.org e9d353f3bd Patch by holger@holger.om.org (Holger Schurig) -- several cleanups. 1999-09-23 19:19:02 +00:00
terry%mozilla.org b850ef35ce Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it. 1999-09-23 19:08:03 +00:00
slamm%netscape.com a7292b7de2 Add Backwards.pm, some examples, and make sure examples directory is created. Thanks to Justin Hitt <hittjw@navyair.navy.mil> for the patch. 1999-09-22 18:51:13 +00:00
terry%mozilla.org 608a6c6772 Patch by Tom Schutter <tom@platte.com> -- was setting milestone descriptions to NULL instead of ''. 1999-09-22 15:55:56 +00:00
terry%mozilla.org 41926a6714 Patches by Scott Heavner <sheavner@adaclabs.com> -- wording, wasn't displaying correct directory name. 1999-09-21 20:30:38 +00:00
terry%mozilla.org b99d5b08ca This is a perl script to help import bugs from a GNATS database into a
Bugzilla database.  Contributed by Tom Schutter <tom@platte.com>
1999-09-21 20:12:46 +00:00
terry%mozilla.org 286c2fccd9 Added a directory for contributed software. 1999-09-21 20:11:56 +00:00
slamm%netscape.com 683ae086d3 Add parallel build (-j4) option 1999-09-18 01:05:35 +00:00
slamm%netscape.com 5ed08924a8 Fix script printing. 1999-09-18 00:37:29 +00:00
terry%mozilla.org fbd043431f If a mangled "order" is specified, it was crashing. 1999-09-17 17:52:49 +00:00
terry%mozilla.org a2b98618af Patch by Ian Wells <I.Wells@tarragon-et.co.uk> -- disable JavaScript
magic on IE (where it wasn't working), other minor cleanups.
1999-09-17 15:47:03 +00:00
endico%mozilla.org 0039492216 oops, glimpse claims the max size of a search string is 32 but empirical evidence suggests 29. Setting maxlength in the form to 29 1999-09-17 01:07:34 +00:00
endico%mozilla.org cecfae988f glimpse only allows a max of 32 characters with the -n option. -n is needed to get line numbers. Reduce the size of the form's input field to 32 chars and throw a message when the input is longer. 1999-09-17 00:43:31 +00:00
slamm%netscape.com 31892ff823 A couple more tweaks to get the count correct. 1999-09-16 17:38:07 +00:00
slamm%netscape.com cb776113b6 Exclude ignored warnings from report. 1999-09-16 17:21:24 +00:00
terry%mozilla.org 00e1989d67 Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't let
use "when" as a column name, so let's change our usage while it's
still easy to do so.
1999-09-15 17:25:28 +00:00
terry%mozilla.org c0c0f1922d Keep separate versions of admin files, based on the nickname we use. 1999-09-15 16:24:37 +00:00
terry%mozilla.org 1815ac81ca Removed one last (unused) TCL file; put in some things that were missing from the Makefile. 1999-09-15 14:50:45 +00:00
terry%mozilla.org 3464eb913d Whining mail wasn't generated correctly if usernames != email addresses. 1999-09-15 12:26:58 +00:00
slamm%netscape.com ad0710fbde Style tweaks 1999-09-14 01:47:17 +00:00
endico%mozilla.org 648410d12a add milestone and bug owner to each bug, where appropriate. (repleaces chofmann.cgi) 1999-09-14 00:14:50 +00:00
slamm%netscape.com b30d0ed9e4 whoops. Last checkin was a slip. Undo. 1999-09-13 23:57:14 +00:00
slamm%netscape.com 028636a63c Add summary by name. Add body attributes for color, etc. 1999-09-13 23:56:11 +00:00
slamm%netscape.com 1f137e697f Add summary by name. Add body attributes for color, etc. 1999-09-13 23:55:17 +00:00
endico%mozilla.org 53079ef6e2 Rework the init subroutine in Common.pm so glimpse doesn't go through the normal http_wash stuff so now you can do regexp searches and search->for pointers. Reworked the search form so that searching for literals is the default. Meta characters automatically escaped unless the regexp button is pushed. Changed the docs so it no longer says to use double backslashes to escape metachars. That's only needed from the shell. 1999-09-10 19:03:39 +00:00
terry%mozilla.org dc25b9faa8 Patch by fred@dicad.de (Friedhelm Goesling) -- make Javascript work under IE. 1999-09-10 18:53:51 +00:00
dmose%mozilla.org e643d5d663 Added some verbiage to the top of the page. 1999-09-09 17:41:19 +00:00
dmose%mozilla.org ed42b7a05a updated verbiage 1999-09-09 16:11:14 +00:00
dmose%mozilla.org b1ae7edebf Fixed an error message 1999-09-09 16:08:54 +00:00
dmose%mozilla.org 1a96f41000 Fixed a variable scoping error. 1999-09-09 16:04:46 +00:00
dmose%mozilla.org 34d6d11164 fixed syntax error 1999-09-09 04:49:01 +00:00
dmose%mozilla.org 0a3f53ab02 changed Netscape-related phrasing to the new political correctness 1999-09-09 04:42:27 +00:00
slamm%netscape.com 9188d7923c Break summary table into its own subroutine. 1999-09-09 01:51:51 +00:00
slamm%netscape.com ad0174dfd5 Fix source line ignoring. 1999-09-09 00:01:39 +00:00
slamm%netscape.com b001037f20 Filter 'statement has no effect' when it's in an ASSERT(). 1999-09-08 23:52:32 +00:00
slamm%netscape.com e2577861e4 Filter 'aggregate has a partly bracketed initializer'. 1999-09-08 23:50:41 +00:00
slamm%netscape.com 31d59a26e1 do not repeat the same warning in the output. 1999-09-08 23:47:37 +00:00
slamm%netscape.com 4ba443f831 Reapply earlier changes. Still no ignored warnings page, but the counts are correct now. 1999-09-08 23:40:40 +00:00
slamm%netscape.com 8debb8151f Fix a bunch of multiple matches. 1999-09-08 23:19:42 +00:00
slamm%netscape.com dd7856caaf back out last set of changes until I have the ignored warnings page ready. 1999-09-08 22:48:54 +00:00