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

37 Коммитов

Автор SHA1 Сообщение Дата
justdave%syndicomm.com bc2ba9abf9 Fix for bug 109354: After entering a new bug, the link offering to add an attachment to the bug you just created pointed at
the old attachment form instead of the new one.
Patch by Josh Soref <timeless@mac.com>
r= myk x2
2001-11-17 22:40:02 +00:00
justdave%syndicomm.com 5167730d7c SECURITY FIX see bug 108516: Due to trusting of passed form fields that shouldn't have been trusted, it was possible to file a
bug pretending to be someone else if you edited the HTML by hand before submitting.
Patch by Dave Miller <justdave@syndicomm.com>
r= bbaetz, jake
2001-11-05 20:43:35 +00:00
justdave%syndicomm.com 66cd4cbf7f Fix for bug 19910: Bugzilla installs on the same server would interfere with each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi.
Patch by Dave Lawrence <dkl@redhat.com>
r= myk, justdave
2001-10-13 00:40:41 +00:00
justdave%syndicomm.com 5b0c76aa66 Fixing "used only once" errors flagged by tinderbox on the last checkin. 2001-06-27 02:31:55 +00:00
justdave%syndicomm.com 8efbae9be1 Fix for bug 80289: Group restrictions are now identified with checkboxes instead of select widgets. Also, product groups are now only offered if they are either already set, or match the current product (i.e. the option to set a product bit for a product other than the one the bug is in is no longer available) This results in much less clutter for the admin folks on sites with lots of products.
Patch by Joe Robbins <jmrobins@tgix.com>
r= justdave@syndicomm.com
2001-06-27 01:44:34 +00:00
justdave%syndicomm.com 450514d585 Fix for bug 75482: adding the capability to deactivate a group without deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it).
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
2001-06-06 03:16:52 +00:00
justdave%syndicomm.com 5e45ff8188 Fix for bug 71659: New bugs weren't creating email if the reported didn't give a long description, and the first person who added a comment had their comment become the long description of the bug.
Patch by <jake@acutex.net>
r= justdave
2001-04-09 19:10:43 +00:00
dave%intrec.com a9adc92877 Fix for bug 69879: initial owner getting set to NULL if someone was specified on the new bug form. This bug was introduced in the patch for bug 66876 (v1.29 of post_bug.cgi) 2001-02-23 01:04:01 +00:00
cyeh%bluemartini.com 5a2b170f3f fix for 66876: Using userids (mediumint) for initialowner and initialqacontact
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-02-22 18:11:29 +00:00
cyeh%bluemartini.com 9b2e821c15 fix for 37684 and 42609: trying to deal with malformed url's in the URL field
during bug entry. instead of trying to be really intelligent over what a valid
url field is, or doing any kind of complicated regexping and forcing http://
on everyone, what we do instead is pre-seed enter_bug.cgi bug_file_loc with http://
in the text field. if that is all there is in the field when we are in post_bug.cgi,
then the value gets set to null (no URL entered into the new bug form). this allows
for you to enter in any valid url that you want, but also make it obvious that
http:// should be there for http:// urls at bug entry time
2000-08-30 21:32:43 +00:00
tara%tequilarista.org fdc1436c42 Making all system calls use paramter arguments 2000-05-17 21:29:33 +00:00
donm%bluemartini.com dad9c2b907 bug 25010 need a way to edit groups 2000-04-26 19:35:51 +00:00
endico%mozilla.org 5d31497c65 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 9102155b3e bug 25010 add ability to easily edit groups 2000-04-18 23:12:00 +00:00
dmose%mozilla.org 6880acd6ea fix another warning 2000-03-28 23:18:45 +00:00
terry%mozilla.org e3a7d03202 Fix stupid perl warning. 2000-03-24 01:01:47 +00:00
terry%mozilla.org 695b90b2e1 Added the concept of a "default milstone" for products, and make sure
that all products have at least that milestone defined.
2000-03-23 18:23:14 +00:00
terry%mozilla.org 7b49e812c3 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 6f297df44b 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 10626c1f40 Make a universal routine to report errors in forms, so that we can
have a universal (and more noticable) way of displaying them.
2000-02-25 19:32:47 +00:00
terry%mozilla.org 96c88c41ae Was crapping out if strictvaluechecks was turned on. 2000-02-17 14:49:33 +00:00
terry%mozilla.org 718ebdae52 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 c308f025ee Moved all the long descriptions out of the bugs table, and into a new
table.  There is now a separate entry for each new long description,
rather than appending them all together in one big field.
2000-01-20 21:31:22 +00:00
terry%mozilla.org f5e622daa8 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
dmose%mozilla.org 6c05f0d386 a bug fix or two and a whole bunch of sanity-checking of form submissions stuff 1999-12-02 23:21:42 +00:00
terry%mozilla.org af842d8536 Fixed bug 4889 -- don't allow new bugs to be submitted with a blank summary. 1999-11-19 14:50:57 +00:00
dmose%mozilla.org 2db9bdbbbe updated license boilerplate 1999-11-01 23:33:56 +00:00
terry%mozilla.org 1f12ca43e5 Fixed stupid perl warning. 1999-10-18 23:04:40 +00:00
terry%mozilla.org 91c30afd6e Enable custom bug creation pages that try to set more fields than
enter_bug.cgi does.
1999-07-08 00:21:33 +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
terry%mozilla.org f3acd9cbf2 Present people an immediate opportunity to attach something to a bug. 1999-05-05 22:16:21 +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 7e75ad81dc Allow components to have a default qacontact. 1999-02-03 19:00:13 +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 68314873bf Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. 1998-11-16 19:43:50 +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 0be4b6cf6d Bugzilla source. 1998-08-26 06:14:20 +00:00