summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
AgeCommit message (Collapse)AuthorFilesLines
2008-01-28Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵lpsolit%gmail.com1-115/+1
Error.pm in favor of DB transactions. These methods are no longer used and are completely removed now - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-18Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org1-0/+31
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2007-12-19Bug 408766: Apache::DBI was unnecessary and was causing problems for some users.mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2007-12-16Bug 369062 prior should read "earlier" in edit groupstimeless%mozdev.org1-1/+1
r=lpsolit a=lpsolit
2007-12-13Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org1-0/+31
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-12-11Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org1-0/+56
Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2007-09-08Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org1-3/+15
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-21Bug 257351: collectstats.pl dies if an invalid series is defined - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-07-19Bug 388765: Bugzilla::DB::db_new should accept attributes that *override* ↵mkanat%bugzilla.org1-15/+23
the default attributes Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-04-19Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org1-0/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-04-15Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org1-1/+43
throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
2007-03-16Bug 374215: Move all generally-useful Installation subroutines to ↵mkanat%bugzilla.org1-0/+1
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-15Bug 374024: Abstract-out isolation level in Bugzilla::DB so drivers can ↵mkanat%bugzilla.org1-2/+11
choose their own level Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-15Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org1-21/+43
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-11Bug 373442: Add referential integrity against the profiles table in some ↵mkanat%bugzilla.org1-6/+86
more simple places Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-10Bug 347439: Implement support for referential integrity in ↵mkanat%bugzilla.org1-2/+3
Bugzilla::DB::Schema and implement it on profiles_activity Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2006-12-17Bug 364055: Message confusing when your version of DBD::foo is too old - ↵lpsolit%gmail.com1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-12-14Bug 360710: checksetup.pl needs to blacklist some non-working external modulesmkanat%bugzilla.org1-3/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-11-19Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org1-3/+13
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-11-13Bug 350307: Split out the create and update functionality of ↵mkanat%bugzilla.org1-0/+2
Bugzilla::Field::create_or_update Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-10-17Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-19Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵mkanat%bugzilla.org1-14/+21
from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-18/+20
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com1-1/+16
Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
2006-09-04Bug 13534: Remove REMIND and LATER from the default resolution list (only ↵lpsolit%gmail.com1-2/+2
affects new installations) - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk
2006-08-31Bug 350649: Improve the rendering of POD from Bugzilla::DBmkanat%bugzilla.org1-334/+874
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-22Bug 349363: DB::bz_add_column() shouldn't print anything when called from ↵lpsolit%gmail.com1-1/+2
editfields.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-07-30Bug 346414: Move the creation/maintenance of the data/ directory out of ↵mkanat%bugzilla.org1-2/+7
checksetup and into a module Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
2006-07-29Bug 346410: Move enum-table population code into Bugzilla::DBmkanat%bugzilla.org1-12/+68
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
2006-07-29Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org1-4/+158
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-5/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-20Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, ↵lpsolit%gmail.com1-139/+2
etc.) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-19Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; ↵vladd%bugzilla.org1-1/+1
patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; ↵vladd%bugzilla.org1-1/+1
patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'overriden' -> 'overridden' in ↵vladd%bugzilla.org1-12/+12
Bugzilla/DB.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; ↵vladd%bugzilla.org1-1/+1
patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-05-29Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org1-29/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-01-05Bug 322412 Typo in error messagetimeless%mozdev.org1-1/+1
r=lpsolit a=justdave
2005-12-30Bug 311047: populating enum tables fails without localconfig, when upgradingmkanat%kerio.com1-0/+27
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Nick Barnes <nb+bz@ravenbrook.com> r=mkanat, r=LpSolit, a=justdave
2005-12-23Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by ↵lpsolit%gmail.com1-0/+7
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-11-14Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com1-2/+2
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
2005-11-10Bug 314919: [PostgreSQL] "Find a Specific Bug" using Pg fails - Patch by ↵lpsolit%gmail.com1-0/+3
Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
2005-10-13Bug 311434: bz_table_columns should use _bz_real_schemamkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
2005-09-03Bug 299230: Schema-Modification Functions Shouldn't Die on A DB-side ↵mkanat%kerio.com1-3/+16
Deletion Failure Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com1-2/+5
string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
2005-08-15Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Frédéric ↵lpsolit%gmail.com1-2/+1
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-3/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-3/+3
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-3/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave