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

36 Коммитов

Автор SHA1 Сообщение Дата
donm%bluemartini.com e8c76f9209 bug 25010 need a way to edit groups 2000-04-26 19:35:51 +00:00
endico%mozilla.org aaf67224d5 backing out because this has broken bugzilla.mozilla.org. the choice is no longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates. 2000-04-19 02:14:41 +00:00
donm%bluemartini.com eab02ecf97 bug 25010 add ability to easily edit groups 2000-04-18 23:12:00 +00:00
terry%mozilla.org 3f36f4d1bb Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definition
of a group per project, and automatically put new bugs against that
project into that group, thus allowing entire projects to be protected
against viewing by unauthorized users.  This is all optional,
controlled by new parameters.
2000-03-10 16:25:03 +00:00
terry%mozilla.org 6fbbfda625 Patch by Dave Miller <dave@intrec.com> -- allow setting of
confidentiality when submitting a new bug.
2000-03-07 22:22:55 +00:00
terry%mozilla.org 4415919dbb Patch by "David Gardiner" <david.gardiner@unisa.edu.au> -- recognize
more useragent strings.
2000-03-07 18:52:27 +00:00
terry%mozilla.org 1abe9818be If there is only one project allowing new bugs, don't bother prompting
for which project to use.
2000-02-25 18:55:41 +00:00
terry%mozilla.org 11128dc63c Oops; had the name of the "editbugs" group typed in wrong in a couple
of places.
2000-02-17 15:59:56 +00:00
terry%mozilla.org 0f934486ff Major spankage. Added a new state, UNCONFIRMED. Added new groups,
"editbugs" and "canconfirm".  People without these states are now much
more limited in what they can do.

For backwards compatability, by default all users will have the
editbugs and canconfirm bits on them.  Installing this changes as is
should only have one major visible effect -- an UNCONFIRMED state
will appear in the query page.  But no bugs will become in that state,
until you tweak some of the new voting-related parameters you'll find
when editing products.
2000-02-17 05:15:23 +00:00
terry%mozilla.org 24a15de3a8 If there is only one component, then select it for the user. 2000-01-15 17:25:51 +00:00
terry%mozilla.org 853edc6444 Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
me.  Added a footer to every page.  Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.
2000-01-14 22:35:49 +00:00
terry%mozilla.org fa5bf8838d Recognize Windows98. 2000-01-04 19:27:49 +00:00
dmose%mozilla.org 18f71469a1 updated license boilerplate 1999-11-01 23:33:56 +00:00
bryce-mozilla%nextbus.com 25f14fc118 Spurious &. Remove $::buffer feature, as it was unused and broken. 1999-07-08 23:55:32 +00:00
endico%mozilla.org 942228fb69 Added "entryheaderhtml" parameter which lets you specify text to
add to beginning of bug entry form. also aligned text in the form
to make it pretty. Uncomment the <!--</tr><tr>--> if people complain
the 80 col description text box doesn't fit narrow screens.
1999-06-29 00:24:41 +00:00
terry%mozilla.org 180f8e2695 Sigh. Fix some indentation I just screwed up. 1999-05-05 22:06:49 +00:00
terry%mozilla.org 637bce89f8 Get rid of tabs. (We try to keep tabs out of bugzilla source. We
often fail.)
1999-05-05 22:05:19 +00:00
bryce-mozilla%nextbus.com 70edb69d26 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 47c4834c5b 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%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 a707bc50c6 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 a08d1525be Added a page which describes all the components in a product. 1999-02-04 17:13:52 +00:00
terry%netscape.com aa234db7e5 Was picking wrong OS for Macs by default (according to brade@netscape.com). 1999-01-27 21:28:38 +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
terry%netscape.com ec25a8bc94 Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. 1998-11-20 19:18:37 +00:00
terry%netscape.com cd794ecc25 Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. 1998-11-16 19:43:50 +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 d6d28618c7 Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- recognize
BSDI systems.
1998-09-21 18:51:33 +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 18834062f0 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 2b14cdefb7 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 8bff984097 Sort the list of products. 1998-08-27 15:30:01 +00:00
terry%netscape.com 65415e22cc Fixed bug 539 -- cope with multiple products in the system. 1998-08-27 14:56:19 +00:00
terry%netscape.com 1ded8b327a Bugzilla source. 1998-08-26 06:14:20 +00:00