summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
AgeCommit message (Collapse)AuthorFilesLines
2005-03-10Bug 285403: LearnAboutColumns does not work on PostgreSQLmkanat%kerio.com1-0/+7
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-10Bug 285397: Untested parts of Bugzilla::DB are broken (when running on ↵mkanat%kerio.com1-4/+1
PostgreSQL) Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave
2005-03-09Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com1-5/+43
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, r=Tomas.Kopal, a=justdave
2005-03-09Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: ↵mkanat%kerio.com1-4/+53
This patch also creates a database-agnostic fulltext search method.) Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-03-09Bug 284352: Break Bugzilla::DB code/docs into sectionsmkanat%kerio.com1-6/+70
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=travis, a=myk
2005-03-05Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com1-0/+16
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-03-03Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com1-12/+26
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
2005-03-02Bug 277617: Move database-manipulation subroutines in checksetup to ↵mkanat%kerio.com1-1/+255
Bugzilla::DB and (eventual) subclasses Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
2005-02-25Bug 279910: Query crashed with Software Error: "Unknown column ↵mkanat%kerio.com1-4/+4
'bugs.assignee_accessible' " Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
2005-02-19Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbhmkanat%kerio.com1-6/+22
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, r=glob, a=justdave
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-2/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-02-17Bug (None): Fix a spelling error from bug 237862mkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
2005-02-17Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com1-59/+349
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-03Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the ↵travis%sedsystems.ca1-2/+2
places where they are wrong. Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
2005-02-02Missed the 'fix on checkin' bit for Bug 279748travis%sedsystems.ca1-1/+1
2005-02-02Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca1-0/+40
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2004-12-07Patch for bug 256592: Cut down the DBD error string to a reasonable size; ↵jocuri%softhome.net1-0/+3
patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=justdave.
2004-09-13Bug 253696: work around NAME_lc bug in ActiveState Perl on Win32justdave%bugzilla.org1-1/+5
Patch by Byron Jones <bugzilla@glob.com.au> r=jouni,bbaetz a=justdave
2004-07-10Bug 227191: Change DBI->connect syntax so database password will not be ↵bugreport%peshkin.net1-2/+4
revealed if connect fails r=bbaetz a=justdave
2004-05-27Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net1-0/+10
r=jouni a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-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.
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-2/+2
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-4/+1
r=gerv, justdave a=justdave
2003-02-20Bug 193985 - errors from SendSQL aren't being reportedbbaetz%acm.org1-2/+2
r,a=justdave
2003-02-14Bug 192531 - Bugzilla not properly closing DB statement handlesbbaetz%acm.org1-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
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-2/+2
r=gerv, justdave a=justdave
2003-02-02Bug 191085 - Fix FetchSQLData compat code.bbaetz%acm.org1-5/+4
r,a=justdave
2003-01-30Bug 191080 - fix SQLQuote return value for an undef inputbbaetz%acm.org1-1/+1
r=gerv, a=justdave
2003-01-23Bug 189446 - Can't change product of a bugbbaetz%acm.org1-1/+8
r, a=justdave
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-0/+258
r=justdave, myk, joel, preed a=justdave