summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
AgeCommit message (Expand)AuthorFilesLines
2006-09-19Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from...mkanat%bugzilla.org1-14/+21
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-18/+20
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com1-1/+16
2006-09-04Bug 13534: Remove REMIND and LATER from the default resolution list (only aff...lpsolit%gmail.com1-2/+2
2006-08-31Bug 350649: Improve the rendering of POD from Bugzilla::DBmkanat%bugzilla.org1-334/+874
2006-08-22Bug 349363: DB::bz_add_column() shouldn't print anything when called from edi...lpsolit%gmail.com1-1/+2
2006-07-30Bug 346414: Move the creation/maintenance of the data/ directory out of check...mkanat%bugzilla.org1-2/+7
2006-07-29Bug 346410: Move enum-table population code into Bugzilla::DBmkanat%bugzilla.org1-12/+68
2006-07-29Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org1-4/+158
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+1
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-5/+7
2006-06-20Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.)...lpsolit%gmail.com1-139/+2
2006-06-19Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; pa...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; pa...vladd%bugzilla.org1-1/+1
2006-06-19Spelling in code comments patch: 'overriden' -> 'overridden' in Bugzilla/DB.p...vladd%bugzilla.org1-12/+12
2006-06-19Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; pat...vladd%bugzilla.org1-1/+1
2006-05-29Bug 302876: Database Version-Checking needs to be more modular and more genericmkanat%bugzilla.org1-29/+8
2006-01-05Bug 322412 Typo in error messagetimeless%mozdev.org1-1/+1
2005-12-30Bug 311047: populating enum tables fails without localconfig, when upgradingmkanat%kerio.com1-0/+27
2005-12-23Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by Fré...lpsolit%gmail.com1-0/+7
2005-11-14Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com1-2/+2
2005-11-10Bug 314919: [PostgreSQL] "Find a Specific Bug" using Pg fails - Patch by Fré...lpsolit%gmail.com1-0/+3
2005-10-13Bug 311434: bz_table_columns should use _bz_real_schemamkanat%kerio.com1-1/+1
2005-09-03Bug 299230: Schema-Modification Functions Shouldn't Die on A DB-side Deletion...mkanat%kerio.com1-3/+16
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com1-2/+5
2005-08-15Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Frédéric Bucl...lpsolit%gmail.com1-2/+1
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-3/+3
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-3/+3
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-3/+3
2005-08-05Bug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong resu...lpsolit%gmail.com1-2/+5
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com1-7/+25
2005-07-15Fix for bug 232612: enables boolean mode fulltext searches for better searchi...myk%mozilla.org1-12/+13
2005-07-08Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com1-0/+40
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-0/+1
2005-05-27Bug 286672: Require correct DBD depending on the $db_driver in usemkanat%kerio.com1-1/+5
2005-04-23Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from t...mkanat%kerio.com1-21/+35
2005-04-23Bug 285722: Updates From 2.18- to 2.20+ will not workmkanat%kerio.com1-287/+27
2005-04-20Bug 284599: Use of REGEXP search is not consistent wrt case sensitivitymkanat%kerio.com1-2/+4
2005-04-17Bug 290407: Fix up bz_alter_column and break out a bz_alter_column_rawmkanat%kerio.com1-22/+46
2005-04-17Bug 290411: Cross-DB bz_drop_tablemkanat%kerio.com1-0/+23
2005-04-17Bug 290403: Slight cleanup of Bugzilla::DB index codemkanat%kerio.com1-12/+50
2005-04-17Bug 290402: Functions to support reading-in a Schema object from the databasemkanat%kerio.com1-4/+73
2005-04-15Bug 290414: bz_index_info is slightly broken and has unclear APImkanat%kerio.com1-3/+10
2005-04-15Bug 290405: bz_add_column needs a way to specify an initial valuemkanat%kerio.com1-7/+16
2005-04-15Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com1-6/+11
2005-04-06Bug 284850: checksetup should rename indexes to conform to the new standardmkanat%kerio.com1-4/+34
2005-04-05Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)mkanat%kerio.com1-0/+89
2005-03-22Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)mkanat%kerio.com1-0/+56
2005-03-18Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com1-1/+1
2005-03-18Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)mkanat%kerio.com1-0/+21