Commit Graph

992 Commits

Author SHA1 Message Date
slamm%netscape.com
3a97a1fd0f Fix script printing. 1999-09-18 00:37:29 +00:00
terry%mozilla.org
cabd2989ff If a mangled "order" is specified, it was crashing. 1999-09-17 17:52:49 +00:00
terry%mozilla.org
d445116d20 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
bb4a7d848c 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
6469e8ccaa 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
bc09e532dd A couple more tweaks to get the count correct. 1999-09-16 17:38:07 +00:00
slamm%netscape.com
d34ccbde60 Exclude ignored warnings from report. 1999-09-16 17:21:24 +00:00
terry%mozilla.org
a179babd15 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
45442b9430 Keep separate versions of admin files, based on the nickname we use. 1999-09-15 16:24:37 +00:00
terry%mozilla.org
72bfe1e9f3 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
9a569a1b91 Whining mail wasn't generated correctly if usernames != email addresses. 1999-09-15 12:26:58 +00:00
slamm%netscape.com
643fbd7f48 Style tweaks 1999-09-14 01:47:17 +00:00
endico%mozilla.org
20aadd6668 add milestone and bug owner to each bug, where appropriate. (repleaces chofmann.cgi) 1999-09-14 00:14:50 +00:00
slamm%netscape.com
c8a1cb9cc0 whoops. Last checkin was a slip. Undo. 1999-09-13 23:57:14 +00:00
slamm%netscape.com
b35a9846b6 Add summary by name. Add body attributes for color, etc. 1999-09-13 23:56:11 +00:00
slamm%netscape.com
95068f55fa Add summary by name. Add body attributes for color, etc. 1999-09-13 23:55:17 +00:00
endico%mozilla.org
313ddc4e98 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
09bb112935 Patch by fred@dicad.de (Friedhelm Goesling) -- make Javascript work under IE. 1999-09-10 18:53:51 +00:00
dmose%mozilla.org
1e41bf0297 Added some verbiage to the top of the page. 1999-09-09 17:41:19 +00:00
dmose%mozilla.org
bba49e13a2 updated verbiage 1999-09-09 16:11:14 +00:00
dmose%mozilla.org
6f058902fa Fixed an error message 1999-09-09 16:08:54 +00:00
dmose%mozilla.org
26dde4a1f9 Fixed a variable scoping error. 1999-09-09 16:04:46 +00:00
dmose%mozilla.org
e5fbac16af fixed syntax error 1999-09-09 04:49:01 +00:00
dmose%mozilla.org
870a488c70 changed Netscape-related phrasing to the new political correctness 1999-09-09 04:42:27 +00:00
slamm%netscape.com
f1f2ea559d Break summary table into its own subroutine. 1999-09-09 01:51:51 +00:00
slamm%netscape.com
e899b92310 Fix source line ignoring. 1999-09-09 00:01:39 +00:00
slamm%netscape.com
0b35275222 Filter 'statement has no effect' when it's in an ASSERT(). 1999-09-08 23:52:32 +00:00
slamm%netscape.com
a35f1e54e4 Filter 'aggregate has a partly bracketed initializer'. 1999-09-08 23:50:41 +00:00
slamm%netscape.com
aadd80f1f3 do not repeat the same warning in the output. 1999-09-08 23:47:37 +00:00
slamm%netscape.com
3ada9a95e9 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
2a41151dc5 Fix a bunch of multiple matches. 1999-09-08 23:19:42 +00:00
slamm%netscape.com
88ebf202e7 back out last set of changes until I have the ignored warnings page ready. 1999-09-08 22:48:54 +00:00
slamm%netscape.com
0a9a2c4349 Ground work for 'by file' and 'ignored' pages. Fix keyword highlighting. Fix source line ignoring (e.g JS_ASSERT). 1999-09-08 22:37:54 +00:00
terry%mozilla.org
89395166ea Limit graph sizes to 64 inches in either dimension. (Yikes!) 1999-09-08 17:27:42 +00:00
slamm%netscape.com
445a05c4b1 Trim some whitespace off the front. 1999-09-04 00:42:57 +00:00
leaf%mozilla.org
26ac41c9b3 Adding the browser-buster 1999-08-31 21:21:26 +00:00
terry%mozilla.org
f8133fbea7 Updated version string to 2.7 (development) 1999-08-30 23:02:52 +00:00
terry%mozilla.org
cf146c48b7 Updated version string to 2.6 (shipping) 1999-08-30 23:02:22 +00:00
terry%mozilla.org
6e6d3f2cd8 Don't spuriously quote newlines in the comment description. 1999-08-30 14:26:09 +00:00
endico%mozilla.org
f1407aee70 another M9 hard coded in to most doomed 1999-08-29 15:42:12 +00:00
terry%mozilla.org
3ceb3170da Don't even mention bugs that the user does not have permission to see. 1999-08-27 17:31:21 +00:00
terry%mozilla.org
dcba0152e7 Added a missing </form>. 1999-08-27 17:17:43 +00:00
terry%mozilla.org
2b36070790 Don't use "GET" for a form with a password in the obvious case where
we have no other bookmarkable data that we'll want to put in the URL.
1999-08-27 17:17:29 +00:00
endico%mozilla.org
b20f3dc7c9 fixed a typo 1999-08-27 04:11:44 +00:00
endico%mozilla.org
7db400311f oops. M9 was haredwired in 1999-08-27 03:57:49 +00:00
dmose%mozilla.org
d61bf22774 replaced 'external' with non-Netscape, and 'internal' with Netscape. 1999-08-27 01:00:07 +00:00
slamm%netscape.com
e7f1404e36 Add path for gunzip. Eventually this should be handled by a configure script. 1999-08-26 17:13:49 +00:00
slamm%netscape.com
6d5fc86c44 Apply this changes for the millionth time. The last tinderbox outage was happened because a mail server went down. This turns on warnings updating. 1999-08-26 17:13:21 +00:00
slamm%netscape.com
5f1f0c79ae More debugging. 1999-08-26 16:38:56 +00:00
slamm%netscape.com
0e9d081daf Add a filter for 'Statement with no effect' that brendan requested. Add some debugging statements (run with --debug). 1999-08-26 16:27:45 +00:00