aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-2/+2
|
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-4/+1
| | | | | r=gerv, justdave a=justdave
* Bug 193985 - errors from SendSQL aren't being reportedbbaetz%acm.org2003-02-201-2/+2
| | | | r,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 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-2/+2
| | | | | 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 189446 - Can't change product of a bugbbaetz%acm.org2003-01-231-1/+8
| | | | 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