summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
AgeCommit message (Collapse)AuthorFilesLines
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-4/+6
r=myk,jake
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-2/+5
r=joel, a=justdave
2003-04-25Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org1-1/+14
request notifications r=bbaetz,jpreed a=justdave
2003-04-25Bug 193965: On product change, user can accidentally opt-out of required ↵justdave%syndicomm.com1-1/+2
group restriction Patch by Joel Peshkin <bugreport@peshkin.net> r= bbaetz, justdave a= justdave
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-21/+29
r=gerv a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-02-23Bug 194394 - Internal error after turning useqacontact offbbaetz%acm.org1-1/+1
r,a=justdave
2003-02-16Bug 186994 - Unable to accept a new bug that has been assigned. Patch by ↵gerv%gerv.net1-8/+4
gerv; r=bbaetz, a=justdave.
2003-02-15Bug 193286: Field validation errors had the wrong page titlejustdave%syndicomm.com1-6/+3
r= gerv, a= justdave
2003-02-10Bug 192513: importxml.pl and move.pl now use the new mail routines ↵justdave%syndicomm.com1-4/+4
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-10Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com1-37/+11
a=justdave
2003-02-08Bug 192340 - 'unknown_keyword' error doesn't mention keywordbbaetz%acm.org1-0/+1
r=myk, a=justdave
2003-02-05bug 191087 - process_bug.cgi: "Mid-air collision!" title when not allowed to ↵burnus%gmx.de1-1/+1
change a field r=gerv, a=justdave
2002-11-28Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au1-20/+28
r=justdave, joel a=justdave
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-58/+155
Patch by joel r=bbaetz,justdave a=justdave
2002-11-22Bug 180966 - warnings in webserver error log (take 2)bbaetz%student.usyd.edu.au1-20/+24
r=joel, a=justdave
2002-11-22Backing out the checkin for bug 180966 (fix warnings in web server error ↵justdave%syndicomm.com1-18/+15
log). This checkin caused commenting on bugs to fail if timetracking is not enabled.
2002-11-20Bug 180966 - fix misc warningsbbaetz%student.usyd.edu.au1-15/+18
r,a=myk
2002-11-18Bug 180545 - It was possible to change the product/component of a bug ↵jake%bugzilla.org1-3/+26
without having the editbugs permission. r=bbaetz a=justdave
2002-11-11Fix for bug 179334: updates the setter consistently. also fixes numerous ↵myk%mozilla.org1-4/+4
other bugs in the RT code. r=bbaetz a=myk
2002-11-10Bug 179321 - cannot clear status whiteboard entirelybbaetz%student.usyd.edu.au1-1/+2
r=joel x2 a=justdave
2002-11-08Bug 71794 - processmail shouldn't bother checking dependencies unless state ↵gerv%gerv.net1-16/+30
changes. Patch by gerv; r=myk.
2002-11-08Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org1-3/+4
r=not_erik,joel a=justdave
2002-10-31Bug 95430 Reopening en masse fails.bugreport%peshkin.net1-5/+8
Patch by jeff.hedlund r=justdave, joel
2002-10-31Bug 175838 Reopening a bug does not clear resolution, nor does selecting ↵bugreport%peshkin.net1-2/+4
'clear resolution' patch by jeff.hedlund@matrixsi.com 2xr=gerv
2002-10-26Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au1-1/+5
r=gerv, justdave
2002-10-25Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fieldsbugreport%peshkin.net1-0/+10
patch by not_erik@dasbistro.com r=joel, myk
2002-10-17Bug 112373 you should be able to enter bug dependencies/blockers when you ↵bugreport%peshkin.net1-40/+14
enter a bug. patch by jhedlund r,2xr=joel
2002-10-17Bug 174221 - field names should be l10n in user-errors.html.tmpl. Patch by ↵gerv%gerv.net1-2/+2
jeff.hedlund@matrixsi.com; r=burnus, gerv.
2002-10-13Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net1-6/+45
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
2002-10-13Bug 174112 Edit multiple bugs brokenbugreport%peshkin.net1-0/+1
r=burnus
2002-10-11Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; ↵gerv%gerv.net1-14/+14
r=bbaetz.
2002-10-02Fixes Gerv's tree bustage from the checkin for bug 163114; 2xr=#mozwebtoolspreed%sigkill.com1-1/+1
2002-10-02Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵gerv%gerv.net1-14/+8
r=burnus.
2002-10-01Bug 171639 dupes not marked in original bugbugreport%peshkin.net1-1/+2
2xr=bbaetz
2002-09-29Bug 171322 process_bug.cgi makes reference to non-existant product variablebugreport%peshkin.net1-0/+1
2xr=bbaetz
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-9/+20
enhancements to attachment statuses. r=gerv,bbaetz
2002-09-23Bug 170064 - Change error API again to allow vars to be passed in the call. ↵gerv%gerv.net1-4/+4
Patch by gerv; r=bbaetz.
2002-09-23Bug 170075 - Mid-air collision pages should be titled as such. Patch by ↵gerv%gerv.net1-1/+15
gerv; r=bbaetz.
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-44/+59
r=bbaetz, gerv
2002-09-22Bug 108987 - Linkify script to use quoteUrls on texts provided by user. ↵gerv%gerv.net1-1/+0
Patch by gerv; r=kiko.
2002-09-19Bug 168804 - Document CheckCanChangeField so sites can modify it for local ↵gerv%gerv.net1-40/+112
needs. Patch by gerv; r=bbaetz, joel.
2002-09-13Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵gerv%gerv.net1-2/+1
Patch by gerv; r=bbaetz.
2002-09-06Spelling fixes.matty%chariot.net.au1-1/+1
2002-08-27Bug 161203 - Bug changes with intermediate pages munges fields withbbaetz%student.usyd.edu.au1-1/+3
multiple values (e.g., CC) patch by "Randall M! Gee", r=bbaetz, myk
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-26Bug 164470 - mass reassign changes UNCONFIRMED->NEWbbaetz%student.usyd.edu.au1-13/+38
r=joel x2
2002-08-20Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net1-2/+19
Attachments. Patch by bugreport@peshkin.net; r=gerv.
2002-08-16Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch ↵gerv%gerv.net1-61/+33
by gerv; r=bbaetz.
2002-08-15Bug 162066 - Fix callers of ThrowCodeError to use messages in ↵gerv%gerv.net1-3/+3
code-error.html.tmpl. Patch by gerv; r=bbaetz.