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

70 Коммитов

Автор SHA1 Сообщение Дата
bugreport%peshkin.net e9b9a129a7 Bug 112373 you should be able to enter bug dependencies/blockers when you enter a bug.
patch by jhedlund
r,2xr=joel
2002-10-17 04:31:56 +00:00
bugreport%peshkin.net dd8abb1dbb Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fields
patch by jeff.hedlund@matrixsi.com
2xr=joel,justdave
2002-10-13 04:26:24 +00:00
gerv%gerv.net 05b79b02c3 Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; r=burnus. 2002-10-01 22:41:09 +00:00
gerv%gerv.net 152ef72c3d Bug 170064 - Change error API again to allow vars to be passed in the call. Patch by gerv; r=bbaetz. 2002-09-23 07:12:12 +00:00
bugreport%peshkin.net 1c0ddbd1ae bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
r=bbaetz, gerv
2002-09-22 17:15:13 +00:00
gerv%gerv.net c14171212a Bug 146495 - clean up format ambiguities. We now have separate "format" and "ctype" parameters. Also fixes bug 140513, bug 143604, and bug 148133. Patch by gerv; r=myk. 2002-09-17 23:28:24 +00:00
gerv%gerv.net 612d0b26ae Bug 25521 - Keyword field in new bug entry. Patch by jeff.hedlund@matrixsi.com; r=gerv. 2002-09-13 22:21:19 +00:00
gerv%gerv.net bda11cb1c6 Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. Patch by gerv; r=bbaetz. 2002-09-12 22:51:50 +00:00
bbaetz%student.usyd.edu.au 2b781fd427 Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
r=joel x2
2002-08-26 06:17:26 +00:00
gerv%gerv.net 265f030180 Bug 163457 - bugs not registered as "new". Patch by gerv; r=timeless, bbaetz. 2002-08-19 22:47:06 +00:00
gerv%gerv.net 2e88df3e51 Bug 162066 - Fix callers of ThrowCodeError to use messages in code-error.html.tmpl. Patch by gerv; r=bbaetz. 2002-08-15 06:43:47 +00:00
bbaetz%student.usyd.edu.au 80f3e185c0 Bug 43600 - Convert products/components to use ids instead of names.
Initial attempt by jake@bugzilla.org, updated by me
r=joel, preed
2002-08-12 05:43:05 +00:00
bbaetz%student.usyd.edu.au ea855a758e Bug 160227 - VERSION cookie not set correctly
r=myk
2002-07-31 12:46:02 +00:00
bbaetz%student.usyd.edu.au e53a1781f1 Bug 154036 - ccing an invalid user on a bug posts the bug anyway
r=jouni, gerv
2002-06-26 12:16:24 +00:00
myk%mozilla.org b38ebe63a2 Fix for bug 150792: Locks profiles table so adding a CC while creating a bug doesn't fail.
2xr=bbaetz
2002-06-17 15:54:50 +00:00
bbaetz%student.usyd.edu.au 693d63dda2 Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called
early enough
r=mattyt, jouni
2002-06-17 09:39:00 +00:00
bbaetz%student.usyd.edu.au dd519e4374 Bug 151369 - need to trim the entered assignee's email address
r=mattyt x2
2002-06-16 05:26:50 +00:00
bbaetz%student.usyd.edu.au 51d1fc0692 Bug 150802 - default version for bug entry not read from cookies
r=jouni x2
2002-06-11 13:32:01 +00:00
gerv%gerv.net 7e3dc7c4f2 Bug 143091 - No email to the qa contact when creating bugs. Patch by gerv; 2xr=justdave. 2002-05-08 23:21:25 +00:00
gerv%gerv.net f530ab22b7 Bug 140770 - Navigation doesn't work after creating a new bug. This fix displays a new bug to the user immediately after it's been filed. Patch by gerv; r=justdave, afranke. 2002-05-01 19:00:51 +00:00
gerv%gerv.net 70b6dbe786 Bug 138904 - post_bug templates should be separate. Patch by gerv, 2xr=myk. 2002-04-28 22:05:31 +00:00
gerv%gerv.net 3d798c1bba Bug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk. 2002-04-26 06:13:41 +00:00
gerv%gerv.net 3bc9d4ca2b Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke. 2002-04-24 07:24:50 +00:00
myk%mozilla.org 107bcbfa15 Fix for bug 124587: Lock bugs table before inserting new bug.
Patch by Myk Melez <myk@mozilla.org>
r=bbaetz,justdave
2002-04-23 21:33:46 +00:00
gerv%gerv.net b1c96aac9a Bug 121247 - enter_bug comment templates. Template method for amalgamation of free-form enter_bug text fields into the description. Patch by gerv; 2xr=myk. 2002-04-15 23:17:03 +00:00
bbaetz%student.usyd.edu.au d66fd9e89d Bug 110980 - no email to cc list when opening new bug
original patch by jake@bugzilla.org, merged to current sources by
bbaetz@student.usyd.edu.au
r=gerv, justdave
2002-04-14 04:43:55 +00:00
gerv%gerv.net ff24613979 Bug 124920 - Templatise post_bug.cgi. Patch by gerv, r=myk, bbaetz. 2002-04-05 07:09:28 +00:00
myk%mozilla.org 7395f6773d Fix for bug 72184: prevents users from entering too-large comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
2002-03-11 07:33:03 +00:00
myk%mozilla.org 96d51bdd46 Fix for bug 129016: Corrects conditional operator.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz x 2
2002-03-05 10:51:38 +00:00
bbaetz%student.usyd.edu.au 29ad7e1cb6 Fix typo in checkin for bug 107743. 2002-03-04 12:54:36 +00:00
bbaetz%student.usyd.edu.au 01e4f7aeb2 Bug 107743 - post_bug.cgi doesn't properly validate parameters
r=gerv, justdave
2002-03-01 05:39:25 +00:00
bbaetz%student.usyd.edu.au 0c682418d4 Bug 119715 - strictvaluechecks should always be enabled
r=justdave, gerv
2002-02-05 00:20:09 +00:00
justdave%syndicomm.com e24c04e22a Fix for bug 108982: enable taint mode for all user-facing CGI files.
Patch by Brad Baetz <bbaetz@student.usyd.edu.au>
r= jake, justdave
2002-01-20 01:44:52 +00:00
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