aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-59/+349
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the ↵travis%sedsystems.ca2005-02-031-2/+2
| | | | | | places where they are wrong. Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Missed the 'fix on checkin' bit for Bug 279748travis%sedsystems.ca2005-02-021-1/+1
|
* Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca2005-02-021-0/+40
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 256592: Cut down the DBD error string to a reasonable size; ↵jocuri%softhome.net2004-12-071-0/+3
| | | | patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=justdave.
* Bug 253696: work around NAME_lc bug in ActiveState Perl on Win32justdave%bugzilla.org2004-09-131-1/+5
| | | | | Patch by Byron Jones <bugzilla@glob.com.au> r=jouni,bbaetz a=justdave
* Bug 227191: Change DBI->connect syntax so database password will not be ↵bugreport%peshkin.net2004-07-101-2/+4
| | | | | | | revealed if connect fails r=bbaetz a=justdave
* Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net2004-05-271-0/+10
| | | | | r=jouni a=justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-9/+1
| | | | | | | 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.
* 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