aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 192877 - State changes on bugs w/ dependancies cause "Use of ↵preed%sigkill.com2003-02-151-6/+9
| | | | uninitialized values" in BugMail.pm; r=justdave, bbaetz, a=justdave
* Bug 192531 - Bugzilla not properly closing DB statement handlesbbaetz%acm.org2003-02-141-10/+10
| | | | | | | | Change code to work arround a perl < 5.8 leak when localising the tied statement attributes. Also, clear the sql statestack compat stuff so that the handles are really dead by the time we disconnect r,a=justdave
* Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com2003-02-102-0/+886
| | | | a=justdave
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-072-3/+14
| | | | | r=gerv, justdave a=justdave
* Bug 191085 - Fix FetchSQLData compat code.bbaetz%acm.org2003-02-021-5/+4
| | | | r,a=justdave
* Bug 191080 - fix SQLQuote return value for an undef inputbbaetz%acm.org2003-01-301-1/+1
| | | | r=gerv, a=justdave
* Bug 106918: the "movers" param was not being interpreted correctly by ↵justdave%syndicomm.com2003-01-241-0/+2
| | | | | | move.pl or the show_bug template. Also the exporter value was not properly fed into the xml template. r= myk, a= justdave
* Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net2003-01-241-1/+62
| | | | by burnus; r=gerv, a=justdave.
* Bug 189446 - Can't change product of a bugbbaetz%acm.org2003-01-231-1/+8
| | | | r, a=justdave
* Bug 188161 - assignee/qa missing change knobs.bbaetz%acm.org2003-01-231-3/+3
| | | | r, a=justdave
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-0/+258
| | | | | r=justdave, myk, joel, preed a=justdave
* Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com2003-01-111-1/+1
| | | | | | | | | the spelling errors so tinderbox doesn't barf, part two fixes t/006spellcheck.t and adds some more new words to check for. Part 1 patch by myself, r=timeless Part 2 patch by MattyT. r=zach (myself) a=justdave
* Bumping the rev number for 2.17.3 release.preed%sigkill.com2003-01-031-1/+1
|
* Bug 186594: $db_sock was not being exported from Bugzilla/Config.pmjustdave%syndicomm.com2002-12-261-1/+1
| | | | | patch by sergeyli@pisem.net (Sergey Lipnevich) r=bbaetz, a=justdave
* Bug 186337 - Param lookup should fall back to defaultsbbaetz%student.usyd.edu.au2002-12-221-2/+11
| | | | r=joel, a=justdave
* Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au2002-12-203-1/+290
|
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-152-129/+56
| | | | | r=gerv, justdave a=justdave
* bumping version number to 2.17.2justdave%syndicomm.com2002-12-131-1/+1
|
* Bug 184256 Canedit group_control_map entry does not prevent making attachmentsbugreport%peshkin.net2002-12-111-2/+7
| | | | | r=bbaetz a=justdave
* Bug 182946 - fix additional typo noticed on irc by tmbbaetz%student.usyd.edu.au2002-12-031-1/+1
|
* Bug 182946 - fix regressions from bug 171493bbaetz%student.usyd.edu.au2002-12-031-5/+5
| | | | | (Bug.pm/show_bug.cgi/bug_form.pl reorg) r,a=justdave
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-282-214/+290
| | | | | r=justdave, joel a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-282-9/+52
| | | | | | | every time we display. r=justdave a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-252-0/+86
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 180980 Doing 2 email searches fails when searching for CC list membersbugreport%peshkin.net2002-11-221-8/+21
| | | | | Patch by bugreport@peshkin.net r=myk, a=justdave
* Bug 180966 - warnings in webserver error log (take 2)bbaetz%student.usyd.edu.au2002-11-221-1/+1
| | | | r=joel, a=justdave
* Backing out the checkin for bug 180966 (fix warnings in web server error ↵justdave%syndicomm.com2002-11-221-1/+1
| | | | | | log). This checkin caused commenting on bugs to fail if timetracking is not enabled.
* Bug 179582 - More informative and easier to read flag email templatejeff.hedlund%matrixsi.com2002-11-201-4/+4
| | | | | r=myk a=myk
* Bug 180966 - fix misc warningsbbaetz%student.usyd.edu.au2002-11-201-1/+1
| | | | r,a=myk
* Bug 124589 - support database replicationbbaetz%student.usyd.edu.au2002-11-192-9/+5
| | | | r=myk, a=justdave
* Bug 179960 - Qucksearch queries are slow and timeoutbbaetz%student.usyd.edu.au2002-11-181-9/+30
| | | | | fixed by adding subselect emulation for product/component lookups r=joel, a=justdave
* Fix for bug 180632: corrects reference flag->is_requesteeble to ↵myk%mozilla.org2002-11-181-4/+5
| | | | | | | flag->type->is_requesteeble r=bbaetz a=myk
* Last part of fix for bug 179494: adds "use Bugzilla::Util" and removes "&::" ↵myk%mozilla.org2002-11-181-1/+2
| | | | | | | from before "trim" per bbaetz. r=bbaetz a=myk
* Fix for bug 179494: prevents Bugzilla from thinking users have changed flags ↵myk%mozilla.org2002-11-172-13/+30
| | | | | | | when they haven't. r=bbaetz a=myk
* Bug 179697 - OR terms need extra level of bracketingbbaetz%student.usyd.edu.au2002-11-141-0/+1
| | | | r=myk, a=justdave
* Bug 179706 activity log needs to include full account names for requesteesbugreport%peshkin.net2002-11-131-2/+2
| | | | r,a=myk
* Bug 179491 Searchs of attachments containing a string do not enforce ↵bugreport%peshkin.net2002-11-121-0/+3
| | | | | | | attchment privacy r=bbaetz a=justdave
* Fix for bug 179334: updates the setter consistently. also fixes numerous ↵myk%mozilla.org2002-11-112-16/+50
| | | | | | | other bugs in the RT code. r=bbaetz a=myk
* Bug 179238 - searching by commenter is ignored if you do 'exact' orbbaetz%student.usyd.edu.au2002-11-101-4/+4
| | | | | 'contains' r, a=myk
* Bug 179242 Part 2 - Handle both conditions for the if blockjake%bugzilla.org2002-11-101-2/+2
| | | | r=bbaetz
* Bug 178383 - product/component query conditions appear twicebbaetz%student.usyd.edu.au2002-11-101-14/+0
| | | | | r=myk, justdave a=justdave
* Bug 179193 - anyexact should use IN, not ORbbaetz%student.usyd.edu.au2002-11-101-2/+4
| | | | r=gerv, a=justdave
* Bug 179242 Searching for comment contains string + email gives "Not unique ↵bugreport%peshkin.net2002-11-101-1/+1
| | | | | | | table/alias: 'longdescs_' at globals.pl line 242" r=jake a=myk
* Bug 179174 - renable $| = 1bbaetz%student.usyd.edu.au2002-11-091-0/+3
| | | | | r=justdave x2 a=justdave
* Bumping version number for development snapshot tarballjustdave%syndicomm.com2002-11-091-1/+1
|
* Bug 114696 - permission checking in queries not optimalbbaetz%student.usyd.edu.au2002-11-091-21/+33
| | | | | Patch by joel, dkl + me r=myk, a=justdave
* Fix for bug 172518: makes the request tracker use the generic user matching codemyk%mozilla.org2002-11-082-59/+36
| | | | | r=not_erik,joel a=justdave
* Fix for bug 178801: Missing &:: caused function call to fail, resulting in ↵myk%mozilla.org2002-11-071-1/+1
| | | | | | | server error. r=justdave a=justdave
* Fix for bug 178801: missing &:: caused function not to be found, resulting ↵myk%mozilla.org2002-11-071-1/+1
| | | | | | in server error r=justdave
* Bug 173571 - Turn "all selected" into "none selected" for efficiency. Patch ↵gerv%gerv.net2002-11-051-0/+20
| | | | by gerv; r=justdave.