diff options
author | terry%mozilla.org <> | 1999-06-16 00:44:42 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-06-16 00:44:42 +0200 |
commit | 97dbac08e62afd64525dcbec4005ea2586e9e02b (patch) | |
tree | 432e94bb76c0a7d7f76fb7df086dec6287146a55 /buglist.cgi | |
parent | 3a9a9253d9c92b30a5e950e90bddd7915fca0ef4 (diff) | |
download | bugzilla-97dbac08e62afd64525dcbec4005ea2586e9e02b.tar.gz bugzilla-97dbac08e62afd64525dcbec4005ea2586e9e02b.tar.xz |
Explain some history.
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/buglist.cgi b/buglist.cgi index 2aae1de05..d0f21a6c2 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -634,6 +634,18 @@ print "</TABLE>\n"; if ($count == 0) { print "Zarro Boogs found.\n"; + # I've been asked to explain this ... way back when, when Netscape released + # version 4.0 of its browser, we had a release party. Naturally, there + # had been a big push to try and fix every known bug before the release. + # Naturally, that hadn't actually happened. (This is not unique to + # Netscape or to 4.0; the same thing has happened with every software + # project I've ever seen.) Anyway, at the release party, T-shirts were + # handed out that said something like "Netscape 4.0: Zarro Boogs". + # Just like the software, the T-shirt had no known bugs. Uh-huh. + # + # So, when you query for a list of bugs, and it gets no results, you + # can think of this as a friendly reminder. Of *course* there are bugs + # matching your query, they just aren't in the bugsystem yet... } elsif ($count == 1) { print "One bug found.\n"; } else { |