kiko%async.com.br
6f3fb84923
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
...
quietly_check_login()/confirm_login() calls. Cleans up callsites
(consisting of most of our CGIs), swapping (where appropriate) for calls
to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>.
r=bbaetz, kiko. a=justdave.
2004-03-27 03:51:44 +00:00
justdave%syndicomm.com
48a6a62693
Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now.
...
r= myk, gerv
a= justdave
2004-03-18 03:57:05 +00:00
jocuri%softhome.net
6b145c5712
Patch for bug 213679: Implement a parameter that allows administrators to control whether blank comments are allowed when filling new bugs; code by Dave Swegen <dswegen@software.plasmon.com>; r=myk; a=myk.
2004-01-31 00:12:10 +00:00
kiko%async.com.br
05aa30f221
Fix for bug 220183: post_bug.cgi could allow setting the
...
status_whiteboard attribute. Added "status_whiteboard" to parsed
attribute list. r=gerv, a=justdave
2003-10-07 07:02:15 +00:00
bbaetz%acm.org
bb7609223e
Bug 208699 - Move Throw{Code,Template}Error into Error.pm
...
r,a=justdave
2003-09-14 06:05:23 +00:00
bbaetz%acm.org
c1e4afb682
Bug 180635 - Enhance Bugzilla::User to store additional information
...
r=myk,jake
2003-06-03 09:48:15 +00:00
bbaetz%acm.org
325350ad59
Bug 201816 - use CGI.pm for header output
...
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
bbaetz%acm.org
709c9b24de
Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.
...
r=gerv
a=justdave
2003-04-02 12:35:07 +00:00
jake%bugzilla.org
3c915014e3
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
...
r=justdave
a=justdave
2003-03-27 00:07:02 +00:00
justdave%syndicomm.com
fe2f0fd7a4
Bug 192513: importxml.pl and move.pl now use the new mail routines introduced in bug 124174 (they got broken when processmail was removed). Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl.
...
r= jaypee, a= justdave
2003-02-10 06:26:39 +00:00
preed%sigkill.com
dc8fce75f5
Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, a=justdave
2003-02-09 22:04:25 +00:00
bbaetz%student.usyd.edu.au
a3c47abf4b
Bug 180870 - Remove old shadowdb manual replication code
...
r, a=myk
2002-12-20 23:35:29 +00:00
bbaetz%student.usyd.edu.au
f6351f6643
Bug 171493 - make show_bug use Bug.pm and remove bug_form.pl
...
r=justdave, joel
a=justdave
2002-11-28 10:49:58 +00:00
bugreport%peshkin.net
13e1ecfa4d
Bug 147275 Rearchitect product groups
...
Patch by joel
r=bbaetz,justdave
a=justdave
2002-11-24 19:56:34 +00:00
bbaetz%student.usyd.edu.au
1c88f3f0d1
Bug 181000 - Lock the keyworddefs table for READ when using a shadowdb, too
...
r,a=myk
2002-11-20 00:59:58 +00:00
bbaetz%student.usyd.edu.au
612ad473bb
Bug 180978 - Adding keyword from enter_bug doesn't update keyword cache
...
r=myk, a=justdave
2002-11-19 23:35:53 +00:00
myk%mozilla.org
d922c4fc48
Fix for bug 179177: avoid database errors when inserting bug by locking all tables i need to access
...
r=bbaetz
a=justdave
2002-11-09 13:50:08 +00:00
bugreport%peshkin.net
3f85278116
Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fields
...
patch by not_erik@dasbistro.com
r=joel, myk
2002-10-25 03:59:35 +00:00
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