Commit Graph

2847 Commits

Author SHA1 Message Date
terry%mozilla.org
47c22b1380 Don't do javascript on browsers older than 4.06; it seems not to be working. 1999-05-13 02:45:20 +00:00
terry%mozilla.org
a2e03c0119 Minor formatting tweak. 1999-05-12 18:27:18 +00:00
terry%mozilla.org
bb7ca53ed0 Added user preference controlling how much email they get. 1999-05-12 17:20:40 +00:00
terry%mozilla.org
6073c0dfb2 navigation_header() should work even if $::FORM{'id'} isn't defined. 1999-05-12 17:18:10 +00:00
bryce-mozilla%nextbus.com
0ef872b89e "nospam" feature. BugZilla will no longer email the person submitting
the change (after all, they are right there viewing things interactively).
To make this clear to everyone, print out the exact email list as each
bug is processed.
1999-05-12 05:22:36 +00:00
bryce-mozilla%nextbus.com
08b4fb4900 Add new section on MySQL security, give hints for setting up the bug
characterization enums, and a fix a few minor glitchies.  A BugZilla
novice, however, is the only person who can properly proof these instructions.
1999-05-12 04:53:11 +00:00
bryce-mozilla%nextbus.com
6fb6a0b6a6 I keep chipping away at the Mozilla-specific things. 1999-05-12 04:40:02 +00:00
bryce-mozilla%nextbus.com
1865ff8069 Remove dead code 1999-05-12 04:33:14 +00:00
bryce-mozilla%nextbus.com
0e432f9c4a Make URL an actual link 1999-05-12 04:31:35 +00:00
terry%mozilla.org
d420a7fa67 Oops; back out last change; was checked in by mistake (and with the wrong log comment, too). 1999-05-10 23:15:09 +00:00
terry%mozilla.org
c55bc08694 Remember the 'changedin' field when memorizing queries. 1999-05-10 23:12:50 +00:00
terry%mozilla.org
6cefd2890b Do some sanity checking on the entered bug number. 1999-05-10 22:52:43 +00:00
terry%mozilla.org
0edb173c36 Try to save Ry4an from getting some spam. 1999-05-10 22:52:25 +00:00
terry%mozilla.org
1cc9687d45 Allow querying by groupset (though there is no UI for it yet; can only
use this by manually hacking the URL string.)
1999-05-10 22:23:12 +00:00
terry%mozilla.org
dfce2eafbd Give better error messages when we can't display a bug. 1999-05-10 22:08:58 +00:00
terry%mozilla.org
e554277ef1 Oops. Accounts created via the "createaccount.cgi" page were not
getting their password emailed to them.
1999-05-07 22:07:21 +00:00
terry%mozilla.org
3f40ffa575 Provide an option to tell mysql "set option SQL_BIG_TABLES=1". This
is necessary for very big queries, but it will slow things up some
otherwise.
1999-05-07 21:49:24 +00:00
terry%mozilla.org
f3acd9cbf2 Present people an immediate opportunity to attach something to a bug. 1999-05-05 22:16:21 +00:00
terry%mozilla.org
6f11bbbc6f Sigh. Fix some indentation I just screwed up. 1999-05-05 22:06:49 +00:00
terry%mozilla.org
1ac1845a0c Get rid of tabs. (We try to keep tabs out of bugzilla source. We
often fail.)
1999-05-05 22:05:19 +00:00
terry%mozilla.org
3c8ce1c080 Added newlines to the end of some messages; the last line was getting
eaten sometimes.
1999-05-05 21:29:46 +00:00
terry%mozilla.org
60d0e3c149 Was not properly remembering email addresses in memorized queries. 1999-05-05 21:25:29 +00:00
terry%mozilla.org
5399013d95 Allow querying of bug creation times. 1999-05-05 21:18:39 +00:00
bryce-mozilla%nextbus.com
4b6033e72e Add parameter "usebrowserinfo", to allow disabling the setting of OS and Platform
based on the brower the user makes the report from.  Realign text box for
narrower windows.  Remove Mozilla-specific default parameter.
1999-05-04 00:05:27 +00:00
bryce-mozilla%nextbus.com
04f62c0f29 Create a summary report for "-All-" bugs. Default links on. Switch sense of
banner flag.  Add commented-out line to enable showing SQL line.
1999-05-04 00:01:57 +00:00
bryce-mozilla%nextbus.com
8440d2f272 Fix HTML syntax errors, validate with http://validator.w3.org . Show
on the the login name that will be used as the "reporter" (to more
completely represent the bug report, and to prevent people from forgetting
to switch logins when using another person's browser).
1999-05-01 18:43:58 +00:00
terry%mozilla.org
1a5157a5a0 Added a "blocker" severity. 1999-04-30 20:15:15 +00:00
terry%mozilla.org
86c8086451 Updated version string to 2.5 (development) 1999-04-30 19:42:43 +00:00
terry%mozilla.org
53b35666ac Updated version string to 2.4 (shipping) 1999-04-30 19:42:25 +00:00
terry%mozilla.org
d8d2c822b0 Stop populating the default database with mozilla-specific stuff. 1999-04-30 19:40:53 +00:00
terry%netscape.com
6bcbcd370e Patch by mhamby@logicon.com -- provide a UI for adding new components. 1999-04-28 22:23:04 +00:00
terry%netscape.com
2bef4d3d36 Added a tiny bit of bulletproofing. 1999-04-28 21:53:45 +00:00
terry%netscape.com
fedaae212c Patch by Ry4an Brase <rbrase@cyrus.net> -- fixed silly typo. 1999-04-27 21:51:31 +00:00
terry%netscape.com
6b24f4b7e1 Added links to "a duplicate of" bug ids. 1999-04-27 21:48:36 +00:00
terry%netscape.com
0e3a476ad8 Added a link from a bug that points back to itself, so you can
middle-click on it and stuff.
1999-04-27 21:33:26 +00:00
terry%netscape.com
ab9d826d69 Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtml
param to allow people to customize the html put in the <HEAD> portion
of generated documents.  Also, a few other minor patches.
1999-04-27 17:17:49 +00:00
terry%netscape.com
7bcdb47f63 Fixed a bug where the long descriptions of bugs had a variety of
newline characters at the end, depending on the operating system of
the browser that submitted the text.
1999-04-22 20:42:14 +00:00
terry%netscape.com
c50da80f83 Ignore blanks when doing diff. In particular, this helps hide any
problems we may have with differing end-of-line characters.
1999-04-21 22:21:40 +00:00
terry%netscape.com
18231e82e4 Fixed a bug where the long descriptions of bugs had a variety of
newline characters at the end, depending on the operating system of
the browser that submitted the text.
1999-04-21 17:45:22 +00:00
terry%netscape.com
13053eef0c Oops; wasn't sending out mail when someone attached a file. 1999-04-18 02:44:03 +00:00
terry%netscape.com
7470759801 Fixed bug 4928 -- wasn't encoding multi-line value fields properly,
which busted modern browsers (like, Mozilla itself).
1999-04-10 17:42:24 +00:00
terry%netscape.com
276d13d26e Patch from James Huff <james.huff@cdg.cendant.com> -- was missing one
file from list of scripts to run.
1999-04-10 16:43:09 +00:00
terry%netscape.com
739bea1432 Patch by jay@invengen.com -- fixed bug 4106 (was busting on IE). 1999-04-09 04:19:14 +00:00
terry%netscape.com
7c51e2a3de Bugzilla now has the ability to store patches and other attachments with bugs. 1999-04-08 14:40:46 +00:00
terry%netscape.com
c8ea70e26a Added stuff to make it more obvious how to create an account. 1999-03-27 02:28:51 +00:00
terry%netscape.com
ccb889f75d Look for text like "bug 213" and make it a link to that bug... 1999-03-26 03:11:49 +00:00
terry%netscape.com
eda3d973a7 Redo the linkifying of URLs and email addresses to not munge up weird
cases so badly.
1999-03-26 02:34:12 +00:00
terry%netscape.com
71d669dc59 Quote URLs and email addresses in the long description of bugs. 1999-03-25 00:14:26 +00:00
terry%netscape.com
105f166dc0 On re-reading bug 4133, I see that I should just turn off the
javascript stuff on all instances of IE.
1999-03-24 22:02:48 +00:00
terry%netscape.com
6130bb2d79 Don't try to run our javascript if running on IE4. 1999-03-24 21:59:26 +00:00
terry%netscape.com
842fd90539 Can now query for a specified field being changed at a specified time,
optionally to a specified value.
1999-03-23 22:32:21 +00:00
terry%netscape.com
7e95102ab8 Patch by Dru Nelson <dnelson@redwoodsoft.com> -- quote the
logincookie, just in case some silly user mucked with their cookie file.
1999-03-22 23:48:39 +00:00
terry%netscape.com
b2439c51ae Turns out the javascript I was using was version 1.2, not 1.1. Who knew? 1999-03-22 21:34:39 +00:00
terry%netscape.com
5c9eddeb66 Patch by David Gardiner <david.gardiner@unisa.edu.au> (with further
hacks by me):

Added javascript magic to adjust component/version lists when products
get selected.
1999-03-19 21:40:14 +00:00
terry%netscape.com
6daa1cc59f Added new pages to edit existing components. 1999-03-11 22:48:42 +00:00
terry%netscape.com
9e5385661a Allow importing of groupset. 1999-03-11 16:54:12 +00:00
terry%netscape.com
1cb8909d0c Added 'groups' stuff, where we have different group bits that we can
put on a person or on a bug.  Some of the group bits control access to bugzilla
features.  And a person can't access a bug unless he has every group bit set
that is also set on the bug.
1999-03-11 16:30:54 +00:00
terry%netscape.com
5e14bc8882 Redistributed some QA folks. 1999-03-10 19:23:46 +00:00
terry%netscape.com
99a048b621 Patch by Ry4an Brase <ry4an@ry4an.org> -- fix typo. 1999-03-09 19:52:18 +00:00
terry%netscape.com
b72f255bec Added params to control how priorities are set in a new bug. You can
now choose whether to let submitters of new bugs choose a priority, or whether
they should just accept the default priority (which is now no longer hardcoded
to "P2", but is instead a param.)  The default value of the params will cause
the same behavior as before.
1999-03-09 02:33:58 +00:00
terry%netscape.com
259cd32039 Changed some QA contacts. 1999-03-08 20:47:51 +00:00
terry%netscape.com
f93bab436a Check qa_contact IDs. 1999-03-05 23:08:23 +00:00
terry%netscape.com
ed622524ac Fixed bug 3365 -- was generating wrong statistics if there were no NEW
or no ASSIGNED bugs.
1999-03-05 20:05:53 +00:00
terry%netscape.com
0068de47ac Reformated all the code to match the rest of Bugzilla. 1999-03-05 19:48:26 +00:00
terry%netscape.com
fc97a0f6cf Add check to make sure versions table is OK. 1999-03-05 17:55:45 +00:00
terry%netscape.com
e6dc193423 Added "Grendel". 1999-03-04 20:37:25 +00:00
terry%netscape.com
eed69a0350 "regenerate" was busted. 1999-03-04 01:22:27 +00:00
terry%netscape.com
8f26436002 Do the grand component/product renaming. 1999-03-04 01:12:31 +00:00
terry%netscape.com
f62e68a8af Added a "component/product" sanity check. 1999-03-03 22:55:36 +00:00
terry%netscape.com
87b1ba683a Oops; forgot description for "Apprunner". 1999-03-03 21:21:31 +00:00
terry%netscape.com
0ef6d9ff10 Added "Apprunner". 1999-03-03 21:19:33 +00:00
terry%netscape.com
d552261445 Added a "disallownew" field to the products table. If non-zero, then
don't let people file new bugs against this product.  (This is for when a
product is retired, but you want to keep the bug reports around for posterity.)
1999-03-03 18:16:24 +00:00
terry%netscape.com
944cf4ca08 Oops! Mispelled "petersen". 1999-03-02 17:45:23 +00:00
terry%netscape.com
4c221e4e67 Changed qa contact for NGLayout's "Layout" component to be peterson. 1999-03-02 01:07:31 +00:00
terry%netscape.com
930e9d9bd1 Removed "Platform: Rhapsody" component. 1999-02-26 22:05:52 +00:00
terry%netscape.com
a4016cc6a5 Removed "Platform: Lesstif on Linux" component. 1999-02-26 01:18:25 +00:00
terry%netscape.com
d8d1808bf8 Patch by Dhiren Patel <dhiren@nuvomedia.com> (tweaked by me) -- add a
link to Enter A Bug when viewing a list of bugs.
1999-02-26 01:08:50 +00:00
terry%netscape.com
7b4d3cab11 Removed MFC/Win32 component. 1999-02-26 01:01:34 +00:00
terry%netscape.com
1883980dd1 Major rewrite by Ry4an Brase <ry4an@ry4an.org>, with some edits by me. 1999-02-26 00:47:29 +00:00
terry%netscape.com
48d25f7404 Wasn't able to mass-change a component before. 1999-02-25 23:54:14 +00:00
terry%netscape.com
421efbac51 Removed MacOS/PPC component. 1999-02-25 23:42:52 +00:00
terry%netscape.com
3e16ec57e4 Removed OS/2 component. 1999-02-25 18:11:20 +00:00
terry%netscape.com
a1f04f901b Patch from Dhiren Patel <dhiren@nuvomedia.com> -- deal with products
that have spaces or other weird characters in them.
1999-02-25 18:01:02 +00:00
terry%netscape.com
dc6514413e Added ImageLib component to NGLayout. 1999-02-23 19:55:34 +00:00
terry%netscape.com
6ede77f4da Set a few of the missing QAContact fields. 1999-02-23 19:48:24 +00:00
terry%netscape.com
c2e6ccb371 Put in better description for Embedding APIs. 1999-02-17 16:14:14 +00:00
terry%netscape.com
0d887186ab Fixed up NGLayout components (see bug 3139). 1999-02-16 23:04:08 +00:00
terry%netscape.com
bd68c9cf6e Added five new components to Mozilla and to MailNews (see bug 3155). 1999-02-16 22:27:30 +00:00
terry%netscape.com
dd714e72bb Add info about MysqlPerl stuff. 1999-02-16 17:41:42 +00:00
terry%netscape.com
0f32b74ff1 Updates to NGLayout -- added descriptions, other changes too. 1999-02-12 20:20:53 +00:00
terry%netscape.com
4de9efb234 Removed duplicate entries. 1999-02-11 18:24:52 +00:00
terry%netscape.com
3a7dbf921e Updated version string to 2.3 (development) 1999-02-10 22:12:03 +00:00
terry%netscape.com
ba0ba1dba8 Updated version string to 2.2 (shipping) 1999-02-10 22:11:52 +00:00
terry%netscape.com
692877e845 Renamed "Rendering" to be "Compositor". 1999-02-09 15:48:30 +00:00
terry%netscape.com
0fdffb81a3 Added FreeBSD. 1999-02-09 15:48:04 +00:00
terry%netscape.com
57482ba8bb Added FreeBSD as a legal op_sys. 1999-02-08 21:12:31 +00:00
terry%netscape.com
19848953e9 Added descriptions for CCK components. 1999-02-04 20:53:44 +00:00
terry%netscape.com
0a60fc935f Added i18n and l10n descriptions. 1999-02-04 19:27:41 +00:00
terry%netscape.com
047ca57240 Added a page which describes all the components in a product. 1999-02-04 17:13:52 +00:00
terry%netscape.com
df8eb9c452 Fix up MailNews components. 1999-02-04 16:09:45 +00:00
terry%netscape.com
6ef7d8ee8a Removed "Javascript Debugger". 1999-02-04 15:31:51 +00:00
terry%netscape.com
9583a1ca84 Added i18n and l10n components. 1999-02-03 23:19:21 +00:00
terry%netscape.com
56144b74fa Whoops; removed test data. 1999-02-03 19:01:20 +00:00
terry%netscape.com
7e75ad81dc Allow components to have a default qacontact. 1999-02-03 19:00:13 +00:00
terry%netscape.com
7390c0dd9c Allow resetting a target milestone back to null. 1999-02-03 17:56:56 +00:00
terry%netscape.com
4c6ae2f338 Allow queries for null target milestone, and allow reseting a target
milestone back to null.
1999-02-03 17:32:52 +00:00
terry%netscape.com
d0491290c9 Allow queries for null target milestone, and allow reseting a target
milestone back to null.
1999-02-03 16:43:05 +00:00
terry%netscape.com
00e6c16cce Added support for URLs that describe the milestones for various projects. 1999-02-03 02:46:51 +00:00
terry%netscape.com
eaa3ed3a91 Oops; fixed typo. 1999-02-03 00:34:03 +00:00
terry%netscape.com
726c134158 Renamed "Editing Interfaces" to be "Editor". 1999-02-03 00:31:48 +00:00
terry%netscape.com
16fdcd3d1c Don't draw any more than 20 date ticks. 1999-02-02 15:03:52 +00:00
terry%netscape.com
b443232847 NSPR bugs now go to srinivas@netscape.com. 1999-02-01 21:06:26 +00:00
terry%netscape.com
7182dd6634 Had an operating system mispelled. 1999-01-30 00:38:09 +00:00
terry%netscape.com
b175d063f7 Some installations of perl seem very picky about their regexps. 1999-01-29 22:07:09 +00:00
terry%netscape.com
b8427bd456 Move CC and qa-assigned-to info from Bugsplat bugs to Bugzilla. 1999-01-28 19:20:01 +00:00
terry%netscape.com
c95a6a4087 Added LXR; fixed owner of Mozbot. 1999-01-28 00:04:28 +00:00
terry%netscape.com
19822236a8 Include the new fields in email notifications. 1999-01-27 23:53:27 +00:00
terry%netscape.com
1ed9ccd9ea Fixed bug 2311 -- searching for status_whiteboard wasn't working. 1999-01-27 23:13:16 +00:00
terry%netscape.com
0de65acb55 Was picking wrong OS for Macs by default (according to brade@netscape.com). 1999-01-27 21:28:38 +00:00
terry%netscape.com
0e8c52885c Fixed stupid typo. 1999-01-27 21:23:06 +00:00
terry%netscape.com
492d05d580 Added three new fields (which appear in the UI only if params are
turned on): target_milestone, qa_contact, and status_whiteboard.
1999-01-27 21:17:10 +00:00
terry%netscape.com
f8c47e3bf1 Oops; wasn't setting the URL field. 1999-01-27 20:46:27 +00:00
terry%netscape.com
a57c7c040a If the version isn't valid, try "other" before giving up. 1999-01-27 03:00:31 +00:00
terry%netscape.com
c355e62217 Fixed error message when version is invalid. 1999-01-27 02:56:20 +00:00
terry%netscape.com
a807e42440 Added MailNews project. 1999-01-26 01:22:56 +00:00
terry%netscape.com
c2dc2019d8 Added CCK project. 1999-01-26 00:04:33 +00:00
terry%netscape.com
8fb4029fc4 Check for undefined var. 1999-01-25 23:26:28 +00:00
terry%netscape.com
591cad7c9e Wasn't properly stripping out null queries on text searches.
Harmless, but was generating overly complicated SQL.
1999-01-19 17:17:21 +00:00
terry%netscape.com
a62eac6a91 Allow a "not regexp" search of email addresses. 1999-01-19 17:10:02 +00:00
terry%netscape.com
51aca243d2 I guess nobody ever queries for URLs by regexp, since that radio
button was completely busted.
1999-01-19 17:02:39 +00:00
terry%netscape.com
ffcbf6cdba Majorly changed querying of email addresses. 1999-01-19 00:07:46 +00:00
terry%netscape.com
b7ea4ad0a1 Allow querying by OS. 1999-01-15 22:05:42 +00:00
terry%netscape.com
b620ca5817 When viewing a bug, make it possible to change its OS. 1999-01-15 20:39:20 +00:00
terry%netscape.com
0b44b5b018 Allow querying of URL. 1999-01-15 17:49:50 +00:00
terry%netscape.com
4f5a2f807a rickg now owns what toshok did. 1999-01-14 22:18:58 +00:00
terry%netscape.com
2f0b37d74d troy now owns layout. 1999-01-06 21:41:47 +00:00
terry%netscape.com
db0bee2149 karnaze now owns tables. 1999-01-06 00:35:24 +00:00
terry%netscape.com
22f851424f Added xpidl. 1998-12-18 21:16:34 +00:00
terry%netscape.com
9b37203760 Applied patch by cbaldwin@siara.com -- make sorting by "importance"
use "severity" as a secondary sort.  Fixes bug 1907.
1998-12-16 23:13:19 +00:00
terry%netscape.com
70e2178d55 Patch from Ashley Clark <aclark@CS.UH.EDU>, which hopefully fixes bug 1499. 1998-12-15 18:13:12 +00:00
terry%netscape.com
15dd537798 Added Mac System 8.5. 1998-12-11 21:33:36 +00:00
terry%netscape.com
490f37a111 Old values for the column-header-cookie could cause problems when trying to tweak several bugs at once. 1998-12-10 19:41:30 +00:00
terry%netscape.com
c45b857ece Got rid of some harmless warning messages. 1998-12-09 19:27:37 +00:00
terry%netscape.com
d589ae4b46 Add "OS/2" to the op_sys field. 1998-12-04 23:52:20 +00:00
terry%netscape.com
1774d719f3 Fixed bug 1746 -- make it say "Submit query" instead of "Submit". 1998-12-03 16:31:10 +00:00
terry%netscape.com
a9e36d49e6 Reworked the rep_platform and op_sys fields. BEWARE; this includes
some changes to the database schema!
1998-12-03 16:10:52 +00:00
terry%netscape.com
ef7f47bb48 More shuffling of owners. 1998-11-22 15:54:40 +00:00
terry%netscape.com
4bbd0490f0 valeski is no longer here; gagan now owns 'Networking Library'. 1998-11-22 01:17:08 +00:00
terry%netscape.com
36959033f9 Patch from Sam Ziegler <sam@ziegler.org>: fix some typos. 1998-11-22 01:12:09 +00:00
terry%netscape.com
ca1d736df9 Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. 1998-11-20 19:18:37 +00:00
terry%netscape.com
ec976b2cdc Wasn't handling spaces in components or versions correctly. 1998-11-18 05:38:43 +00:00
terry%netscape.com
68314873bf Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. 1998-11-16 19:43:50 +00:00
terry%netscape.com
54ec141a85 Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- cope with product
names that have a "/" in them.
1998-11-09 23:19:37 +00:00
terry%netscape.com
93e12de30d Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- noted the CPAN
modules that the report stuff now depends on.
1998-11-09 23:19:15 +00:00
terry%netscape.com
17c03fd12b Fixed stupid bug causing stupid error messages. 1998-11-09 22:45:32 +00:00
terry%netscape.com
e516789f7a kostello now owns Selection bugs. 1998-11-09 21:25:27 +00:00
terry%netscape.com
b2e716d12c Add Directory LDAP stuff. 1998-11-09 20:22:53 +00:00
terry%netscape.com
7949228e94 Added Calendar product. 1998-11-05 17:44:28 +00:00
harrison%netscape.com
3744fe3dd3 output key no longer required, silently defaults to most_doomed.
(people were linking into report.cgi without an output key
specified, this fix prevents perl from squealing.)
1998-10-27 10:54:27 +00:00
harrison%netscape.com
49cd4fbbed changed the CHANGES file to reflect changes made 1998-10-27 10:46:25 +00:00
harrison%netscape.com
ff302fd259 updates for collectstats.pl and the Chart::Base requirement 1998-10-27 10:43:38 +00:00
harrison%netscape.com
e44fc2230a all products get stats collected now, not just a hardcoded list. 1998-10-27 10:43:24 +00:00
harrison%netscape.com
0353ba1902 security check for legal products in place. bug charts are not
available as an option if collectstats.pl has never been run.
added quip support.
1998-10-27 10:43:01 +00:00
harrison%netscape.com
7fceefc39d run me out of cron, i collect stats for the report graphs. 1998-10-26 20:15:38 +00:00
harrison%netscape.com
0aee8a1c01 patch from Sam Ziegler <ziegler@mediaguaranty.com>, bug
graphs available, minor hacks.
1998-10-26 20:15:13 +00:00
harrison%netscape.com
dc3a4c9814 fixed typo 1998-10-21 10:22:57 +00:00
terry%netscape.com
12f168afd9 Added Mozbot component to Webtools. 1998-10-20 21:44:36 +00:00
terry%netscape.com
4761eff9ef Oops; was importing incorrect component names. 1998-10-19 18:46:14 +00:00
terry%netscape.com
26f5366662 Added a mechanism where I can add new bugs from the netscape bugsystem. Other installations of Bugzilla probably don't need to worry about this file any. 1998-10-19 18:11:53 +00:00
harrison%netscape.com
4ea1d31bcb added required second argument to make_options call, should keep
perl from complaining about Use of uninitialized value at
CGI.pl line 189 (#1)
1998-10-18 22:32:15 +00:00
harrison%netscape.com
f1b38d3a14 created reports.cgi which provide an overview of active bugs
sorted by owner. updated README to reflect my experiences
installing mysql, bugzilla. put links into index.html, query.cgi
to point into reports.cgi. harrison 10/18/98
1998-10-18 22:18:25 +00:00
terry%netscape.com
a48c95c5b1 Removed incorrect comment. 1998-10-14 23:23:30 +00:00
terry%netscape.com
241c2ffd1b Removed some files that aren't used by anything. 1998-10-13 22:27:11 +00:00
terry%netscape.com
746b871a5d Removed some old commented-out tcl stuff. 1998-10-13 22:24:56 +00:00
terry%netscape.com
eb867a84ab Fixed bug 1083 -- was some stupid problems with creating a new account. 1998-10-13 18:15:37 +00:00
terry%netscape.com
130fae0e4c Added 'Despot'. 1998-10-07 18:58:55 +00:00
terry%netscape.com
05a8b38ab5 Removed the old "Bugzilla" product; those bugs are now part of the
new "Webtools" product.
1998-10-06 21:52:09 +00:00
terry%netscape.com
61ff160660 Added new "Webtools" product. 1998-10-06 21:44:41 +00:00
terry%netscape.com
4e6a0b47f6 Added new "products" table, which contains a description for each
product.  This description is presented when the user is entering a
new bug.
1998-10-06 20:23:40 +00:00
terry%netscape.com
6bb49750f7 Added admin page for changing of default owners (code by Sam Ziegler <sam@ziegler.org>) 1998-09-30 00:05:25 +00:00
terry%netscape.com
900cf66642 Don't do server-push if the user seems to be using Internet Explorer. 1998-09-29 19:20:59 +00:00
terry%netscape.com
335582696f Akkana now owns Composer. 1998-09-28 21:53:08 +00:00
terry%netscape.com
c18ad857ee Fixed bug 890. Apparently, Apache has the habit of lower-casing some
of the boundary strings, so we'll just lower-case them all to make
things work.
1998-09-24 21:12:46 +00:00
terry%netscape.com
35d21728e4 Patch by (mostly) Bert Driehuis <bert_driehuis@nl.compuware.com> --
explain a bit about the versioncache file.
1998-09-21 23:29:39 +00:00
terry%netscape.com
2ed7371969 Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- recognize
BSDI systems.
1998-09-21 18:51:33 +00:00
terry%netscape.com
99716f684e Was generating garbage instead of the Cc: line. 1998-09-21 18:07:52 +00:00
terry%netscape.com
f689b9e9b0 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
9b4fa58f78 Updated version string to 2.1 (development) 1998-09-19 06:08:15 +00:00
terry%netscape.com
41fd1e659d Updated version string to 2.0 (shipping) 1998-09-19 06:02:20 +00:00
terry%netscape.com
698ebdda02 Make it clear to people that "%version%" will work. 1998-09-19 05:48:09 +00:00
terry%netscape.com
e9930c0997 Change default banner to include version info. 1998-09-19 05:47:54 +00:00
terry%netscape.com
9794f46fdf Updated version string to 1.3 (development) 1998-09-19 04:52:13 +00:00
terry%netscape.com
6f227ced9a Add simple support for a version string. 1998-09-19 04:38:12 +00:00
terry%netscape.com
1e2069e0d6 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
06e125f120 Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- add the URL for TiemDate. 1998-09-19 02:34:41 +00:00
terry%netscape.com
b2cf544f13 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
5531ef93dc Get rid of .tcl files; we're a perl app now. 1998-09-16 15:08:09 +00:00
terry%netscape.com
6410573932 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
3d430b3faf Whoops; a bad username was causing perl warning messages. 1998-09-15 22:12:52 +00:00
terry%netscape.com
40dd001748 Add a few more clues. 1998-09-15 21:55:46 +00:00
terry%netscape.com
c5465798e0 Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
terry%netscape.com
6b733aef2f Added new "Layout" component to NGLayout. 1998-09-11 16:59:02 +00:00
terry%netscape.com
8e112ca533 Added 1998-09-04 version. 1998-09-08 22:06:33 +00:00
terry%netscape.com
ef3712508c Chouck isn't here; fix owner of LibMocha. 1998-09-06 15:03:41 +00:00
terry%netscape.com
3ed087892e Added "Viewer App" component. 1998-09-04 18:26:09 +00:00
terry%netscape.com
170c1d4053 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
b1be7eca76 Amusil now owns plugins. 1998-09-04 00:45:20 +00:00
terry%netscape.com
eeb27d4630 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
4fc335dd6b 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
6f8faf658a Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for
empty resolution.
1998-09-02 19:02:30 +00:00
terry%netscape.com
3ca3e981e0 Changelog of important Bugzilla changes. 1998-09-02 18:56:48 +00:00
terry%netscape.com
1644915b59 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
196ef2e670 Mention the "comments" file. 1998-09-02 18:34:04 +00:00
terry%netscape.com
dfd11950a3 Tell people that they have to "create database bugs;". 1998-09-01 23:55:45 +00:00
terry%netscape.com
5cc29feaf8 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
ac23c7ba26 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
1c64b55ff2 Use POST, not GET. Allow for boolean params. 1998-09-01 20:54:24 +00:00
terry%netscape.com
4bb554decc Use the "urlbase" param. Make regeneration easier. 1998-09-01 14:02:13 +00:00
terry%netscape.com
0c2e820585 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
737f91f0b4 Fixed bug #541 -- sorting by "assignee" now works. 1998-09-01 04:41:58 +00:00
terry%netscape.com
98bbd9c174 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
2cd384fb27 Whine at people who haven't been checking their NEW bugs. 1998-09-01 04:22:32 +00:00
terry%netscape.com
13ac2130c2 Allow editing of parameters via a web page. 1998-09-01 04:21:45 +00:00
terry%netscape.com
f270fc30c7 Do some simple sanity checks. 1998-09-01 01:20:36 +00:00
terry%netscape.com
aa02be5044 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
752e0bec62 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
a631f0cb7c 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
261d7a0b13 Back out last change. No diffs are showing up at all! 1998-08-28 19:23:41 +00:00
terry%netscape.com
33307dbc4b Fixed bug 544 -- now use unified diffs instead of context diffs in mail. 1998-08-28 19:17:59 +00:00
terry%netscape.com
de183621a7 Fixed bug 513 -- adding CC field caused crash. 1998-08-28 18:32:15 +00:00
terry%netscape.com
a729e91e6e 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
b0e5b61885 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
802e755292 tell people how to change their new password 1998-08-27 20:18:13 +00:00
terry%netscape.com
3f17267cf3 Hacky preventative for bug 540 -- disable the "edit long description"
feature entirely.
1998-08-27 18:14:14 +00:00
terry%netscape.com
5bc14685ee Fixed bug 538 -- can now search through summary and description fields. 1998-08-27 17:22:23 +00:00
terry%netscape.com
bb84abf51c The default product is now called "Mozilla". 1998-08-27 15:30:25 +00:00
terry%netscape.com
1ff106e5b2 Sort the list of products. 1998-08-27 15:30:01 +00:00
terry%netscape.com
2e14f97ac4 Fixed bug 539 -- cope with multiple products in the system. 1998-08-27 14:56:19 +00:00
terry%netscape.com
a25f8b562e I'd prefer to be known as terry@mozilla.org. 1998-08-27 14:55:27 +00:00
terry%netscape.com
dde7c7fa02 Don't choke if the user hits a space or something in the 'changed in
last ___ days' field.
1998-08-27 00:03:27 +00:00
terry%netscape.com
7b679c1f2b Oops; mail the right URL. 1998-08-26 22:51:52 +00:00
jwz%mozilla.org
58fd92adc9 give the image a border 1998-08-26 22:36:44 +00:00
jwz%mozilla.org
e5ec0ed082 smaller version of the ant image (8k instead of 17k.) 1998-08-26 22:36:05 +00:00
terry%netscape.com
73880a12a0 Turn on mail notifications. 1998-08-26 22:23:00 +00:00
terry%netscape.com
36d6462815 About the Bugzilla source. 1998-08-26 20:15:06 +00:00
terry%netscape.com
de2acd2865 Stop looking for "target_fix_version". 1998-08-26 19:26:59 +00:00
terry%netscape.com
0be4b6cf6d Bugzilla source. 1998-08-26 06:14:20 +00:00