terry%mozilla.org
a7978eef56
Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all the
...
yicky old make*.sh files and the CHANGES file with a new, nifty
checksetup.pl file that knows how to create a setup from scratch as
well as upgrade an older setup to a new one. Very cool stuff!
1999-10-12 16:58:11 +00:00
terry%mozilla.org
52e837f5e7
Oops; need extra directions to avoid problems when removing the "area" column.
1999-10-11 17:41:47 +00:00
terry%mozilla.org
24d5cf4712
Added a "votes" field to the bugs table, which caches the total number
...
of votes that have been cast for that bug. This let me simplify the
SQL in buglist.cgi, which makes things more efficient and fixes
several strange bugs.
1999-10-11 17:14:32 +00:00
terry%mozilla.org
8cd1b485cd
Added the ability for users to "vote" on which bugs they think should
...
be fixed.
1999-10-07 23:54:52 +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
62d76aae66
Added OpenVMS to the list of operating systems.
1999-08-16 23:54:50 +00:00
terry%mozilla.org
728e68a306
Make attachments remember who submitted that attachment.
1999-06-22 23:44:22 +00:00
terry%mozilla.org
9732bb48e1
Added BeOS to the list of OS's.
1999-06-14 16:46:40 +00:00
terry%mozilla.org
7c73172489
Added dependencies, so that you can mark which bugs depend on which
...
other ones.
1999-05-27 14:13:41 +00:00
terry%mozilla.org
33fccabb6b
Added "Neutrino" to the list of operating systems
1999-05-24 21:37:27 +00:00
terry%mozilla.org
866c8a9529
Added Mac System 8.6.
1999-05-24 19:44:34 +00:00
terry%mozilla.org
c54d38a340
Added user preference controlling how much email they get.
1999-05-12 17:20:40 +00:00
terry%mozilla.org
42b184189e
Allow querying of bug creation times.
1999-05-05 21:18:39 +00:00
terry%mozilla.org
bd8d6cefbb
Added a "blocker" severity.
1999-04-30 20:15:15 +00:00
terry%netscape.com
c7187a28f9
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
b82b6a5752
Bugzilla now has the ability to store patches and other attachments with bugs.
1999-04-08 14:40:46 +00:00
terry%netscape.com
2c93ea2eb8
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
65011fa0a4
Quote URLs and email addresses in the long description of bugs.
1999-03-25 00:14:26 +00:00
terry%netscape.com
fcf0b6c9f7
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
ac6b592a3c
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
8a8c7a19ac
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
5dc23cc3e0
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
312c1e6f36
Added FreeBSD as a legal op_sys.
1999-02-08 21:12:31 +00:00
terry%netscape.com
a08d1525be
Added a page which describes all the components in a product.
1999-02-04 17:13:52 +00:00
terry%netscape.com
7cbe55c263
Allow components to have a default qacontact.
1999-02-03 19:00:13 +00:00
terry%netscape.com
cf10f3c250
Added support for URLs that describe the milestones for various projects.
1999-02-03 02:46:51 +00:00
terry%netscape.com
2acfb94987
Had an operating system mispelled.
1999-01-30 00:38:09 +00:00
terry%netscape.com
4a24d1190c
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
08e1bfa3f3
Majorly changed querying of email addresses.
1999-01-19 00:07:46 +00:00
terry%netscape.com
c827a4487c
Allow querying by OS.
1999-01-15 22:05:42 +00:00
terry%netscape.com
89c68ee406
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
harrison%netscape.com
9c6892f477
changed the CHANGES file to reflect changes made
1998-10-27 10:46:25 +00:00
harrison%netscape.com
c924c8cb1e
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
d1783dd4fe
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
c7b2deca42
Get rid of .tcl files; we're a perl app now.
1998-09-16 15:08:09 +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
7b9f4a667e
Changelog of important Bugzilla changes.
1998-09-02 18:56:48 +00:00