aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 463688: editusers.cgi no longer lets you search for users using regular e...lpsolit%gmail.com2008-12-031-7/+6
* Oh, actually, Xiaoou was right about where the constraint is supposed to go.mkanat%bugzilla.org2008-11-051-2/+2
* Bug 460421: [Oracle] Adding custom fields with type FIELD_TYPE_MULTI_SELECT r...mkanat%bugzilla.org2008-11-051-1/+1
* Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org2008-10-251-5/+9
* Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou <xi...lpsolit%gmail.com2008-10-171-0/+1
* Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org2008-08-011-1/+1
* Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete invali...mkanat%bugzilla.org2008-07-011-20/+39
* Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact that...mkanat%bugzilla.org2008-06-301-1/+15
* Bug 429804: Add Foreign Keys to Multiselect fieldsmkanat%bugzilla.org2008-06-291-4/+10
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-191-0/+9
* Bug 429847: config.cgi should include additional information about custom fie...lpsolit%gmail.com2008-04-201-40/+0
* Bug 419979: Bugzilla::DB::bz_add_field_table directly modifies the FIELD_TABL...mkanat%bugzilla.org2008-03-251-8/+13
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Pa...lpsolit%gmail.com2008-02-061-0/+7
* Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm...lpsolit%gmail.com2008-01-281-115/+1
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-0/+31
* Bug 408766: Apache::DBI was unnecessary and was causing problems for some users.mkanat%bugzilla.org2007-12-191-1/+0
* Bug 369062 prior should read "earlier" in edit groupstimeless%mozdev.org2007-12-161-1/+1
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-0/+31
* Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org2007-12-111-0/+56
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-3/+15
* Bug 257351: collectstats.pl dies if an invalid series is defined - Patch by F...lpsolit%gmail.com2007-08-201-1/+1
* Bug 388765: Bugzilla::DB::db_new should accept attributes that *override* the...mkanat%bugzilla.org2007-07-191-15/+23
* Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org2007-04-191-0/+11
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org2007-04-151-1/+43
* Bug 374215: Move all generally-useful Installation subroutines to Bugzilla::...mkanat%bugzilla.org2007-03-161-0/+1
* Bug 374024: Abstract-out isolation level in Bugzilla::DB so drivers can choos...mkanat%bugzilla.org2007-03-151-2/+11
* Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org2007-03-151-21/+43
* Bug 373442: Add referential integrity against the profiles table in some more...mkanat%bugzilla.org2007-03-111-6/+86
* Bug 347439: Implement support for referential integrity in Bugzilla::DB::Sche...mkanat%bugzilla.org2007-03-101-2/+3
* Bug 364055: Message confusing when your version of DBD::foo is too old - Patc...lpsolit%gmail.com2006-12-171-1/+1
* Bug 360710: checksetup.pl needs to blacklist some non-working external modulesmkanat%bugzilla.org2006-12-141-3/+4
* Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org2006-11-181-3/+13
* Bug 350307: Split out the create and update functionality of Bugzilla::Field:...mkanat%bugzilla.org2006-11-131-0/+2
* Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org2006-10-171-1/+1
* Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from...mkanat%bugzilla.org2006-09-191-14/+21
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-18/+20
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com2006-09-091-1/+16
* Bug 13534: Remove REMIND and LATER from the default resolution list (only aff...lpsolit%gmail.com2006-09-041-2/+2
* Bug 350649: Improve the rendering of POD from Bugzilla::DBmkanat%bugzilla.org2006-08-311-334/+874
* Bug 349363: DB::bz_add_column() shouldn't print anything when called from edi...lpsolit%gmail.com2006-08-221-1/+2
* Bug 346414: Move the creation/maintenance of the data/ directory out of check...mkanat%bugzilla.org2006-07-301-2/+7
* Bug 346410: Move enum-table population code into Bugzilla::DBmkanat%bugzilla.org2006-07-291-12/+68
* Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org2006-07-291-4/+158
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+1
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-5/+7
* Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.)...lpsolit%gmail.com2006-06-201-139/+2
* Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; pa...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; pa...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'overriden' -> 'overridden' in Bugzilla/DB.p...vladd%bugzilla.org2006-06-191-12/+12
* Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; pat...vladd%bugzilla.org2006-06-191-1/+1