aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 578739: Instead of removing REFERENCES from _bz_real_schema and thenMax Kanat-Alexander2010-07-141-36/+84
| | | | | | | populating FKs from _bz_schema at the end of checksetup, store REFERENCES in _bz_real_schema with a special "created => 0" key that tells us that we still need to create the FK. r=mkanat, a=mkanat (module owner)
* Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander2010-07-141-16/+40
| | | | r=mkanat, a=mkanat (module owner)
* Bug 577577: Make bz_drop_fk be tolerant of SQL failureMax Kanat-Alexander2010-07-081-2/+8
| | | | r=mkanat, a=mkanat (module owner)
* Bug 577520: Make the "Adding new table..." message not appear duringMax Kanat-Alexander2010-07-081-1/+2
| | | | | xt/search.t r=mkanat, a=mkanat (module owner)
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-2/+2
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-0/+5
| | | | r=glob, a=mkanat
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-2/+1
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 569312: Speed up the adding of many FKs to the same table for MySQLMax Kanat-Alexander2010-06-011-14/+33
| | | | | and PostgreSQL, by adding them all in one ALTER statement r=mkanat, a=mkanat (module owner)
* Bug 561322: Make Bugzilla::DB::_connect and related functions take theirMax Kanat-Alexander2010-04-271-13/+21
| | | | | | parameters as a hashref, to improve the API and to avoid exposing the database password on error. r=mkanat, a=mkanat (module owner)
* Bug 560284: Make all errors that checksetup.pl throws be redMax Kanat-Alexander2010-04-191-14/+8
| | | | r=mkanat, a=mkanat (module owner)
* Bug 545770: Make contrib/merge-users.pl figure out what columns to mergeMax Kanat-Alexander2010-03-151-5/+14
| | | | | by tracing FKs instead of having a fixed list. r=LpSolit, a=LpSolit
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵mkanat%bugzilla.org2009-12-311-0/+8
| | | | | | in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
* Bug 527489: Calls to bz_alter_column were dropping the REFERENCES item from ↵mkanat%bugzilla.org2009-11-181-0/+7
| | | | | | the stored Schema object. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org2009-11-101-3/+2
| | | | | | modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org2009-10-241-0/+10
| | | | | | start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 488931: Change the default priority values to be human-readable words ↵mkanat%bugzilla.org2009-09-301-1/+1
| | | | | | instead of P1, P2, etc. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org2009-08-171-1/+2
| | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat Patch by Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 508181: UTF-8 table conversion was failing when there were FKs on the ↵mkanat%bugzilla.org2009-08-061-0/+22
| | | | | | column or on related columns Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org2009-07-071-1/+0
| | | | | | the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" ↵lpsolit%gmail.com2009-02-201-1/+1
| | | | column is displayed - Patches by Frédéric Buclin <LpSolit@gmail.com> and Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-0/+25
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 463688: editusers.cgi no longer lets you search for users using regular ↵lpsolit%gmail.com2008-12-031-7/+6
| | | | expressions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=xiaoou a=LpSolit
* 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 ↵mkanat%bugzilla.org2008-11-051-1/+1
| | | | | | requires a unique constraint on the "value" column Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-251-5/+9
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou ↵lpsolit%gmail.com2008-10-171-0/+1
| | | | <xiaoou.wu@oracle.com> r/a=mkanat
* Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1mkanat%bugzilla.org2008-08-011-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete ↵mkanat%bugzilla.org2008-07-011-20/+39
| | | | | | invalid values during checksetup Patch By Max Kanat-Alexander (module owner) a=mkanat
* Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact ↵mkanat%bugzilla.org2008-06-301-1/+15
| | | | | | that searching for Turkish characters didn't do case-insensitivity properly. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 429804: Add Foreign Keys to Multiselect fieldsmkanat%bugzilla.org2008-06-291-4/+10
| | | | Patch By Alex Eiser <aeiser@arc.nasa.gov> r=mkanat, a=mkanat
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-191-0/+9
| | | | Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 429847: config.cgi should include additional information about custom ↵lpsolit%gmail.com2008-04-201-40/+0
| | | | fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 419979: Bugzilla::DB::bz_add_field_table directly modifies the ↵mkanat%bugzilla.org2008-03-251-8/+13
| | | | | | FIELD_TABLE_SCHEMA constant Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵lpsolit%gmail.com2008-02-061-0/+7
| | | | Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵lpsolit%gmail.com2008-01-281-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
* Bug 408172: [Oracle] Bug lists longer than 1000 bugs failmkanat%bugzilla.org2008-01-181-0/+31
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 408766: Apache::DBI was unnecessary and was causing problems for some users.mkanat%bugzilla.org2007-12-191-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* Bug 369062 prior should read "earlier" in edit groupstimeless%mozdev.org2007-12-161-1/+1
| | | | r=lpsolit a=lpsolit
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-0/+31
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 310717: [Oracle] Bugzilla::DB::Oracle modulemkanat%bugzilla.org2007-12-111-0/+56
| | | | | Bug 310718: [Oracle] Bugzilla::DB::Schema::Oracle module Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-3/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 257351: collectstats.pl dies if an invalid series is defined - Patch by ↵lpsolit%gmail.com2007-08-201-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 388765: Bugzilla::DB::db_new should accept attributes that *override* ↵mkanat%bugzilla.org2007-07-191-15/+23
| | | | | | the default attributes Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org2007-04-191-0/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org2007-04-151-1/+43
| | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
* Bug 374215: Move all generally-useful Installation subroutines to ↵mkanat%bugzilla.org2007-03-161-0/+1
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374024: Abstract-out isolation level in Bugzilla::DB so drivers can ↵mkanat%bugzilla.org2007-03-151-2/+11
| | | | | | choose their own level Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org2007-03-151-21/+43
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 373442: Add referential integrity against the profiles table in some ↵mkanat%bugzilla.org2007-03-111-6/+86
| | | | | | more simple places Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 347439: Implement support for referential integrity in ↵mkanat%bugzilla.org2007-03-101-2/+3
| | | | | | Bugzilla::DB::Schema and implement it on profiles_activity Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat