aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 586244: Make mod_headers and mod_expires optionalMax Kanat-Alexander2010-09-181-5/+8
* Bug 578494: We can't use "shellwords" to split words for sql_fulltext on Pg,Max Kanat-Alexander2010-08-011-6/+17
* Bug 583645: Make $dbh->quote always detaint its output, even on DBDs thatMax Kanat-Alexander2010-08-011-0/+11
* Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quotedMax Kanat-Alexander2010-07-221-2/+4
* Bug 579568: Search.pm: Improve the implementation and performance ofMax Kanat-Alexander2010-07-171-0/+15
* Bug 578739: Instead of removing REFERENCES from _bz_real_schema and thenMax Kanat-Alexander2010-07-141-36/+84
* Bug 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander2010-07-141-16/+40
* Bug 577577: Make bz_drop_fk be tolerant of SQL failureMax Kanat-Alexander2010-07-081-2/+8
* Bug 577520: Make the "Adding new table..." message not appear duringMax Kanat-Alexander2010-07-081-1/+2
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-2/+2
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-0/+5
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-2/+1
* Bug 569312: Speed up the adding of many FKs to the same table for MySQLMax Kanat-Alexander2010-06-011-14/+33
* Bug 561322: Make Bugzilla::DB::_connect and related functions take theirMax Kanat-Alexander2010-04-271-13/+21
* Bug 560284: Make all errors that checksetup.pl throws be redMax Kanat-Alexander2010-04-191-14/+8
* Bug 545770: Make contrib/merge-users.pl figure out what columns to mergeMax Kanat-Alexander2010-03-151-5/+14
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...mkanat%bugzilla.org2009-12-311-0/+8
* Bug 527489: Calls to bz_alter_column were dropping the REFERENCES item from t...mkanat%bugzilla.org2009-11-181-0/+7
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...mkanat%bugzilla.org2009-11-101-3/+2
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2009-10-241-0/+10
* Bug 488931: Change the default priority values to be human-readable words ins...mkanat%bugzilla.org2009-09-301-1/+1
* Bug 509497: Implement sql_group_concat for all databasesmkanat%bugzilla.org2009-08-171-1/+2
* Bug 508181: UTF-8 table conversion was failing when there were FKs on the col...mkanat%bugzilla.org2009-08-061-0/+22
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org2009-07-071-1/+0
* Bug 477459: buglist.cgi crashes for logged out users if the "Reporter" column...lpsolit%gmail.com2009-02-201-1/+1
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-0/+25
* 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